wp: wp

Description Usage Arguments Value Examples

Description

Wind profile calculates wind speed at a height with the power law exponent with a given coefficient alpha

Usage

1
wp(Vhub = 10, zhub = 80, z = 120, alpha = 0.3)

Arguments

Vhub

wind speed at hub height of wind turbine

zhub

hub height of wind turbine

z

height at which wind speed is calculated

alpha

Value

Function returns wind speed value at a given height

Examples

1
2
wp(Vhub = 10, zhub = 80, z = 120, alpha = 0.3)
wp(5.5, 80, 100, 0.3)

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