IfcThermalLoadTypeEnum
Definition from IAI:
This enumeration defines the type of thermal load for spaces or zones, as derived from various use cases:
- SENSIBLE: Energy added or removed from air that affects its temperature.
- LATENT: Energy added or removed from air that affects its humidity or concentration of water vapor.
- RADIANT: Electromagnetic energy added or removed by emmission or absorption.
- NOTDEFINED: Undefined thermal load type.
HISTORY: New enumeration in IFC R2x2.
EXPRESS specification:
|
TYPE IfcThermalLoadTypeEnum = ENUMERATION OF
|
|
(
|
SENSIBLE, LATENT, RADIANT, NOTDEFINED);
|
|
|