Contents
Godunov's scheme
In numerical analysis and computational fluid dynamics, Godunov's scheme is a conservative numerical scheme, suggested by Sergei Godunov in 1959, for solving partial differential equations. One can think of this method as a conservative finite volume method which solves exact, or approximate Riemann problems at each inter-cell boundary. In its basic form, Godunov's method is first order accurate in both space and time, yet can be used as a base scheme for developing higher-order methods.
Basic scheme
Following the classical finite volume method framework, we seek to track a finite set of discrete unknowns, where the and form a discrete set of points for the hyperbolic problem: where the indices t and x indicate the derivatives in time and space, respectively. If we integrate the hyperbolic problem over a control volume we obtain a method of lines (MOL) formulation for the spatial cell averages: which is a classical description of the first order, upwinded finite volume method. Exact time integration of the above formula from time t = t^n to time t = t^{n+1} yields the exact update formula: Godunov's method replaces the time integral of each with a forward Euler method which yields a fully discrete update formula for each of the unknowns Q^n_i. That is, we approximate the integrals with where is an approximation to the exact solution of the Riemann problem. For consistency, one assumes that and that is increasing in the first argument, and decreasing in the second argument. For scalar problems where f'( q ) > 0, one can use the simple Upwind scheme, which defines. The full Godunov scheme requires the definition of an approximate, or an exact Riemann solver, but in its most basic form, is given by:
Linear problem
In the case of a linear problem, where f(q) = a q, and without loss of generality, we'll assume that a > 0, the upwinded Godunov method yields: which yields the classical first-order, upwinded Finite Volume scheme whose stability requires.
Three-step algorithm
Following Hirsch, the scheme involves three distinct steps to obtain the solution at from the known solution at, as follows: The first and third steps are solely of a numerical nature and can be considered as a projection stage, independent of the second, physical step, the evolution stage. Therefore, they can be modified without influencing the physical input, for instance by replacing the piecewise constant approximation by a piecewise linear variation inside each cell, leading to the definition of second-order space-accurate schemes, such as the MUSCL scheme.
This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.
Wikipedia® is a registered trademark of the
Wikimedia Foundation, Inc.
Bliptext is not
affiliated with or endorsed by Wikipedia or the
Wikimedia Foundation.