Aerodynamic forces and moments
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
In the "Aerodynamic Forces and Moments" block, are the x/y/z forces assumed to act at the CG (such that the resulting moment from the forces acting at another point would need to be included in the moment coefficient about each axis)?
0 comentarios
Respuestas (1)
Paul
el 30 de Abr. de 2024
Port_1 — Aerodynamic forces
Aerodynamic forces (in the chosen output axes), returned as three-element vector, at the center of gravity in x-, y-, and z-axes.
Port_2 — Aerodynamic moments
Aerodynamic moments (in the chosen output axes), returned as three-element vector, at the center of gravity in x-, y-, and z-axes.
I'm not sure if that answers the question because I don't fully understand the parenthetical.
2 comentarios
Paul
el 3 de Mayo de 2024
On input, the three force coeficients define the force acting through the center-of-pressure, which is the fourth input port to the block, which "can also be taken as any general moment reference point as long as the rest of the model reflects the use of the moment reference point."
The calculations inside the block add r1 x F to the moment defined by the three moment coeficients, where r1 is the vector from the cg to the cp, though it's really implemented as F x r2 where r2 is the vector from the cp to the cg. You can look under the block mask to see the implementation and open the HL-20 example on the doc page to see how the block is used.
On output, the aerodynamic force should treated as if it is acting through the center-of-gravity and the aerodynamic moment is the result of all aerodynamic forces acting around the center-of-gravity.
At least that's how it all looks to me based on the doc, the block implementation, and the HL-20 example.
Ver también
Categorías
Más información sobre Aerospace Applications en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!