buffalo_wings.wing.EvaluatedStation

class buffalo_wings.wing.EvaluatedStation(panel_id, eta, y, x_ref, z_ref, chord, twist_rad)[source]

Bases: object

Evaluated panel properties at a span station.

Attributes

panel_id

Identifier of the source panel.

eta

Spanwise parameter of the evaluated station.

y

Physical y position of the station.

x_ref

Reference-line x position at the station.

z_ref

Reference-line z position at the station.

chord

Section chord at the station.

twist_rad

Section twist angle in radians.

panel_id: str

Identifier of the source panel.

eta: FloatScalar

Spanwise parameter of the evaluated station.

y: FloatScalar

Physical y position of the station.

x_ref: FloatScalar

Reference-line x position at the station.

z_ref: FloatScalar

Reference-line z position at the station.

chord: FloatScalar

Section chord at the station.

twist_rad: FloatScalar

Section twist angle in radians.