Wind Turbine Power Calculator Formula

Understand the math behind the wind turbine power calculator. Each variable explained with a worked example.

Formulas Used

Wind Power Available

available_power = 0.5 * air_density * swept_area * pow(wind_speed, 3) / 1000

Turbine Power Output

output_power = 0.5 * air_density * swept_area * pow(wind_speed, 3) * cp / 1000

Swept Area

swept_area_out = swept_area

Variables

VariableDescriptionDefault
wind_speedWind Speed(m/s)8
rotor_diaRotor Diameter(m)80
air_densityAir Density(kg/m^3)1.225
efficiencyOverall Efficiency (Cp)(%)40
swept_areaDerived value= pi * pow(rotor_dia / 2, 2)calculated
cpDerived value= efficiency / 100calculated

How It Works

Wind Turbine Power

Wind power depends on the cube of wind speed and the swept area of the rotor.

Formula

P_available = 0.5 rho A V^3 (total wind power)

P_output = 0.5 rho A V^3 Cp (extracted power)

where rho is air density, A is the swept area (pi D^2/4), V is wind speed, and Cp is the power coefficient. The Betz limit states maximum Cp = 16/27 = 59.3%. Practical turbines achieve 35-45%.

Worked Example

An 80 m rotor diameter turbine in 8 m/s wind, Cp = 0.40.

wind_speed = 8rotor_dia = 80air_density = 1.225efficiency = 40
  1. 01Swept area = pi x 40^2 = 5,027 m^2
  2. 02Available power = 0.5 x 1.225 x 5027 x 8^3 = 0.5 x 1.225 x 5027 x 512
  3. 03Available = 1,576,461 W = 1,576 kW
  4. 04Output = 1,576 x 0.40 = 630.6 kW

Ready to run the numbers?

Open Wind Turbine Power Calculator