CFD VERIFICATION · THESIS · JOURNAL PAPER

How to perform a CFD mesh-independence study

A journal-ready workflow for systematic mesh refinement, quantity-of-interest comparison, observed convergence order, Richardson extrapolation, Grid Convergence Index and honest treatment of non-monotonic results.

SHORT ANSWER

Use at least three systematically refined meshes, fully converge each solution, compare the quantities that support the paper's conclusions, and quantify remaining spatial-discretization uncertainty. Do not declare mesh independence only because two rounded values look similar or because total cell count increased.

01

What a mesh-independence study proves

A mesh study evaluates how strongly the numerical result changes as the spatial discretization is refined. It is part of solution verification: determining whether the chosen mesh resolves the computed quantity sufficiently for the intended conclusion.

It can support

Spatial convergence, selection of a working mesh, an estimated zero-grid-spacing result and a numerical uncertainty indicator.

AB

Technical authorship and review

Written and technically reviewed by Abolfazl Asnaghi, PhD — CFD and thermal-engineering specialist with more than ten years of experience in computational modelling, heat transfer, turbomachinery, automotive thermal systems, STAR-CCM+ and OpenFOAM.

Published 21 August 2026 · Technically reviewed 21 August 2026

FAQ

Questions about applying this guide

How should CFD Mesh-Independence Study for a Journal Paper: GCI Guide be used in a CFD research project?

Use this guide as a documented decision step within the wider research workflow. Record the assumptions, evidence, outputs and limitations so the work can be understood, reproduced and defended during journal review.

Can Abecator support only this stage or the complete publication workflow?

Yes. Students and researchers can request focused support for this stage, collaborate with Abecator on selected tasks, or choose complete support from research idea and CFD execution through manuscript preparation, submission and reviewer revisions.

Move your CFD research from idea to publication

Abecator can shape the research question, build and run the CFD cases, analyse the data, develop the manuscript, support submission and respond to reviewers. Choose complete execution, close collaboration or focused help—and decide how involved you want to be.

It cannot prove

Correct boundary conditions, complete physical models, accurate turbulence treatment, timestep independence or agreement with reality.

Mesh independence is not validation.

A mesh-converged solution can remain physically wrong. Validation requires separate comparison with experiments, trusted benchmarks or other appropriate physical evidence.

02

Plan the mesh study before running the final cases

The study should be connected to the paper's research question. Decide in advance which outputs matter, which mesh features will be refined and how convergence will be judged.

  • Identify the primary quantity or quantities of interest.
  • Define coarse, medium and fine mesh strategies.
  • Keep geometry, physics, boundary conditions and numerical schemes unchanged.
  • Define convergence requirements for each mesh.
  • Use consistent report definitions, sampling locations and averaging windows.
  • Budget enough computation to add a fourth mesh if the trend is unclear.

The working mesh used in the full parameter study does not always need to be the finest. It must be fine enough that remaining spatial uncertainty does not change the study's engineering conclusions.

03

Use three systematically related meshes

Two meshes provide one difference. Three meshes provide two differences, which makes it possible to examine whether the result is approaching a limit and to estimate observed convergence order.

MESH 3Coarse grid
MESH 2Medium grid
MESH 1Fine grid

The meshes must represent the same model. Refinement should be systematic enough that differences can be interpreted as spatial-resolution effects rather than unrelated meshing decisions.

Keep these features comparable

  • Domain boundaries and geometric defeaturing
  • Surface-size logic and volume-refinement regions
  • Prism-layer strategy and wall-treatment intent
  • Gap and curvature resolution
  • Mesh topology where practical
  • Interfaces, porous regions and rotating regions
Do not compare unrelated meshes.

If the coarse mesh has no prism layers, the medium mesh has ten and the fine mesh has twenty-five, the study mixes near-wall-model changes with spatial refinement. The trend may not represent one convergent mesh family.

04

Define a meaningful refinement ratio

For geometrically similar structured grids, refinement ratio can be based directly on characteristic cell spacing. For general three-dimensional unstructured meshes, a representative spacing is often estimated from domain volume and cell count.

h ∝ N−1/3
h = representative cell sizeN = number of volume cells3D meshes

The fine-to-medium refinement ratio is defined using the coarser spacing divided by the finer spacing, so it is greater than one:

r21 = h2 / h1 > 1
1 = fine2 = medium3 = coarse

A ratio too close to one produces small differences that may be overwhelmed by incomplete iterative convergence or sampling noise. A very large ratio may move the coarse mesh outside the asymptotic range. Use a controlled, documented ratio suitable for the geometry and available resources.

Cell-count caution

Global cell count alone does not describe where refinement occurred. Report the actual meshing changes, especially near walls, wakes, interfaces, jets, gaps and thermal gradients.

05

Choose quantities that support the paper's conclusions

Mesh independence should be evaluated using the outputs that determine the engineering conclusion—not only residuals, maximum cell quality or a convenient global average.

Internal flow

Pressure drop, flow split, loss coefficient and recirculation length.

Heat transfer

Heat rate, Nusselt number, peak temperature, wall heat flux and temperature uniformity.

Aerodynamics

Drag, lift, moment, pressure coefficient and separation location.

Turbomachinery

Efficiency, pressure ratio, torque, mass flow, losses and blade thermal quantities.

Multiphase

Interface position, wave height, force, phase fraction and breakup or transport metrics.

Transient CFD

Mean values, amplitudes, frequencies, phase and statistically converged fluctuations.

Use more than one quantity when the paper makes several important claims. A mesh may be adequate for pressure drop but inadequate for peak wall temperature or local separation.

06

Converge every mesh before comparing them

A mesh comparison is invalid if the differences mainly reflect incomplete iterative or statistical convergence. Each mesh should meet the same convergence and averaging criteria.

  • Residuals reach a stable level consistent with the solver and physics.
  • Primary engineering monitors stop drifting.
  • Mass and energy imbalance are acceptably small.
  • Transient statistics use comparable physical time and sampling windows.
  • Periodic cases cover enough cycles to establish repeatability.
  • Initialization effects are excluded from averages.
Separate uncertainty sources.

Spatial-discretization changes must be larger than or distinguishable from iterative noise, temporal error and statistical sampling uncertainty. Otherwise the apparent mesh trend is not trustworthy.

07

Compare the mesh results transparently

Present the three mesh definitions and outputs together. Avoid using only percentage differences without showing the underlying values.

Mesh information

Total cells, characteristic spacing, surface sizes, local refinements, prism count, first-layer height, total prism thickness and quality metrics.

Solution information

Quantity of interest, convergence status, conservation error, y+ distribution and any time/statistical averaging.

A useful comparison table contains

  • Coarse, medium and fine mesh names
  • Cell counts and refinement ratios
  • Relevant mesh controls and wall resolution
  • Values of every primary quantity of interest
  • Relative differences between successive meshes
  • Observed convergence type
  • Extrapolated value and GCI where applicable

Plot the quantity against representative spacing or cell count. The curve communicates whether changes are decreasing regularly, oscillating or remaining unresolved.

08

Calculate observed order, Richardson extrapolation and GCI

For three meshes with a common refinement ratio and monotonic convergence, the observed order can be estimated from successive solution differences.

p = ln |ε3221| / ln(r)
ε₂₁ = φ₂ − φ₁ε₃₂ = φ₃ − φ₂r = common refinement ratio

The fine-grid Richardson-extrapolated value is:

φext = (rpφ1 − φ2) / (rp − 1)
φ₁ = fine-grid resultφ₂ = medium-grid result

A commonly used fine-grid Grid Convergence Index is:

GCIfine = Fs |(φ1−φ2)/φ1| /(rp−1) × 100%
Fₛ = safety factorOften 1.25 for a three-grid study

When refinement ratios are unequal, the observed order generally requires an iterative solution rather than the simplified equal-ratio expression. Use the actual mesh spacings and do not quietly substitute cell-count ratios.

Calculate the three-grid result

Enter coarse, medium and fine mesh sizes and solution values to estimate refinement ratios, observed order, extrapolated value and GCI.

Open GCI Calculator →
GCI is not a ceremonial number.

If convergence is irregular, the observed order is unrealistic or the meshes are not systematically related, reporting a precise GCI percentage can create false confidence.

09

What to do with non-monotonic mesh convergence

Non-monotonic behaviour occurs when the medium result does not lie between the coarse and fine results or successive changes reverse direction. This may indicate oscillatory convergence, competing errors or inconsistent mesh families.

Investigate before adding more decimals

  • Confirm all three cases reached comparable iterative or statistical convergence.
  • Check that report definitions and sampling locations are identical.
  • Review whether prism layers, wall treatment or y+ regime changed.
  • Check whether local refinement moved a discontinuity across the sampling location.
  • Assess whether geometry representation changed with the surface mesh.
  • Check timestep sensitivity if spatial and temporal errors interact.
  • Add a fourth mesh or redesign the refinement sequence.

Do not remove an inconvenient mesh solely to manufacture a smooth trend. Report the behaviour honestly and explain the additional investigation.

10

Global convergence can hide local mesh dependence

A stable global quantity does not guarantee that local gradients, hotspots, separation, jets or interfaces are adequately resolved. The required evidence depends on the paper's claims.

Wall-bounded flow

Report y+ distribution, prism-layer coverage, growth and resolution across important gradients.

Heat transfer

Check local wall heat flux and peak temperature—not only total heat rate.

Separated flow

Compare separation/reattachment location, wake profiles and surface pressure.

Multiphase flow

Assess interface sharpness, curvature, wave amplitude and phase distribution.

Use targeted local refinement while maintaining a traceable mesh family. If different regions have different refinement needs, document the strategy and show that the quantities used in the paper are insensitive to further relevant refinement.

11

How to report the study in a journal paper

Methods section: describe the design

State how the three meshes were generated, which controls changed, how representative spacing and refinement ratios were defined, how each solution was converged and which quantities were evaluated.

Results section: show the evidence

Present a table of mesh characteristics and outputs, a convergence plot, successive differences, observed order, extrapolated value and GCI where the assumptions are appropriate. Explain the selected production mesh and why its remaining uncertainty is acceptable for the paper's conclusions.

Example journal-ready wording

“Three systematically refined meshes were generated using consistent surface, volume and prism-layer strategies. Spatial sensitivity was assessed using pressure drop and peak wall temperature, the primary quantities supporting the design comparison. All solutions met the same monitor-stability and conservation criteria. The fine-grid results changed by X% and Y% relative to the medium grid. The observed convergence behaviour and GCI values are reported in Table N. The medium/fine mesh was selected for the parameter study because further refinement did not alter the ranking or engineering conclusions within the stated numerical uncertainty.”

Replace placeholders with actual evidence and modify the statement if convergence is non-monotonic. Never copy a claim of “mesh independence” that the data do not support.

12

Common reviewer objections—and how to prevent them

  • “Only two meshes were tested.”

    Add a third systematic level so convergence behaviour and uncertainty can be assessed.

  • “The refinement method is unclear.”

    Report actual global and local controls, representative spacing, refinement ratios and wall-mesh changes.

  • “Cell counts changed, but critical regions did not.”

    Show refinement in the regions that influence the quantity of interest.

  • “Residuals are shown, but solution convergence is not.”

    Add engineering monitors, conservation and statistical/periodic convergence evidence.

  • “The selected variable is not relevant.”

    Evaluate the outputs used to make the paper's central claims.

  • “Mesh independence is called validation.”

    Separate numerical verification from comparison against physical reference evidence.

  • “The trend is non-monotonic.”

    Investigate mesh consistency and add evidence rather than forcing a standard convergence claim.

13

Complete mesh-independence checklist

  • Define the paper's primary quantities of interest.
  • Create at least three systematically related meshes.
  • Document global and local refinement, prism layers and y+ intent.
  • Keep geometry, physics, boundaries and schemes consistent.
  • Fully converge or statistically resolve every mesh.
  • Check conservation and numerical plausibility.
  • Calculate representative spacings and refinement ratios.
  • Compare raw values and successive relative differences.
  • Classify convergence as monotonic, oscillatory or divergent.
  • Calculate observed order, extrapolation and GCI only when appropriate.
  • Check local fields where the paper makes local claims.
  • Select the production mesh based on evidence and study objectives.
  • Report the method, data, uncertainty and limitations transparently.

Use the connected CFD Verification Workflow

Move from three meshes through observed order, extrapolation, GCI, conservation, timestep sensitivity and validation error.

Open Verification Workflow →
TOPIC CLUSTER · VERIFICATION & VALIDATION

Continue within the same engineering problem.

This article is part of Abecator's Verification & validation topic cluster. Use the hub to move between fundamentals, diagnostics, engineering calculations and complete workflows.

AI Assistance
Contact
TGTelegram