Aerodynamic forces and moments
13 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Paul
2024-4-30
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 个评论
Paul
2024-5-3
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Aerospace Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!