HeatExchangerRotor¶
Overview¶
Class
A rotor as a component of a HeatExchanger.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 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: HEAT EXCHANGER ROTOR
ComponentClass: HeatExchangerRotor
ComponentClassURI: http://sandbox.dexpi.org/rdl/HeatExchangerRotor
Example
Implementation in Proteus Schema
<Equipment
    ID="heatExchangerRotor1"
    ComponentClass="HeatExchangerRotor"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/HeatExchangerRotor" ...>
  ...
</Equipment>
Chamber¶
Attribute (reference)
The Chamber in which the HeatExchangerRotor is located, if applicable. The Chamber must be a component of the same object as the HeatExchangerRotor.
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="heatExchangerRotor1"
    ComponentClass="HeatExchangerRotor"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/HeatExchangerRotor" ...>
  ...
  <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="heatExchangerRotor1" />
  ...
<Equipment />
MaterialOfConstructionCode¶
Attribute (data)
A code that gives the material of construction of the HeatExchangerRotor.
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="heatExchangerRotor1"
    ComponentClass="HeatExchangerRotor"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/HeatExchangerRotor" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="MaterialOfConstructionCodeAssignmentClass"
      AttributeURI="http://data.posccaesar.org/rdl/RDS1460719741"
      Format="string"
      Value="1.4306" />
    ...
  </GenericAttributes>
  ...
</Equipment>