Dear wind turbine enthusiasts,
Maybe the topic i am gonna talk has already been discussed but frankly, i cannot find the good answer.
In fact, i am looking to compute only the tower (without RNA) mass and inertia of the NREL 5 MW Reference wind trbine.
To do so, i used the information in the technical report and i get the following:
mass=Tower_height*trapz(fraction,mass_per_unit_length) = 347460 kg
inertia_in_fore_aft=Tower_height*trapz(fraction,inertia_per_unit_length)=1.12e+6 kg.m^2
CM_location_along_z_direction=(Tower_height^2*trapz(fraction,mass_per_unit_length.*fraction))/(Tower_height*trapz(fraction,mass_per_unit_length)) = 38.0658 m
However, when i apply theorem of parallel axis, i obtain negative value of inertia:
inertia_around_CM=inertia_in_fore_aft - mass*CM_location_along_z_direction^2=1.12e+6-347460*(38.0658)^2 = -5.02e+8 kg.m^2
Could you please tell me what i have did wrong ?
Thanks in advance,
Best Regards,
Riad