CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Higher order discretization on staggered grid

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 23, 2005, 11:13
Default Higher order discretization on staggered grid
  #1
Chandra Shekhar
Guest
 
Posts: n/a
Hello everybody,

I am delving for how to descretize a term, say DELu/DELx, using higher order (say 4th order) central difference scheme on STAGGERED grid.

For 2nd order, this is "[u(i+1/2) - u(i-1/2)]/[x(i+1/2) - x(i-1/2)]" where 'u' is defined on face-center of the grid. But I don't know how to extend it for higher order discretization. Along with this, I wanted to know how to use higher order upwinding scheme(say 3rd order) on STAGGERED grid.

The aforementioned discretizations are fine when the grid system used is non-staggerred, but I haven't got any reference to how to get these done on staggered grid. Staggered grid is of particular interest for me since working on it is equivalent to de-aliasing procedure in DNS, in which aliasing error happen to be one of the measure causes of getting the solution divergerd.

It would be very nice if any of you could please suggest me something in this regard.

Thanks a lot in anticipation,

Chandra Shekhar
  Reply With Quote

Old   January 24, 2005, 02:24
Default Re: Higher order discretization on staggered grid
  #2
Rami
Guest
 
Posts: n/a
Chandra,

It all starts from a Taylor series expansion to the required order. Suppose you wish to find the first derivative approximation at a given order at at x=a (e.g., x(i) or x(i+1/2) ). Write explicitly the Taylor series to the desired order for its neighbours. You should do so for enough neighbours so that you can then solve the linear algebraic system for u'(a). Usually one uses neighbours at both sides of a, but this is not required. Also, frequently this is done on a uniform grid, but may also be done on a nonuniform grid (with more algebra, though). This treatment is applicable regardless of the grid arrangement (i.e., staggered or not).

I hope this helps,

Rami
  Reply With Quote

Old   January 24, 2005, 05:51
Default Re: Higher order discretization on staggered grid
  #3
Alexander Starostin
Guest
 
Posts: n/a
Hi, Chandra I hope this article will be quite appropriate:

F. Bianco, G. Puppo & G. Russo (1998) High order central schemes for hyperblic systems of conservation laws.

As they say they increase the order of 2LxF or NT method.

Going to read it as well, so your possible questions will be very stimulating.

Good luck
  Reply With Quote

Old   January 24, 2005, 09:08
Default Re: Higher order discretization on staggered grid
  #4
David
Guest
 
Posts: n/a
You might find the following articles useful:

Santhanam Nagarajan, Sanjiva K. Lele, Joel H. Ferziger, "A robust high-order compact method for large eddy simulation" Journal of Computational Physics 191 (2003) 392–419

Albert E. Honein and Parviz Moin Higher entropy conservation and numerical stability of compressible turbulence simulations Journal of Computational Physics, Volume 201, Issue 2, 10 December 2004, Pages 531-545

Dave
  Reply With Quote

Old   January 24, 2005, 09:31
Default Re: Higher order discretization on staggered grid
  #5
Tom
Guest
 
Posts: n/a
Hi,

If your solution diverges with a central scheme your resolution is probably too poor. You can try to solve this with an upwinding scheme but this probably means that you add some numerical diffusion. In fact, you are doing an LES with an ill-defined subgrid model. A better solution would be to implement a dynamic LES model for example. I have seen few people performing DNS with an upwinding scheme, so be warned.

Tom
  Reply With Quote

Old   January 24, 2005, 10:53
Default Re: Higher order discretization on staggered grid
  #6
Chandra Shekhar
Guest
 
Posts: n/a
Heyy, thanks for your suggestions!! I was also thinking that discretization scheme should not depend on grid system i.e. whether the grid to be implemented is staggered or simple one. However, I got a material on "http://les.colorado.edu/~vasilyev/Publications/JCP_2003c.pdf" where they have proposed a scheme claiming it to be high order fully conservative difference scheme on non-uniform staggerred grid. For this, during discretization, they have introduced a quantity called interpolation weight, which is obtained after solving a system of linear equations (page number-15, equation-66). however, I couldnt get how have they got that set of linear equations!!!?? Anyway, after substituting these interpolation weights, the finally obtained descritized equations DOES NOT match with those conventional ones on simple grid obtaned from Taylor series expansion!!

Any suggestion??

-chandra shekhar
  Reply With Quote

Old   January 24, 2005, 18:41
Default Re: Higher order discretization on staggered grid
  #7
Frederic Felten
Guest
 
Posts: n/a
Hi there,

You need to check the following paper: Y. Morinishi, T. S. Lund, O. V. Vasilyev, P. Moin, "Fully conservative higher order finite difference schemes for incompressible flow," J. Comp. Phys 143, 90-124, 1998.

It is for cartesian staggered mesh schemes and especially geared towards incompressible DNS/LES computations.

Hope this helps.

Sincerely,

Frederic Felten
  Reply With Quote

Old   January 25, 2005, 06:02
Default Re: Higher order discretization on staggered grid
  #8
Chandra Shekhar
Guest
 
Posts: n/a
Oh yes...this is the same paper what I reffered to my last response!!

Thanks a lot to all of u guys!!

However, one thing still remained is how to have the 'upwinding scheme' on staggerred grid....i mean, higher order upwinding scheme!!

There are ways to get an upwinding scheme on regular non-staggerred grid by adding a high order derivative term... e.g. (DELu/DELx)_third_order_upwinding = (DELu/DELx)_4th_order_central_difference + k*(DEL4u/DELx4)_central_difference;

where k is an arbitrary constant chosen depending on the amount of dissipation to be added. However, I dont think if this idea works on staggerred grid also.

I would be very thankful if any of you could suggest something in this regard!!

-chandra shekhar
  Reply With Quote

Old   January 26, 2005, 15:00
Default Re: Higher order discretization on staggered grid
  #9
Runge_Kutta
Guest
 
Posts: n/a
Try going to Bengt Fornberg's website and downloading:

Spatial finite difference approximations for wave-type equations (BF and M. Ghrist). SIAM J. Num. Anal. 37 (1999), 105-130.
  Reply With Quote

Old   January 27, 2005, 16:31
Default Re: Higher order discretization on staggered grid
  #10
Runge_Kutta
Guest
 
Posts: n/a
Oops! Forgot to include the link:

http://amath.colorado.edu/faculty/fornberg/
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
On grid independent solution for pulsatile flow David FLUENT 5 March 25, 2022 03:33
Convergence and discretization karananand FLUENT 3 August 29, 2010 06:07
convergence for higher grid points sandip Phoenics 3 April 15, 2009 13:25
Low-Re and second order discretization Ralf Siemens 1 May 11, 2006 10:16
Combustion Convergence problems Art Stretton Phoenics 5 April 2, 2002 05:59


All times are GMT -4. The time now is 12:24.