Inviscid Isentropic Vortex Transport
verification
Overview
This case verifies the unsteady compressible solver against an exact solution of the Euler equations: an isentropic vortex riding on a uniform stream. Because the vortex convects downstream without changing shape, the exact field at any later time is the initial field shifted by the distance the freestream has travelled, so the solver's error can be measured directly. With no physical viscosity in the problem, the discretization error is the only error present, and uniform mesh refinement isolates the spatial accuracy of the convective discretization and gradient reconstruction. Time integration uses the second-order implicit scheme with a small fixed step.
Problem Setup
A single isentropic vortex of core radius is placed at in a uniform stream (, ) on the rectangle , discretised as a single spanwise layer of hexahedra and refined uniformly through cells. The streamwise boundaries are farfield, placed far enough that the localized vortex never reaches them during the run; the transverse boundaries form a translational periodic pair; the spanwise faces are symmetry planes. The gas is treated as inviscid and ideal, and the flow is advanced from the exact vortex field to a fixed final time using the second-order implicit scheme.
Quantities of Interest
The verification metric is the discretization error of each conservative equation, continuity, the in-plane momentum components, and energy, measured in the norm at the final time and reported by the solver on each grid. The error is plotted against the representative cell size , and the observed order of accuracy between successive grids is compared with the design order of two.
Results
Discretization error vs grid size
Observed order of accuracy
Observed order of accuracy per equation
| Equation | 1536โ6144 | 6144โ24576 | 24576โ98304 |
|---|---|---|---|
| Mass () | 2.458 | 2.345 | 2.250 |
| x-momentum () | 2.295 | 2.227 | 2.217 |
| y-momentum () | 2.227 | 2.153 | 2.164 |
| Energy () | 2.560 | 2.636 | 2.386 |
Solver configuration
- features exercised
- Verification2DInviscidIdeal gasUnsteadyEnergy equation
