Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcChillerTypeEnum

Definition from IAI: Enumeration defining the typical types of Chillers classified by their method of heat rejection. The IfcChillerTypeEnum contains the following:

HISTORY: New enumeration in IFC R2x.

EXPRESS specification:

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