PlateHeatExchanger

Overview

Class

A heat exchanger that uses metal plates to transfer heat between two fluids.

Supertypes

Attributes (data)

Name

Multiplicity

Type

NumberOfPlates

0..1

NullableInteger

PlateHeight

0..1

NullableLength

PlateWidth

0..1

NullableLength

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

RDL reference: PLATE HEAT EXCHANGER

ComponentClass: PlateHeatExchanger

Example

Implementation in Proteus Schema

<Equipment
    ID="plateHeatExchanger1"
    ComponentClass="PlateHeatExchanger"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlateHeatExchanger" ...>
  ...
</Equipment>

NumberOfPlates

Attribute (data)

The number of plates in the PlateHeatExchanger.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: NUMBER OF PLATES

Name: NumberOfPlates

Example

20 (Integer)

Implementation in Proteus Schema

<Equipment
    ID="plateHeatExchanger1"
    ComponentClass="PlateHeatExchanger"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlateHeatExchanger" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="NumberOfPlates"
      AttributeURI="http://data.posccaesar.org/rdl/RDS364229"
      Format="integer"
      Value="20" />
    ...
  </GenericAttributes>
  ...
</Equipment>

PlateHeight

Attribute (data)

The height of the plates in the PlateHeatExchanger.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: PLATE HEIGHT

Name: PlateHeight

Example

The instance plateHeatExchanger1 represents a PlateHeatExchanger with a PlateHeight of 850.0 mm.

Implementation in Proteus Schema

<Equipment
    ID="plateHeatExchanger1"
    ComponentClass="PlateHeatExchanger"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlateHeatExchanger" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlateHeight"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlateHeight"
      Format="double"
      Value="850.0"
      Units="Millimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1357739" />
    ...
  </GenericAttributes>
  ...
</Equipment>

PlateWidth

Attribute (data)

The width of the plates in the PlateHeatExchanger.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: PLATE WIDTH

Name: PlateWidth

Example

The instance plateHeatExchanger1 represents a PlateHeatExchanger with a PlateWidth of 1100.0 mm.

Implementation in Proteus Schema

<Equipment
    ID="plateHeatExchanger1"
    ComponentClass="PlateHeatExchanger"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlateHeatExchanger" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlateWidth"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlateWidth"
      Format="double"
      Value="1100.0"
      Units="Millimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1357739" />
    ...
  </GenericAttributes>
  ...
</Equipment>