-
I want to analyze the effect of yaw angle on the wind turbine load, so I modified the yaw angle parameter (NacYaw) of ElastoDyn. The yaw angle is taken from 0 to 25 degrees with an interval of 1, and I found that the simulation can run normally when the yaw angle is small, but the simulation fails when the yaw angle is more than 19 degrees. The error message is shown below: OpenFAST Copyright (C) 2021 National Renewable Energy Laboratory This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY. OpenFAST-v3.0.0
OpenFAST input file heading: Running ElastoDyn. Reading a 39x34 grid (190 m wide, 7.5 m to 172.5 m above ground) with a characteristic wind Processed 12420 time steps of 20-Hz full-field data (period of 621 seconds). FAST_Solution0:CalcOutputs_And_SolveForInputs:SolveOption2:SrvD_CalcOutput:DLL_controller_call:Run Warning: SkewedWakeCorrection encountered a large value of chi (90.407 deg), so the yaw FAST_Solution:CalcOutputs_And_SolveForInputs:SolveOption2:RotCalcOutput:BEMT_CalcOutput(node 5, FAST_Solution:CalcOutputs_And_SolveForInputs:SolveOption2:RotCalcOutput:BEMT_CalcOutput(node 18, FAST_Solution:FAST_AdvanceStates:AD_UpdateStates:BEMT_UpdateStates:UpdatePhi(node 5, blade FAST_Solution:FAST_AdvanceStates:ED_ABM4:ED_CalcContStateDeriv:SetCoordSy:Small angle assumption The BEM solution is being turned off due to low TSR. (TSR = -123.53). This warning will not be FAST_Solution:CalcOutputs_And_SolveForInputs:SolveOption2:RotCalcOutput:BEMT_CalcOutput(node 19, OpenFAST encountered an error at simulation time 0.10625 of 620 seconds. Aborting OpenFAST. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Dear @tatesnow, Do you have the nacelle-yaw DOF enabled in ElastoDyn ( Best regards, |
Beta Was this translation helpful? Give feedback.
-
Dear @jjonkman |
Beta Was this translation helpful? Give feedback.
-
Dear @jjonkman |
Beta Was this translation helpful? Give feedback.
Dear @tatesnow,
Do you have the nacelle-yaw DOF enabled in ElastoDyn (
YawDOF
= True)? If so, have you set the neutral yaw angle in ServoDyn equal to the initial yaw angle in ElastoDyn, i.e.,YawNeut
=NacYaw
. If not, the nacelle-yaw angle will quickly snap back to 0deg and result in unrealistic loads and deflections. If you want to keep a nonzero yaw angle and keep the nacelle-yaw DOF enabled, then set bothYawNeut
andNacYaw
to the same value.Best regards,