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

Gauss-Seidel vs. SOR

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 15, 2006, 12:26
Default Gauss-Seidel vs. SOR
  #1
pXYZ
Guest
 
Posts: n/a
Hi,

I have written a little program which solves an equation system (3x3) with a Jacobi- or Gauss-Seidel-procedure.

There is no doubt that the Jacobi-solver needs much more iterations to solve the problem than Gauss-Seidel.

I wonder that a successive over relaxation with Gauss-Seidel (SOR) does not lead to a further reduction of iterations. What could be the reason?

Thanks for help.
  Reply With Quote

Old   April 16, 2006, 09:15
Default Re: Gauss-Seidel vs. SOR
  #2
johannes
Guest
 
Posts: n/a
As you said you tried it with 3x3 matrices. Try it with some 100x100 matrices and see what happens. There can be many causes for the problem you described.
  Reply With Quote

Old   April 16, 2006, 10:54
Default Re: Gauss-Seidel vs. SOR
  #3
rt
Guest
 
Posts: n/a
Dear

Probably you don't use optimum over-relaxation parameter, this parameter usually is found with numerical experiment but 1.7 is usually good choice.

good luck
  Reply With Quote

Old   April 17, 2006, 17:01
Default Re: Gauss-Seidel vs. SOR
  #4
pXYZ
Guest
 
Posts: n/a
omega=1.7 ???

I thought it should be around between 0 and 1. I tested it but it does not improve my convergency.

I cannot see any reason why 10x10 should lead to a different behaviour than 3x3. Could you try to give me an explanation?

Thanks.
  Reply With Quote

Old   April 17, 2006, 21:40
Default Re: Gauss-Seidel vs. SOR
  #5
Darren
Guest
 
Posts: n/a
Having omega between 0 and 1 is under-relaxation, so omega should definately be >1 (and as said 1.7 usually does ok).

What is your matrix?? Iterative methods generally get used for sparse, diagonally dominant problems (like discrete PDE operators).

Also as said, the difference between SOR and GS is going to become more noticable as the size of the matrix increases (like 100's by 100's).

The convergence of iterative methods has alot to do with the spectral properties of the matrix (eigenvalues)
  Reply With Quote

Old   April 19, 2006, 11:01
Default Re: Gauss-Seidel vs. SOR
  #6
sam
Guest
 
Posts: n/a
when omega = 1 . it is simply as GS. value greater than 1 means overrelaxation and less mean uder relaxation.
  Reply With Quote

Old   April 19, 2006, 13:47
Default Re: Gauss-Seidel vs. SOR
  #7
rt
Guest
 
Posts: n/a
For better understanding the effect of omega (0<omega<2 is convergent) on system behavior, i suggest you to vary omega with small step size, between 0 and 2, and investigate variation of number of iterations with variation of omega, so select optimom value.

Also the number of iterations is completely function of system behavior e.g., when we deal with ill-posed systems (have large condition number) usually we don't acheive performance when we switch from GS to SOR. For such systems preconditionnig and application of non-stationary iterative methods (e.g. CG, BICGSTAB or GMRES) is good cure.
  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
Problem in fvschemes divSchemes cannot use Gauss linearUpwind nico765 OpenFOAM Bugs 30 August 9, 2018 07:39
please help me which solver is better for my application Ger_US OpenFOAM 8 January 8, 2013 12:29
Submarine with SimpleFoam alex_rubel OpenFOAM 20 February 25, 2011 06:34
solution diverges when linear upwind interpolation scheme is used subash OpenFOAM 0 May 29, 2010 01:23
Stability problems with kepsilon in external aero edreed OpenFOAM Running, Solving & CFD 21 July 16, 2008 15:00


All times are GMT -4. The time now is 20:31.