IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

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.

Table 7.5.2.11.A

7.5.2.11.3 Formal representation

TYPE IfcCoolingTowerTypeEnum = ENUMERATION OF
	(MECHANICALFORCEDDRAFT
	,MECHANICALINDUCEDDRAFT
	,NATURALDRAFT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.5.2.11.4 References

Edit on Github


Is this page difficult to understand? Let us know!