Condenser Type Enum | |
Énumération des types de condenseur |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcCondenserTypeEnum | ||||
WATERCOOLED | ADDED |
Enumeration defining the typical types of condensers. Air is used as the cooling medium for AIRCOOLED; water is used as the cooling medium for all other types.
HISTORY New enumeration in IFC2x2. WATERCOOLED added in IFC4.
Constant | Description |
---|---|
AIRCOOLED | A condenser in which heat is transferred to an air-stream. |
EVAPORATIVECOOLED | A condenser that is cooled evaporatively. |
WATERCOOLED | Water-cooled condenser with unspecified operation. |
WATERCOOLEDBRAZEDPLATE | Water-cooled condenser with plates brazed together to form an assembly of separate channels. |
WATERCOOLEDSHELLCOIL | Water-cooled condenser with cooling water circulated through one or more continuous or assembled coils contained within the shell. |
WATERCOOLEDSHELLTUBE | Water-cooled condenser with cooling water circulated through one or more tubes contained within the shell. |
WATERCOOLEDTUBEINTUBE | Water-cooled condenser consisting of one or more assemblies of two tubes, one within the other. |
USERDEFINED | User-defined condenser type. |
NOTDEFINED | Undefined condenser type. |
<xs:simpleType name="IfcCondenserTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="aircooled"/>
<xs:enumeration value="evaporativecooled"/>
<xs:enumeration value="watercooled"/>
<xs:enumeration value="watercooledbrazedplate"/>
<xs:enumeration value="watercooledshellcoil"/>
<xs:enumeration value="watercooledshelltube"/>
<xs:enumeration value="watercooledtubeintube"/>
<xs:enumeration value="userdefined"/>
<xs:enumeration value="notdefined"/>
</xs:restriction>
</xs:simpleType>
TYPE IfcCondenserTypeEnum = ENUMERATION OF (
AIRCOOLED,
EVAPORATIVECOOLED,
WATERCOOLED,
WATERCOOLEDBRAZEDPLATE,
WATERCOOLEDSHELLCOIL,
WATERCOOLEDSHELLTUBE,
WATERCOOLEDTUBEINTUBE,
USERDEFINED,
NOTDEFINED);
END_TYPE;