Godunov's theorem

In numerical analysis and computational fluid dynamics, Godunov's theorem — also known as Godunov's order barrier theorem — is a mathematical theorem important in the development of the theory of high-resolution schemes for the numerical solution of partial differential equations.

The theorem states that:

Linear numerical schemes for solving partial differential equations (PDE's), having the property of not generating new extrema (monotone scheme), can be at most first-order accurate.

Professor Sergei Godunov originally proved the theorem as a Ph.D. student at Moscow State University. It is his most influential work in the area of applied and numerical mathematics and has had a major impact on science and engineering, particularly in the development of methods used in computational fluid dynamics (CFD) and other computational fields. One of his major contributions was to prove the theorem (Godunov, 1954; Godunov, 1959), that bears his name.

The theorem

We generally follow Wesseling (2001).

Aside

Assume a continuum problem described by a PDE is to be computed using a numerical scheme based upon a uniform computational grid and a one-step, constant step-size, M grid point, integration algorithm, either implicit or explicit. Then if x j = j Δ x {\displaystyle x_{j}=j\,\Delta x} and t n = n Δ t {\displaystyle t^{n}=n\,\Delta t} , such a scheme can be described by

m = 1 M β m φ j + m n + 1 = m = 1 M α m φ j + m n . {\displaystyle \sum _{m=1}^{M}{\beta _{m}}\varphi _{j+m}^{n+1}=\sum _{m=1}^{M}{\alpha _{m}\varphi _{j+m}^{n}}.}
(1)

In other words, the solution φ j n + 1 {\displaystyle \varphi _{j}^{n+1}} at time n + 1 {\displaystyle n+1} and location j {\displaystyle j} is a linear function of the solution at the previous time step n {\displaystyle n} . We assume that β m {\displaystyle \beta _{m}} determines φ j n + 1 {\displaystyle \varphi _{j}^{n+1}} uniquely. Now, since the above equation represents a linear relationship between φ j n {\displaystyle \varphi _{j}^{n}} and φ j n + 1 {\displaystyle \varphi _{j}^{n+1}} we can perform a linear transformation to obtain the following equivalent form,

φ j n + 1 = m M γ m φ j + m n . {\displaystyle \varphi _{j}^{n+1}=\sum \limits _{m}^{M}{\gamma _{m}\varphi _{j+m}^{n}}.}
(2)

Theorem 1: Monotonicity preserving

The above scheme of equation (2) is monotonicity preserving if and only if

γ m 0 , m . {\displaystyle \gamma _{m}\geq 0,\quad \forall m.}
(3)

Proof - Godunov (1959)

Case 1: (sufficient condition)

Assume (3) applies and that φ j n {\displaystyle \varphi _{j}^{n}} is monotonically increasing with j {\displaystyle j} .

Then, because φ j n φ j + 1 n φ j + m n {\displaystyle \varphi _{j}^{n}\leq \varphi _{j+1}^{n}\leq \cdots \leq \varphi _{j+m}^{n}} it therefore follows that φ j n + 1 φ j + 1 n + 1 φ j + m n + 1 {\displaystyle \varphi _{j}^{n+1}\leq \varphi _{j+1}^{n+1}\leq \cdots \leq \varphi _{j+m}^{n+1}} because

φ j n + 1 φ j 1 n + 1 = m M γ m ( φ j + m n φ j + m 1 n ) 0. {\displaystyle \varphi _{j}^{n+1}-\varphi _{j-1}^{n+1}=\sum \limits _{m}^{M}{\gamma _{m}\left({\varphi _{j+m}^{n}-\varphi _{j+m-1}^{n}}\right)}\geq 0.}
(4)

This means that monotonicity is preserved for this case.

Case 2: (necessary condition)

We prove the necessary condition by contradiction. Assume that γ p < 0 {\displaystyle \gamma _{p}^{}<0} for some p {\displaystyle p} and choose the following monotonically increasing φ j n {\displaystyle \varphi _{j}^{n}\,} ,

φ i n = 0 , i < k ; φ i n = 1 , i k . {\displaystyle \varphi _{i}^{n}=0,\quad i<k;\quad \varphi _{i}^{n}=1,\quad i\geq k.}
(5)

Then from equation (2) we get

φ j n + 1 φ j 1 n + 1 = m M γ m ( φ j + m n φ j + m 1 n ) = { 0 , j + m k γ m , j + m = k {\displaystyle \varphi _{j}^{n+1}-\varphi _{j-1}^{n+1}=\sum \limits _{m}^{M}{\gamma _{m}}\left({\varphi _{j+m}^{n}-\varphi _{j+m-1}^{n}}\right)={\begin{cases}0,&j+m\neq k\\\gamma _{m},&j+m=k\\\end{cases}}}
(6)

Now choose j = k p {\displaystyle j=k-p} , to give

φ k p n + 1 φ k p 1 n + 1 = γ p ( φ k n φ k 1 n ) < 0 , {\displaystyle \varphi _{k-p}^{n+1}-\varphi _{k-p-1}^{n+1}={\gamma _{p}\left({\varphi _{k}^{n}-\varphi _{k-1}^{n}}\right)}<0,}
(7)

which implies that φ j n + 1 {\displaystyle \varphi _{j}^{n+1}} is NOT increasing, and we have a contradiction. Thus, monotonicity is NOT preserved for γ p < 0 {\displaystyle \gamma _{p}<0} , which completes the proof.

Theorem 2: Godunov’s Order Barrier Theorem

Linear one-step second-order accurate numerical schemes for the convection equation

φ t + c φ x = 0 , t > 0 , x R {\displaystyle {{\partial \varphi } \over {\partial t}}+c{{\partial \varphi } \over {\partial x}}=0,\quad t>0,\quad x\in \mathbb {R} }
(10)

cannot be monotonicity preserving unless

σ = | c | Δ t Δ x N , {\displaystyle \sigma =\left|c\right|{{\Delta t} \over {\Delta x}}\in \mathbb {N} ,}
(11)

where σ {\displaystyle \sigma } is the signed Courant–Friedrichs–Lewy condition (CFL) number.

Proof - Godunov (1959)

Assume a numerical scheme of the form described by equation (2) and choose

φ ( 0 , x ) = ( x Δ x 1 2 ) 2 1 4 , φ j 0 = ( j 1 2 ) 2 1 4 . {\displaystyle \varphi \left({0,x}\right)=\left({{x \over {\Delta x}}-{1 \over 2}}\right)^{2}-{1 \over 4},\quad \varphi _{j}^{0}=\left({j-{1 \over 2}}\right)^{2}-{1 \over 4}.}
(12)

The exact solution is

φ ( t , x ) = ( x c t Δ x 1 2 ) 2 1 4 . {\displaystyle \varphi \left({t,x}\right)=\left({{{x-ct} \over {\Delta x}}-{1 \over 2}}\right)^{2}-{1 \over 4}.}
(13)

If we assume the scheme to be at least second-order accurate, it should produce the following solution exactly

φ j 1 = ( j σ 1 2 ) 2 1 4 , φ j 0 = ( j 1 2 ) 2 1 4 . {\displaystyle \varphi _{j}^{1}=\left({j-\sigma -{1 \over 2}}\right)^{2}-{1 \over 4},\quad \varphi _{j}^{0}=\left({j-{1 \over 2}}\right)^{2}-{1 \over 4}.}
(14)

Substituting into equation (2) gives:

( j σ 1 2 ) 2 1 4 = m M γ m { ( j + m 1 2 ) 2 1 4 } . {\displaystyle \left({j-\sigma -{1 \over 2}}\right)^{2}-{1 \over 4}=\sum \limits _{m}^{M}{\gamma _{m}\left\{{\left({j+m-{1 \over 2}}\right)^{2}-{1 \over 4}}\right\}}.}
(15)

Suppose that the scheme IS monotonicity preserving, then according to the theorem 1 above, γ m 0 {\displaystyle \gamma _{m}\geq 0} .

Now, it is clear from equation (15) that

( j σ 1 2 ) 2 1 4 0 , j . {\displaystyle \left({j-\sigma -{1 \over 2}}\right)^{2}-{1 \over 4}\geq 0,\quad \forall j.}
(16)

Assume σ > 0 , σ N {\displaystyle \sigma >0,\quad \sigma \notin \mathbb {N} } and choose j {\displaystyle j} such that j > σ > ( j 1 ) {\displaystyle j>\sigma >\left(j-1\right)} . This implies that ( j σ ) > 0 {\displaystyle \left({j-\sigma }\right)>0} and ( j σ 1 ) < 0 {\displaystyle \left({j-\sigma -1}\right)<0} .

It therefore follows that,

( j σ 1 2 ) 2 1 4 = ( j σ ) ( j σ 1 ) < 0 , {\displaystyle \left({j-\sigma -{1 \over 2}}\right)^{2}-{1 \over 4}=\left(j-\sigma \right)\left(j-\sigma -1\right)<0,}
(17)

which contradicts equation (16) and completes the proof.

The exceptional situation whereby σ = | c | Δ t Δ x N {\displaystyle \sigma =\left|c\right|{{\Delta t} \over {\Delta x}}\in \mathbb {N} } is only of theoretical interest, since this cannot be realised with variable coefficients. Also, integer CFL numbers greater than unity would not be feasible for practical problems.

See also

  • Finite volume method
  • Flux limiter
  • Total variation diminishing

References

  • Godunov, Sergei K. (1954), Ph.D. Dissertation: Different Methods for Shock Waves, Moscow State University.
  • Godunov, Sergei K. (1959), A Difference Scheme for Numerical Solution of Discontinuous Solution of Hydrodynamic Equations, Mat. Sbornik, 47, 271-306, translated US Joint Publ. Res. Service, JPRS 7226, 1969.
  • Wesseling, Pieter (2001). Principles of Computational Fluid Dynamics. Berlin: Springer-Verlag. ISBN 9783540678533. OCLC 44972030.

Further reading

  • Hirsch, Ch (1990). Numerical Computation of Internal and External Flows. Vol. 2. Chichester [England]: Wiley. ISBN 0-471-91762-1. OCLC 16523972.
  • Laney, Culbert B. (1998). Computational Gasdynamics. Cambridge: Cambridge University Press. ISBN 978-0-511-77720-2. OCLC 664017316.
  • Toro, Elewterio F. (2009). Riemann Solvers and Numerical Methods for Fluid Dynamics a Practical Introduction (3rd ed.). Berlin. ISBN 978-3-540-25202-3. OCLC 391057413.{{cite book}}: CS1 maint: location missing publisher (link)
  • Anderson, Dale A.; Tannehill, John C.; Pletcher, Richard H.; Munipalli, Ramakanth; Shankar, Vijaya (2020). Computational Fluid Mechanics and Heat Transfer (Fourth ed.). Boca Raton, FL: Taylor & Francis. ISBN 978-1-351-12400-3. OCLC 1237821271.