Wolfram Computation Meets Knowledge

Wind Turbine Power

A wind turbine is a device that converts the wind's kinetic energy into electrical energy.

The turbine power equals the product of half the turbine area, the wind velocity cubed, the turbine efficiency and the air density.

Formula

QuantityVariable["P", "Power"] == (QuantityVariable["A", "Area"]*QuantityVariable["V", "Speed"]^3*QuantityVariable["μ", "Unitless"]*QuantityVariable["ρ", "MassDensity"])/2

symbol description physical quantity
P turbine power "Power"
A turbine area "Area"
V wind velocity "Speed"
μ turbine efficiency "Unitless"
ρ air density "MassDensity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Wind Turbine Power"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Wind Turbine Power"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Wind Turbine Power"], {QuantityVariable["\[Mu]","Unitless"] -> 
   0.4`}]
Out[3]=

Publisher Information