psychrolib-package: PsychroLib: Psychrometric Properties of Moist and Dry Air

Description Details Pakcage options Note Author(s) See Also Examples

Description

Contains functions for calculating thermodynamic properties of gas-vapor mixtures and standard atmosphere suitable for most engineering, physical and meteorological applications.

Details

Most of the functions are an implementation of the formulae found in the 2017 ASHRAE Handbook - Fundamentals, in both International System (SI), and Imperial (IP) units. Please refer to the information included in each function for their respective reference.

psychroLib is a port of the psychrolib library for R.

Pakcage options

Note

We have made every effort to ensure that the code is adequate, however, we make no representation with respect to its accuracy. Use at your own risk. Should you notice an error, or if you have a suggestion, please notify us through GitHub at https://github.com/psychrometrics/psychrolib/issues.

Author(s)

See Also

Useful links:

Examples

1
2
3
4
5
6
7
library(psychrolib)
# Set the unit system, for example to SI (can be either SI or IP)
SetUnitSystem("SI")

# Calculate the dew point temperature for a dry bulb temperature of 25 C
# and a relative humidity of 80%
GetTDewPointFromRelHum(25.0, 0.80)

psychrolib documentation built on May 29, 2021, 9:11 a.m.