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
![Copy to Clipboard QuantityVariable["P", "Power"] == (QuantityVariable["A", "Area"]*QuantityVariable["V", "Speed"]^3*QuantityVariable["μ", "Unitless"]*QuantityVariable["ρ", "MassDensity"])/2](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/3b2/3b2b713c-bcfb-4a73-a66c-8b65b4c799b1/Webpage/FormulaImage.png)
| 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"]](images/3b2/3b2b713c-bcfb-4a73-a66c-8b65b4c799b1-io-1-i.en.gif) | 
| Out[1]= |  | 
Get the formula:
| In[2]:= | ![FormulaData[ResourceObject["Wind Turbine Power"]]](images/3b2/3b2b713c-bcfb-4a73-a66c-8b65b4c799b1-io-2-i.en.gif) | 
| Out[2]= |  | 
Use some values:
| In[3]:= | ![FormulaData[
 ResourceObject[
  "Wind Turbine Power"], {QuantityVariable["\[Mu]","Unitless"] -> 
   0.4`}]](images/3b2/3b2b713c-bcfb-4a73-a66c-8b65b4c799b1-io-3-i.en.gif) | 
| Out[3]= |  | 
 
                 
                