MixAir: Function to get relative humidity and dry.bulb t after mixing

Description Usage Arguments Examples

Description

Function to get relative humidity and dry.bulb t after mixing

Usage

1
MixAir(t1, rh1, t2, rh2, t1.percent, temp.list)

Arguments

t1

Dry bulb temperature for first air flow

rh1

Relative humidity for first air flow

t2

Dry bulb temperature for second air flow

rh2

Relative humidity for second air flow

t1.percent

Percent of first air flow in the mixed air

temp.list

the stored data from psychrometric chart

Examples

1
2
3
4
5
MixAir(41, 50, 68, 60, 0.375, chart.data)
$temp
[1] 58
$rh
[1] 64

lolibear/psychro documentation built on May 21, 2019, 7:38 a.m.