CustomHeatTransferCoefficientAttribute¶
Overview¶
Class
A custom attribute with Value type NullableHeatTransferCoefficient.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 1 | 
Implementation in Proteus Schema
CustomHeatTransferCoefficientAttribute is implemented as a custom generic attribute for physical quantities.
RDL reference: HEAT TRANSFER COEFFICIENT
Type: HeatTransferCoefficient
Example
As CustomAttributeOwner is abstract, we consider Chamber as an arbitrary concrete subclass.
The Chamber chamber1 has a CustomHeatTransferCoefficientAttribute with AttributeName “DesignHeatTransferCoefficient” and AttributeURI “http://sandbox.dexpi.org/rdl/DesignHeatTransferCoefficient”. The Value is 1.4 kW/(m2·K).
Implementation in Proteus Schema
<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <GenericAttributes Set="DexpiCustomAttributes" ...>
    <GenericAttribute
      Name="DesignHeatTransferCoefficient"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignHeatTransferCoefficient"
      Format="double"
      Type="HeatTransferCoefficient"
      TypeURI="http://data.posccaesar.org/rdl/RDS352304"
      Value="1.4"
      Units="KilowattPerMetreSquaredKelvin"
      UnitsURI="http://data.posccaesar.org/rdl/RDS43167567170" />
    ...
  </GenericAttributes>
  ...
</Equipment>
Value¶
Attribute (data)
The value of the CustomHeatTransferCoefficientAttribute.
Multiplicity: 1
Redefines: Value (inherited from CustomAttribute)
Implementation in Proteus Schema
See implementation of CustomHeatTransferCoefficientAttribute.
Example
See the example for CustomHeatTransferCoefficientAttribute.