.AixLib.Utilities.HeatTransfer.HeatConvInside

Information

Overview

The HeatConvInside model represents the phenomenon of heat convection at inside surfaces of walls, with different choice for surface orientation.

Concept

In this model the surface orientation can be chosen from a menu for an easier adoption to new situations. Following methods to calculate the heat convection coefficient hCon can be chosen:

  1. EN ISO 6946: hCon depends on the direction of heat transfer (horizontal: hCon= 2.5 m^2 K/W, upwards: hCon= 5 m^2 K/W, downwards: hCon=0.7 m^2 K/W, EN ISO 6946 table C.1). Switching the heat convection coefficient due to a chance of direction of heat transfer would lead to a state event. This would force the solver to solve a totally changed equation system and extend the calculation time. Therefore the regStep function is used to get a continous and differenciable expression. If the temperature difference between port_b and port_a is between -dT_small and dT_small a 2nd order polynomial is used for a smooth transition from 5 to 0.7 (facing up) or from 0.7 to 5 (facing down).
  2. B. Glueck (default): The following equations are used to calculate the heat convection coefficient depending on the direction of heat transfer (p. 26):
    horizontal: hCon = 1.6 * |port_b.T - port_a.T|^0.3
    upwards: hCon = 2 * |port_b.T - port_a.T|^0.31
    downwards: hCon = 0.54 * |port_b.T - port_a.T|^0.31
    The smooth function is used in case of changing direction of heat transfer.
  3. Constant heat convection coefficient: There is also the possibility of setting a constant hCon value (hCon_const).

Limitations

... of the approaches calculating hCon:

References

Example Results

AixLib.Utilities.Examples.HeatTransfer_test


Generated at 2024-12-03T19:25:34Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos