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.
- Parameters:
panel_id (str)
eta (buffalo_wings.type_aliases.FloatScalar)
y (buffalo_wings.type_aliases.FloatScalar)
x_ref (buffalo_wings.type_aliases.FloatScalar)
z_ref (buffalo_wings.type_aliases.FloatScalar)
chord (buffalo_wings.type_aliases.FloatScalar)
twist_rad (buffalo_wings.type_aliases.FloatScalar)
- panel_id
Identifier of the panel evaluated at this station.
- Type:
str
- eta
Normalized spanwise coordinate used for evaluation.
- y
Spanwise position in the wing reference frame.
- x_ref
Reference-axis x-position at the span station.
- z_ref
Reference-axis z-position at the span station.
- chord
Local chord length at the span station.
- twist_rad
Local twist angle in radians.
- __init__(panel_id, eta, y, x_ref, z_ref, chord, twist_rad)
- Parameters:
panel_id (str)
eta (buffalo_wings.type_aliases.FloatScalar)
y (buffalo_wings.type_aliases.FloatScalar)
x_ref (buffalo_wings.type_aliases.FloatScalar)
z_ref (buffalo_wings.type_aliases.FloatScalar)
chord (buffalo_wings.type_aliases.FloatScalar)
twist_rad (buffalo_wings.type_aliases.FloatScalar)
- Return type:
None
Methods
__init__(panel_id, eta, y, x_ref, z_ref, ...)Attributes