Function to calculate Predicted Mean Votes (PMV) adjusted for cooling effect of elevated air speed.
calcPMVadj(ta, tr, vel, rh, clo, met, wme = 0)
calcpmvadj
returns the predicted mean vote adjusted for the cooling effect of elevated air speed.
a numeric value presenting air temperature in [degree C]
a numeric value presenting mean radiant temperature in [degree C]
a numeric value presenting air velocity in [m/s]
a numeric value presenting relative humidity [%]
a numeric value presenting clothing insulation level in [clo]
a numeric value presenting metabolic rate in [met]
a numeric value presenting external work in [met]
Code implemented in to R by Marcel Schweiker. Further contribution by Sophia Mueller and Shoaib Sarwar.
Calculated through function Two node model(calc2Node
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)
Run the code above in your browser using DataLab