WindTurbine classes

WindTurbine is the base class that allows multiple wind turbine types,
OneTypeWindTurbines subclass allowing multiple wind turbines but only type
WindTurbine
- class py_wake.wind_turbines.WindTurbine(*args, **kwargs)[source]
Set of wind turbines (one type, i.e. all wind turbines have same name, diameter, power curve etc
__init__
(name, diameter, hub_height, ...)Initialize OneTypeWindTurbine
name
([type])Name of the specified type(s) of wind turbines
hub_height
([type])Hub height of the specified type(s) of wind turbines
diameter
([type])Rotor diameter of the specified type(s) of wind turbines
power
(ws, **kwargs)Power in watt
ct
(ws, **kwargs)Thrust coefficient
plot
(x, y[, type, wd, yaw, tilt, ...])from_WindTurbines
(wt_lst)from_WAsP_wtg
(wtg_file[, default_mode, ...])Parse the one/multiple .wtg file(s) (xml) to initilize an WindTurbines object.
OneTypeWindTurbines
- py_wake.wind_turbines.OneTypeWindTurbines
alias of
DeprecatedOneTypeWindTurbines