View source: R/calcATHBstandard.R
calcATHBstandard | R Documentation |
calcATHBstandard
calculates the PMV based on adaptive thermal heat balance framework
based on the newest version (2022)
calcATHBstandard(trm, ta, tr, vel, rh, met)
trm |
- Running mean outdoor temperature in [degree C] |
ta |
- a numeric value presenting air temperature in [degree C] |
tr |
- a numeric value presenting mean radiant temperature in [degree C] |
vel |
- a numeric value presenting air velocity in [m/s] |
rh |
- a numeric value presenting relative humidity [%] |
met |
- a numeric value presenting metabolic rate in [met] |
aliases athb ATHB
calcATHBstandard
PMV value adapted through the ATHB approach with standard model
Code implemented in to R by Shaomi Rahman. Further contribution by Marcel Schweiker.
Schweiker & Wagner (2015) <doi:10.1016/j.buildenv.2015.08.018> Schweiker (2022) <doi:10.1111/ina.13018>
see also calcComfInd
, link{calcATHBpts}
, link{calcATHBset}
,
link{calcATHBpmv2015}
calcATHBstandard(20, 25, 25, .1, 50, 1.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.