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
Bug description
The output variable PitchAndTwist is used to compute Fn, Ft, Cn, Ct, and Theta.
It's taken from thetaBladeNds, but thetaBladeNds is not defined when we use the polar BEM projection.
Bug description
The output variable
PitchAndTwist
is used to computeFn
,Ft
,Cn
,Ct
, andTheta
.It's taken from
thetaBladeNds
, butthetaBladeNds
is not defined when we use the polar BEM projection.Below the following line, we should compute the twist.
(https://github.com/OpenFAST/openfast/blob/dev/modules/aerodyn/src/AeroDyn.f90#L3570)
I'll submit a pull request shortly.
OpenFAST Version
Current dev
The text was updated successfully, but these errors were encountered: