7.5.2.6 IfcChillerTypeEnum
7.5.2.6.1 Semantic definition
Enumeration defining the typical types of Chillers classified by their method of heat rejection.
7.5.2.6.2 Type values
| Type | Description | 
|---|---|
AIRCOOLED
 | 
 Air cooled chiller.  | 
HEATRECOVERY
 | 
 Heat recovery chiller.  | 
WATERCOOLED
 | 
 Water cooled chiller.  | 
USERDEFINED
 | 
 User-defined chiller type.  | 
NOTDEFINED
 | 
 Undefined chiller type.  | 
7.5.2.6.3 Formal representation
TYPE IfcChillerTypeEnum = ENUMERATION OF
	(AIRCOOLED
	,HEATRECOVERY
	,WATERCOOLED
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;