CustomHeatExchanger¶
Overview¶
Class
A custom HeatExchanger, i.e., a HeatExchanger that is not covered by any of the other subclasses of HeatExchanger (AirCoolingSystem, PlateHeatExchanger, SpiralHeatExchanger, ThinFilmEvaporator, or TubularHeatExchanger).
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
||
0..1 |
Attributes (composition)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: CUSTOM HEAT EXCHANGER
ComponentClass: CustomHeatExchanger
ComponentClassURI: http://sandbox.dexpi.org/rdl/CustomHeatExchanger
Example
Implementation in Proteus Schema
<Equipment
ID="customHeatExchanger1"
ComponentClass="CustomHeatExchanger"
ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomHeatExchanger" ...>
...
</Equipment>
DesignPower¶
Attribute (data)
The power for which the CustomHeatExchanger is designed.
Multiplicity: 0..1
Type: NullablePower
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN POWER
Name: DesignPower
AttributeURI: http://sandbox.dexpi.org/rdl/DesignPower
DesignRotationalSpeed¶
Attribute (data)
The rotational speed for which the CustomHeatExchanger is designed.
Multiplicity: 0..1
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN ROTATIONAL SPEED
Name: DesignRotationalSpeed
AttributeURI: http://sandbox.dexpi.org/rdl/DesignRotationalSpeed
DesignShaftPower¶
Attribute (data)
The shaft power for which the CustomHeatExchanger is designed.
Multiplicity: 0..1
Type: NullablePower
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN SHAFT POWER
Name: DesignShaftPower
AttributeURI: http://sandbox.dexpi.org/rdl/DesignShaftPower
NumberOfPlates¶
Attribute (data)
The number of plates in the CustomHeatExchanger.
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
PlateHeight¶
Attribute (data)
The height of the plates in the CustomHeatExchanger.
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
PlateWidth¶
Attribute (data)
The width of the plates in the CustomHeatExchanger.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
Rotor¶
Attribute (composition)
The rotor of the CustomHeatExchanger.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a HeatExchangerRotor) is a child of the <Equipment>
element for the attribute owner (a CustomHeatExchanger).
Example
Implementation in Proteus Schema
<Equipment
ID="customHeatExchanger1"
ComponentClass="CustomHeatExchanger"
ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomHeatExchanger" ...>
...
<Equipment
ID="heatExchangerRotor1"
ComponentClass="HeatExchangerRotor"
ComponentClassURI="http://sandbox.dexpi.org/rdl/HeatExchangerRotor" ...>
...
<Equipment />
...
<Equipment />
TemaStandardType¶
Attribute (data)
The type of the CustomHeatExchanger 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
TubeBundle¶
Attribute (composition)
The tube bundle of the CustomHeatExchanger.
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 CustomHeatExchanger).
Example
Implementation in Proteus Schema
<Equipment
ID="customHeatExchanger1"
ComponentClass="CustomHeatExchanger"
ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomHeatExchanger" ...>
...
<Equipment
ID="tubeBundle1"
ComponentClass="TubeBundle"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS415259" ...>
...
<Equipment />
...
<Equipment />