Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcCondenserTypeEnum

Definition from IAI: Enumeration defining the typical types of condensers. The IfcCondenserTypeEnum contains the following:

HISTORY: New enumeration in IFC 2x2.

EXPRESS specification:

TYPE IfcCondenserTypeEnum = ENUMERATION OF
( WATERCOOLEDSHELLTUBE,
WATERCOOLEDSHELLCOIL,
WATERCOOLEDTUBEINTUBE,
WATERCOOLEDBRAZEDPLATE,
AIRCOOLED,
EVAPORATIVECOOLED,
USERDEFINED,
NOTDEFINED);
END_TYPE;