buffalo_wings.airfoil.Naca4ModifiedAirfoilParamsSpec
- class buffalo_wings.airfoil.Naca4ModifiedAirfoilParamsSpec(m=0.0, p=0.0, max_thickness=0.0, leading_edge_index=1.0, max_thickness_location=0.1, trailing_edge='standard')[source]
Bases:
objectExplicit parameter definition for a modified NACA 4-digit airfoil.
Attributes
Maximum camber as a fraction of chord.
Chordwise location of maximum camber as a fraction of chord.
Maximum thickness as a fraction of chord.
Leading-edge index in the modified NACA thickness family.
Chordwise location of maximum thickness as a fraction of chord.
Trailing-edge closure convention for the thickness law.
- m: FloatScalar
Maximum camber as a fraction of chord.
- p: FloatScalar
Chordwise location of maximum camber as a fraction of chord.
- max_thickness: FloatScalar
Maximum thickness as a fraction of chord.
- leading_edge_index: FloatScalar
Leading-edge index in the modified NACA thickness family.
- max_thickness_location: FloatScalar
Chordwise location of maximum thickness as a fraction of chord.
- trailing_edge: Literal['standard', 'sharp']
Trailing-edge closure convention for the thickness law.