buffalo_wings.airfoil.AirfoilCamberApproximationSpec
- class buffalo_wings.airfoil.AirfoilCamberApproximationSpec(spacing='cosine', num_points=81)[source]
Bases:
objectApproximation settings for airfoil-derived camber curves.
Notes
These settings are used only when the referenced airfoil runtime does not expose an exact native camber curve. Airfoil families with exact camber ignore these controls.
Attributes
Shared surface-local spacing rule for approximate camber extraction.
Number of shared surface samples used for approximate extraction.
- spacing: Literal['uniform', 'cosine']
Shared surface-local spacing rule for approximate camber extraction.
- num_points: int
Number of shared surface samples used for approximate extraction.