
IfcCondenserTypeEnum
Definition from IAI:
Enumeration defining the typical types of condensers.
The IfcCondenserTypeEnum contains the following:
- WATERCOOLEDSHELLTUBE: Water-cooled condenser with cooling water circulated through one or more tubes contained within the shell.
- WATERCOOLEDSHELLCOIL: Water-cooled condenser with cooling water circulated through one or more continuous or assembled coils contained within the shell.
- WATERCOOLEDTUBEINTUBE: Water-cooled condenser consisting of one or more assemblies of two tubes, one within the other.
- WATERCOOLEDBRAZEDPLATE: Water-cooled condenser condenser with plates brazed together to form an assembly of separate channels.
- AIRCOOLED: A condenser in which heat is transferred to an air-stream.
- EVAPORATIVECOOLED: A condenser that is cooled evaporatively.
- USERDEFINED: User-defined condenser type.
- NOTDEFINED: Undefined condenser type.
HISTORY: New enumeration in IFC 2x2.
EXPRESS specification:
|
TYPE IfcCondenserTypeEnum = ENUMERATION OF
|
|
(
|
WATERCOOLEDSHELLTUBE, WATERCOOLEDSHELLCOIL, WATERCOOLEDTUBEINTUBE, WATERCOOLEDBRAZEDPLATE, AIRCOOLED, EVAPORATIVECOOLED, USERDEFINED, NOTDEFINED);
|
|
|