|
[Sponsors] |
November 28, 2003, 23:07 |
FVM-higher order scheme
|
#1 |
Guest
Posts: n/a
|
In the code with finite volume method, we want to upgrade the discretization oreder of convective term. Now the schemes in the present code are hybrid and QUICK. What is the higher order scheme than these ? If there is the reference, let me know. Thank you~
|
|
November 29, 2003, 09:25 |
Re: FVM-higher order scheme
|
#2 |
Guest
Posts: n/a
|
Hi,
You can use TVD schemes which are in general 2nd order but will degenerate to 1st order at a discontinuity. However, for convection problems, this is unlikely to be a problem at low speeds. Also, TVD schemes use for convection tend to give a very smooth solution instantaneously. TVD schemes include Van Leer (dissipative) and Superbee (compressive) as well as many others. ENO schemes can also be used. Look for papers by Shu and Osher. I think that these ENO schemes are usually only used for scalar convection not the momentum equations. |
|
November 30, 2003, 20:59 |
Re: FVM-higher order scheme
|
#3 |
Guest
Posts: n/a
|
Thank you for your kindness.
I mean that the oder is 3rd order or higher than this. In FVM, which scheme is higher than 3rd ? |
|
December 1, 2003, 10:22 |
Re: FVM-higher order scheme
|
#4 |
Guest
Posts: n/a
|
You can define a higher order upwind biased interpolation function to increase the order of discretization. I have been reading a paper by Tamamidis and Assanis (Numerical Heat Transfer B, Vol. 24, No. 1) that describes a fifth-order upwind scheme. The face value is given by
Uf = (-6Ui-2 + 540Ui-1 + 94Ui+1 - 26Ui+2 + 4Ui+3)/120 and they use QUICK near bundaries. |
|
December 2, 2003, 00:05 |
Re: FVM-higher order scheme
|
#5 |
Guest
Posts: n/a
|
Thank you very much~~ It's very useful to me. ^^
|
|
December 9, 2003, 06:47 |
Re: FVM-higher order scheme
|
#6 |
Guest
Posts: n/a
|
I have one more question. if the grid is non-uniform, above equation can not be applied in my thought ?? In non-unoform grid system, more complex equation is needed ???
|
|
December 9, 2003, 11:26 |
Re: FVM-higher order scheme
|
#7 |
Guest
Posts: n/a
|
You map to a uniform computational domain and then use the same formulae.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
divergence with higher order scheme | shekharc | Main CFD Forum | 1 | July 23, 2009 14:53 |
Higher order downwind scheme | jelmer | OpenFOAM Running, Solving & CFD | 4 | August 9, 2006 07:43 |
Switch to higher discretisation scheme | ales | FLUENT | 3 | May 25, 2001 11:43 |
FVM < FEM ? | Tony | Main CFD Forum | 15 | May 18, 1999 15:03 |
second order FD upwind scheme | Heinz Wilkening | Main CFD Forum | 2 | November 3, 1998 15:33 |