Heater¶
Overview¶
Class
An apparatus or machine that has the capability of heating.
Supertypes
Subtypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
0..1 |
||
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: HEATER
ComponentClass: Heater
ComponentClassURI: http://data.posccaesar.org/rdl/RDS13048646
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
Type: NullablePower
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN HEAT FLOW RATE
Name: DesignHeatFlowRate
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableMassFlowRate
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN MASS FLOW RATE
Name: DesignMassFlowRate
AttributeURI: http://data.posccaesar.org/rdl/RDS14286182
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
Type: NullablePressureGauge
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: OUTLET DESIGN PRESSURE
Name: OutletDesignPressure
AttributeURI: http://data.posccaesar.org/rdl/RDS7471401
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
Type: NullableTemperature
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: OUTLET DESIGN TEMPERATURE
Name: OutletDesignTemperature
AttributeURI: http://data.posccaesar.org/rdl/RDS7471243
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
Type: NullableVolumeFlowRate
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN VOLUME FLOW RATE
Name: DesignVolumeFlowRate
AttributeURI: http://data.posccaesar.org/rdl/RDS14286227
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>