bar_press: Barometric/total pressure (p)

Description Usage Arguments Value Author(s) See Also Examples

Description

Calculates barometric pressure based on altitude. This is also called total pressure. Eq. 3 - ASHRAE Fundamentals Handbook 2002, Psychrometrics.

Usage

1
bar_press(alt = 0)

Arguments

alt

Vector of altitudes [m]. Defaults to 0 m (sea level).

Value

Returns a vector of barometric pressure [kPa].

Author(s)

Christoffer Rasmussen

See Also

Other PsychrometricGraph: dewpoint, enthalpy_intersect, enthalpy, hum_ratio_enthalpy, hum_ratio_rel_hum, hum_ratio, my_round, par_w_press, psychrometric_chart, sat_hum_ratio, sat_w_press, slope_rel_hum, theme_climateeng_psy, theme_parms

Examples

1
2
3
bar_press()

bar_press(alt = 1000)

jinlee86/bems_analysisr_package documentation built on May 14, 2019, 8:34 a.m.