Learn R Programming

comf (version 0.1.12)

calcPMVadj: Predicted Mean Votes adjusted for elevated air speed

Description

Function to calculate Predicted Mean Votes (PMV) adjusted for cooling effect of elevated air speed.

Usage

calcPMVadj(ta, tr, vel, rh, clo, met, wme = 0)

Value

calcpmvadj returns the predicted mean vote adjusted for the cooling effect of elevated air speed.

Arguments

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]

Author

Code implemented in to R by Marcel Schweiker. Further contribution by Sophia Mueller and Shoaib Sarwar.

Details

Calculated through function Two node model(calc2Node

References

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.

Examples

Run this code
calcPMVadj(25,25,0.3,50,0.5,1)

Run the code above in your browser using DataLab