buffalo_wings.wing.PanelSpec
- class buffalo_wings.wing.PanelSpec(id, eta_range, ref_line, chord, twist, airfoil, nurbs=None, mesh=None)[source]
Bases:
objectParametric definition of a single spanwise wing panel.
Attributes
Unique panel identifier.
Closed spanwise
etainterval covered by the panel.Reference-line position distributions for the panel.
Chord distribution over the panel span.
Twist distribution over the panel span.
Airfoil reference or blend assigned to the panel.
Optional NURBS construction controls.
Optional mesh export controls.
- id: str
Unique panel identifier.
- eta_range: tuple[float, float]
Closed spanwise
etainterval covered by the panel.
- ref_line: RefLineSpec
Reference-line position distributions for the panel.
- chord: DistributionSpec
Chord distribution over the panel span.
- twist: DistributionSpec
Twist distribution over the panel span.
- airfoil: AirfoilRefSpec
Airfoil reference or blend assigned to the panel.