Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
9 views4 pages

Gauss-Seidal Method

Uploaded by

sibirajmurugan8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views4 pages

Gauss-Seidal Method

Uploaded by

sibirajmurugan8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

FDM Analysis – SOR Technique

Gauss-Seidal method ]

Jacobi’s method ]

Successive Over-Relaxation (SOR) method

Note: By putting ω = 1 in the above then the SOR is deduced to Gauss-Seidal method. In
general, if ω =1.875 the rate of convergence is twice as fast as that when ω=1; whereas
if ω =1.9 the rate of convergence is 40 times greater than that when ω=1 1
Finite Difference Method cont…

Use SOR iterative method

(eq. A)

 −4 1 1 0   T1   −100 
 1 −4 0 1   T   −30 
   2 =  
1 0 −4 1   T3   −100 
    
 0 1 1 − 4 T
 4  − 30  2
Finite Difference Method cont…
T2+T3-4T1=-100; T1+T4-4T2=-30; T4+T1-4T3=-100; T3+T2-4T4=-30
Solve the equations using SOR iterative method.
Soln:

Successive Over-Relaxation (SOR) method

For each component (sweeping 1→2→3→4), use newest values available as like
Gauss-Seidal (GS)

Rule of thumb (SOR/GS):

Use initial guess T(0)=(0,0,0,0) and a typical over-relaxation ω=1.25 3


Finite Difference Method cont…

+0
As per rule of
T3
T4 thumb

You might also like