Open
Description
In the lift_drag
plugin, the moment magnitude is presently defined as:
moment = cm * q * area * spanwiseI
where spanwiseI
is a unit vector to determine the direction of the moment magnitude. This computation is incorrect as the moment is in units of N
instead of Nm
as expected (assuming SI units).
The moment coefficient requires a reference length in addition to a reference area. Commonly, this is chosen as the chord of the airfoil so the moment would be (in pseudo-code):
moment = cm * q * area * chord * spanwiseI
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Inbox