|
[Sponsors] |
March 2, 2008, 19:38 |
finite volume TVD
|
#1 |
Guest
Posts: n/a
|
I thought finite volume solves the integral version of the conservation equations. yet in papers on upwind/symmetric TVD schemes it solves the normal conservation form using metrics? Are these metrics defined at the cell faces or what?
Shuo |
|
March 3, 2008, 00:44 |
Re: finite volume TVD
|
#2 |
Guest
Posts: n/a
|
For example in a paper by Daru & Tenuad (Computers & Fluids 30:89-113; 2001), The discrete equation reads:
dw/dt = -1/delta_x*(f_i+0.5 - f_i-0.5 + fv_i+0.5 - f_i-0.5) - 1/delta_y*(g_j+0.5 - g_j-0.5 + gv_j+0.5 - gv_j-0.5) w is the conservative variables, f and g are the inviscid fluxed, fv and gv are the viscous fluxes. isn't this just a finite difference discretisation? Shuo |
|
March 3, 2008, 04:20 |
Re: finite volume TVD
|
#3 |
Guest
Posts: n/a
|
I guess that you are confused between cell-centered schemes and cell-vertex schemes. In compressible simulations, cell-centered schemes are common. As you posted, it looks like a cell-centered scheme. See, pp.85-94 in "computational fluid dynamics: principles and applications" written by J. Blazek
|
|
March 4, 2008, 23:46 |
Re: finite volume TVD
|
#4 |
Guest
Posts: n/a
|
Oh, dear now i need to do a bit of editing of my code. For cell centered schemes is the boundary condition applied to the u_(i+0.5) instead of u_i?
Shuo |
|
March 5, 2008, 06:20 |
Re: finite volume TVD
|
#5 |
Guest
Posts: n/a
|
Physically, yes. However, it may not make significant impact on the boundary effect. In my cases, I just impose B.C to u(i). In other way, you can use extrapolated values.
|
|
March 5, 2008, 06:26 |
Re: finite volume TVD
|
#6 |
Guest
Posts: n/a
|
Impose it on u_(i+0.5), i.e., on the fluxes. THis is more consistent with the finite volume method.
|
|
March 10, 2008, 19:55 |
Re: finite volume TVD
|
#7 |
Guest
Posts: n/a
|
You are confusing terminology a little.
When you write a discrete flux approximation in this way it is said to be in "conservation form". This is hold over from the early days (1970s to mid 1980s) when no-one ever thought much about unstructured meshes for CFD. So, written this way it is a finite volume scheme but is really only valid for a uniform, orthogonal, Cartesian mesh. You would write it much different for a non-uniform unstructured mesh. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
On the damBreak4phaseFine cases | paean | OpenFOAM Running, Solving & CFD | 0 | November 14, 2008 22:14 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |