barometric_height: Calculates Air Density, Air Pressure and Temperature...

Description Usage Arguments Value See Also Examples

View source: R/barometric_height.R

Description

Calculates air density, temperature and air pressure respective to certain heights according to the International standard atmosphere and the barometric height formula.

Usage

1
barometric_height(data, height, po = 101325, ro = 1.225)

Arguments

data

A data.frame containing the height values

height

Column name of the height values

po

Standardized air pressure at sea level (101325 Pa)

ro

Standardized air density at sea level (1,225 kg per m3)

Value

Returns a data.frame with height values and corresponding air pressures, air densities and temperatures in Kelvin and Celsius.

See Also

Other Wind Energy Calculation Functions: calculate_energy(), get_dist_angles(), turbine_influences()

Examples

1
2
3

windfarmGA documentation built on May 5, 2021, 5:08 p.m.