|
[Sponsors] |
July 8, 2009, 01:56 |
Finite difference can be non-conservative?
|
#1 |
New Member
greg
Join Date: Jul 2009
Posts: 1
Rep Power: 0 |
Hello
We know that finite volume methods are always locally conservative (my concern is mass only). I was wondering if that is always the case with finite difference methods too? What about for cell-centered finite difference methods in particular. Also, what if the flow being considered is in anisotropic domain, where flux is not necessarily oriented in the direction of gradient. Thanks. |
|
July 8, 2009, 09:33 |
|
#2 |
Member
M. Nabi
Join Date: Jun 2009
Posts: 44
Rep Power: 17 |
for incompressible flow, in anycase, it must be conservative. It is not related to the type of discretization.
To solve the incompressible flow, people usually use the fractional step method. (Pressure correction method). At this method, the predictor gives non-conservative velocity field. But it gets corrected by the pressure correction. It is not related to the type of discretization. In all kinds of discretizations, the divergence of the velocity, must be zero. The only thing which must be considered, is the discretization of pressure poisson equation, must adapt the velocity discretization. (this problems arise in unstructured grids). There is another method, namely artificial compressibility method. At this method, pressure correction is not necessary. by adding a term (virtual density) to the continuity equation, and solving the time dependent density. In this case, the velocity is not divergence free per iteration. But to solve time dependent problems, they iterate it per time step, until density converges to the real density. But it is still not related to the type of discretization. Thus I suggest you to control your solver again. |
|
July 8, 2009, 12:53 |
|
#3 |
Senior Member
|
however, finite difference schemes are not necessarily kinetic energy conserving, especially when going to higher orders. there should be several papers about this topic availables from the Stanford CTR site (by Morinishi and Vasilyev).
|
|
Tags |
anisotropy, finite difference, finite volume, locally conservative |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Finite element vs. finite difference | Francisco Saldarriaga | Main CFD Forum | 23 | December 17, 2014 09:21 |
Finite Difference Vs. Finite Volume | elankov | Main CFD Forum | 43 | December 18, 2010 17:30 |
Fininte difference and Finite element Technique | Mahendra Singh Mehra | FLUENT | 3 | December 23, 2005 00:49 |
finite difference method for navier-stokes problem | dallybird | Main CFD Forum | 5 | February 17, 2003 23:00 |
Conservative finite difference scheme? | Linfeng BI | Main CFD Forum | 1 | October 10, 2002 13:17 |