Station#

class pynumad.objects.station.Station(af=None)#

Bases: object

A single spanwise blade station.

airfoil#

Airfoil profile at this station.

Type:

Airfoil

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 an Airfoil, use it directly. If None (default), create an empty Airfoil.