- ht
a numeric value presenting body height in [cm].
- wt
a numeric value presenting body weight in [kg].
- age
a numeric value presenting the age in [years].
- gender
a numeric value presenting sex (female = 1, male = 2)
- clo
a numeric value presenting clothing insulation level in [clo].
- vel
a numeric value presenting air velocity in [m/s].
- tskObs
a numeric value presenting actual mean skin temperature in [degree C].
- taObs
a numeric value presenting actual air temperature in [degree C].
- met
a numeric value presenting metabolic rate (activity related) in [met].
- rh
a numeric value presenting realtive humidity in [%].
- fBasMet
a string presenting the method of calculating basal metbolic rate.
Needs to be one of "rosa", "harris", "miflin", "fixed", or "direct".
Fixed will result in the value of 58.2 W/m2. Direct requires definition of metMin and metMax.
- fSA
a string presenting the method of calculating the surface area. Needs to be one of "duBois", "mosteller", or "direct".
- percCov
a numeric value between 0 and 1 presenting the percentage of the body covered by clothes in [%].
- TcMin
a numeric value presenting the minimum allowed core temperature in [degree C].
- TcMax
a numeric value presenting the maximum allowed core temperature in [degree C].
- plotZone
a boolean variable TRUE or FALSE stating, wether TNZ should be plotted or not.
- gridTaMin
a numeric value defining the minimum grid value for Ta, ambient temperature, in [degree C].
- gridTaMax
a numeric value defining the maximum grid value for Ta, ambient temperature, in [degree C].
- gridTskMin
a numeric value defining the minimum grid value for Tsk, skin temperature, in [degree C].
- gridTskMax
a numeric value defining the maximum grid value for Tsk, skin temperature, in [degree C].
- gridTa
a numeric value defining the grid size in Ta dimension.
- gridTsk
a numeric value defining the grid size in Tsk dimension.
- sa
a numeric value for surface area (only used with method fSA: direct) in [m2].
- IbMax
a numeric value for maximum body tissue insulation in [m2K/W].
- IbMin
a numeric value for minimum body tissue insulation in [m2K/W].
- alphaIn
a numeric value for alpha (if 0, alpha will be calculated according to Fanger.
- metMin
a numeric value for minimum metabolic rate (only used with method fBasMet:direct) in [W/m2].
- metMax
a numeric value for maximum metabolic rate (only used with method fBasMet:direct) in [W/m2].
- metDiff
a numeric value for difference between minimum and maximum metabolic rate (not used with method fBasMet:direct) in [W/m2].
- forPDF
a boolean value. If TRUE, matrix for drawing of PDF will be output, if FALSE, values for dTNZ and others will be output.
- metAdapt
a string presenting the method of calculating the surface area. Needs to be one of 'Hori', 'Q10', 'ATHB', or 'none'. NOTE: all methods applied here still in development and need further validation.
- trm
numerical value presenting the running mean outdoor temperature in [degree C]. Only used with metAdapt: Hori and ATHB.
- TcPreAdapt
numerical value presenting the initial core temperature before adaptation in [degree C]. Only used with metAdapt: Q10.