RotatingPressureAgglomerator¶
Overview¶
Class
An agglomerator which uses briquetting rollers to produce pressure and to form material.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 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: ROTATING PRESSURE AGGLOMERATOR
ComponentClass: RotatingPressureAgglomerator
ComponentClassURI: http://sandbox.dexpi.org/rdl/RotatingPressureAgglomerator
Example
Implementation in Proteus Schema
<Equipment
    ID="rotatingPressureAgglomerator1"
    ComponentClass="RotatingPressureAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/RotatingPressureAgglomerator" ...>
  ...
</Equipment>
BriquettingRollers¶
Attribute (composition)
The briquetting rollers of the RotatingPressureAgglomerator.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (a BriquettingRoller) is a child of the <Equipment> element for the attribute owner (a RotatingPressureAgglomerator).
Example
Implementation in Proteus Schema
<Equipment
    ID="rotatingPressureAgglomerator1"
    ComponentClass="RotatingPressureAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/RotatingPressureAgglomerator" ...>
  ...
  <Equipment
      ID="briquettingRoller1"
      ComponentClass="BriquettingRoller"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/BriquettingRoller" ...>
    ...
  <Equipment />
  ...
<Equipment />
LowerLimitDesignPressingForce¶
Attribute (data)
The lower limit for the pressing force for which the RotatingPressureAgglomerator is designed.
Multiplicity: 0..1
Type: NullableForce
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: LOWER LIMIT DESIGN PRESSING FORCE
Name: LowerLimitDesignPressingForce
Example
The instance rotatingPressureAgglomerator1 represents a RotatingPressureAgglomerator with a LowerLimitDesignPressingForce of 20.0 N.
Implementation in Proteus Schema
<Equipment
    ID="rotatingPressureAgglomerator1"
    ComponentClass="RotatingPressureAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/RotatingPressureAgglomerator" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LowerLimitDesignPressingForce"
      AttributeURI="http://sandbox.dexpi.org/rdl/LowerLimitDesignPressingForce"
      Format="double"
      Value="20.0"
      Units="Newton"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1337939" />
    ...
  </GenericAttributes>
  ...
</Equipment>
UpperLimitDesignPressingForce¶
Attribute (data)
The upper limit for the pressing force for which the RotatingPressureAgglomerator is designed.
Multiplicity: 0..1
Type: NullableForce
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT DESIGN PRESSING FORCE
Name: UpperLimitDesignPressingForce
Example
The instance rotatingPressureAgglomerator1 represents a RotatingPressureAgglomerator with an UpperLimitDesignPressingForce of 70.0 N.
Implementation in Proteus Schema
<Equipment
    ID="rotatingPressureAgglomerator1"
    ComponentClass="RotatingPressureAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/RotatingPressureAgglomerator" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitDesignPressingForce"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitDesignPressingForce"
      Format="double"
      Value="70.0"
      Units="Newton"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1337939" />
    ...
  </GenericAttributes>
  ...
</Equipment>