AgitatorRotor¶
Overview¶
Class
The machine component that is the rotating portion of an Agitator.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
Attributes (reference)
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: AGITATOR ROTOR
ComponentClass: AgitatorRotor
ComponentClassURI: http://sandbox.dexpi.org/rdl/AgitatorRotor
Example
Implementation in Proteus Schema
<Equipment
ID="agitatorRotor1"
ComponentClass="AgitatorRotor"
ComponentClassURI="http://sandbox.dexpi.org/rdl/AgitatorRotor" ...>
...
</Equipment>
Chamber¶
Attribute (reference)
The Chamber in which the AgitatorRotor is located, if applicable. The Chamber must be a component of the same object as the AgitatorRotor.
Implementation in Proteus Schema
The attribute is implemented using Proteus <Association> elements.
Association type for the attribute ower: "is located in"
Opposite association type: "is the location of"
Example
Implementation in Proteus Schema
<Equipment
ID="agitatorRotor1"
ComponentClass="AgitatorRotor"
ComponentClassURI="http://sandbox.dexpi.org/rdl/AgitatorRotor" ...>
...
<Association
Type="is located in"
ItemID="chamber1" />
...
<Equipment />
...
<Equipment
ID="chamber1"
ComponentClass="Chamber"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
...
<Association
Type="is the location of"
ItemID="agitatorRotor1" />
...
<Equipment />
Diameter¶
Attribute (data)
The diameter of the AgitatorRotor.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
Example
The instance agitatorRotor1 represents an AgitatorRotor with a Diameter of 20.0 cm.
Implementation in Proteus Schema
<Equipment
ID="agitatorRotor1"
ComponentClass="AgitatorRotor"
ComponentClassURI="http://sandbox.dexpi.org/rdl/AgitatorRotor" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="Diameter"
AttributeURI="http://data.posccaesar.org/rdl/RDS350954"
Format="double"
Value="20.0"
Units="Centimetre"
UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
...
</GenericAttributes>
...
</Equipment>
LengthToMountingFlange¶
Attribute (data)
The length to the mounting flange of the AgitatorRotor.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: LENGTH TO MOUNTING FLANGE
Name: LengthToMountingFlange
AttributeURI: http://sandbox.dexpi.org/rdl/LengthToMountingFlange
Example
The instance agitatorRotor1 represents an AgitatorRotor with a LengthToMountingFlange of 80.0 cm.
Implementation in Proteus Schema
<Equipment
ID="agitatorRotor1"
ComponentClass="AgitatorRotor"
ComponentClassURI="http://sandbox.dexpi.org/rdl/AgitatorRotor" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="LengthToMountingFlange"
AttributeURI="http://sandbox.dexpi.org/rdl/LengthToMountingFlange"
Format="double"
Value="80.0"
Units="Centimetre"
UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
...
</GenericAttributes>
...
</Equipment>
MaterialOfConstructionCode¶
Attribute (data)
A code that gives the material of construction of the AgitatorRotor.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: MATERIAL OF CONSTRUCTION CODE ASSIGNMENT CLASS
Name: MaterialOfConstructionCodeAssignmentClass
AttributeURI: http://data.posccaesar.org/rdl/RDS1460719741
Example
“1.4306” (String)
Implementation in Proteus Schema
<Equipment
ID="agitatorRotor1"
ComponentClass="AgitatorRotor"
ComponentClassURI="http://sandbox.dexpi.org/rdl/AgitatorRotor" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="MaterialOfConstructionCodeAssignmentClass"
AttributeURI="http://data.posccaesar.org/rdl/RDS1460719741"
Format="string"
Value="1.4306" />
...
</GenericAttributes>
...
</Equipment>
RotorType¶
Attribute (data)
The rotor type of the AgitatorRotor.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: ROTOR TYPE ASSIGNMENT CLASS
Name: RotorTypeAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/RotorTypeAssignmentClass
Example
“xy1” (String)
Implementation in Proteus Schema
<Equipment
ID="agitatorRotor1"
ComponentClass="AgitatorRotor"
ComponentClassURI="http://sandbox.dexpi.org/rdl/AgitatorRotor" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="RotorTypeAssignmentClass"
AttributeURI="http://sandbox.dexpi.org/rdl/RotorTypeAssignmentClass"
Format="string"
Value="xy1" />
...
</GenericAttributes>
...
</Equipment>