IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.6.2.1 IfcFireSuppressionTerminalTypeEnum

7.6.2.1.1 Semantic definition

The IfcFireSuppressionTerminalTypeEnum defines the range of different types of fire suppression terminal that can be specified.

7.6.2.1.2 Type values

Type Description
BREECHINGINLET

Symmetrical pipe fitting that unites two or more inlets into a single pipe. A breeching inlet may be used on either a wet or dry riser. Used by fire services personnel for fast connection of fire appliance hose reels. May also be used for foam.

FIREHYDRANT

Device, fitted to a pipe, through which a temporary supply of water may be provided. May also be termed a stand pipe.

FIREMONITOR

Fire monitor.

HOSEREEL

A supporting framework on which a hose may be wound.

SPRINKLER

Device for sprinkling water from a pipe under pressure over an area.

SPRINKLERDEFLECTOR

Device attached to a sprinkler to deflect the water flow into a spread pattern to cover the required area.

USERDEFINED

User-defined type

NOTDEFINED

Undefined type.

Table 7.6.2.1.A

7.6.2.1.3 Formal representation

TYPE IfcFireSuppressionTerminalTypeEnum = ENUMERATION OF
	(BREECHINGINLET
	,FIREHYDRANT
	,FIREMONITOR
	,HOSEREEL
	,SPRINKLER
	,SPRINKLERDEFLECTOR
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.6.2.1.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.6.2.1.5 Changelog

7.6.2.1.5.1 IFC4.3_DEV_70ee25e8

  • item, FIREMONITOR
  • item SPRINKLERDEFLECTOR, Is now deprecated. The value is deprecated and shall no longer be used.