Hello everyone,
This is a seemingly long post, but that’s just because it’s spaced out very well. So just go through it and skip the last part in the curly braces if you want to.
In the 5MW technical report, ([url]http://www.nrel.gov/docs/fy09osti/38060.pdf[/url]), page 25 of the document (page 36 in the file) the Kp and Ki values , the proportional and integral gains respectively are derived as follows:
Kp=2IωζΩ/(N*(-∂P/∂θ))
Ki=(Iω Ω^2)/(N*(-∂P/∂θ))
It’s also told that the following recommended values are used: ω=0.6 rad/s & ζ=0.7 {Natural frequency and damping ratio}
The other values:
Ω=12.1 rpm = 1.267109037 rad/s {rated rotor rpm}
N=97 {gear ratio}
∂P/∂θ at θ=0 degrees is 28.24E06 watt/rad
I_drivetrain= I = 43784724.94 kg-m^2 (calculated value)
If we substitute this value of I and all the other listed values, we get
Ki=7.29E-03 whereas Ki in the report obtained substituting the same values is Ki(θ = 0º) = 8.068634E03 (I_drivetrain is never explicitly calculated or mentioned though)
Similarly Kp is a different value (again lower than the value obtained in the report, the I_drivetrain value that I calculated seems to be lower than what the report uses?).
Where am I going wrong? I’ve checked the I-rotor value several times (including hand calculation of I_rotor using parallel axis theorem since I_blade are given w.r.t. root)
{I’ve already stated this in one of my other posts, but it’s relevant here too: Kp & Ki values calculated in the report are rounded off but interchanged in the simple control loop of the labview sample code, is this a mistake?}
{Note: these are the calculations to obtain I_drivetrain:
I = NNI_generator + I_rotor (where I is the moment of inertia of the drive train)…b[/b] {This is again given in the report}
In the FAST summary file, the I_rotor is generated for the 5MW turbine as :38759227.492 kg-m^2 (approx 3.9E07)
The I_generator is : 534.116 kg-m^2. Hence NNI_generator= 5025497.444 kg-m^2
So I from (1) above is: I_drivetrain=I= 43784724.94 kg-m^2}
Can someone please help me out here?
Regards