buffalo_wings.airfoil.CstAirfoilSpec

class buffalo_wings.airfoil.CstAirfoilSpec(type='cst', upper=<factory>, lower=<factory>)[source]

Bases: object

CST airfoil definition.

Parameters:
type

Schema discriminator for a CST airfoil definition.

Type:

Literal[``”cst”:py:class:`]`, *default* ``"cst"

upper

CST coefficients for the upper surface.

Type:

CstSurfaceSpec, optional

lower

CST coefficients for the lower surface.

Type:

CstSurfaceSpec, optional

__init__(type='cst', upper=<factory>, lower=<factory>)
Parameters:
Return type:

None

Methods

__init__([type, upper, lower])

Attributes

type

upper

lower