windpowerlib.modelchain.Modelchain.turbine_power_output

Modelchain.turbine_power_output(v_wind, rho_hub)[source]

Calculates the power output of the wind turbine.

The method specified by the parameter power_output_model is used.

Parameters:
  • v_wind (pandas.Series or array) – Wind speed at hub height in m/s.
  • rho_hub (pandas.Series or array) – Density of air at hub height in kg/m³.
Returns:

output – Electrical power in W of the wind turbine.

Return type:

pandas.Series