FilteringCentrifuge¶
Overview¶
Class
A centrifuge intended to separate solids from liquids by centrifugal process based on particle size.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Attributes (composition)
| 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: FILTERING CENTRIFUGE
ComponentClass: FilteringCentrifuge
ComponentClassURI: http://sandbox.dexpi.org/rdl/FilteringCentrifuge
Example
Implementation in Proteus Schema
<Equipment
    ID="filteringCentrifuge1"
    ComponentClass="FilteringCentrifuge"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/FilteringCentrifuge" ...>
  ...
</Equipment>
FilteringCentrifugeDrum¶
Attribute (composition)
The filtering centrifuge drum of the FilteringCentrifuge.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (a FilteringCentrifugeDrum) is a child of the <Equipment> element for the attribute owner (a FilteringCentrifuge).
Example
Implementation in Proteus Schema
<Equipment
    ID="filteringCentrifuge1"
    ComponentClass="FilteringCentrifuge"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/FilteringCentrifuge" ...>
  ...
  <Equipment
      ID="filteringCentrifugeDrum1"
      ComponentClass="FilteringCentrifugeDrum"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/FilteringCentrifugeDrum" ...>
    ...
  <Equipment />
  ...
<Equipment />
MinimumParticleSize¶
Attribute (data)
The minimum particle size of the FilteringCentrifuge.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: MINIMUM PARTICLE SIZE
Name: MinimumParticleSize
AttributeURI: http://sandbox.dexpi.org/rdl/MinimumParticleSize
Example
The instance filteringCentrifuge1 represents a FilteringCentrifuge with a MinimumParticleSize of 7.0 µm.
Implementation in Proteus Schema
<Equipment
    ID="filteringCentrifuge1"
    ComponentClass="FilteringCentrifuge"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/FilteringCentrifuge" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="MinimumParticleSize"
      AttributeURI="http://sandbox.dexpi.org/rdl/MinimumParticleSize"
      Format="double"
      Value="7.0"
      Units="Micrometre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1351529" />
    ...
  </GenericAttributes>
  ...
</Equipment>