| dfASHRAETableG11 {comf} | R Documentation |
Calibration data for SET
Description
Data from ASHRAE 55-2013 to calibrate values given by SET model
Usage
data(dfASHRAETableG11)
Format
A data frame with 22 rows and 11 variables:
taa numeric vector of air temperature [degree C]
taFa numeric vector of air temperature [degree F]
tra numeric vector of radiant temperature [degree C]
trFa numeric vector of radiant temperature [degree F]
vela numeric vector of indoor air velocity [m/s]
velFPMa numeric vector of indoor air velocity [fpm]
rha numeric vector of relative humidity [%]
meta numeric vector of metabolic rate [MET]
cloa numeric vector of clothing insulation level [CLO]
seta numeric vector of standard effective temperature (SET) [degree C]
setFa numeric vector of standard effective temperature (SET) [degree F]
References
ASHRAE Standard 55-2013. Thermal environmental conditions for human occupancy. American society of heating, Refrigerating and Air-Conditioning Engineering, Atlanta, USA, 2013.
Examples
data(dfASHRAETableG11)
head(dfASHRAETableG11)