buffalo_wings.airfoil.ParsecTrailingEdgeSpec

class buffalo_wings.airfoil.ParsecTrailingEdgeSpec(thickness=0.0, location=0.0, direction_angle=0.0, wedge_angle=0.0)[source]

Bases: object

PARSEC trailing-edge geometry inputs.

Attributes

thickness

Trailing-edge thickness.

location

Trailing-edge vertical offset.

direction_angle

Trailing-edge direction angle in degrees.

wedge_angle

Trailing-edge wedge angle in degrees.

thickness: float

Trailing-edge thickness.

location: float

Trailing-edge vertical offset.

direction_angle: float

Trailing-edge direction angle in degrees.

wedge_angle: float

Trailing-edge wedge angle in degrees.