Struct Ifc4x2::IfcHumidifierTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcHumidifierTypeEnum

Public Types

enum Value

Enumeration defining the typical types of humidifiers. The IfcHumidifierTypeEnum contains the following:

STEAMINJECTION: Water vapor is added into the airstream through direction steam injection. ADIABATICAIRWASHER: Water vapor is added into the airstream through adiabatic evaporation using an air washing element. ADIABATICPAN: Water vapor is added into the airstream through adiabatic evaporation using a pan. ADIABATICWETTEDELEMENT: Water vapor is added into the airstream through adiabatic evaporation using a wetted element. ADIABATICATOMIZING: Water vapor is added into the airstream through adiabatic evaporation using an atomizing element. ADIABATICULTRASONIC: Water vapor is added into the airstream through adiabatic evaporation using an ultrasonic element. ADIABATICRIGIDMEDIA: Water vapor is added into the airstream through adiabatic evaporation using a rigid media. ADIABATICCOMPRESSEDAIRNOZZLE: Water vapor is added into the airstream through adiabatic evaporation using a compressed air nozzle. 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. ASSISTEDBUTANE: Water vapor is added into the airstream through water heated evaporation using a butane heater. ASSISTEDSTEAM: Water vapor is added into the airstream through water heated evaporation using a steam heater. USERDEFINED: User-defined humidifier type. NOTDEFINED: Undefined humidifier type.

HISTORY: New enumeration in IFC 2x2.

Values:

enumerator IfcHumidifierType_STEAMINJECTION
enumerator IfcHumidifierType_ADIABATICAIRWASHER
enumerator IfcHumidifierType_ADIABATICPAN
enumerator IfcHumidifierType_ADIABATICWETTEDELEMENT
enumerator IfcHumidifierType_ADIABATICATOMIZING
enumerator IfcHumidifierType_ADIABATICULTRASONIC
enumerator IfcHumidifierType_ADIABATICRIGIDMEDIA
enumerator IfcHumidifierType_ADIABATICCOMPRESSEDAIRNOZZLE
enumerator IfcHumidifierType_ASSISTEDELECTRIC
enumerator IfcHumidifierType_ASSISTEDNATURALGAS
enumerator IfcHumidifierType_ASSISTEDPROPANE
enumerator IfcHumidifierType_ASSISTEDBUTANE
enumerator IfcHumidifierType_ASSISTEDSTEAM
enumerator IfcHumidifierType_USERDEFINED
enumerator IfcHumidifierType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)