CustomAgglomerator¶
Overview¶
Class
A custom Agglomerator, i.e., an Agglomerator that is not covered by any of the other subclasses of Agglomerator (ReciprocatingPressureAgglomerator, RotatingGrowthAgglomerator, or RotatingPressureAgglomerator).
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 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: CUSTOM AGGLOMERATOR
ComponentClass: CustomAgglomerator
ComponentClassURI: http://sandbox.dexpi.org/rdl/CustomAgglomerator
Example
Implementation in Proteus Schema
<Equipment
    ID="customAgglomerator1"
    ComponentClass="CustomAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomAgglomerator" ...>
  ...
</Equipment>
BriquettingRollers¶
Attribute (composition)
The briquetting rollers of the CustomAgglomerator.
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 CustomAgglomerator).
Example
Implementation in Proteus Schema
<Equipment
    ID="customAgglomerator1"
    ComponentClass="CustomAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomAgglomerator" ...>
  ...
  <Equipment
      ID="briquettingRoller1"
      ComponentClass="BriquettingRoller"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/BriquettingRoller" ...>
    ...
  <Equipment />
  ...
<Equipment />
Displacers¶
Attribute (composition)
The displacers of the CustomAgglomerator.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (a Displacer) is a child of the <Equipment> element for the attribute owner (a CustomAgglomerator).
Example
Implementation in Proteus Schema
<Equipment
    ID="customAgglomerator1"
    ComponentClass="CustomAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomAgglomerator" ...>
  ...
  <Equipment
      ID="displacer1"
      ComponentClass="Displacer"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/Displacer" ...>
    ...
  <Equipment />
  ...
<Equipment />
LowerLimitDesignPressingForce¶
Attribute (data)
The lower limit for the pressing force for which the CustomAgglomerator 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
PelletizerDisc¶
Attribute (composition)
The pelletizing disc of the CustomAgglomerator.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (a PelletizerDisc) is a child of the <Equipment> element for the attribute owner (a CustomAgglomerator).
Example
Implementation in Proteus Schema
<Equipment
    ID="customAgglomerator1"
    ComponentClass="CustomAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomAgglomerator" ...>
  ...
  <Equipment
      ID="pelletizerDisc1"
      ComponentClass="PelletingDisc"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/PelletingDisc" ...>
    ...
  <Equipment />
  ...
<Equipment />
UpperLimitDesignPressingForce¶
Attribute (data)
The upper limit for the pressing force for which the CustomAgglomerator 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