Learn R Programming

psychrolib (version 2.5.2)

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

Description

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

Arguments

Pakcage options

  • psychrolib.units The default unit system. Should be either be "SI" or "IP".

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.

See Also

Useful links:

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab