nwp: nwp

Description Usage Arguments Value Examples

Description

Normal wind profile calculats wind speed at a height with the power law exponent, the coefficient alpha, shall be assumed to be 0.2

Usage

1
nwp(Vhub = 10, zhub = 80, z = 120)

Arguments

Vhub

wind speed at hb height of wind turbine

zhub

hub height of wind turbine

z

height at which wind speed is calculated

Value

Function returns wind speed value at a given height

Examples

1
2
nwp(Vhub = 10, zhub = 80, z = 120)
nwp(5.5, 80, 100)

pablorcw/pwind documentation built on May 10, 2019, 5:49 a.m.