calcMRT: MRT calculation based on standard and mixed convection

View source: R/calcMRT.r

calcMRTR Documentation

MRT calculation based on standard and mixed convection

Description

calcMRT calculates the mean radiant temperature considering mixed convection

Usage

calcMRT(tg, ta, vel, x = 0.15)

Arguments

tg

- a numeric value presenting globe temperature in [degree C]

ta

- a numeric value presenting air temperature in [degree C]

vel

- a numeric value presenting air velocity in [m/s]

x

- a numeric value presenting globe diamter in [m]

Details

aliases MRT

This model has only been validated from x = 0.040m (ping pong ball) to

x = 0.150m (standard globe thermometer) globes

Value

calcMRT MRT with standard and mixed correction

Author(s)

code implementedc into R by Shaomi Rahman and Marcel Schweiker.

References

Teitelbaum et al. (2022) <10.1038/s41598-022-10172-5>

Examples

#Globe temperature [C]
tg <- 30
#Air temperature [C]
ta <- 24
#Air speed [m/s]
vel <- 0.0
calcMRT(tg, ta, vel)

comf documentation built on May 11, 2022, 9:05 a.m.