RevolvingSieve¶
Overview¶
Class
A revolving sieve that intends to sift out finer from coarser parts.
Supertypes
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: REVOLVING SIEVE
ComponentClass: RevolvingSieve
ComponentClassURI: http://sandbox.dexpi.org/rdl/RevolvingSieve
Example
Implementation in Proteus Schema
<Equipment
ID="revolvingSieve1"
ComponentClass="RevolvingSieve"
ComponentClassURI="http://sandbox.dexpi.org/rdl/RevolvingSieve" ...>
...
</Equipment>
DesignRotationalFrequency¶
Attribute (data)
The rotational frequency for which the RevolvingSieve is designed.
Multiplicity: 0..1
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN ROTATIONAL FREQUENCY
Name: DesignRotationalFrequency
AttributeURI: http://sandbox.dexpi.org/rdl/DesignRotationalFrequency
Example
The instance revolvingSieve1 represents a RevolvingSieve with a DesignRotationalFrequency of 180.0 min-1.
Implementation in Proteus Schema
<Equipment
ID="revolvingSieve1"
ComponentClass="RevolvingSieve"
ComponentClassURI="http://sandbox.dexpi.org/rdl/RevolvingSieve" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignRotationalFrequency"
AttributeURI="http://sandbox.dexpi.org/rdl/DesignRotationalFrequency"
Format="double"
Value="180.0"
Units="ReciprocalMinute"
UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
...
</GenericAttributes>
...
</Equipment>
DesignShaftPower¶
Attribute (data)
The shaft power for which the RevolvingSieve is designed.
Multiplicity: 0..1
Type: NullablePower
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN SHAFT POWER
Name: DesignShaftPower
AttributeURI: http://sandbox.dexpi.org/rdl/DesignShaftPower
Example
The instance revolvingSieve1 represents a RevolvingSieve with a DesignShaftPower of 400.0 kW.
Implementation in Proteus Schema
<Equipment
ID="revolvingSieve1"
ComponentClass="RevolvingSieve"
ComponentClassURI="http://sandbox.dexpi.org/rdl/RevolvingSieve" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignShaftPower"
AttributeURI="http://sandbox.dexpi.org/rdl/DesignShaftPower"
Format="double"
Value="400.0"
Units="Kilowatt"
UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
...
</GenericAttributes>
...
</Equipment>