Fill out the form to download

Required field
Required field
Not a valid email address
Required field
Required field
  • Set up your own cloud-native simulation in minutes.

  • Documentation

    How to Obtain Heat Transfer Coefficients from the Simulation Results?

    In CFD simulations involving heat transfer, users are often interested in obtaining the heat transfer coefficients from the simulation results, so they can assess and improve their designs from a thermal management perspective.

    This article will explore the workflows available in SimScale to obtain the heat transfer coefficient.

    Overview

    The heat transfer coefficient, denoted by \(h\), can be an important design parameter for applications involving convective heat fluxes. The general formulation is given by Newton’s law of cooling:

    \(q = hA(T_{wall}-T_{reference}) \tag{1}\)

    Where:

    • \(q\) is the heat flux through the boundary, in \(W\)
    • \(h\) is the heat transfer coefficient, in \(\frac{W}{m^2K}\)
    • \(A\) is the surface area at which the heat transfer takes place, in \(m^2\)
    • \(T_{wall}\) is the temperature at the wall, in \(K\)
    • \(T_{reference}\) is a temperature of reference, in \(K\)

    During any CFD simulation involving heat transfer, the values of \(q\) and \(T_{wall}\) are calculated by the solver for each iteration. Since the solver knows the areas of the surfaces, this leaves a single unknown left to obtain the heat transfer coefficient: \(T_{reference}\).

    There are two possibilities to determine \(T_{reference}\), which will be explored in the next section.

    Heat Transfer Coefficients Using Result Control

    In SimScale, to obtain numerical results for the heat transfer coefficient, the user needs to set a result control before running the simulation:

    heat transfer coefficient result control
    Figure 1: The configuration for the heat transfer coefficient is under the Wall heat flux result control

    The Heat transfer coefficient toggle is available under the Wall heat flux result control, within Field calculations. When Heat transfer coefficient is active, the user has two options to define the Reference temperature (\(T_{reference}\) from equation 1):

    • Wall adjacent cell: This approach uses the temperature at the centroid of the first cell off the wall as the reference temperature
    • Fixed: With this approach, the user specifies a representative reference temperature for their case

    An overview of the available methods is provided below.

    Important

    The wall heat flux result control is available for the following analysis types:

  • Conjugate heat transfer v2.0
  • Immersed boundary method
  • Wall Adjacent Cell

    By using the Wall Adjacent Cell approach, SimScale uses the temperature on the centroid of the first cell away from the wall as \(T_{reference}\) for the heat transfer coefficient calculation.

    method temperature reference coefficient
    Figure 2: Definition of the Wall adjacent cell approach in the configuration window

    For illustrative purposes, let’s consider the following internal pipe flow simulation:

    conjugate heat transfer simple pipe example
    Figure 3: Conjugate heat transfer simulation of an internal pipe flow – the fluid inside the pipe is hot and loses heat to the surroundings.

    The mesh used in this sample case has 3 boundary layers. On a cell-by-cell basis, the algorithm determines the temperature of the centroid of the first cell away from the wall. In this particular example, the first cell will always be the first boundary layer:

    reference temperature wall adjacent cell
    Figure 4: With the Wall adjacent cell approach, the reference temperature will not be constant in the entire domain.

    This approach is fairly automated, however, it also has a downside: the reference temperature is impacted by the mesh. If a different mesh had been used, the temperature of the first layer would likely be different due to the near-wall treatment. As such, different meshes may show different results for the heat transfer coefficient, even though the flow conditions remain the same.

    Fixed Temperature

    The Fixed temperature method is an alternative approach to setting a reference temperature, but less prone to mesh effects. In the configuration window, the user specifies the reference temperature directly, which is kept constant in the calculation.

    Since the definition of the reference temperature solely depends on the user, caution needs to be exercised to define a representative value.

    As an example, let’s consider a thermal management application where an enclosure is surrounded by air. The objective is to determine the heat transfer coefficient between the external walls of the case and the surrounding environment.

    heat transfer coefficient example
    Figure 5: Overview of the example case, with an external flow around a case (highlighted in yellow) that dissipates heat

    In this example, air enters the domain at 2 meters per second and 298.15 Kelvin. For external flow cases, the inlet temperature is a common choice for \(T_{reference}\).

    After running the analysis, you will receive the heat transfer coefficients on the fluid boundaries:

    example results for heat transfer coefficient
    Figure 6: The heat transfer coefficient is only computed in the fluid regions of the domain—no values are shown for solids.

    For internal flow cases, weighted averages of temperature or other strategies can be used to determine the reference temperature.

    Important

    For a wall adjacent cell approach, the resulting heat transfer coefficients will always be positive. On the other hand, for a fixed temperature, negative values can also be observed.

    Field Calculator

    In some cases, it can be useful to analyze different regions of the domain with different reference temperatures. Instead of running multiple result controls with different temperatures, users can take advantage of the Field Calculator filter, and input the heat transfer coefficient formula manually:

    field calculator heat fluxes
    Figure 7: The field calculator utility gives you the flexibility to quickly analyze different reference temperatures
    1. Create a Field Calculator entry
    2. Set the formula of interest and the name of the new field
    3. Compute the formula

    As a reminder, the wall heat flux is in \(\frac{W}{m^2}\) in the post-processor, therefore the formula is the following:

    \(h = \frac {Wall Heat Flux}{Temperature – T_{ref}} \tag {2}\)

    Last updated: January 10th, 2023

    Contents