Formation of Bus Admittance and Impedance Matrices and Solution of Networks Date: Expt No: Aim
Formation of Bus Admittance and Impedance Matrices and Solution of Networks Date: Expt No: Aim
DATE:
EXPT NO:
AIM:
To understand the formation of network matrices, the bus admittance matrix Y
and the bus impedance matrix Z of a power network, to effect certain required changes
on these matrices and to obtain network solution using these matrices.
OBJECTIVE:
i. To write a computer program to form bus admittance matrix Y, given
the impedances of the elements of a power network and their
connectivity (mutual coupling between elements neglected)
ii. To modify the matrix Y to effect specified changes in the configuration
of the network.
iii. To obtain network solution, that is, to determine the bus voltages gives
bus current injections.
iv. To obtain certain specified columns of the bus impedance matrix Z or
the full matrix Z using the factors of Y or the inverse of Y.
EXERCISE:
1.) Using a text editor create an input file in the sequence given below for formation of
Y matrix for the 6-bus system. Check the results obtained using the available
Software.
SYSTEM DATA
TRANSFORMER DATA
INPUT FILE
STUDENT INFORMATION:
TITLE OF EXPERIMENT: Y BUS
FORMATION OF Y-BUS&Z-BUS MATRIX
CASE TITLE:
6 BUS 5 LINE SYSTEM
NAME OF THE STUDENT/USER:
ROLL NUMBER:
SEMESTER:
DATE OF EXPERIMENT:
RESULTS OF STUDY
( .0000, .0000)( 1.0214, -1.9545)( -.4449, .6461)( .0000, .0000)( -.5765, 1.3085)( .0000, .0000)
( .0000, .0000)( -.4449, .6461)( .4449, -8.1649)( .0000, 7.5188)( .0000, .0000)( .0000, .0000)
( -.5583, 2.5820)( .0000, .0000)( .0000, 7.5188)( 1.0605, -12.4304)( .0000, .0000)( -.5023, 2.3496)
( .0000, .0000)( -.5765, 1.3085)( .0000, .0000)( .0000, .0000)( .5765, -4.6418)( .0000, 3.3333)
( -.4339, 1.8275)( .0000, .0000)( .0000, .0000)( -.5023, 2.3496)( .0000, 3.3333)( .9362, -7.4854)
2.) Using the text editor create an input file in the sequence for the formation of the Y
matrix for the 6 bus system given and compute Y and print the output file. Check the
results obtained using the available software. In the above program, print the modified
Y matrix for the removal of line 4-6.
( .0000, .0000)( 1.0214, -1.9545)( -.4449, .6461)( .0000, .0000)( -.5765, 1.3085)( .0000, .0000)
( .0000, .0000)( -.4449, .6461)( .4449, -8.1649)( .0000, 7.5188)( .0000, .0000)( .0000, .0000)
( -.5583, 2.5820)( .0000, .0000)( .0000, 7.5188)( .5583, -10.0808)( .0000, .0000)( .0000, .0000)
( .0000, .0000)( -.5765, 1.3085)( .0000, .0000)( .0000, .0000)( .5765, -4.6418)( .0000, 3.3333)
( -.4339, 1.8275)( .0000, .0000)( .0000, .0000)( .0000, .0000)( .0000, 3.3333)( .4339, -5.1358)
3.)Using the text editor create an input file in the sequence for the formation of the Y
matrix for the 6 bus system given and compute Y and print the output file. Check the
results obtained using the available software. In the above program, print the modified
Y matrix for the removal of transformer 4-3.
( .0000, .0000)( 1.0214, -1.9545)( -.4449, .6461)( .0000, .0000)( -.5765, 1.3085)( .0000, .0000)
( .0000, .0000)( -.4449, .6461)( .4449, -.6461)( .0000, .0000)( .0000, .0000)( .0000, .0000)
( -.5583, 2.5820)( .0000, .0000)( .0000, .0000)( 1.0605, -4.9116)( .0000, .0000)( -.5023, 2.3496)
( .0000, .0000)( -.5765, 1.3085)( .0000, .0000)( .0000, .0000)( .5765, -4.6418)( .0000, 3.3333)
( -.4339, 1.8275)( .0000, .0000)( .0000, .0000)( -.5023, 2.3496)( .0000, 3.3333)( .9362, -7.4854)
4.)Using the text editor create an input file in the sequence for the formation of the Y
matrix for the 6 bus system given and compute Y and print the output file. Check the
results obtained using the available software. In the above program, print the modified
Y matrix for the removal of shunt capacitor at bus 4.
( .0000, .0000)( 1.0214, -1.9545)( -.4449, .6461)( .0000, .0000)( -.5765, 1.3085)( .0000, .0000)
( .0000, .0000)( -.4449, .6461)( .4449, -8.1649)( .0000, 7.5188)( .0000, .0000)( .0000, .0000)
( -.5583, 2.5820)( .0000, .0000)( .0000, 7.5188)( 1.0605, -12.4504)( .0000, .0000)( -.5023, 2.3496)
( .0000, .0000)( -.5765, 1.3085)( .0000, .0000)( .0000, .0000)( .5765, -4.6418)( .0000, 3.3333)
( -.4339, 1.8275)( .0000, .0000)( .0000, .0000)( -.5023, 2.3496)( .0000, 3.3333)( .9362, -7.4854)
2. Using a text editor create an input file in the sequence given below for formation of
Z matrix for the 6-bus system. Check the results obtained using the available
Software.
RESULT:
Thus the Y-BUS and Z-BUS are calculated using AU Powerlab Module. The
necessary modifications were also carried out to obtain Y BUS under different
condition of removal of various elements. The network solution was also obtained
using the module and the inferences for each of the tasks performed was observed and
noted.