Compressor¶
Overview¶
Class
A machine that has the capability of compressing a gas.
Supertypes
Subtypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: COMPRESSOR
ComponentClass: Compressor
ComponentClassURI: http://data.posccaesar.org/rdl/RDS14286497
Example
Implementation in Proteus Schema
<Equipment
    ID="compressor1"
    ComponentClass="Compressor"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14286497" ...>
  ...
</Equipment>
DesignVolumeFlowRate¶
Attribute (data)
The volume flow rate for which the Compressor 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 VOLUME FLOW RATE
Name: DesignVolumeFlowRate
AttributeURI: http://data.posccaesar.org/rdl/RDS14286227
Example
The instance compressor1 represents a Compressor with a DesignVolumeFlowRate of 420.0 m3/h.
Implementation in Proteus Schema
<Equipment
    ID="compressor1"
    ComponentClass="Compressor"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14286497" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignVolumeFlowRate"
      AttributeURI="http://data.posccaesar.org/rdl/RDS14286227"
      Format="double"
      Value="420.0"
      Units="MetreCubedPerHour"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1321064" />
    ...
  </GenericAttributes>
  ...
</Equipment>
DifferentialPressure¶
Attribute (data)
The differential pressure of the Compressor.
Multiplicity: 0..1
Type: NullablePressureAbsolute
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DIFFERENTIAL PRESSURE
Name: DifferentialPressure
AttributeURI: http://data.posccaesar.org/rdl/RDS361574
Example
The instance compressor1 represents a Compressor with a DifferentialPressure of 4.8 bar.
Implementation in Proteus Schema
<Equipment
    ID="compressor1"
    ComponentClass="Compressor"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14286497" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DifferentialPressure"
      AttributeURI="http://data.posccaesar.org/rdl/RDS361574"
      Format="double"
      Value="4.8"
      Units="Bar"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1314539" />
    ...
  </GenericAttributes>
  ...
</Equipment>