IfcCondenserTypeEnum

Natural language names
Condenser Type Enum
Énumération des types de condenseur
Change log
ItemSPFXMLChangeDescription
4.0.0.0
    IfcCondenserTypeEnum
      WATERCOOLEDADDED
Semantic definitions at the type
Type definition

Enumeration defining the typical types of condensers. Air is used as the cooling medium for AIRCOOLED; water is used as the cooling medium for all other types.

HISTORY  New enumeration in IFC2x2. WATERCOOLED added in IFC4.
Enumeration definition
ConstantDescription
AIRCOOLEDA condenser in which heat is transferred to an air-stream.
EVAPORATIVECOOLEDA condenser that is cooled evaporatively.
WATERCOOLEDWater-cooled condenser with unspecified operation.
WATERCOOLEDBRAZEDPLATEWater-cooled condenser with plates brazed together to form an assembly of separate channels.
WATERCOOLEDSHELLCOILWater-cooled condenser with cooling water circulated through one or more continuous or assembled coils contained within the shell.
WATERCOOLEDSHELLTUBEWater-cooled condenser with cooling water circulated through one or more tubes contained within the shell.
WATERCOOLEDTUBEINTUBEWater-cooled condenser consisting of one or more assemblies of two tubes, one within the other.
USERDEFINEDUser-defined condenser type.
NOTDEFINEDUndefined condenser type.
Formal representations
XML Specification
 <xs:simpleType name="IfcCondenserTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="aircooled"/>
   <xs:enumeration value="evaporativecooled"/>
   <xs:enumeration value="watercooled"/>
   <xs:enumeration value="watercooledbrazedplate"/>
   <xs:enumeration value="watercooledshellcoil"/>
   <xs:enumeration value="watercooledshelltube"/>
   <xs:enumeration value="watercooledtubeintube"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcCondenserTypeEnum = ENUMERATION OF (
 AIRCOOLED,
 EVAPORATIVECOOLED,
 WATERCOOLED,
 WATERCOOLEDBRAZEDPLATE,
 WATERCOOLEDSHELLCOIL,
 WATERCOOLEDSHELLTUBE,
 WATERCOOLEDTUBEINTUBE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCondenser IfcCondenserType

Link to this page  Link to this page