buffalo_wings.wing.BlendAirfoilRef
- class buffalo_wings.wing.BlendAirfoilRef(type='blend', method='cst', stations=<factory>)[source]
Bases:
objectSpanwise airfoil blend definition for a panel.
Attributes
Schema discriminator for a blended-airfoil reference.
Blend method used to transition between named stations.
Ordered list of
(eta, airfoil_name)blend stations.- type: Literal['blend']
Schema discriminator for a blended-airfoil reference.
- method: BlendMethod
Blend method used to transition between named stations.
- stations: list[tuple[float, str]]
Ordered list of
(eta, airfoil_name)blend stations.