Node+Ordering+Scheme+of
Node+Ordering+Scheme+of
Power flow is the basic tool for power system analysis which reveals the system operation in a steady-
state mode for evaluation of the power system planning and operations. The accuracy, simulation
time, computer storage size and convergence of any model used depend largely on the size of the
bus admittance matrix of the system under study. This paper, therefore, presents the study of the bus
admittance matrix of the different systems with sparse techniques. And also analyze the number of
zeros and non-zeros element in the different systems with minimum ordering schemes. The proposed
method is validated using a 5-bus, 30-bus, 118-bus and 300-bus systems. The results are presented in
graphical form and discussed. The sparse Matrix techniques show that as the system is increasing in
size, the percentage of stored bus admittance elements decreases and changing the order of the nodes
gives more impact on the size of the system. Thus, an appreciable reduction in the computer memory
required to store the bus admittance matrix and in turn reduces the overall simulation time.
* Senior Research Fellow, Power System Division, Central Power Research Institute, Bangalore – 560 080, Karnataka, India.
Email: [email protected], Mob: +91 9611950529
**Principal/Professor, Department of EEE, Gnanamani College of Technology, Namakkal-637018. Tamilnadu, India.
E-mail:[email protected], Mob: +91 9944492300
*** Engg. Officer. Gr.-4, Power System Division, Central Power Research Institute, Bangalore – 560 080, Karnataka. India.
E-mail:[email protected], Mob: +91 9449149924
22 The Journal of CPRI, Vol. 10, No. 1, March 2014
To combat the problems inherent in divergence reduction in the storage handling of the computer
algorithm, various modifications have been used which indicates a substantial improvement
by different researchers in the past [5]. This paper compared to the work reported in literature.
provides an idea of sparse Matrix techniques on This sparsity feature of Ybusmatrix also extends
IEEE bench-mark systems to gives excellent to Jacobian matrix. According to reference [6],
method for computation of the power systems. All “Sparsity can be simply defined to indicate the
practical power systems have majority or larger absence of certain problem interconnections”.
percentage of their buses not connected through Mathematically, the sparsity of an n×n matrix is
transmission lines. This characteristic is explored given by reference [5] as
in this paper such that only non-zero elements
are stored and thereby resulting to savings in
computer memory (the CPU time per iteration ....(1)
is made to be relatively small). The savings in
computer memory is very important when dealing
In a large power system such as the ones
with large practical power systems to reduce the
considered in this work, sparsity may be as
computation time [4] by reducing large memory
high as 97%. Though Ybus is sparse, Zbus is
required for the storage of the elements of bus
full. This sparsity is employed in this work
admittance matrix.
to ensure that only the non-zero elements are
stored and the full characteristic of the original
The nodal admittance matrix of the power network matrix is not lost.
is typically very sparse. However, the equivalent
model after network reduction is usually denser
(less sparse) because the connections between 2.1 Triangular Factorization
retained buses have to be preserved after
reduction. All nodes that were connected to the To solve the generalized jacobian matrix equation
deleted node (boundary nodes) are mutually represented here as
connected, whether they were originally directly
connected or not. In order to get a reduced model
....(2)
that is easier to analyze than the original one it is
necessary to preserve its sparsity. High number
of new branches can decrease the effect of nodes For increments in voltage, the direct method is
reduction on the sparsity of the model and the to find the inverse of [J] and solve for [∆E] from
impedance of new branches can sometimes be
very high leading to numerical problems. The
....(3)
sparse Matrix techniques show that as the system
is increasing in size, the percentage of stored bus
admittance elements decreases and changing the In power systems [J] is usually sparse but [J]-1 is a
order of the nodes gives more impact on the size full matrix. The method of triangular factorization
of the system. solves for the vector [∆E] by eliminating [J]
to an upper triangular matrix with a leading
2.0 SPARSITY SOLUTION TECHNIQUES diagonal and then back-substituting for [∆E] i.e.,
eliminate[1] to
In large power systems, each bus is connected to
only a small number of other buses. Therefore, ....(4)
bus admittance matrix of a large power system is
very sparse. This means that the bus admittance and back-substitute
matrix will contain larger percentage of zeros
as compared to the non-zero elements. This
....(5)
characteristic feature shows a considerable
The Journal of CPRI, Vol. 10, No. 1, March 2014 23
3.0 IMPLEMENTATION