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

LowerLimitDesignPressingForce

0..1

NullableForce

UpperLimitDesignPressingForce

0..1

NullableForce

Attributes (composition)

Name

Multiplicity

Type

BriquettingRollers

*

BriquettingRoller

Displacers

*

Displacer

PelletizerDisc

0..1

PelletizerDisc

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: CUSTOM AGGLOMERATOR

ComponentClass: 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.

Multiplicity: *

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 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.

Multiplicity: *

Type: Displacer

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 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

Implementation in Proteus Schema

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

Name: LowerLimitDesignPressingForce

PelletizerDisc

Attribute (composition)

The pelletizing disc of the CustomAgglomerator.

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 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

Implementation in Proteus Schema

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

Name: UpperLimitDesignPressingForce