buffalo_wings.wing.BlendAirfoilRef

class buffalo_wings.wing.BlendAirfoilRef(type='blend', method='cst', stations=<factory>)[source]

Bases: object

Spanwise airfoil blend definition for a panel.

Attributes

type

Schema discriminator for a blended-airfoil reference.

method

Blend method used to transition between named stations.

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.