Doubts about the blade of the 15 MW reference OWT

Hello, I have questions about how to get some parameters that do not appear in the Elastodyyn and AeroDyn files, as well as in the information from the tabular spreadsheet of the 15 MW IEA WT.

These are:

The moment of inertia and external stiffness matrices (3x3) of the entire turbine as a whole. I have seen only the ones for every component.

The external damping matrix of the entire wind turbine

The following blade parameters: Rz, Ry/Rx, CoM offset ,inertia twist, EA, GJ, the prebend curvature, the neutral azis offset and the shear centre offset.

Thank you so much. Alberto

Dear @Alberto.Utrera,

I’m not sure what you mean by the 3x3 external stiffness and damping matrices of the of the entire turbine.

The blade properties you seek can be found from the documentation and BeamDyn model of the IEA Wind 15-MW RWT available from here: GitHub - IEAWindSystems/IEA-15-240-RWT: 15MW reference wind turbine repository developed in conjunction with IEA Wind.

Best regards,

1 Like

I dont see the EA nor the GJ in the GitHub

Then, I have one more question about where to find the inertia twist. I have seen in the files provided in Github that there is the blade twist, initial twist and aerodynamic twist, but there is not the inertia twist. I would like to know this because there are some programmes (such as Orcaflex) that demand this.

Thank you

Dear @Alberto.Utrera,

All of these terms can be inferred from the 6x6 cross-sectional mass and stiffness matrices contained within the BeamDyn blade input file: IEA-15-240-RWT/OpenFAST/IEA-15-240-RWT/IEA-15-240-RWT_BeamDyn_blade.dat at master · IEAWindSystems/IEA-15-240-RWT · GitHub. That is:

  • EA is the (3,3) element of the stiffness matrix
  • GJ is the (6,6) element of the stiffness matrix
  • The inertial twist (relative to the twist used to define the BeamDyn reference axes) can be obtained by the (4,5) and/or (5,4) elements of the mass matrix

More information on each term of the 6x6 cross-sectional mass and stiffness matrices is available in the following documentation:

Best regards,

Thank you very much @Jason.Jonkman , i appreciate it