buffalo_wings.airfoil.CstAirfoilSpec
- class buffalo_wings.airfoil.CstAirfoilSpec(type='cst', trailing_edge_thickness=0.0, upper=<factory>, lower=<factory>)[source]
Bases:
objectSchema definition for a CST airfoil.
Attributes
Schema discriminator for a CST airfoil.
Explicit trailing-edge gap as a fraction of chord.
CST coefficients for the upper surface.
CST coefficients for the lower surface.
- type: Literal['cst']
Schema discriminator for a CST airfoil.
- trailing_edge_thickness: float
Explicit trailing-edge gap as a fraction of chord.
- upper: CstSurfaceSpec
CST coefficients for the upper surface.
- lower: CstSurfaceSpec
CST coefficients for the lower surface.