IfcChillerTypeEnum

Natural language names
Chiller Type Enum
Énumération des types de refroidisseurs
Semantic definitions at the type
Type definition

Enumeration defining the typical types of Chillers classified by their method of heat rejection.

HISTORY  New enumeration in IFC2x.
Enumeration definition
ConstantDescription
AIRCOOLEDAir cooled chiller.
WATERCOOLEDWater cooled chiller.
HEATRECOVERYHeat recovery chiller.
USERDEFINEDUser-defined chiller type.
NOTDEFINEDUndefined chiller type.
Formal representations
XML Specification
 <xs:simpleType name="IfcChillerTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="aircooled"/>
   <xs:enumeration value="watercooled"/>
   <xs:enumeration value="heatrecovery"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcChillerTypeEnum = ENUMERATION OF (
 AIRCOOLED,
 WATERCOOLED,
 HEATRECOVERY,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcChiller IfcChillerType

Link to this page  Link to this page