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

    Mesh Sensitivity Study for CFD Simulations

    A question that commonly arises after running a CFD simulation is “Can I trust my results?” When it comes to increasing the confidence in the results, the practitioner can take advantage of several good practices—mesh sensitivity studies being one of the most important tools in this process.

    Background

    One of the requirements to run a CFD simulation is to split the computational domain into several discrete mesh cells. In a simulation, the governing flow equations and other models are applied and the results are calculated using the mesh as a base, and this process will originate spatial discretization errors.

    mesh wing
    Figure 1: Discrete representation of an airplane wing

    By running a mesh sensitivity study, the user can have a better understanding of the spatial discretization errors and how much the mesh is affecting the solution. In an optimal scenario, as the cell size approaches zero, the spatial discretization error tends to zero as well.

    From a practical perspective this means that when the user deems the results to be mesh independent, the results change very little with additional refinement.

    Mesh Sensitivity Study

    A mesh sensitivity study (also known as a mesh independence or mesh convergence study) consists of running the same simulation using grids with different resolutions and analyzing how much the converged solution changes with each mesh. For notes on how to assess the convergence of a simulation, please refer to this article.

    Since CFD simulations can be very different in terms of physics and complexity, a concern is to obtain a generic workflow that can be used for a wide range of scenarios. One option is the Grid Convergence Index (GCI), proposed by Roache\(^{[1]}\). Interested readers can also find a detailed GCI description and formulation in this open NASA dedicated page on grid convergence.

    Roache proposes workflows for unstructured grids, such as the standard tool, and structured grids, such as the hex-dominant and hex-dominant (parametric) tools. The following sections go through usual practices.

    Important

    For a mesh sensitivity study, there should be a reasonable difference between the grid resolution between subsequent meshes. This is necessary because if the refinement is too similar, the results will change very little, causing a false impression of mesh independence.

    In the original studies by Richardson\(^{[3]}\), the proposed linear refinement rate of a cell is 2. This means that a 3D problem would experience an increase in cell count by a factor of 8 between subsequent meshes since the cell size is halved in each direction.

    For engineering applications, using a linear growth rate of 2 can be challenging, as the cell count can go up very fast. This can cause mesh independence studies to be expensive. With that in mind, a growth rate of at the very least 1.26 is recommended. With this configuration, the cell count of a 3D mesh doubles with each iteration.

    Standard Meshing Tool

    When using the GCI approach, the user is advised to evenly refine/coarsen the domain for subsequent meshes. For unstructured meshes, such as those created with the standard tool, even refinement is not always possible to achieve.

    With that in mind, Roache proposed an alternative approach for calculating the linear growth rate between adjacent 3D unstructured meshes:

    $$r_{effective} = \big( \frac{N_1}{N_2} \big)^{1/3} \tag {1} $$

    Where \(r_{effective}\) is the linear growth rate, \(N1\) is the cell count of the finer mesh, and \(N2\) is the cell count of the coarser mesh.

    Below we have a set of three standard meshes with an \(r_{effective}\) of 1.26 between them:

    mesh sensitivity standard meshing tool simscale
    Figure 2: Set of standard meshes used for a sensitivity study. Mesh 1 has 150k cells, whereas mesh 2 has 300k cells, and mesh 3 consists of 600k cells.

    One could use the above set of meshes as a starting point for a sensitivity study.

    Hex-Dominant (Parametric)

    For structured meshes, such as the hex-dominant parametric tool, it’s easier to ensure an even refinement throughout the entire domain. The logic is to start with a base mesh and refine (or coarsen it) by adjusting the Bounding box resolution by applying the growth rate.

    As an example, the mesh below is the base mesh of our study, with a Bounding box resolution of 15 cells in x, 146 cells in y, and 45 cells in z:

    hex-dominant parametric GCI coarse
    Figure 3: The bounding box resolution represents the number of base mesh cells in each direction.

    This initial mesh has roughly 49 thousand cells. By multiplying the Bounding box resolution by 1.26 and rounding up the values, the mesh is evenly refined in the entire domain:

    hex-dominant parametric mesh moderate GCI
    Figure 4: By multiplying the bounding box resolution by the growth rate, the mesh is evenly refined.

    Since the meshing operation is an iterative process, the number of cells won’t be exactly twice as much. The user may further adjust the bounding box resolution if necessary. Finally, by multiplying the bounding box resolution by 1.26 again, we may obtain the fine mesh:

    fine mesh resolution gci hex dominant
    Figure 5: Finer mesh for a sensitivity study, with roughly twice as many cells as the moderate mesh

    With this set of three meshes, one could run a sensitivity study.

    Important

    If after running a sensitivity study with an initial set of three meshes and no satisfactory independence is observed, the user may continue to refine the domain to reach the region of asymptotic convergence.

    In that sense, carefully crafting the base mesh helps. Adding more cells to the regions where high gradients are expected will help to reduce discretization errors quicker for the subsequent meshes.

    Expected Results

    When the asymptotic convergence region is achieved, the solution will vary a small amount between the moderate and fine meshes. Following the GCI formulation\(^1\), it is possible to obtain extra insights, such as an extrapolation of the asymptotic value for a cell size approaching zero.

    For example, after running the pipe simulation for the three meshes and monitoring the parameter of interest (delta pressure) via result controls, we may find the following solution set:

    delta p gci mesh sensitivity study
    Figure 6: Different delta P values observed by rerunning a simulation with different meshes

    Despite the cell count doubling for each mesh, the parameter of interest shifts very little between subsequent meshes. It is valuable for the practitioner to understand how much the solution varies for different mesh sizes, so they can apply adequate refinement for their studies.

    Did you know?

    By using the complete formulation described in the linked NASA article, the user can obtain valuable information from a sensitivity study, such as:

  • Spatial discretization error bands for each mesh.
  • Asymptotic extrapolation of the results for a cell size approaching zero.
  • Required refinement level to achieve a certain percentage of error.
  • Last updated: July 6th, 2022

    Contents