Station#
- class pynumad.objects.station.Station(af=None)#
Bases:
objectA single spanwise blade station.
- spanlocation#
Spanwise location where the station is defined [m].
- Type:
float
Create a Station, optionally initialising its airfoil.
- Parameters:
af (str or Airfoil, optional) – If a
str, treat it as a path to an airfoil XML file. If anAirfoil, use it directly. IfNone(default), create an emptyAirfoil.