Citizendia
Your Ad Here

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. In Mathematics, a theorem is a statement proven on the basis of previously accepted or established statements High-resolution schemes are used in the numerical solution of Partial differential equations where high accuracy is required in the presence of shocks or discontinuities In Mathematics, partial differential equations ( PDE) are a type of Differential equation, i

Professor Sergei K. Godunov originally proved the theorem as a Ph. Sergei Konstantinovich Godunov (b July 17, 1929 in Moscow, Russia) is professor at the Sobolev Institute of Mathematics of the 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 methodologies 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 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. In Mathematics, partial differential equations ( PDE) are a type of Differential equation, i


Contents

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. In Mathematics, partial differential equations ( PDE) are a type of Differential equation, i Then if  x_{j}  = j\,\Delta x \ and t^{n}  = n\,\Delta t \ , such a scheme can be described by


\sum\limits_m^{M} {\beta _m } \varphi _{j + m}^{n + 1}  = \sum\limits_m^{M} {\alpha _m \varphi _{j + m}^n }. 
\quad  \quad ( 1)

It is assumed that \beta _m \ determines \varphi _j^{n + 1} \ uniquely. Now, since the above equation represents a linear relationship between  \varphi _j^{n } \ and  \varphi _j^{n + 1} \ we can perform a linear transformation to obtain the following equivalent form,

\varphi _j^{n + 1}  = \sum\limits_m^{M} {\gamma _m \varphi _{j + m}^n }. \quad  \quad ( 2)


Theorem 1: Monotonicity preserving

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

\gamma _m  \ge 0,\quad \forall m . \quad  \quad ( 3)


Proof - Godunov (1959)


Case 1: (sufficient condition)

Assume (3) applies and that \varphi _j^n \ is monotonically increasing with j \ .

Then, because \varphi _j^n  \le \varphi _{j + 1}^n  \le \cdots  \le \varphi _{j + m}^n it therefore follows that \varphi _j^{n + 1}  \le \varphi _{j + 1}^{n + 1} \le \cdots  \le \varphi _{j + m}^{n + 1} \ because


\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)}  \ge 0 . \quad  \quad ( 4)

This means that monotonicity is preserved for this case.


Case 2: (necessary condition)

For the same monotonically increasing \varphi_j^n \quad , assume that \gamma _p^{}  < 0 \ for some p \ and choose

\varphi _i^n  = 0, \quad i < k;\quad \varphi _i^n  = 1, \quad i \ge k . \quad  \quad ( 5)


Then from equation (2) we get


 \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) = \left\{ {\begin{array}{*{20}c}
   {0,} & {\left[ {j + m \ne k} \right]}  \\
   {\gamma _m ,} & {\left[ {j + m = k} \right]}  \\
\end{array}} \right . \quad  \quad ( 6)


Now choose  j=k-p \ , to give



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


which implies that \varphi _j^{n + 1} \ is NOT increasing, and we have a contradiction. Thus, monotonicity is NOT preserved for \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

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

cannot be monotonicity preserving unless

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

where  \sigma \ is the signed Courant–Friedrichs–Lewy condition (CFL) number. In Mathematics, the Courant–Friedrichs–Lewy condition (CFL condition is a condition for convergence while solving certain Partial differential equations (usually


Proof - Godunov (1959)


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

\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} . \quad  \quad (12)

The exact solution is


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

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


\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}. \quad  \quad (14)

Substituting into equation (2) gives:


\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\}}. \quad  \quad (15)

Suppose that the scheme IS monotonicity preserving, then according to the theorem 1 above, \gamma _m  \ge 0 \ .

Now, it is clear from equation (15) that

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

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

It therefore follows that,


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

which contradicts equation (16) and completes the proof.

The exceptional situation whereby \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. In Mathematics, the Courant–Friedrichs–Lewy condition (CFL condition is a condition for convergence while solving certain Partial differential equations (usually

References

Further reading

See also

The finite volume method is a method for representing and evaluating Partial differential equations as algebraic equations Flux limiters are used in High resolution schemes &mdash numerical schemes used to solve problems in science and engineering particularly Fluid dynamics, described High-resolution schemes are used in the numerical solution of Partial differential equations where high accuracy is required in the presence of shocks or discontinuities Sergei Konstantinovich Godunov (b July 17, 1929 in Moscow, Russia) is professor at the Sobolev Institute of Mathematics of the In systems described by Partial differential equations such as the following hyperbolic Advection equation, \frac{\part u}{\part t} + a\frac{\part u}{\part
© 2009 citizendia.org; parts available under the terms of GNU Free Documentation License, from http://en.wikipedia.org
Dapyx Software network: MP3 Explorer | Ebook Manager | Zenithic