Dear all,
We are currently looking into retrofit options for older fixed-speed active-stall-controlled wind turbines using lidar-assisted-control. To evaluate the potential, we would like to perform a simulation study with the NREL 5MW reference wind turbine.
We are using the OpenFAST sFunction with Lidar Simulator based on https://github.com/sowentoDavidSchlipf/openfast/tree/f/lidarsim).
For the airfoils we use the “smoothed” ones kindly provided by Jason:
NREL 5MW Rotor Geometry - #14 by Dawn.Ward
For the power regulation, we would like to use the measured electrical power to adjust the pitch angle to negative pitch angles, when rated power is reached.
For this purpose, we disabled the Generator DOF (GenDOF) and did the following adjustments in the ServoDyn input file:
- set VSContrl to 0 (none)
- set GenMode to 1 (simple induction generator)
- set the values for the simple induction generator based on Jason’s definition [url]http://www.doi.org/10.2172/947422[/url] to
---------------------- SIMPLE INDUCTION GENERATOR ------------------------------
10 SIG_SlPc - Rated generator slip percentage (%) [used only when VSContrl=0 and GenModel=1]
1067 SIG_SySp - Synchronous (zero-torque) generator speed (rpm) [used only when VSContrl=0 and GenModel=1]
43093.55 SIG_RtTq - Rated torque (N-m) [used only when VSContrl=0 and GenModel=1]
2 SIG_PORt - Pull-out ratio (Tpullout/Trated) (-) [used only when VSContrl=0 and GenModel=1]
Here, the signal GenPwr is then constant 5 MW, even when the wind is very low. We cannot use this then for active-stall control.
Currently, we are using following work-around:
- Multiply the high-shaft-power HSShftPwr with the generator efficiency and use the resulting signal for control
- We also had to disable the Drivetrain rotational-flexibility DOF (DrTrDOF) and blade modes, since with these modes enabled, the fluctuations have been extremely high.
Here our question: Is there a better way to simulate a fixed-speed active-stall-controlled wind turbine?
Any idea would be very much appreciated!