buffalo_wings.airfoil.AirfoilCamberResult

class buffalo_wings.airfoil.AirfoilCamberResult(curve, mode, source_family)[source]

Bases: object

Camber-curve extraction result for one airfoil runtime.

curve

Exact or approximate camber-curve runtime.

Type:

CamberCurve

mode

Whether the returned camber is native to the runtime family or derived approximately from the airfoil surfaces.

Type:

{"exact", "approximate"}

source_family

Runtime family name that produced the result.

Type:

str

Attributes

curve

mode

source_family