JP | EN | ZH
HomeVerification & ValidationMesh Convergence Studies

Mesh Convergence Studies — GCI & Richardson Extrapolation

Grid Convergence Index (GCI) methodology, Richardson extrapolation for exact solution estimation, observed order of convergence, and systematic mesh refinement protocols.

Articles in This Section

Quick Explainer

🧑‍🎓 Student

How do I perform a proper mesh convergence study?

🎓 Engineer

Generate at least three systematically refined meshes with a consistent refinement ratio (typically 1.5-2x). Extract the key output quantity from each mesh. Compute the Grid Convergence Index (GCI) — most standards (NASA, ASME) recommend GCI < 5% for publishable results. Richardson extrapolation estimates the exact solution from the refinement trend.

🧑‍🎓 Student

What is Richardson extrapolation and what does it tell you?

🎓 Engineer

Richardson extrapolation: phi_exact ~ phi_fine + (phi_fine - phi_coarse)/(r^p - 1), where r is the refinement ratio and p is the observed order of convergence. The observed order p = log((phi_coarse - phi_medium)/(phi_medium - phi_fine))/log(r). If p matches the theoretical order of your scheme, you are in the asymptotic convergence range. If p is far from theoretical, mesh-dependent features or singularities need attention.