calcdTNZ
calculates the distance from the thermoneutral zone, either skin temperature or room air related.
calcdTNZ(ht, wt, age, gender, clo, vel, tskObs, taObs, met, rh, deltaT =.1,
fBasMet = "rosa", fSA = "duBois", percCov = 0, TcMin = 36, TcMax = 38,
plotZone = FALSE)
a numeric value presenting body height in [cm]
a numeric value presenting body weight in [kg]
a numeric value presenting the age in [years]
a numeric value presenting sex (female = 1, male = 2)
a numeric value presenting clothing insulation level in [clo]
a numeric value presenting air velocity in [m/s]
a numeric value presenting actual mean skin temperature in [degree C]
a numeric value presenting air temperaturein [degree C]
a numeric value presenting metabolic rate (activity related) in [met]
a numeric value presenting realtive humidity in [
a numeric value presenting the resolution of the matrix to be used
a string presenting the method of calculating basal metbolic rate. Needs to be one of "rosa", "harris", "miflin", or "fixed". Fixed will result in the value of 58.2 W/m2.
a string presenting the method of calculating the surface area. Needs to be one of "duBois" or "mosteller".
a numeric value between 0 and 1 presenting the percentage of the body covered by clothes in [
a numeric value presenting the minimum allowed core temperature in [degree C].
a numeric value presenting the maximum allowed core temperature in [degree C].
a boolean variable TRUE or FALSE stating, wether TNZ should be plotted or not.
calcdTNZ
returns a dataframe with the columns dTNZ, dTNZTs, dTNZTa. Thereby
The absolute distance to the centroid of the thermoneutral zone
Relative value of distance assuming skin temperature to be dominant for sensation
Relative value of distance assuming ambient temperature to be dominant for sensation
The percentage of the body covered by clothes can be estimated e.g. based on ISO 9920 Appendix H (Figure H.1). A typical winter case leads to a value of around .86, in the summer case this goes down to values around .68.
Kingma, B. R., Schweiker, M., Wagner, A. and van Marken Lichtenbelt, W. D. Exploring the potential of a biophysical model to understand thermal sensation Proceedings of 9th Windsor Conference: Making Comfort Relevant Cumberland Lodge, Windsor, UK, 2016.
Kingma, B. and van Marken Lichtenbelt, W. Energy consumPtion in buildings and female thermal demand Nature Clim. Change, 2015, 5, 1054 - 1056.
Kingma, B. R.; Frijns, A. J.; Schellen, L. and van Marken Lichtenbelt, W. D. Beyond the classic thermoneutral zone Temperature, 2014, 1, 142-149.
see also calcComfInd
# NOT RUN {
## Calculate all values
calcdTNZ(171, 71, 45, 1, .6, .12, 37.8, 25.3, 1.1, 50)
# }
Run the code above in your browser using DataLab