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

Convergence Acceleration

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 23, 2002, 19:17
Default Convergence Acceleration
  #1
Wen Long
Guest
 
Posts: n/a
Dear friends,

I have a question may be very common in CFD, I'm coding a program to solve Boussinesq Equation for water waves. I use Adams-Bashforth scheme to do the time integeration. Firstly using an explicit predictor and then using an implicit corrector which is iterated till the convergence criteria is satisfied.

Now I need about 6~10 iteration steps to converge, is it feasible? Below is a typical output(eps=1E-6 as convergence criteria):

c-----------------------------

it= 4959 iter= 1 error= 8.43487059E-05

it= 4959 iter= 2 error= 2.88610408E-05

it= 4959 iter= 3 error= 1.94194149E-05

it= 4959 iter= 4 error= 1.62095684E-05

it= 4959 iter= 5 error= 1.39913941E-05

it= 4959 iter= 6 error= 1.23509949E-05

it= 4959 iter= 7 error= 1.10735346E-05

it= 4959 iter= 8 error= 1.00386389E-05

it= 4959 iter= 9 error= 9.17477037E-06

c----------------------------

My question is, as you can see that in the first two or three iteration steps, the error goes down quickly, but then after 4 steps, the convergence rate becomes somehow slowly. I want the code to converge in 4~5 steps to save more time. Any one can point me a way to accelerate the convergence using information of the previous iteration steps?

Thanks in advance,

Wen Long

  Reply With Quote

Old   March 25, 2002, 09:46
Default Re: Convergence Acceleration
  #2
gita
Guest
 
Posts: n/a
Acceleration techniques: (i) Multigrid (ii)Preconditioning (iii)GMRES(Generalized Minimum Residual)

These are some of the methods to accelerate the convergence....
  Reply With Quote

Old   March 29, 2002, 00:54
Default Re: Convergence Acceleration
  #3
yangqing
Guest
 
Posts: n/a
net-boltzmann method dns and so on
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Convergence Centurion2011 FLUENT 48 June 14, 2022 23:29
Force can not converge colopolo CFX 13 October 4, 2011 22:03
Convergence of CFX field in FSI analysis nasdak CFX 2 June 29, 2009 01:17
convergence acceleration using AI Dominik Janes Main CFD Forum 8 June 5, 2001 17:16
convergence acceleration by preconditioning method Atit Koonsrisuk Main CFD Forum 4 June 5, 2000 06:21


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