CustomPump

Overview

Class

A custom Pump, i.e., a Pump that is not covered by any of the other subclasses of Pump (CentrifugalPump, EjectorPump, ReciprocatingPump, or RotaryPump).

Supertypes

Attributes (data)

Name

Multiplicity

Type

DesignCapacityMotiveFluid

0..1

NullableVolumeFlowRate

DesignRotationalSpeed

0..1

NullableRotationalFrequency

DesignShaftPower

0..1

NullablePower

Attributes (composition)

Name

Multiplicity

Type

Displacers

*

Displacer

Impellers

*

Impeller

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

RDL reference: CUSTOM PUMP

ComponentClass: CustomPump

Example

Implementation in Proteus Schema

<Equipment
    ID="customPump1"
    ComponentClass="CustomPump"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomPump" ...>
  ...
</Equipment>

DesignCapacityMotiveFluid

Attribute (data)

The capacity of the volume flow rate for the motive fluid for which the CustomPump is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: DesignCapacityMotiveFluid

DesignRotationalSpeed

Attribute (data)

The rotational speed for which the CustomPump is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: DesignRotationalSpeed

DesignShaftPower

Attribute (data)

The shaft power for which the CustomPump is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: DESIGN SHAFT POWER

Name: DesignShaftPower

Displacers

Attribute (composition)

The displacers of the CustomPump.

Multiplicity: *

Type: Displacer

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a Displacer) is a child of the <Equipment> element for the attribute owner (a CustomPump).

Example

Implementation in Proteus Schema

<Equipment
    ID="customPump1"
    ComponentClass="CustomPump"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomPump" ...>
  ...
  <Equipment
      ID="displacer1"
      ComponentClass="Displacer"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/Displacer" ...>
    ...
  <Equipment />
  ...
<Equipment />

Impellers

Attribute (composition)

The impellers of the CustomPump.

Multiplicity: *

Type: Impeller

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (an Impeller) is a child of the <Equipment> element for the attribute owner (a CustomPump).

Example

Implementation in Proteus Schema

<Equipment
    ID="customPump1"
    ComponentClass="CustomPump"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomPump" ...>
  ...
  <Equipment
      ID="impeller1"
      ComponentClass="Impeller"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS414539" ...>
    ...
  <Equipment />
  ...
<Equipment />