windpowerlib.wind_turbine_cluster.WindTurbineCluster

class windpowerlib.wind_turbine_cluster.WindTurbineCluster(wind_farms, name='', **kwargs)[source]

Defines a standard set of wind turbine cluster attributes.

Parameters:
  • wind_farms (list(WindFarm)) – List of wind farms in cluster.

  • name (str (optional)) – Can be used as an identifier of the wind turbine cluster. Default: ‘’.

wind_farms

List of wind farms in cluster.

Type:

list(WindFarm)

name

If set this is used as an identifier of the wind turbine cluster.

Type:

str

hub_height

The calculated average hub height of the wind turbine cluster. See mean_hub_height() for more information.

Type:

float

power_curve

The calculated power curve of the wind turbine cluster. See assign_power_curve() for more information.

Type:

pandas.DataFrame or None

__init__(wind_farms, name='', **kwargs)[source]

Methods

__init__(wind_farms[, name])

assign_power_curve([wake_losses_model, ...])

Calculates the power curve of a wind turbine cluster.

mean_hub_height()

Calculates the mean hub height of the wind turbine cluster.

Attributes

nominal_power

The nominal power is the sum of the nominal power of all turbines in the wind turbine cluster.