Grid Convergence Index GCI Calculator
CFD verification & validation (ASME V&V 20): Quantify spatial discretization error using Richardson extrapolation, calculate apparent convergence order ($p$), and compute the Grid Convergence Index ($GCI$).
Three-Grid Refinement Study
GCI Uncertainty & Extrapolated Solution
Recommended Tools & Equipment
Tested hardware and components for high reliability
Frequently Asked Questions
Why does ASME V&V 20 recommend a refinement ratio r >= 1.3?
If grid refinement is too small (e.g. r = 1.05), discretization errors are dwarfed by numerical round-off and incomplete iterative solver convergence, corrupting the calculation of apparent order p.
What is the asymptotic range of convergence?
The asymptotic range occurs when grid spacing is small enough that higher-order truncation error terms become negligible. When satisfied, GCI_32 / (r^p · GCI_21) approaches 1.0.
How is representative grid spacing h calculated for unstructured 3D meshes?
For an unstructured 3D mesh with N total cells across domain volume V: h = (V / N)^(1/3).