Lec 4 Newton Raphson
Lec 4 Newton Raphson
Application of computer in
Power systems
Lecturer
Ass.Prof. Doaa Mokhtar
Load flow solutions methods
Introduction
The solution (LF) is expected to provide information of voltage magnitudes and angles, active and reactive
power flows in the individual transmission units, losses and the reactive power generated or absorbed at
voltage-controlled buses.
The load-flow problem is formulated in its basic analytical form with the network represented by linear,
mutual and balanced lumped parameters.
However the power and voltage constraints make the problem nonlinear and the numerical solution must
therefore be iterative in nature.
The current problems faced in the development of load flow are an ever increasing size of systems to be
solved, on-line applications for automatic control, and system optimization. Hundreds of contributions have
been offered to overcome these problems.
Load flow solutions methods
1. High computational speed. This is especially important when dealing with large systems, real time
applications (on-line), multiple case load flow such as in system security assessment, and also in
interactive applications.
2. Low computer storage. This is important for large systems and in the use of computers with small core
storage availability, e.g. mini-computers for on-line application.
3. Reliability of solution. It is necessary that a solution be obtained for ill-conditioned problems, in outage
studies and for real time applications.
4. Flexibility. An ability on the part of load flow to handle conventional and special features (e.g. the
adjustment of tap ratios on transformers; different representations of power system apparatus), and its
suitability for incorporation into more complicated processes.
An on-line power flow is a periodically executed program in the digital computers that are monitoring and
controlling the power system. They take averaged or processed real-time measured data for the P, Q or P, V
conditions at buses in order to calculate bus voltages and phase angles for the entire network. The real-time
results of power flow calculation may be used to determine the reactive compensation to establish network
voltages
Or incremental transmission line losses associated with changing the output power of a generator.
If total network generation is to change, which generators should be perturbed depends on line losses and
the cost of energy for each generating plant, but a power flow calculation is needed to predict the results of
this change.
In recent years, distributed computer systems used to monitor power systems have increased the
computation capability to the point that contingency cases are now run as power flow cases.
Load flow solutions methods
Load-flow solves a set of simultaneous nonlinear algebraic power
equations for the two unknown variables at each node in a system. A
second set of variable equations,
which are linear, are derived from the first set, and an iterative method is
applied to this second set.
The basic algorithm which load-flow programs use is depicted in the Fig.
System data, such as bus bar power conditions, network connections and
impedance, are read in and the admittance matrix formed. Initial voltages
are specified to all buses.
The iteration cycle is terminated when the busbar voltages and angles are
such that the specified conditions of load and generation are satisfied.
This condition is accepted when power mismatches for all buses are less
than a small tolerance.
When a solution has been reached, complete terminal conditions for all
buses are computed. Line power flows and losses and system totals can
then be calculated.
i
Application of newton–Raphson method to load flow equations
Application of newton–Raphson method to load flow equations
1-BUS DATA
At each bus all these values must be determined, if not exist it will be assumed
by zero ( P, Q). For load bus the voltage will be assumed as slack bus value and
angle.
6- If error in acceptable the program will stop, if not new iteration will be performed
7- Calculate elements of each Jacobian matrix (on &off elements) for all buses (include slack bus)
dimension of Jacobian matrix is 2n*2n
Application of newton–Raphson method to load flow equations
8- for each Jacobian matrix eliminate certain elements from row and column.
ex. For (J1 eliminate the row and column of slack bus
J2 eliminate the row and column of slack bus & Column of P-V bus
J3 eliminate the row and column of slack bus & row of P-V bus
J4 eliminate the row and column of slack bus & column and row of P-V bus )