Separator¶
Overview¶
Class
A ‘device’ intended to separate different types of substances (from http://data.posccaesar.org/rdl/RDS2194378711).
Supertypes
Subtypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | ||
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: SEPARATOR
ComponentClass: Separator
ComponentClassURI: http://data.posccaesar.org/rdl/RDS2194378711
Example
Implementation in Proteus Schema
<Equipment
    ID="separator1"
    ComponentClass="Separator"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS2194378711" ...>
  ...
</Equipment>
DesignVolumeFlowRate¶
Attribute (data)
The volume flow rate for which the Separator 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 separator1 represents a Separator with a DesignVolumeFlowRate of 420.0 m3/h.
Implementation in Proteus Schema
<Equipment
    ID="separator1"
    ComponentClass="Separator"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS2194378711" ...>
  ...
  <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>
Efficiency¶
Attribute (data)
The efficiency of the Separator.
Multiplicity: 0..1
Type: NullablePercentage
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
Example
The instance separator1 represents a Separator with an Efficiency of 90.0 ???.
Implementation in Proteus Schema
<Equipment
    ID="separator1"
    ComponentClass="Separator"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS2194378711" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="Efficiency"
      AttributeURI="http://data.posccaesar.org/rdl/RDS362654"
      Format="double"
      Value="90.0"
      Units="Percent"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1317959" />
    ...
  </GenericAttributes>
  ...
</Equipment>
UpperLimitAllowableDesignPressureDrop¶
Attribute (data)
The upper limit for the pressure drop for which the Separator is designed.
Multiplicity: 0..1
Type: NullablePressureAbsolute
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT ALLOWABLE DESIGN PRESSURE DROP
Name: UpperLimitAllowableDesignPressureDrop
Example
The instance separator1 represents a Separator with an UpperLimitAllowableDesignPressureDrop of 2.0 bar.
Implementation in Proteus Schema
<Equipment
    ID="separator1"
    ComponentClass="Separator"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS2194378711" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitAllowableDesignPressureDrop"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitAllowableDesignPressureDrop"
      Format="double"
      Value="2.0"
      Units="Bar"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1314539" />
    ...
  </GenericAttributes>
  ...
</Equipment>