IfcHeatExchangerTypeEnum

Natural language names
Heat Exchanger Type Enum
Enumération des types d'échangeur de chaleur
Semantic definitions at the type
Type definition

Enumeration defining the typical types of heat exchangers.

HISTORY  New enumeration in IFC2x.
Enumeration definition
ConstantDescription
PLATEPlate heat exchanger.
SHELLANDTUBEShell and Tube heat exchanger.
USERDEFINEDUser-defined heat exchanger type.
NOTDEFINEDUndefined heat exchanger type.
Formal representations
XML Specification
 <xs:simpleType name="IfcHeatExchangerTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="plate"/>
   <xs:enumeration value="shellandtube"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcHeatExchangerTypeEnum = ENUMERATION OF (
 PLATE,
 SHELLANDTUBE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcHeatExchanger IfcHeatExchangerType

Link to this page  Link to this page