buffalo_wings.airfoil.AirfoilCamberResult
- class buffalo_wings.airfoil.AirfoilCamberResult(curve, mode, source_family)[source]
Bases:
objectCamber-curve extraction result for one airfoil runtime.
- curve
Exact or approximate camber-curve runtime.
- Type:
- 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