newton raphson method of load flow analysis is discussed with flowchart ,algorithmic steps with example problem
1 of 11
More Related Content
Newton raphson method
1. NEWTON-RAPHSON METHOD
Contents:
Introduction
Algorithm
Flowchart
Advantages & Disadvantages
Example
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
1
2. Introduction
The Newton-Raphson technique, converges
equally fast for large as well as small
systems.
Most widely used for solving simultaneous
non-linear algebraic equations.
It is a successive approximation procedure
based on an initial estimate of the unknown
and the use of Taylor’s series expansion
2
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
3. Algorithm
Formulate 𝑌𝑏𝑢𝑠 matrix
Assume flat start for starting voltage solution
𝛿𝑖
0
= 0, for i=1,2,3 …..N for all buses except slack bus
𝑉𝑖
0
= 1.0 for i=M+1, M+2, ……N(for all PQ buses)
𝑉𝑖 = 𝑉𝑖 𝑠𝑝𝑒𝑐 for all PV buses and slack bus.
For load buses calculate 𝑃𝑖
𝑐𝑎𝑙
and 𝑄𝑖
𝑐𝑎𝑙
.
For PV buses, check for Q-limit violation.
If 𝑄𝑖(𝑚𝑖𝑛) <𝑄𝑖
𝑐𝑎𝑙
<𝑄𝑖(max), the bus acts as P-V bus.
If 𝑄𝑖
𝑐𝑎𝑙
> 𝑄𝑖(max) 𝑄𝑖(spec) = 𝑄𝑖(max)
If 𝑄𝑖
𝑐𝑎𝑙
<𝑄𝑖(𝑚𝑖𝑛) 𝑄𝑖(spec) = 𝑄𝑖(max), the P-V bus will act as PQ
bus.
Compute mismatch vector using,
∆𝑃𝑖 = 𝑃𝑖(𝑠𝑝𝑒𝑐) - 𝑃𝑖
𝑐𝑎𝑙
∆𝑄𝑖 =𝑄𝑖(𝑠𝑝𝑒𝑐) - 𝑄𝑖
𝑐𝑎𝑙
3
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
4. Contd…
Compute,
∆𝑃𝑖(max) = max ∆𝑃𝑖 ; i=1,2,3 …..N’
∆𝑄𝑖(max) = max ∆𝑄𝑖 ; i=M+1, M+2, ……N
Compute Jacobian matrix using Form J=
𝜕𝑃
𝜕𝛿
𝑉
𝜕𝑃
𝜕𝑉
𝜕𝑄
𝜕𝛿
𝑉
𝜕𝑄
𝜕𝑉
Obtain state vector
∆𝛿
∆V
𝑉
= 𝐽 −1 ∆𝑃
∆𝑄
Update state vector using,
𝑉 𝑛𝑒𝑤 = 𝑉𝑜𝑙𝑑 + ∆V =𝑉𝑜𝑙𝑑 1 +
∆V
𝑉 𝑜𝑙𝑑
𝛿 𝑛𝑒𝑤 = 𝛿 𝑜𝑙𝑑 + ∆𝛿
This procedure is continued until,
∆𝑃𝑖 < 𝜀 ∆𝑄𝑖 < 𝜀, otherwise go to step 3.
4
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
10. Advantages and disadvantages of N-R method.
Advantages:
The N-R method is faster, more reliable and the results are
accurate.
Requires less number of iterations for convergence
The number of iterations are independent of the size of the
system
Suitable for large system
Disadvantages
The programming logic is more
Memory requirement is more
Number of calculations per iteration are high
10
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi
11. Conclusion:
The Newton-Raphson method is explained with
algorithm, flowchart and with an example.
References:
1. Hadi Saadat, ‘Power System Analysis’, Tata McGraw Hill Education Pvt. Ltd., New Delhi,
21st reprint, 2010.
2. Kundur P., ‘Power System Stability and Control, Tata McGraw Hill Education Pvt. Ltd., New
Delhi, 10th reprint, 2010.
3. Pai M A, ‘Computer Techniques in Power System Analysis’, Tata Mc Graw-Hill Publishing
Company Ltd., New Delhi, Second Edition, 2007.
4. J. Duncan Glover, Mulukutla S. Sarma, Thomas J. Overbye, ‘ Power System Analysis & Design’,
Cengage Learning, Fifth Edition, 2012.
5. Olle. I. Elgerd, ‘Electric Energy Systems Theory – An Introduction’, Tata McGraw Hill Publishing
Company Limited, New Delhi, Second Edition, 2012.
6. C.A.Gross, “Power System Analysis,” Wiley India, 2011.
7. M.Jeraldin Ahila “Power System Analysis”, Lakshmi Publications, Chennai, Eleventh Edition
2017.
8. Web Sources
11
Kongunadu College of Engineering & Technology Newton-Raphson Method Prepared by,
Mrs.S.Revathi