diameterRotor: Diameter of the wind turbine propeller

Description Usage Arguments Value References Examples

View source: R/diameterRotor.R

Description

Calculation of the propeller diameter according to the electricity demand

Usage

1
diameterRotor(den, E, Vmean, t, totalEff, unit, acc)

Arguments

den

Air density |kg/m^3|

E

Electricity demand |kWh/year|

Vmean

Average wind speed |m/s|

t

Time |s|

totalEff

Overall efficiency of the wind turbine (gear, rotor, generator) |0-1|

unit

Unit of propeller diameter |m|, accepts values TRUE or FALSE

acc

Decimal scale

Value

Default values: 't' = 8760, 'den' = 1.23, 'acc' = 1, 'unit' = TRUE, 'acc' = 1

References

http://www.uwm.edu.pl/kolektory/silownie/obliczenia.html

Examples

1
diameterRotor(E = 3000, Vmean = 4.5, totalEff = 0.3)

mariusz11363/WindTurbine documentation built on May 16, 2019, 8:13 p.m.