Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcFireSuppressionTerminalTypeEnum

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

HISTORY: New type in IFC 2x2

Enumeration

Value Definition Pset
BREECHINGINLET Symmetrical pipe fitting that unites two or more inlets into a single pipe (BS6100 330 114 adapted) YES
FIREHYDRANT Device, fitted to a pipe, through which a temporary supply of water may be provided (BS6100 330 6107) YES
HOSEREEL A supporting framework on which a hose may be wound (BS6100 155 8201) YES
SPRINKLER Device for sprinkling water from a pipe under pressure over an area (BS6100 100 3432) YES
SPRINKLERDEFLECTOR Device attached to a sprinkler to deflect the water flow into a spread pattern to cover the required area (IAI) YES
USERDEFINED
NOTDEFINED

EXPRESS specification:

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