RotatingPressureAgglomerator

Overview

Class

An agglomerator which uses briquetting rollers to produce pressure and to form material.

Supertypes

Attributes (data)

Attributes (composition)

Name

Multiplicity

Type

BriquettingRollers

*

BriquettingRoller

Implementation in Proteus Schema

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

Tag: <Equipment>

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

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

Implementation in Proteus Schema

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

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

Implementation in Proteus Schema

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

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>