Mesh Refinement Ratio Calculator for CFD Grid Studies

Calculate equivalent mesh refinement ratios from CFD cell counts or representative mesh sizes for Grid Convergence Index and Richardson extrapolation studies.

PublishedCalculatorengineering calculators

Many CFD mesh refinement studies need a representative refinement ratio before applying Richardson extrapolation or the Grid Convergence Index. If only total cell counts are available, an equivalent grid-size refinement ratio can be estimated using the spatial dimension.

Governing Formulas

r21=(N2N1)1dorr21=h1h2r_{21} = \left(\frac{N_2}{N_1}\right)^{\frac{1}{d}} \quad \text{or} \quad r_{21} = \frac{h_1}{h_2}
r32=(N3N2)1dorr32=h2h3r_{32} = \left(\frac{N_3}{N_2}\right)^{\frac{1}{d}} \quad \text{or} \quad r_{32} = \frac{h_2}{h_3}

Grid Data

Worked Examples

Example A — 3D Cell-Count Mode

For 3D meshes, doubling the number of cells does not mean the grid spacing was refined by a factor of 2; the equivalent spacing ratio is based on the cube root of the cell-count ratio.

Example Inputs:
  • Coarse cells: 250,000
  • Medium cells: 500,000
  • Fine cells: 1,000,000
  • Dimension: 3D

Interpretation: The ratios are consistent because the cell count doubles in each refinement step. However, the equivalent linear grid refinement ratio is only ~1.26, not 2.

Example B — Representative Mesh-Size Mode

Example Inputs:
  • Coarse size (h₁): 4 mm
  • Medium size (h₂): 2 mm
  • Fine size (h₃): 1 mm

Interpretation: This results in a constant refinement ratio of 2.0 between successive grids, representing a perfectly consistent refinement sequence.

Assumptions & limitations

Limitations

  • Equivalence: The result is a practical estimate. For complex unstructured meshes with local refinement, boundary-layer controls, or changing topology, document how the meshes were actually refined.
  • Unequal Ratios: Unequal ratios do not automatically invalidate a study, but they reduce confidence in simple GCI/Richardson interpretation.