EjectorPump¶
Overview¶
Class
A pump which uses pressurized gas or liquid passing through an ejector to transport liquid (from http://data.posccaesar.org/rdl/RDS860624).
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: EJECTOR PUMP
ComponentClass: EjectorPump
ComponentClassURI: http://data.posccaesar.org/rdl/RDS860624
Example
Implementation in Proteus Schema
<Equipment
    ID="ejectorPump1"
    ComponentClass="EjectorPump"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS860624" ...>
  ...
</Equipment>
DesignCapacityMotiveFluid¶
Attribute (data)
The capacity of the volume flow rate for the motive fluid for which the EjectorPump 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
Example
The instance ejectorPump1 represents an EjectorPump with a DesignCapacityMotiveFluid of 40.0 m3/h.
Implementation in Proteus Schema
<Equipment
    ID="ejectorPump1"
    ComponentClass="EjectorPump"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS860624" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignCapacityMotiveFluid"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignCapacityMotiveFluid"
      Format="double"
      Value="40.0"
      Units="MetreCubedPerHour"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1321064" />
    ...
  </GenericAttributes>
  ...
</Equipment>