windspeedLVL: Wind speed at different altitude

Description Usage Arguments Value See Also Examples

View source: R/windspeedLVL.R

Description

Conversion of wind speed at the indicated height

Usage

1
windspeedLVL(Vo, ho, H, n, unit, acc)

Arguments

Vo

Wind speed at the measured height |m/s|

ho

Height of wind measurement |m|

H

Conversion of wind speed to given height |m|

n

Roughness of the area |-| 0-1

unit

Wind speed unit |m/s|, accepts values TRUE or FALSE

acc

Decimal scale

Value

Default values: 'ho' = 10, 'n' = 0.2, 'acc' = 0, 'unit' = TRUE

See Also

Value for 'n': "https://github.com/mariusz11363/WindTurbine/blob/master/README.md"

Examples

1
2
windspeedLVL(Vo = 12, H = 100, acc=1)
 windspeedLVL(Vo = 12, H = seq(50,100,10), acc=1, unit=FALSE)

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