You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the advanced tower model implementation, the normalized coefficient is scalar c = 2.08325 / (2.0 * pi);
see line 3220 in the code horizontalAxisWindTurbinesALMAdvanced.C
However, in the AIAA 2015-0214 paper, just after Equation (9), it gives 4.1665*pi.
I wonder which one is the right choice.
Thank you!
Yu Cheng
The text was updated successfully, but these errors were encountered:
In the advanced tower model implementation, the normalized coefficient is
scalar c = 2.08325 / (2.0 * pi);
see line 3220 in the code horizontalAxisWindTurbinesALMAdvanced.C
However, in the AIAA 2015-0214 paper, just after Equation (9), it gives 4.1665*pi.
I wonder which one is the right choice.
Thank you!
Yu Cheng
The text was updated successfully, but these errors were encountered: