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: -
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]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(wind_farms[, name])Initialize self. 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_powerThe nominal power is the sum of the nominal power of all turbines in the wind turbine cluster. -