TubularHeatExchanger¶
Overview¶
Class
An indirect contact heat exchanger that separates the hot and cold fluids by tubes (from http://data.posccaesar.org/rdl/RDS13971182).
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Attributes (composition)
| 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: TUBULAR HEAT EXCHANGER
ComponentClass: TubularHeatExchanger
ComponentClassURI: http://data.posccaesar.org/rdl/RDS13971182
Example
Implementation in Proteus Schema
<Equipment
    ID="tubularHeatExchanger1"
    ComponentClass="TubularHeatExchanger"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13971182" ...>
  ...
</Equipment>
TemaStandardType¶
Attribute (data)
The type of the TubularHeatExchanger according to the Tubular Exchanger Manufacturers Association, Inc. (TEMA, http://www.tema.org). This is a three-letter code.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: TEMA STANDARD TYPE ASSIGNMENT CLASS
Name: TemaStandardTypeAssignmentClass
Example
“AEL” (String)
Implementation in Proteus Schema
<Equipment
    ID="tubularHeatExchanger1"
    ComponentClass="TubularHeatExchanger"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13971182" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="TemaStandardTypeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/TemaStandardTypeAssignmentClass"
      Format="string"
      Value="AEL" />
    ...
  </GenericAttributes>
  ...
</Equipment>
TubeBundle¶
Attribute (composition)
The tube bundle of the TubularHeatExchanger.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (a TubeBundle) is a child of the <Equipment> element for the attribute owner (a TubularHeatExchanger).
Example
Implementation in Proteus Schema
<Equipment
    ID="tubularHeatExchanger1"
    ComponentClass="TubularHeatExchanger"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13971182" ...>
  ...
  <Equipment
      ID="tubeBundle1"
      ComponentClass="TubeBundle"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS415259" ...>
    ...
  <Equipment />
  ...
<Equipment />