7.5.2.23 IfcHumidifierTypeEnum
7.5.2.23.1 Semantic definition
Enumeration defining the typical types of humidifiers.
7.5.2.23.2 Type values
Type | Description |
---|---|
ADIABATICAIRWASHER
|
Water vapor is added into the airstream through adiabatic evaporation using an air washing element. |
ADIABATICATOMIZING
|
Water vapor is added into the airstream through adiabatic evaporation using an atomizing element. |
ADIABATICCOMPRESSEDAIRNOZZLE
|
Water vapor is added into the airstream through adiabatic evaporation using a compressed air nozzle. |
ADIABATICPAN
|
Water vapor is added into the airstream through adiabatic evaporation using a pan. |
ADIABATICRIGIDMEDIA
|
Water vapor is added into the airstream through adiabatic evaporation using a rigid media. |
ADIABATICULTRASONIC
|
Water vapor is added into the airstream through adiabatic evaporation using an ultrasonic element. |
ADIABATICWETTEDELEMENT
|
Water vapor is added into the airstream through adiabatic evaporation using a wetted element. |
ASSISTEDBUTANE
|
Water vapor is added into the airstream through water heated evaporation using a butane heater. |
ASSISTEDELECTRIC
|
Water vapor is added into the airstream through water heated evaporation using an electric heater. |
ASSISTEDNATURALGAS
|
Water vapor is added into the airstream through water heated evaporation using a natural gas heater. |
ASSISTEDPROPANE
|
Water vapor is added into the airstream through water heated evaporation using a propane heater. |
ASSISTEDSTEAM
|
Water vapor is added into the airstream through water heated evaporation using a steam heater. |
STEAMINJECTION
|
Water vapor is added into the airstream through direct steam injection. |
USERDEFINED
|
User-defined humidifier type. |
NOTDEFINED
|
Undefined humidifier type. |
7.5.2.23.3 Formal representation
TYPE IfcHumidifierTypeEnum = ENUMERATION OF
(ADIABATICAIRWASHER
,ADIABATICATOMIZING
,ADIABATICCOMPRESSEDAIRNOZZLE
,ADIABATICPAN
,ADIABATICRIGIDMEDIA
,ADIABATICULTRASONIC
,ADIABATICWETTEDELEMENT
,ASSISTEDBUTANE
,ASSISTEDELECTRIC
,ASSISTEDNATURALGAS
,ASSISTEDPROPANE
,ASSISTEDSTEAM
,STEAMINJECTION
,USERDEFINED
,NOTDEFINED);
END_TYPE;