Successive Over Relaxation Method: U U U U
Successive Over Relaxation Method: U U U U
Successive Over Relaxation Method: U U U U
Any second order Elliptic Equation e.g. Laplace Equation, while solving by FD
method, always reduces to a equation containing u i , j , u i 1, j , u i 1, j and u i , j 1 which for different
values of ( i, j) may be converted to a system of equations. Rewriting equation (1.3) again:
Putting j =1, i =1,2,-------,N, then j =2, i =1,2,--------,N and in the same manner
j = M, i =1,2,----- ,N, thus finally we obtain a system of M N equations which are solved by
any convenient method to get ui, j at all nodes. This is one of the Implicit scheme but however
sometimes the size of the system becomes so large that it is unmanageable. Hence this
method is not an efficient way for solving Elliptic PDE.
In order to increase the accuracy , the scheme (1.3) known as Five-Point Scheme,
can be modified to get a Nine-Point Scheme. This scheme in the form of computational
molecule can be written as:
(4)ui,j+1
(1)ui1,j+1 (1)ui+1,j=1
(4)ui1,j (4)ui+1,j
(20)ui,j
(1)ui1,j1 (1)ui+1,j1
(4)ui,j1
Scheme (2.1) has error of o( x )4 which is sufficiently less than Five-Point Scheme, but it
involves more computational complexity.
Another way of increasing accuracy, is to modify the scheme for solving the equation (1.4). One
of the technique used for this purpose is the Successive over relaxation (SOR) method.
u in, j 1 u in, j
4
(x) 2
f i , j u in1,1j u in, j 11 u in, j 1 u in1, j 4u in, j
u in, j 1 ( RHS of Gauss - Seidel method ) ( 1)u in, j
is called as a relaxation parameter. It is verified that for over relaxation method ,1< <2.
For a rectangular domain, a reasonable estimate of can be taken as the small root of the
equation
cos cos 2 16 16 0
M N
4
where M & N are number of sub-domains in each side. This shows
2 4 k2
where, k cos cos
M N
M=N
2 1.000
3 1.072
5 1.260
10 1.528
20 1.729
2.000
u1n,11
1 n
2
u 2,1
u 2n,11
1
u1n,11 u 2n, 2 10
4
u 2n,21
1 n1
u 2,1 10
2
The values ,so computed are given in the following table:
k cos cos , M, N no. of sub divisions . Here M 3, N 3
M N
4
k 0.5 1.072
2 4 k2
(start with assumed valuesas 0 i.e. u i,0 j 0)
1
u1n,11 1.072 u 2n,1 5 0.072u1n,1
2
1
u 2n,11 1.072 u1n,11 u 2n, 2 10 0.072u 2n,1
4
1
u 2n,21 1.072 u 2n,11 10 0.072u 2n, 2
2
u1n,11
1
4
u
n
1, 2 u 2n,1
u1n,21
1
4
u
n 1
1,1 u 2n, 2 10
u 2n,11
1
4
u
n 1
1,1 u 2n, 2 10
u 2n,21
1
4
u n 1
2 ,1 u1n, 2 20
The values so computed are given as follows:
k cos cos M, N no. of sub divisions
M N
Here M 3, N 3
k 0 .5
4
2 4 k2
1.072
1
u1n,11 1.072 u1n, 2 u 2n,1 0.072u1n,1
2
1
u 2n,11 1.072 u1n,11 u 2n, 2 10 0.072u 2n,1
4
1
u 2n,11 1.072 u1n,11 u 2n, 2 10 0.072u 2n,1
4
1
u 2n,21 1.072 u 2n,11 u1n, 2 20 0.072u 2n, 2
4
Now we record all values in table form: