PMV index depend on 6 factors: velocity, humidity, air temperature, mean radiant temperature, clothing insulation and metabolic rate. The first four can be found easily by, for example, using CFD. My doubt is how to fix the last two if I want to represent the iso-PMV lines.
Do I simply suppose a constant metabolic rate and clothing in the whole domain?
If I wanted to find thermal comfort of someone in a room, I would just do the average of PMV single point values in the space occupied by that person?
PMV algorithm:
PMV=(0,303e-2,1M)·((M-W)-H-R-Ec-Cres-Eres)
Where:
M: metabolic rate. INPUT
W: mechanical power. INPUT
H: heat exchange by convection. H=f(fcl, hc, Tcl, Ta)
R: heat exchange by radiation. R=f(fcl, Tcl, Tr)
Ec: heat exchange by sweating of the skin. Ec=f(M, W, HR)
Cres: dry respiration heat loss. Cres=f(M, Ta)
Eres: latent respiration heat loss. Eres=f(M, HR)
In which everything is INPUT except fcl, hc and Tcl. First two can be found directly using empirical equations and Tcl through an iterative process. This iterative is based on assuming Qcond_skin-clo=Qconv_clo-air+ Qrad.
I have the following two questions:
- Does it make sense to plot iso-PMV lines? By looking the algorithm it seems to me a whole body sensation instead of a single point property.
- How to find PMV value using numerical methods like CFD? Running a CFD code we get velocity, temperatures and humidity for single control volumes. So the only way to insert them in PMV algorithm is by doing an average of this properties surrounding the body, right?
I would appreciate any help or document in which these topics are explained in more detail.
Thanks in advance.