CustomCompressor¶
Overview¶
Class
A custom Compressor, i.e., a Compressor that is not covered by any of the other subclasses of Compressor (AirEjector, AxialCompressor, CentrifugalCompressor, ReciprocatingCompressor, or RotaryCompressor).
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 COMPRESSOR
ComponentClass: CustomCompressor
ComponentClassURI: http://sandbox.dexpi.org/rdl/CustomCompressor
Example
Implementation in Proteus Schema
<Equipment
    ID="customCompressor1"
    ComponentClass="CustomCompressor"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomCompressor" ...>
  ...
</Equipment>
DesignCapacityMotiveFluid¶
Attribute (data)
The capacity of the volume flow rate for the motive fluid for which the CustomCompressor 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 CustomCompressor 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 CustomCompressor 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 CustomCompressor.
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 CustomCompressor).
Example
Implementation in Proteus Schema
<Equipment
    ID="customCompressor1"
    ComponentClass="CustomCompressor"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomCompressor" ...>
  ...
  <Equipment
      ID="displacer1"
      ComponentClass="Displacer"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/Displacer" ...>
    ...
  <Equipment />
  ...
<Equipment />
Impellers¶
Attribute (composition)
The impellers of the CustomCompressor.
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 CustomCompressor).
Example
Implementation in Proteus Schema
<Equipment
    ID="customCompressor1"
    ComponentClass="CustomCompressor"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomCompressor" ...>
  ...
  <Equipment
      ID="impeller1"
      ComponentClass="Impeller"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS414539" ...>
    ...
  <Equipment />
  ...
<Equipment />