PlateHeatExchanger¶
Overview¶
Class
A heat exchanger that uses metal plates to transfer heat between two fluids.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
0..1 |
||
0..1 |
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
ComponentClassURI: http://sandbox.dexpi.org/rdl/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
Type: NullableInteger
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for integer values.
RDL reference: NUMBER OF PLATES
Name: NumberOfPlates
AttributeURI: http://data.posccaesar.org/rdl/RDS364229
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
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: PLATE HEIGHT
Name: PlateHeight
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
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>