buffalo_wings.airfoil.CstAirfoilSpec
- class buffalo_wings.airfoil.CstAirfoilSpec(type='cst', upper=<factory>, lower=<factory>)[source]
Bases:
objectCST airfoil definition.
- Parameters:
type (Literal['cst'])
upper (CstSurfaceSpec)
lower (CstSurfaceSpec)
- 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:
type (Literal['cst'])
upper (CstSurfaceSpec)
lower (CstSurfaceSpec)
- Return type:
None
Methods
__init__([type, upper, lower])Attributes