buffalo_wings.airfoil.ParsecSurfaceExtremumSpec

class buffalo_wings.airfoil.ParsecSurfaceExtremumSpec(location=(0.0, 0.0), curvature=0.0)[source]

Bases: object

PARSEC surface extremum constraint.

Attributes

location

(x, z) location of the surface extremum.

curvature

Surface curvature at the extremum location.

location: tuple[float, float]

(x, z) location of the surface extremum.

curvature: float

Surface curvature at the extremum location.