turbPOW: Power of a wind turbine

Description Usage Arguments Value References Examples

View source: R/turbPOW.R

Description

Function calculating the power of a wind turbine

Usage

1
turbPOW(den, areoeff, mecheff, actisurf, wind, unit, acc)

Arguments

den

Air density |kg/m^3|

areoeff

Aerodynamic efficiency |-| 0.0 - 1.0

mecheff

Mechanical efficiency |-| 0.0 - 1.0

actisurf

Active surface of propeller |m^2|

wind

Wind speed |m/s|

unit

Energy unit |W, kW, MW, GW, TW| or FALSE.

acc

Decimal scale

Value

If the unit is FALSE then values are generated as W. The percentage value 'areoeff' or 'mecheff' convert to the 0-1 form. Default values: 'air density' = 1.23, 'areoeff' = 1, 'mecheff' = 1, 'wind' = 1, 'unit' = as a numeric value (Wat), 'acc' = 1

References

https://www.odnawialne-firmy.pl/wiadomosci/pokaz/82,moc-turbiny-wiatrowej-jak-obliczyc

Examples

1
2
power <- turbPOW(areoeff = 0.4, mecheff = 0.9, actisurf = 314,unit = "kw")
vector <- turbPOW(areoeff = 0.4, mecheff = 0.9, wind=c(1:10), actisurf = 314)

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