HeatTransferCoefficientUnit¶
Overview¶
Enumeration
A unit of measurement for a physical quantity of type NullableHeatTransferCoefficient with dimension MT-3Θ.
Literals
| Implementation in Proteus Schema | ||||
|---|---|---|---|---|
| Name | Symbol | UN Code | RDL Reference | RDL URI | 
| KilowattPerMetreSquaredKelvin | kW/(m2·K) | N78 | ||
| WattPerMetreSquaredKelvin | W/(m2·K) | D55 | ||
Implementation in Proteus Schema
HeatTransferCoefficientUnit is only used as the type of the Unit attribute of HeatTransferCoefficient. HeatTransferCoefficient is implemented using DEXPI generic attributes for physical quantities. In a <GenericAttribute> element, the HeatTransferCoefficientUnit literal is given by means of its RDL reference in the table above. The Units attribute of the element is the name of the RDL reference in camel-case; it equals the name of the literal. The UnitsURI attribute of the element is the URI of the RDL reference.
Example
Implementation in Proteus Schema
<GenericAttribute
  Units="KilowattPerMetreSquaredKelvin"
  UnitsURI="http://data.posccaesar.org/rdl/RDS43167567170" ...>
Note that the <GenericAttribute> element must have further attributes (Format, Value, Name, and AttributeURI). See the implementation examples for HeatTransferCoefficient and for the DesignHeatTransferCoefficient attribute of HeatExchanger.