Английская Википедия:Finite volume method

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Differential equations

The finite volume method (FVM) is a method for representing and evaluating partial differential equations in the form of algebraic equations.[1] In the finite volume method, volume integrals in a partial differential equation that contain a divergence term are converted to surface integrals, using the divergence theorem. These terms are then evaluated as fluxes at the surfaces of each finite volume. Because the flux entering a given volume is identical to that leaving the adjacent volume, these methods are conservative. Another advantage of the finite volume method is that it is easily formulated to allow for unstructured meshes. The method is used in many computational fluid dynamics packages. "Finite volume" refers to the small volume surrounding each node point on a mesh.[2]

Finite volume methods can be compared and contrasted with the finite difference methods, which approximate derivatives using nodal values, or finite element methods, which create local approximations of a solution using local data, and construct a global approximation by stitching them together. In contrast a finite volume method evaluates exact expressions for the average value of the solution over some volume, and uses this data to construct approximations of the solution within cells.[3][4]

Example

Consider a simple 1D advection problem:

Шаблон:NumBlk

Here, <math> \rho=\rho \left( x,t \right) </math> represents the state variable and <math> f=f \left( \rho \left( x,t \right) \right) </math> represents the flux or flow of <math> \rho </math>. Conventionally, positive <math> f </math> represents flow to the right while negative <math> f </math> represents flow to the left. If we assume that equation (Шаблон:EquationNote) represents a flowing medium of constant area, we can sub-divide the spatial domain, <math> x </math>, into finite volumes or cells with cell centers indexed as <math> i </math>. For a particular cell, <math> i </math>, we can define the volume average value of <math> {\rho }_i \left( t \right) = \rho \left( x, t \right) </math> at time <math> {t=t_1} </math> and <math>{ x \in \left[ x_{i-\frac{1}{2}} , x_{i+\frac{1}{2}} \right] } </math>, as

Шаблон:NumBlk - x_{i-\frac{1}{2}}} \int_{x_{i-\frac{1}{2}}}^{x_{i+\frac{1}{2}}} \rho \left(x,t_1 \right)\, dx ,</math>|Шаблон:EquationRef}}

and at time <math> t = t_2 </math> as,

Шаблон:NumBlk - x_{i-\frac{1}{2}}} \int_{x_{i-\frac{1}{2}}}^{x_{i+\frac{1}{2}}} \rho \left(x,t_2 \right)\, dx ,</math>|Шаблон:EquationRef}}

where <math> x_{i-\frac{1}{2}} </math> and <math> x_{i+\frac{1}{2}} </math> represent locations of the upstream and downstream faces or edges respectively of the <math> i^\text{th} </math> cell.

Integrating equation (Шаблон:EquationNote) in time, we have:

Шаблон:NumBlk

where <math>f_x=\frac{\partial f}{\partial x}</math>.

To obtain the volume average of <math> \rho\left(x,t\right) </math> at time <math> t=t_{2} </math>, we integrate <math> \rho\left(x,t_2 \right) </math> over the cell volume, <math>\left[ x_{i-\frac{1}{2}} , x_{i+\frac{1}{2}} \right] </math> and divide the result by <math>\Delta x_i = x_{i+\frac{1}{2}}-x_{i-\frac{1}{2}} </math>, i.e.

Шаблон:NumBlk}^{x_{i+\frac{1}{2}}}\left\{ \rho\left( x,t_{1}\right) - \int_{t_{1}}^{t_2} f_{x} \left( x,t \right) dt \right\} dx.</math>|Шаблон:EquationRef}}

We assume that <math> f \ </math> is well behaved and that we can reverse the order of integration. Also, recall that flow is normal to the unit area of the cell. Now, since in one dimension <math>f_x \triangleq \nabla \cdot f </math>, we can apply the divergence theorem, i.e. <math>\oint_{v}\nabla\cdot fdv=\oint_{S}f\, dS </math>, and substitute for the volume integral of the divergence with the values of <math>f(x) </math> evaluated at the cell surface (edges <math>x_{i-\frac{1}{2}} </math> and <math> x_{i+\frac{1}{2}} </math>) of the finite volume as follows:

Шаблон:NumBlk

 \left( \int_{t_1}^{t_2} f_{i + \frac{1}{2}} dt

- \int_{t_1}^{t_2} f_{i - \frac{1}{2}} dt \right) .</math>|Шаблон:EquationRef}}

where <math>f_{i \pm \frac{1}{2}} =f \left( x_{i \pm \frac{1}{2}}, t \right) </math>.

We can therefore derive a semi-discrete numerical scheme for the above problem with cell centers indexed as <math> i </math>, and with cell edge fluxes indexed as <math> i\pm\frac{1}{2} </math>, by differentiating (Шаблон:EquationNote) with respect to time to obtain:

Шаблон:NumBlk - f_{i - \frac{1}{2}} \right] =0 ,</math>|Шаблон:EquationRef}}

where values for the edge fluxes, <math> f_{i \pm \frac{1}{2}} </math>, can be reconstructed by interpolation or extrapolation of the cell averages. Equation (Шаблон:EquationNote) is exact for the volume averages; i.e., no approximations have been made during its derivation.

This method can also be applied to a 2D situation by considering the north and south faces along with the east and west faces around a node.

General conservation law

We can also consider the general conservation law problem, represented by the following PDE,

Шаблон:NumBlk

Here, <math> \mathbf u </math> represents a vector of states and <math>\mathbf f </math> represents the corresponding flux tensor. Again we can sub-divide the spatial domain into finite volumes or cells. For a particular cell, <math>i </math>, we take the volume integral over the total volume of the cell, <math>v _{i} </math>, which gives,

Шаблон:NumBlk \frac{\partial \mathbf u}{\partial t}\, dv + \int _{v_{i}} \nabla \cdot {\mathbf f}\left( {\mathbf u } \right)\, dv = {\mathbf 0} .</math>|Шаблон:EquationRef}}

On integrating the first term to get the volume average and applying the divergence theorem to the second, this yields

{{NumBlk|:|<math> v_{i} {{d {\mathbf {\bar u} }_{i} } \over dt} + \oint _{S_{i} }

{\mathbf f} \left( {\mathbf u } \right) \cdot {\mathbf n }\  dS  = {\mathbf 0}, </math>|Шаблон:EquationRef}}

where <math> S_{i} </math> represents the total surface area of the cell and <math>{\mathbf n}</math> is a unit vector normal to the surface and pointing outward. So, finally, we are able to present the general result equivalent to (Шаблон:EquationNote), i.e.

Шаблон:NumBlk

Again, values for the edge fluxes can be reconstructed by interpolation or extrapolation of the cell averages. The actual numerical scheme will depend upon problem geometry and mesh construction. MUSCL reconstruction is often used in high resolution schemes where shocks or discontinuities are present in the solution.

Finite volume schemes are conservative as cell averages change through the edge fluxes. In other words, one cell's loss is always another cell's gain!

See also

References

Шаблон:Reflist

Further reading

  • Eymard, R. Gallouët, T. R., Herbin, R. (2000) The finite volume method Handbook of Numerical Analysis, Vol. VII, 2000, p. 713–1020. Editors: P.G. Ciarlet and J.L. Lions.
  • Hirsch, C. (1990), Numerical Computation of Internal and External Flows, Volume 2: Computational Methods for Inviscid and Viscous Flows, Wiley.
  • Laney, Culbert B. (1998), Computational Gas Dynamics, Cambridge University Press.
  • LeVeque, Randall (1990), Numerical Methods for Conservation Laws, ETH Lectures in Mathematics Series, Birkhauser-Verlag.
  • LeVeque, Randall (2002), Finite Volume Methods for Hyperbolic Problems, Cambridge University Press.
  • Patankar, Suhas V. (1980), Numerical Heat Transfer and Fluid Flow, Hemisphere.
  • Tannehill, John C., et al., (1997), Computational Fluid mechanics and Heat Transfer, 2nd Ed., Taylor and Francis.
  • Toro, E. F. (1999), Riemann Solvers and Numerical Methods for Fluid Dynamics, Springer-Verlag.
  • Wesseling, Pieter (2001), Principles of Computational Fluid Dynamics, Springer-Verlag.

External links

Шаблон:Numerical PDE Шаблон:Differential equations topics Шаблон:Authority control