hum_ratio_enthalpy: Humidity ratio for enthalpy lines

Description Usage Arguments Value Author(s) Examples

Description

Calculates the humidity ratio based on the enthalpy. Eq. 32 - ASHRAE Fundamentals Handbook 2002, Psychrometrics.

Usage

1
hum_ratio_enthalpy(enthalpy, temp.db, alt = 0)

Arguments

enthalpy

Vector of enthalpies [kJ/kg].

temp.db

Vector of dry bulb temperatures [degC].

Value

Returns a vector of humidity ratios [kg/kg].

Author(s)

Christoffer Rasmussen

Examples

1
hum_ratio_enthalpy(enthalpy = 30, temp.db = 25)

chrras/climateeng documentation built on May 13, 2019, 7:28 p.m.