Adaptive Comfort
Last updated
Last updated
Calculate Adaptive thermal comfort.
The Adaptive thermal comfort model is for use on the interior of buildings where a heating or cooling system is not operational and occupants have the option to open windows for natural ventilation.
Note that, for fully conditioned buildings, the PMV thermal comfort model should be used.
out_temp [Required]
Outdoor temperatures in one of the following formats:
air_temp [Required]
Data Collection or individual value for air temperature in C.
mrt
Data Collection or individual value for mean radiant temperature (MRT) in C. Default is the same as the air_temp.
air_speed
Data Collection or individual value for air speed in m/s. Note that higher air speeds in the adaptive model only widen the upper boundary of the comfort range at temperatures above 24 C and will not affect the lower temperature of the comfort range. Default is a very low speed of 0.1 m/s.
adapt_par
Optional comfort parameters from the "LB Adaptive Comfort Parameters" component to specify the criteria under which conditions are considered acceptable/comfortable. The default will use ASHRAE-55 adaptive comfort criteria.
run [Required]
Set to True to run the component.
report
Reports, errors, warnings, etc.
prevail_temp
Data Collection of prevailing outdoor temperature in degrees C.
neutral_temp
Data Collection of the desired neutral temperature in degrees C.
deg_neutral
Data Collection of the degrees from desired neutral temperature in degrees C.
comfort
Integers noting whether the input conditions are acceptable according to the assigned comfort_parameter. Values are one of the following:
condition
Integers noting the thermal status of a subject according to the assigned comfort_parameter. Values are one of the following:
comf_obj
A Python object containing all inputs and results of the analysis. This can be plugged into components like the "Comfort Statistics" component to get further information.