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 |
---|---|---|
0..1 |
||
0..1 |
||
0..1 |
Attributes (composition)
Name |
Multiplicity |
Type |
---|---|---|
* |
||
* |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: CUSTOM PUMP
ComponentClass: CustomPump
ComponentClassURI: http://sandbox.dexpi.org/rdl/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
Type: NullableVolumeFlowRate
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN CAPACITY MOTIVE FLUID
Name: DesignCapacityMotiveFluid
AttributeURI: http://sandbox.dexpi.org/rdl/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.
RDL reference: DESIGN ROTATIONAL SPEED
Name: DesignRotationalSpeed
AttributeURI: http://sandbox.dexpi.org/rdl/DesignRotationalSpeed
DesignShaftPower¶
Attribute (data)
The shaft power for which the CustomPump is designed.
Multiplicity: 0..1
Type: NullablePower
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN SHAFT POWER
Name: DesignShaftPower
AttributeURI: http://sandbox.dexpi.org/rdl/DesignShaftPower
Displacers¶
Attribute (composition)
The displacers of the CustomPump.
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.
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 />