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 |
---|---|---|
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: RECIPROCATING PRESSURE AGGLOMERATOR
ComponentClass: ReciprocatingPressureAgglomerator
ComponentClassURI: http://sandbox.dexpi.org/rdl/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.
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
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 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
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 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>