calcPMVadj | R Documentation |
Function to calculate Predicted Mean Votes (PMV) adjusted for cooling effect of elevated air speed.
calcPMVadj(ta, tr, vel, rh, clo, met, wme = 0)
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 [%] |
clo |
a numeric value presenting clothing insulation level in [clo] |
met |
a numeric value presenting metabolic rate in [met] |
wme |
a numeric value presenting external work in [met] |
Calculated through function Two node model(calc2Node
calcpmvadj
returns the predicted mean vote adjusted for the cooling effect of elevated air speed.
Code implemented in to R by Marcel Schweiker. Further contribution by Sophia Mueller and Shoaib Sarwar.
pmvadj is based on ASHRAE standard 55-2013. Thermal environmental conditions for human occupancy. American society of heating, Refrigerating and Air-Conditioning Engineering, Atlanta, USA, 2013.
calcPMVadj(25,25,0.3,50,0.5,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.