windpowerlib.turbine_cluster_modelchain.TurbineClusterModelChain.calculate_power_output

TurbineClusterModelChain.calculate_power_output(wind_speed_hub, density_hub)

Calculates the power output of the wind power plant.

The method specified by the parameter power_output_model is used.

Parameters:
  • wind_speed_hub (pandas.Series or numpy.array) – Wind speed at hub height in m/s.

  • density_hub (pandas.Series or numpy.array) – Density of air at hub height in kg/m³.

Returns:

Electrical power output of the wind turbine in W.

Return type:

pandas.Series