IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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.

Table 7.5.2.6.A

7.5.2.6.3 Formal representation

TYPE IfcChillerTypeEnum = ENUMERATION OF
	(AIRCOOLED
	,HEATRECOVERY
	,WATERCOOLED
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.5.2.6.4 References

Edit on Github


Is this page difficult to understand? Let us know!