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

DesignHeatTransferArea

0..1

NullableArea

DesignHeatTransferCoefficient

0..1

NullableHeatTransferCoefficient

DesignPower

0..1

NullablePower

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: ELECTRIC HEATER

ComponentClass: ElectricHeater

Example

Implementation in Proteus Schema

<Equipment
    ID="electricHeater1"
    ComponentClass="ElectricHeater"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14070475" ...>
  ...
</Equipment>

DesignHeatTransferArea

Attribute (data)

The heat transfer area for which the ElectricHeater is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignHeatTransferArea

Example

The instance electricHeater1 represents an ElectricHeater with a DesignHeatTransferArea of 46.8 m2.

Implementation in Proteus Schema

<Equipment
    ID="electricHeater1"
    ComponentClass="ElectricHeater"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14070475" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignHeatTransferArea"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignHeatTransferArea"
      Format="double"
      Value="46.8"
      Units="MetreSquared"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1358009" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignHeatTransferCoefficient

Attribute (data)

The heat transfer coefficient for which the ElectricHeater is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignHeatTransferCoefficient

Example

The instance electricHeater1 represents an ElectricHeater with a DesignHeatTransferCoefficient of 1.2 kW/(m2·K).

Implementation in Proteus Schema

<Equipment
    ID="electricHeater1"
    ComponentClass="ElectricHeater"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14070475" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignHeatTransferCoefficient"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignHeatTransferCoefficient"
      Format="double"
      Value="1.2"
      Units="KilowattPerMetreSquaredKelvin"
      UnitsURI="http://data.posccaesar.org/rdl/RDS43167567170" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignPower

Attribute (data)

The power for which the ElectricHeater is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN POWER

Name: 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.

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