7.5.2.11 IfcCoolingTowerTypeEnum
7.5.2.11.1 Semantic definition
Enumeration defining the typical types of cooling towers.
7.5.2.11.2 Type values
Type | Description |
---|---|
MECHANICALFORCEDDRAFT
|
Air flow is produced by a mechanical device, typically one or more fans, located on the inlet air side of the cooling tower. |
MECHANICALINDUCEDDRAFT
|
Air flow is produced by a mechanical device, typically one or more fans, located on the air outlet side of the cooling tower. |
NATURALDRAFT
|
Air flow is produced naturally. |
USERDEFINED
|
User-defined cooling tower type. |
NOTDEFINED
|
Undefined cooling tower type. |
7.5.2.11.3 Formal representation
TYPE IfcCoolingTowerTypeEnum = ENUMERATION OF
(MECHANICALFORCEDDRAFT
,MECHANICALINDUCEDDRAFT
,NATURALDRAFT
,USERDEFINED
,NOTDEFINED);
END_TYPE;