Sieve¶
Overview¶
Class
A device that removes particles from a fluid when the fluid passes through or separates particles or molecules according to their size.
Supertypes
Subtypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 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: SIEVE
ComponentClass: Sieve
ComponentClassURI: http://sandbox.dexpi.org/rdl/Sieve
Example
Implementation in Proteus Schema
<Equipment
    ID="sieve1"
    ComponentClass="Sieve"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sieve" ...>
  ...
</Equipment>
DesignMassFlowRate¶
Attribute (data)
The mass flow rate for which the Sieve is designed.
Multiplicity: 0..1
Type: NullableMassFlowRate
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN MASS FLOW RATE
Name: DesignMassFlowRate
AttributeURI: http://data.posccaesar.org/rdl/RDS14286182
Example
The instance sieve1 represents a Sieve with a DesignMassFlowRate of 420.0 kg/s.
Implementation in Proteus Schema
<Equipment
    ID="sieve1"
    ComponentClass="Sieve"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sieve" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignMassFlowRate"
      AttributeURI="http://data.posccaesar.org/rdl/RDS14286182"
      Format="double"
      Value="420.0"
      Units="KilogramPerSecond"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1329659" />
    ...
  </GenericAttributes>
  ...
</Equipment>
SieveElements¶
Attribute (composition)
The sieve elements of the Sieve.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (a SieveElement) is a child of the <Equipment> element for the attribute owner (a Sieve).
Example
Implementation in Proteus Schema
<Equipment
    ID="sieve1"
    ComponentClass="Sieve"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Sieve" ...>
  ...
  <Equipment
      ID="sieveElement1"
      ComponentClass="SieveElement"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/SieveElement" ...>
    ...
  <Equipment />
  ...
<Equipment />