How OpenFAST calculate the pitching moment at the blade root? #2521
Answered
by
jjonkman
sstonee2024
asked this question in
Q&A
-
Dear all. I would like to understand how the "RootMzb1" output, which represents the "Blade 1 pitching moment at the blade root," is calculated in OpenFAST. Could you please share if there is a specific equation or methodology used for this calculation? Thank you so much. |
Beta Was this translation helpful? Give feedback.
Answered by
jjonkman
Nov 19, 2024
Replies: 1 comment 3 replies
-
Dear @sstonee2024, See a similar question asked and answered in the following OpenFAST issue: #1916. Best regards, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear @sstonee2024,
The equation summarized in the issue I linked to above applies to both the blade-root bending moments and the pitching moment. That is, once the integral along the blade of the applied aerodynamic pitching moments + ( radial vector ) x ( applied aerodynamic forces + gravitation forces - inertia forces ) is calculated, the resulting moment vector is projected along the x, y, and z axes of the blade-root coordinate system to calculate the bending moments about x and y and the pitching moment about z.
For the mathematical details, see the ElastoDyn Theory Manual on readthedocs: https://openfast.readthedocs.io/en/main/source/user/elastodyn/index.html. The FASTLoads.doc cont…