Total Variation Diminishing
   HOME

TheInfoList



OR:

In
numerical method In numerical analysis, a numerical method is a mathematical tool designed to solve numerical problems. The implementation of a numerical method with an appropriate convergence check in a programming language is called a numerical algorithm. Mathem ...
s, total variation diminishing (TVD) is a property of certain
discretization In applied mathematics, discretization is the process of transferring continuous functions, models, variables, and equations into discrete counterparts. This process is usually carried out as a first step toward making them suitable for numeri ...
schemes used to solve
hyperbolic partial differential equation In mathematics, a hyperbolic partial differential equation of order n is a partial differential equation (PDE) that, roughly speaking, has a well-posed initial value problem for the first n-1 derivatives. More precisely, the Cauchy problem can ...
s. The most notable application of this method is in
computational fluid dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required to simulate t ...
. The concept of TVD was introduced by Ami Harten.


Model equation

In systems described by
partial differential equation In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a multivariable function. The function is often thought of as an "unknown" to be solved for, similarly to ...
s, such as the following hyperbolic
advection equation In the field of physics, engineering, and earth sciences, advection is the transport of a substance or quantity by bulk motion of a fluid. The properties of that substance are carried with it. Generally the majority of the advected substance is al ...
, :\frac + a\frac = 0, the
total variation In mathematics, the total variation identifies several slightly different concepts, related to the ( local or global) structure of the codomain of a function or a measure. For a real-valued continuous function ''f'', defined on an interval ...
(TV) is given by :TV(u(\cdot,t)) = \int \left, \frac \ \mathrmx , and the total variation for the discrete case is, :TV(u^n) = TV(u(\cdot,t^n)) = \sum_j \left, u_^n - u_j^n \ . where u_^n=u(x_,t^n). A numerical method is said to be total variation diminishing (TVD) if, :TV \left( u^\right) \leq TV \left( u^\right) .


Characteristics

A numerical scheme is said to be monotonicity preserving if the following properties are maintained: *If u^ is monotonically increasing (or decreasing) in space, then so is u^. proved the following properties for a numerical scheme, *A monotone scheme is TVD, and *A TVD scheme is monotonicity preserving.


Application in CFD

In
Computational Fluid Dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required to simulate t ...
, TVD scheme is employed to capture sharper shock predictions without any misleading oscillations when variation of field variable “\phi ” is discontinuous. To capture the variation fine grids (\Delta x very small) are needed and the computation becomes heavy and therefore uneconomic. The use of coarse grids with
central difference scheme In applied mathematics, the central differencing scheme is a finite difference method that optimizes the approximation for the differential operator in the central node of the considered patch and provides numerical solutions to differential equat ...
,
upwind scheme In computational physics, the term upwind scheme (sometimes advection scheme) ''typically'' refers to a class of numerical discretization methods for solving hyperbolic partial differential equations, in which so-called upstream variables are used ...
, hybrid difference scheme, and
power law scheme The power law scheme was first used by Suhas Patankar (1980). It helps in achieving approximate solutions in computational fluid dynamics (CFD) and it is used for giving a more accurate approximation to the one-dimensional exact solution when comp ...
gives false shock predictions. TVD scheme enables sharper shock predictions on coarse grids saving computation time and as the scheme preserves monotonicity there are no spurious oscillations in the solution.


Discretisation

Consider the steady state one-dimensional convection diffusion equation, :\nabla \cdot (\rho \mathbf \phi)\,= \nabla \cdot (\Gamma \nabla \phi)+S_\; , where \rho is the density, \mathbf is the velocity vector, \phi is the property being transported, \Gamma is the coefficient of diffusion and S_ is the source term responsible for generation of the property \phi . Making the flux balance of this property about a control volume we get, :\int_A \mathbf \cdot (\rho\mathbf\phi) \, \mathrmA = \int_A \mathbf \cdot (\Gamma \nabla \phi) \, \mathrmA+ \int_ S_\phi \, \mathrmV \; Here \mathbf is the normal to the surface of control volume. Ignoring the source term, the equation further reduces to: :(\rho \mathbf \phi A)_r - (\rho \mathbf \phi A)_l = \left(\Gamma A \frac\right)_r-\left(\Gamma A \frac\right)_l Assuming : \frac= \frac and A_r = A_l, The equation reduces to :(\rho \mathbf \phi)_r - (\rho \mathbf \phi)_l \,= \left( \frac \delta \phi\right)_r - \left( \frac \delta \phi\right)_l. Say, : F_r=(\rho \mathbf)_r ;\qquad F_l=(\rho \mathbf)_l; : D_l = \left(\frac \right)_l ;\qquad D_r =\left(\frac \right)_r; From the figure: : \delta \phi _r = \phi_R -\phi_P ;\qquad\delta x_r = x_; : \delta \phi _l = \phi_P -\phi_L ;\qquad\delta x_l = x_; The equation becomes:F_r \phi_r - F_l \phi_l = D_r (\phi _R -\phi _P)-D_l(\phi _P - \phi _L); The
continuity equation A continuity equation or transport equation is an equation that describes the transport of some quantity. It is particularly simple and powerful when applied to a conserved quantity, but it can be generalized to apply to any extensive quantity. ...
also has to be satisfied in one of its equivalent forms for this problem: :(\rho \mathbf )_r -(\rho \mathbf )_l\,=0\ \ \Longleftrightarrow\ \ F_r-F_l=0\ \ \Longleftrightarrow\ F_r=F_l=F. Assuming
diffusivity Diffusivity is a rate of diffusion, a measure of the rate at which particles or heat or fluids can spread. It is measured differently for different mediums. Diffusivity may refer to: *Thermal diffusivity, diffusivity of heat *Diffusivity of mass: ...
is a homogeneous property and equal grid spacing we can say : \Gamma _l=\Gamma _r; \qquad \delta x_=\delta x_ = \delta x, we get D_l=D_r=D.The equation further reduces to(\phi_r-\phi_l)\cdot F=D\cdot(\phi_R-2\phi_P+\phi_L).The equation above can be written as(\phi_r-\phi_l)\cdot P=(\phi_R-2\phi_P+\phi_L) where P is the
Péclet number In continuum mechanics, the Péclet number (, after Jean Claude Eugène Péclet) is a class of dimensionless numbers relevant in the study of transport phenomena in a continuum. It is defined to be the ratio of the rate of advection of a physical ...
:P=\frac=\frac.


TVD scheme

Total variation diminishing scheme makes an assumption for the values of \phi_r and \phi_l to be substituted in the discretized equation as follows: :\phi_r\cdot P=\frac(P+, P, ) _r^+\phi_R+(1-f_r^+)\phi_L\frac(P-, P, ) _r^-\phi_P+(1-f_r^-)\phi_/math> :\phi_l\cdot P=\frac(P+, P, ) _l^+\phi_P+(1-f_l^+)\phi_\frac(P-, P, ) _l^-\phi_L+(1-f_l^-)\phi_R/math> Where P is the Péclet number and f is the weighing function to be determined from, :f=f\left(\frac\right) where U refers to upstream, UU refers to upstream of U and D refers to downstream. Note that f^+ is the weighing function when the flow is in positive direction (i.e., from left to right) and f^- is the weighing function when the flow is in the negative direction from right to left. So, : \begin & f_r^+\text\left(\dfrac\right), \\ 0pt& f_r^-\text\left(\dfrac\right), \\ 0pt& f_l^+\text\left(\dfrac\right),\text \\ 0pt& f_l^-\text\left(\dfrac\right). \end If the flow is in positive direction then, Péclet number P is positive and the term (P-, P, )= 0, so the function f^- won’t play any role in the assumption of \phi_r and \phi_l. Likewise when the flow is in negative direction, P is negative and the term (P+, P, )= 0, so the function f^+ won’t play any role in the assumption of \phi_r and \phi_r. It therefore takes into account the values of property depending on the direction of flow and using the weighted functions tries to achieve monotonicity in the solution thereby producing results with no spurious shocks.


Limitations

Monotone schemes are attractive for solving engineering and scientific problems because they do not produce non-physical solutions. Godunov's theorem proves that linear schemes which preserve monotonicity are, at most, only first order accurate. Higher order linear schemes, although more accurate for smooth solutions, are not TVD and tend to introduce spurious oscillations (wiggles) where discontinuities or shocks arise. To overcome these drawbacks, various
high-resolution Image resolution is the detail an image holds. The term applies to digital images, film images, and other types of images. "Higher resolution" means more image detail. Image resolution can be measured in various ways. Resolution quantifies how cl ...
,
non-linear In mathematics and science, a nonlinear system is a system in which the change of the output is not proportional to the change of the input. Nonlinear problems are of interest to engineers, biologists, physicists, mathematicians, and many other ...
techniques have been developed, often using flux/slope limiters.


See also

* Flux limiters * Godunov's theorem * High-resolution scheme * MUSCL scheme * Sergei K. Godunov *
Total variation In mathematics, the total variation identifies several slightly different concepts, related to the ( local or global) structure of the codomain of a function or a measure. For a real-valued continuous function ''f'', defined on an interval ...


References

{{reflist


Further reading

*Hirsch, C. (1990), ''Numerical Computation of Internal and External Flows'', Vol 2, Wiley. *Laney, C. B. (1998), ''Computational Gas Dynamics'', Cambridge University Press. *Toro, E. F. (1999), ''Riemann Solvers and Numerical Methods for Fluid Dynamics'', Springer-Verlag. *Tannehill, J. C., Anderson, D. A., and Pletcher, R. H. (1997), ''Computational Fluid Mechanics and Heat Transfer'', 2nd Ed., Taylor & Francis. *Wesseling, P. (2001), ''Principles of Computational Fluid Dynamics'', Springer-Verlag. *Anil W. Date ''Introduction to Computational Fluid Dynamics'', Cambridge University Press. Numerical differential equations Computational fluid dynamics