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

TemaStandardType

0..1

NullableString

Attributes (composition)

Name

Multiplicity

Type

TubeBundle

0..1

TubeBundle

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

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

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

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.

Multiplicity: 0..1

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 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 />