Heater

Overview

Class

An apparatus or machine that has the capability of heating.

Supertypes

Subtypes

Attributes (data)

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: HEATER

ComponentClass: Heater

Example

Implementation in Proteus Schema

<Equipment
    ID="heater1"
    ComponentClass="Heater"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13048646" ...>
  ...
</Equipment>

DesignHeatFlowRate

Attribute (data)

The heat flow rate for which the Heater is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN HEAT FLOW RATE

Name: DesignHeatFlowRate

Example

The instance heater1 represents a Heater with a DesignHeatFlowRate of 313.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="heater1"
    ComponentClass="Heater"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13048646" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignHeatFlowRate"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignHeatFlowRate"
      Format="double"
      Value="313.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignMassFlowRate

Attribute (data)

The mass flow rate for which the Heater is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN MASS FLOW RATE

Name: DesignMassFlowRate

Example

The instance heater1 represents a Heater with a DesignMassFlowRate of 420.0 kg/s.

Implementation in Proteus Schema

<Equipment
    ID="heater1"
    ComponentClass="Heater"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13048646" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignMassFlowRate"
      AttributeURI="http://data.posccaesar.org/rdl/RDS14286182"
      Format="double"
      Value="420.0"
      Units="KilogramPerSecond"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1329659" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignOutletPressure

Attribute (data)

The outlet pressure for which the Heater is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: OUTLET DESIGN PRESSURE

Name: OutletDesignPressure

Example

The instance heater1 represents a Heater with a DesignOutletPressure of -0.5 bar.

Implementation in Proteus Schema

<Equipment
    ID="heater1"
    ComponentClass="Heater"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13048646" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="OutletDesignPressure"
      AttributeURI="http://data.posccaesar.org/rdl/RDS7471401"
      Format="double"
      Value="-0.5"
      Units="Bar"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1314539" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignOutletTemperature

Attribute (data)

The outlet temperature for which the Heater is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: OutletDesignTemperature

Example

The instance heater1 represents a Heater with a DesignOutletTemperature of -45.0 °C.

Implementation in Proteus Schema

<Equipment
    ID="heater1"
    ComponentClass="Heater"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13048646" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="OutletDesignTemperature"
      AttributeURI="http://data.posccaesar.org/rdl/RDS7471243"
      Format="double"
      Value="-45.0"
      Units="DegreeCelsius"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1322684" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignVolumeFlowRate

Attribute (data)

The volume flow rate for which the Heater is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignVolumeFlowRate

Example

The instance heater1 represents a Heater with a DesignVolumeFlowRate of 420.0 m3/h.

Implementation in Proteus Schema

<Equipment
    ID="heater1"
    ComponentClass="Heater"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13048646" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignVolumeFlowRate"
      AttributeURI="http://data.posccaesar.org/rdl/RDS14286227"
      Format="double"
      Value="420.0"
      Units="MetreCubedPerHour"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1321064" />
    ...
  </GenericAttributes>
  ...
</Equipment>