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

Multigrid for finite differences

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 5, 2001, 19:33
Default Multigrid for finite differences
  #1
Enda Bigarelli
Guest
 
Posts: n/a
Hy,

Does anybody implement multigrid for finite difference methods? I am trying to do so in a Navier-Stokes explicit algorithm for aorspace applications. However, IT DOES NOT WORK! The solution I get is wrong, for a recirculation builds at the nose of the vehicle, which is wrong! I just don't know what is wrong.

I've already checked the code for errors. I also tested it for a one-grid solution and it works fine. Could it it have something to do with the restriction/prolongation methods.

Any help would be very very welcome. Thanks in advance, Bigarelli
  Reply With Quote

Old   November 5, 2001, 22:53
Default Re: Multigrid for finite differences
  #2
Axel Rohde
Guest
 
Posts: n/a
I once wrote a multigrid algorithm for an elliptic grid generator (FD) and had a similar problem. There are certain terms that you have to create (and add into the overall equation - in your case NS) when you transfer the computation onto the coarser grids. Check those terms, and how you derived them. I think your error lies there.
  Reply With Quote

Old   November 6, 2001, 07:06
Default Re: Multigrid for finite differences
  #3
Enda Bigarelli
Guest
 
Posts: n/a
Thank you for your answer. Sorry, I didn't get what are those terms I should check. I mean, are them the corrections I restrict to coarser grids or are them physical terms that should be reconsidered for a multigrid operation?
  Reply With Quote

Old   November 6, 2001, 07:39
Default Re: Multigrid for finite differences
  #4
Axel Rohde
Guest
 
Posts: n/a
Yes, those are the correction terms. I answered a question on "Elliptic meshing generation" a bit further down in the thread (please read). When solving Laplace's equation, using multi-grid, those correction terms are referred to as 'source' terms, because they act like a source of energy or heat. The source terms make all grids (fine, intermediate, coarse) converge on the same solution. Without them it would be the same as running the problem on three grids independently (three as an example), which would never achieve convergence. Those source terms were a bit difficult to derive even for Laplace's equation (I only had one reference on the multi-grid method at the time). I can only imagine what they would look like for a NS multi-grid solver. Since your NS solver is working on the fine grid, I would assume that it is those correction terms which cause you problems.
  Reply With Quote

Old   November 6, 2001, 12:04
Default Re: Multigrid for finite differences
  #5
kalyan
Guest
 
Posts: n/a
One important thing to check is whether your prolongation operator is transpose of your relaxation operators, i.e., if you relax a field from coarse mesh to fine mesh and then prolong the resulting field on the fine mesh back to the coarse mesh, you should end up with what you had initially.
  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
LES by Multigrid mnabi Main CFD Forum 8 July 11, 2009 20:21
multigrid sureshkumar Main CFD Forum 0 June 9, 2006 01:20
Multigrid method Suresh kumar Main CFD Forum 1 April 24, 2006 20:07
MULTIGRID at the wall Jim Main CFD Forum 0 February 19, 2003 12:22
Multigrid applied to k-e models Paulo Zandonade Main CFD Forum 9 May 24, 1999 08:10


All times are GMT -4. The time now is 08:04.