SedimentalCentrifuge

Overview

Class

A centrifuge that is intended to separate solids from liquids by a centrifugal process based on different densities.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Efficiency

0..1

NullablePercentage

Attributes (composition)

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

RDL reference: SEDIMENTAL CENTRIFUGE

ComponentClass: SedimentalCentrifuge

Example

Implementation in Proteus Schema

<Equipment
    ID="sedimentalCentrifuge1"
    ComponentClass="SedimentalCentrifuge"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SedimentalCentrifuge" ...>
  ...
</Equipment>

Efficiency

Attribute (data)

The efficiency of the SedimentalCentrifuge.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: EFFICIENCY

Name: Efficiency

Example

The instance sedimentalCentrifuge1 represents a SedimentalCentrifuge with an Efficiency of 90.0 ???.

Implementation in Proteus Schema

<Equipment
    ID="sedimentalCentrifuge1"
    ComponentClass="SedimentalCentrifuge"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SedimentalCentrifuge" ...>
  ...
  <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>

SedimentalCentrifugeDrum

Attribute (composition)

The sedimental centrifuge drum of the SedimentalCentrifuge.

Multiplicity: 0..1

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a SedimentalCentrifugeDrum) is a child of the <Equipment> element for the attribute owner (a SedimentalCentrifuge).

Example

Implementation in Proteus Schema

<Equipment
    ID="sedimentalCentrifuge1"
    ComponentClass="SedimentalCentrifuge"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SedimentalCentrifuge" ...>
  ...
  <Equipment
      ID="sedimentalCentrifugeDrum1"
      ComponentClass="SedimentalCentrifugeDrum"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/SedimentalCentrifugeDrum" ...>
    ...
  <Equipment />
  ...
<Equipment />