-
Notifications
You must be signed in to change notification settings - Fork 518
Closed
Labels
Description
In BeamDyn, the number of quadrature points when using trapezoidal quadrature should equal
( Station_Total - 1 )*Refine - 1
but in routine SetParameters() of BeamDyn.f90, the number of quadrature points when using trapezoidal quadrature is set incorrectly using the number of key points for the first member
( kp_total - 1 )*Refine - 1
I guess this wasn't found before because in the NREL 5-MW example, kp_total = Station_Total.
Thanks go to Bonnie Jonkman of Envision Energy USA for reporting this bug.
Reactions are currently unavailable