I’m attempting to model sinusoidal pitching of turbine blades but am encountering negative outputs, namely in RtSpeed, GenTq, and GenPwr. I am using 5MW_Land_BD_DLL_WTurb as a starting point with a 400 second run time, 0.0015 DT, and 8 m/s inflow wind with low IECKAI turbulence. I am using simulink for the pitch controller and all other options in servoDyn uses default values. The pitching simulink is a simple sine wave generator set to O(t) = 0.044sin(2pi/63 *t) with identical outputs for each blade. My goal is to reproduce results from this paper.
Attached are the results; as you can see, RtSpeed, GenTq, and GenPwr all follow disjointed paths and have negative values.
Debugging that I’ve tried
- Reducing the time step to 0.0009 but saw no change
- Doubling the inflow speed, that prevented negative values for GenTq and GenPwr and appeared normal but resulted in a tower strike error.
I can attach any additional input/source files if needed.