ReciprocatingPressureAgglomerator

Overview

Class

An Agglomerator which uses pistons to produce pressure and to form material (from http://data.15926.org/rdl/RDS2228720).

Supertypes

Attributes (data)

Name

Multiplicity

Type

LowerLimitDesignPressingForce

0..1

NullableForce

UpperLimitDesignPressingForce

0..1

NullableForce

Attributes (composition)

Name

Multiplicity

Type

Displacers

*

Displacer

Implementation in Proteus Schema

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

Tag: <Equipment>

ComponentClass: ReciprocatingPressureAgglomerator

Example

Implementation in Proteus Schema

<Equipment
    ID="reciprocatingPressureAgglomerator1"
    ComponentClass="ReciprocatingPressureAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/ReciprocatingPressureAgglomerator" ...>
  ...
</Equipment>

Displacers

Attribute (composition)

The displacers of the ReciprocatingPressureAgglomerator.

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

Example

Implementation in Proteus Schema

<Equipment
    ID="reciprocatingPressureAgglomerator1"
    ComponentClass="ReciprocatingPressureAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/ReciprocatingPressureAgglomerator" ...>
  ...
  <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 ReciprocatingPressureAgglomerator 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 reciprocatingPressureAgglomerator1 represents a ReciprocatingPressureAgglomerator with a LowerLimitDesignPressingForce of 20.0 N.

Implementation in Proteus Schema

<Equipment
    ID="reciprocatingPressureAgglomerator1"
    ComponentClass="ReciprocatingPressureAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/ReciprocatingPressureAgglomerator" ...>
  ...
  <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 ReciprocatingPressureAgglomerator 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 reciprocatingPressureAgglomerator1 represents a ReciprocatingPressureAgglomerator with an UpperLimitDesignPressingForce of 70.0 N.

Implementation in Proteus Schema

<Equipment
    ID="reciprocatingPressureAgglomerator1"
    ComponentClass="ReciprocatingPressureAgglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/ReciprocatingPressureAgglomerator" ...>
  ...
  <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>