ElectricHeater¶
Overview¶
Class
A heater in which electric energy is converted into heat for useful purposes (from http://data.posccaesar.org/rdl/RDS14070475).
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: ELECTRIC HEATER
ComponentClass: ElectricHeater
ComponentClassURI: http://data.posccaesar.org/rdl/RDS14070475
Example
Implementation in Proteus Schema
<Equipment
ID="electricHeater1"
ComponentClass="ElectricHeater"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS14070475" ...>
...
</Equipment>
DesignPower¶
Attribute (data)
The power for which the ElectricHeater 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
Example
The instance electricHeater1 represents an ElectricHeater with a DesignPower of 500.0 kW.
Implementation in Proteus Schema
<Equipment
ID="electricHeater1"
ComponentClass="ElectricHeater"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS14070475" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignPower"
AttributeURI="http://sandbox.dexpi.org/rdl/DesignPower"
Format="double"
Value="500.0"
Units="Kilowatt"
UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
...
</GenericAttributes>
...
</Equipment>
TubeBundle¶
Attribute (composition)
The tube bundle of the ElectricHeater.
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 (an ElectricHeater).
Example
Implementation in Proteus Schema
<Equipment
ID="electricHeater1"
ComponentClass="ElectricHeater"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS14070475" ...>
...
<Equipment
ID="tubeBundle1"
ComponentClass="TubeBundle"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS415259" ...>
...
<Equipment />
...
<Equipment />