-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAST.Farm running errors #2423
Comments
Dear @Pinkyutdmech, I see that the error is triggered at model initialization (t=0). Are you perhaps specifying large initial displacements of the turbine in the OpenFAST models? Can you also share the TurbSim input file you are using? Best regards, |
Hi Dr. Jason, The turbulent wind file is generated for 10m/s with TI 6% and shear exponent 0.12. The TurbSim input file is attached. |
I just resolved the error. I found the high-resolution domain size, especially Z-axis, is not sufficient large than the NREL 5MW reference wind turbine with a hub height of 90 m and a 126 m rotor diameter. I increase the bounds and FAST.Farm terminated normally. |
I'm glad you solved the issue. I wouldn't say that you are following the FAST.Farm modeling guidance in terms of aligning the discretization of the low- and high-resolution domains in FAST.Farm with the TurbSim domain, but otherwise your TurbSim file looks fine. Best regards, |
I have followed the FAST.Farm modeling guidance. However, the NumGrid_Z and NumGrid_Y value I Have taken a bit higher than the calculated value. Secondly, the HubHt for TurbSim is also chosen slightly higher value than calculated value in the documentation. However, the FAST.Farm input file follows the modeling guidance equations. Please specify if I need to do any changes to improve the outputs of FAST.Farm. Best regards |
I'm not questioning the domain size and |
Hello Dr. Jason Do I need to approximate the values of spatial and temporal discretization everytime in such a way that the high resolution spatial or temporal discretization will be either same or integer multiple of low-resolution spatial or temporal discretization. Please clarify. |
Will this interpolation affect the overall power production? |
Dear @Pinkyutdmech, The FAST.Farm modeling guidance encourages you to align the discretization of the low- and high-resolution domains in FAST.Farm with the TurbSim descretization to avoid excessive interpolation. This means that Best regards, |
Thank you so much Dr. Jason for clarification. I understood very well now.
I am always confused when I create TurbSim input file for ModAmbWind =2. Please clarify. |
Here are my responses:
Best regards, |
Thanks for clarifying Point 1. For point 2, still I did not understand. In the FAST.Farm, the low-res and high-res domain has different values of the grid points, which is derived from the equations in the modeling guidance document. Even the GridHeight and GridWidth are calculated based on these number of grid points and DY, DZ. I apologize to throw up so many questions. Please excuse me. Thank you for all your patience. |
The grid points in both the low- and high-resolution domains in FAST.Farm should be aligned with grid points in TurbSim, but are both likely a subset of the TurbSim grid points. That is, the TurbSim domain must fully encompass the low- and high-resolution domains of FAST.Farm, but the low- and high-resolute domains should be subsets of the full set of TurbSim grid points, with the high-resolution domains using grid points that centered around each wind turbine and the low-resolution domain encompassing the full wind farm (but likely using a coarsened set of grid points). |
Thank you so much for the clarification, Sir. I appreciate you for creating such an invaluable tool and for providing support to all the users who utilize it for wind energy applications. Best regards |
I am running FAST.FARM for NREL 5MW turbine using the input files in r-test in github. I am creating my FAST.The FARM input file is based on my requirement of 3 turbines in a staggered position separated by 7D. No partial offset is given. I generated 1 turbulent inflow wind file, hence the Mod_Ambwind = 2. I am getting the following error:
T1:FARM_InitialCO:FWrap_t0:FAST_Solution0:CalcOutputs_And_SolveForInputs:SolveOption2:SolveOption2
c_Inp2AD_SrvD:InflowWind_CalcOutput:CalculateOutput:IfW_FlowField_GetVelAcc:Grid4DField_GetVel:Out
side the grid bounds.
T2:FARM_InitialCO:FWrap_t0:FAST_Solution0:CalcOutputs_And_SolveForInputs:SolveOption2:SolveOption2
c_Inp2AD_SrvD:InflowWind_CalcOutput:CalculateOutput:IfW_FlowField_GetVelAcc:Grid4DField_GetVel:Out
side the grid bounds.
T3:FARM_InitialCO:FWrap_t0:FAST_Solution0:CalcOutputs_And_SolveForInputs:SolveOption2:SolveOption2
c_Inp2AD_SrvD:InflowWind_CalcOutput:CalculateOutput:IfW_FlowField_GetVelAcc:Grid4DField_GetVel:Out
side the grid bounds.
I looked at the Modeling Guidance in the FAST.Farm documentation but did not get a clue to resolve it.
Could you help me figure out which parameters to adjust?
Here are my primary FAST. Farm input file and my InflowWind file
FAST.FARM Input file
FAST.Farm.zip
Inflow wind File
IW.zip
The text was updated successfully, but these errors were encountered: