7.5.2.22 IfcHeatExchangerTypeEnum
7.5.2.22.1 Semantic definition
Enumeration defining the typical types of heat exchangers.
7.5.2.22.2 Type values
| Type | Description | 
|---|---|
PLATE
 | 
 Plate heat exchanger.  | 
SHELLANDTUBE
 | 
 Shell and Tube heat exchanger.  | 
TURNOUTHEATING
 | 
 A device used to remove snow from railways. E.g. electric heating device, gas heater  | 
USERDEFINED
 | 
 User-defined heat exchanger type.  | 
NOTDEFINED
 | 
 Undefined heat exchanger type.  | 
7.5.2.22.3 Formal representation
TYPE IfcHeatExchangerTypeEnum = ENUMERATION OF
	(PLATE
	,SHELLANDTUBE
	,TURNOUTHEATING
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;