buffalo_wings.wing.EvaluatedStation
- class buffalo_wings.wing.EvaluatedStation(panel_id, eta, y, x_ref, z_ref, chord, twist_rad)[source]
Bases:
objectEvaluated panel properties at a span station.
Attributes
Identifier of the source panel.
Spanwise parameter of the evaluated station.
Physical
yposition of the station.Reference-line
xposition at the station.Reference-line
zposition at the station.Section chord at the station.
Section twist angle in radians.
- panel_id: str
Identifier of the source panel.
- eta: FloatScalar
Spanwise parameter of the evaluated station.
- y: FloatScalar
Physical
yposition of the station.
- x_ref: FloatScalar
Reference-line
xposition at the station.
- z_ref: FloatScalar
Reference-line
zposition at the station.
- chord: FloatScalar
Section chord at the station.
- twist_rad: FloatScalar
Section twist angle in radians.