Learn R Programming

comf (version 0.1.12)

calcMRTglobe: MRT calculation based on standard and mixed convection

Description

calcMRTglobe calculates the mean radiant temperature considering mixed convection

Usage

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

Value

calcMRTglobe MRT with standard and mixed correction

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 diameter in [m]

Author

code implemented into R by Shaomi Rahman and Marcel Schweiker.

Details

aliases MRT globe

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

x = 0.150m (standard globe thermometer) globes

References

Teitelbaum et al. (2022) <10.1038/s41598-022-10172-5> Teitelbaum (2022) <https://github.com/eteitelb/MixedConvection>

Examples

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

Run the code above in your browser using DataLab