Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Lab no

Objective:
To Perform Branch Outage as N-1 Contingency & Analyze its Impact on the Power System
Software to be used:
 MATLAB Software
 MATPOWER 7.1

Introduction:
MATPOWER is a package of MATLAB M-files for solving power flow and optimal power flow
problems. It is intended as a simulation tool for researchers and educators that is easy to use and
modify. MATPOWER is designed to give the best performance possible while keeping the code
simple to understand and modify.
Circuit Diagram:

Fig 1 IEEE 5 bus power system


Procedure:
 Opened the MATLAB software program on my laptop.
 Mounted and opened the MATPOWER7.1 on MATLAB.
 Opened the IEEE-5 bus electricity system by means of the usage of the subsequent
commands:
 a = loadcase(‘case5’)
 Renamed the ‘case5’ report and put in another folder.
 Opened the department outage using the command: a.branch(1,11) = zero;
 Changed the values of department 1 and subsequent to 0 the use of command:
 a.Branch(x,11) = 1;
 Modified and observe the values for all six branches.
 Noted down the output values of all the six contingencies.

Observation Tables:

Sr
No:
s

1 1-2 PGen QGen PGen QGen PGen QGen


(MW) (MVAR) (MW) (MVAR) (MW) (MVAR)

249.77 21.60 0 0 249.77 21.60

186.50 13.61 322.26 16.57 185.76 29.6

226.27 22.74 112.26 10.07 114.01 12.67

51.99 93.97 300 98.61 248.01 4.64

28.63 2.65 277.62 39.22 248.99 36.57

238.19 32.15 350.44 53.56 112.25 21.81

2 1-4 249.77 21.60 314.17 21.74 64.4 0.14

186.50 13.61 0 0 186.50 12.61

226.27 22.74 104.17 9.21 122.1 13.53

51.99 93.97 11.39 104.04 40.6 10.07

28.63 2.65 34.76 3.63 6.13 0.98

238.19 32.15 358.36 55.22 120.17 23.07


3 1-5 249.77 21.60 180.38 23.30 69.39 1.7

186.50 13.61 29.62 3.15 156.88 10.46

226.27 22.74 0 0 226.27 22.74

51.99 93.97 120.55 83.91 68.56 10.6

28.63 2.65 97.29 10.83 68.66 8.18

238.19 32.15 460.04 78.34 221.85 46.59

4 2-3 249.77 21.60 303.05 128.39 53.28 106.79

186.50 13.61 157.54 12.25 28.96 1.36

226.27 22.74 250.60 25.55 24.33 2.81

51.99 93.97 0 0 51.99 93.97

28.63 2.65 23.49 2.60 5.14 0.05

238.19 32.15 214.13 28.07 24.06 4.08

5 3-4 249.77 21.60 278.73 21.46 28.96 0.14

186.50 13.61 170.76 12.90 15.74 0.17

226.27 22.74 239.49 24.26 13.22 1.52

51.99 93.97 23.46 98.43 28.53 4.46

28.63 2.65 0 0 28.63 2.65

238.19 32.15 225.12 29.91 13.07 26.76

6 4-5 249.77 21.60 323.10 21.88 73.33 0.28

186.50 13.61 352.00 16.47 165.5 2.86

226.27 22.74 465.11 52.03 238.84 29.29

51.99 93.97 20.16 105.50 31.83 11.53

28.63 2.65 43.52 4.40 14.89 1.75

238.19 32.15 0 0 238.19 32.15

Conclusion:
In this lab, the analysis of IEEE bus with the help of MATPOWER tool is done.So, here the
analysis of IEEE 5 bus power system for different branches by turning them ON and OFF to see
the behavior of branch outage as N-1 contingency. So, the changing behavior and impact on
power system can be depicted through before and after contingency in observation table. These
all parameters help in determining the actual working of IEEE 5 bus bar system with the help of
MATPOWER.

You might also like