Skip to content

LiftDrag plugin moment defined incorrectly #2909

Open
@treforevans

Description

@treforevans

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Inbox

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions