To use all functions of this page, please activate cookies in your browser.
my.chemeurope.com
With an accout for my.chemeurope.com you can always see everything at a glance – and you can configure your own website and individual newsletter.
- My watch list
- My saved searches
- My saved topics
- My newsletter
Finite volume methodThe finite volume method is a method for representing and evaluating partial differential equations as algebraic equations. Similar to the finite difference method, values are calculated at discrete places on a meshed geometry. "Finite volume" refers to the small volume surrounding each node point on a mesh. 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. Additional recommended knowledge
1D exampleConsider a simple 1D advection problem defined by the following partial differential equation Here, and at time where
where We can therefore derive a semi-discrete numerical scheme for the above problem with cell centres indexed as where values for the edge fluxes, General hyperbolic problemWe can also consider a general hyperbolic problem, represented by the following PDE, Here, On integrating the first term to get the volume average and applying the divergence theorem to the second, this yields where 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 another cell's gain! See also
References |
|
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Finite_volume_method". A list of authors is available in Wikipedia. |