Struct Ifc4x2::IfcPumpTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x2.

Struct Documentation

struct Ifc4x2::IfcPumpTypeEnum

Public Types

enum Value

Defines general types of pumps.

The IfcPumpTypeEnum contains the following:

CIRCULATOR: A Circulator pump is a generic low-pressure, low-capacity pump. It may have a wet rotor and may be driven by a flexible-coupled motor.

ENDSUCTION: An End Suction pump, when mounted horizontally, has a single horizontal inlet on the impeller suction side and a vertical discharge. It may have a direct or close-coupled motor.

SPLITCASE: A Split Case pump, when mounted horizontally, has an inlet and outlet on each side of the impeller. The impeller can be easily accessed by removing the front of the impeller casing. It may have a direct or close-coupled motor.

SUBMERSIBLEPUMP: A pump designed to be immersed in a fluid, typically a collection tank.

SUMPPUMP: A pump designed to sit above a collection tank with a suction inlet extending into the tank.

VERTICALINLINE: A Vertical Inline pump has the pump and motor close-coupled on the pump casing. The pump depends on the connected, horizontal piping for support, with the suction and discharge along the piping axis.

VERTICALTURBINE: A Vertical Turbine pump has a motor mounted vertically on the pump casing for either wet-pit sump mounting or dry-well mounting.

USERDEFINED: User-defined pump type.

NOTDEFINED: Pump type has not been defined.

HISTORY: New enumeration in IFC R2x. SUBMERSIBLEPUMP and SUMPPUMP added in IFC2x4.

Values:

enumerator IfcPumpType_CIRCULATOR
enumerator IfcPumpType_ENDSUCTION
enumerator IfcPumpType_SPLITCASE
enumerator IfcPumpType_SUBMERSIBLEPUMP
enumerator IfcPumpType_SUMPPUMP
enumerator IfcPumpType_VERTICALINLINE
enumerator IfcPumpType_VERTICALTURBINE
enumerator IfcPumpType_USERDEFINED
enumerator IfcPumpType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)