Dear all,
I want to implement variable speed and collective pitch control for NREL 5MW blade. My simulation is based on 5MW_Land_BD_DLL_WTurb.fst. Since I’m recently to OpenFAST, there is no DISCON.dll file in the 5MW_Baseline/ServoData folder, but only a DISCON.F90 file. I don’t want to make any modification to the controller so I don’t want to compile the .F90 file. Instead, I copied a DISCON_x64.dll file from the FAST V8 archive instead but got the following warning:
fast_solution:fast_advancestates:srvd_updatestates:dll_controller_call:bladedinterface option was designed for an explicit-loose coupling scheme. using last calculated values from dll on all subsequent calls until time is advanced. warning will not be displayed again.
The reason for my implementing the control model is that I want to see the influence on blade root flapwise bending moment with or without pitch control, especially when the 10-min wind speed is beyond the rated wind speed. However I didn’t see any dropdown for blade root flapwise bending moment when pitch control is enabled compared with totally diable ServoDyn. I totally don’t know the reason except for the warning message above.
Could anyone help me solve this problem? Thanks in advance.