HeatTransferCoefficient¶
Overview¶
Data type
An actual value for a physical quantity of type NullableHeatTransferCoefficient, i.e., a physical quantity that has a numerical value and a unit of measurement.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
1 |
||
1 |
Implementation in Proteus Schema
All data attributes with type NullableHeatTransferCoefficient (the base type of HeatTransferCoefficient) are implemented as DEXPI generic attributes for physical quantities.
Example
The instance heatTransferCoefficient1 represents a HeatTransferCoefficient of 1.2 kW/(m2·K).
Implementation in Proteus Schema
<GenericAttribute
Format="double"
Value="1.2"
Units="KilowattPerMetreSquaredKelvin"
UnitsURI="http://data.posccaesar.org/rdl/RDS43167567170" ...>
Note that the <GenericAttribute>
element must have a Name
and an AttributeURI
attribute. They depend on the data type attribute of the DEXPI class that owns the instance heatTransferCoefficient1. For a complete example, see the attribute DesignHeatTransferCoefficient of the DEXPI class HeatExchanger.
Unit¶
Attribute (data)
The unit of measurement of the HeatTransferCoefficient.
Multiplicity: 1
Implementation in Proteus Schema
See implementation of HeatTransferCoefficient.
Example
See example for HeatTransferCoefficient.
Value¶
Attribute (data)
The numerical value of the HeatTransferCoefficient.
Multiplicity: 1
Type: Double
Implementation in Proteus Schema
See implementation of HeatTransferCoefficient.
Example
See example for HeatTransferCoefficient.