IfcHumidifierTypeEnum

Natural language names
Humidifier Type Enum
Enumération des types d'humidificateur
Semantic definitions at the type
Type definition

Enumeration defining the typical types of humidifiers.

HISTORY  New enumeration in IFC2x2.
Enumeration definition
ConstantDescription
STEAMINJECTIONWater vapor is added into the airstream through direct steam injection.
ADIABATICAIRWASHERWater vapor is added into the airstream through adiabatic evaporation using an air washing element.
ADIABATICPANWater vapor is added into the airstream through adiabatic evaporation using a pan.
ADIABATICWETTEDELEMENTWater vapor is added into the airstream through adiabatic evaporation using a wetted element.
ADIABATICATOMIZINGWater vapor is added into the airstream through adiabatic evaporation using an atomizing element.
ADIABATICULTRASONICWater vapor is added into the airstream through adiabatic evaporation using an ultrasonic element.
ADIABATICRIGIDMEDIAWater vapor is added into the airstream through adiabatic evaporation using a rigid media.
ADIABATICCOMPRESSEDAIRNOZZLEWater vapor is added into the airstream through adiabatic evaporation using a compressed air nozzle.
ASSISTEDELECTRICWater vapor is added into the airstream through water heated evaporation using an electric heater.
ASSISTEDNATURALGASWater vapor is added into the airstream through water heated evaporation using a natural gas heater.
ASSISTEDPROPANEWater vapor is added into the airstream through water heated evaporation using a propane heater.
ASSISTEDBUTANEWater vapor is added into the airstream through water heated evaporation using a butane heater.
ASSISTEDSTEAMWater vapor is added into the airstream through water heated evaporation using a steam heater.
USERDEFINEDUser-defined humidifier type.
NOTDEFINEDUndefined humidifier type.
Formal representations
XML Specification
 <xs:simpleType name="IfcHumidifierTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="steaminjection"/>
   <xs:enumeration value="adiabaticairwasher"/>
   <xs:enumeration value="adiabaticpan"/>
   <xs:enumeration value="adiabaticwettedelement"/>
   <xs:enumeration value="adiabaticatomizing"/>
   <xs:enumeration value="adiabaticultrasonic"/>
   <xs:enumeration value="adiabaticrigidmedia"/>
   <xs:enumeration value="adiabaticcompressedairnozzle"/>
   <xs:enumeration value="assistedelectric"/>
   <xs:enumeration value="assistednaturalgas"/>
   <xs:enumeration value="assistedpropane"/>
   <xs:enumeration value="assistedbutane"/>
   <xs:enumeration value="assistedsteam"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcHumidifierTypeEnum = ENUMERATION OF (
 STEAMINJECTION,
 ADIABATICAIRWASHER,
 ADIABATICPAN,
 ADIABATICWETTEDELEMENT,
 ADIABATICATOMIZING,
 ADIABATICULTRASONIC,
 ADIABATICRIGIDMEDIA,
 ADIABATICCOMPRESSEDAIRNOZZLE,
 ASSISTEDELECTRIC,
 ASSISTEDNATURALGAS,
 ASSISTEDPROPANE,
 ASSISTEDBUTANE,
 ASSISTEDSTEAM,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcHumidifier IfcHumidifierType

Link to this page  Link to this page