Definition
A conservative discretization technique that integrates governing differential equations over small control volumes and enforces balance of fluxes across volume interfaces to obtain discrete update formulas.

Principle

Principle
Use the divergence theorem to convert volume integrals of divergences into surface flux integrals, then approximate those fluxes at control‑volume faces so that discrete conservation holds exactly over each control volume.

Demonstration

Demonstration
Discretize the compressible Euler equations by integrating mass, momentum and energy over each cell and using numerical flux functions (e.g., Riemann solvers or reconstruction with limiters) at interfaces to evolve cell averages.

Misapplication

Misapplication
Using inconsistent or nonconservative flux approximations, or neglecting appropriate upwinding on hyperbolic terms, which can destroy discrete conservation and produce incorrect shock speeds or spurious oscillations.

Consequence

Consequence
Produces schemes that satisfy discrete local conservation laws, handle discontinuities (shocks) robustly when combined with appropriate fluxes and limiters, and are naturally applicable on unstructured meshes.

Reversal

Reversal
Instead of enforcing flux balance per control volume, use pointwise derivative approximations (finite difference) or weak variational Galerkin formulations (finite element), which prioritize different properties such as point accuracy or approximation spaces.

Boundary

Boundary
Assumes a partition of the domain into control volumes; while flexible, accuracy and convergence depend on reconstruction order and flux evaluation, and pure FV approaches do not automatically provide higher‑order smooth basis representations as finite elements do.

Semantic Tension

Semantic Tension
Tension with finite difference (local derivative approximation) and finite element (weak form, basis functions): FV emphasizes integral conservation and face fluxes rather than pointwise derivative accuracy or global basis continuity.

Synthesis

Synthesis
A discretization framework built around integral conservation on control volumes: choose control volumes, approximate interface fluxes consistently, and evolve conserved averages to obtain robust, conservative numerical solutions, especially for conservation laws.