Power Output Differences Between FLORIS and OpenFAST at Yaw Angle 22° #1127
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Xavier-shenxinghui , Thanks for the question. First of all, I think your python code looks great! As you are probably aware, FLORIS uses a "cosine exponent" to model power loss due to yaw. In particular, the However, I'm not myself sure how OpenFAST models power loss due to yaw misalignment and how realistic/well-verified that is. I'm tagging @dzalkind, @andrew-platt, and @jjonkman here as they may be able to answer that better. One last point so that you're aware: FLORIS has wind shear by default, which means that the rotor average wind speed value will be lower than the hub height wind speed value. If you'd like to ensure that 12 m/s is the rotor average wind speed, you can provide Cheers, |
Beta Was this translation helpful? Give feedback.
Dear @Xavier-shenxinghui and @misi9170,
Our TORQUE 2024 paper explains improvements we made in OpenFAST to avoid having the
cosine_loss_exponent_Yaw
be around 3.0, which it was in older versions: https://docs.nrel.gov/docs/fy24osti/88162.pdf. These improvements are included in OpenFAST as of v4.0 and newer whenBEM_Mod
= 2,Skew_Mod
= 1, andSkewMomCorr
= TRUE in AeroDyn, which we now generally recommend. I'm not sure if you are using these AeroDyn settings or not in your results.Best regards,