IfcCondenserTypeEnum

Natural language names
Condenser Type Enum
Énumération des types de condenseur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 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
AIRCOOLED

A condenser in which heat is transferred to an air-stream.

EVAPORATIVECOOLED

A condenser that is cooled evaporatively.

WATERCOOLED

Water-cooled condenser with unspecified operation.

WATERCOOLEDBRAZEDPLATE

Water-cooled condenser with plates brazed together to form an assembly of separate channels.

WATERCOOLEDSHELLCOIL

Water-cooled condenser with cooling water circulated through one or more continuous or assembled coils contained within the shell.

WATERCOOLEDSHELLTUBE

Water-cooled condenser with cooling water circulated through one or more tubes contained within the shell.

WATERCOOLEDTUBEINTUBE

Water-cooled condenser consisting of one or more assemblies of two tubes, one within the other.

USERDEFINED

User-defined condenser type.

NOTDEFINED

Undefined 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