100% found this document useful (1 vote)
85 views3 pages

Lab - No.5 To Perform Branch Outage As N-1 Contingency & Analyze Its Impact On The Power System

1. The document describes performing N-1 contingency analysis on the IEEE 5-bus power system in MATLAB. 2. Six different branch outages are modeled by changing the status of the corresponding branch to 0, and the impact on active and reactive power generation is observed. 3. Tables show the difference in active and reactive power generation before and after each contingency to analyze the impact.

Uploaded by

Hafeez Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
85 views3 pages

Lab - No.5 To Perform Branch Outage As N-1 Contingency & Analyze Its Impact On The Power System

1. The document describes performing N-1 contingency analysis on the IEEE 5-bus power system in MATLAB. 2. Six different branch outages are modeled by changing the status of the corresponding branch to 0, and the impact on active and reactive power generation is observed. 3. Tables show the difference in active and reactive power generation before and after each contingency to analyze the impact.

Uploaded by

Hafeez Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Lab.No.

5
To Perform Branch Outage as N-1 Contingency & Analyze
its Impact on the Power System
Apparatus:
 MATLAB Software
 MATPOWER 7.1

Circuit Diagram:

Procedure:
1. First of all, I opened the MATLAB Software from my PC desktop.
2. Then I opened the matpower7.1 in my MATLAB.
3. I run the IEEE-5 bus power system by using the following commands:
a = loadcase(‘case5’);
b = runpf(a)
4. Then, I run the file with the first branch outage using the command:
a.branch(1,11) = 0;
5. Then, observed the value and changed the parameter of first branch back to 1 and changed the value
of next branch as:
a.branch(1,11) = 1;
a.branch(2,11) = 0;
6. Similarly, I observed the values for all six contingencies.
7. Finally, I plot the table for the contingency and its difference.

Tables:
Sr. N-1
Before Contingency After Contingency Difference
# Contingency
PGEN QGEN PGEN (MW) QGEN PGEN QGEN
(MW) (MVAR) (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
1 1-2 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
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
2 1-4
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
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
3 1-5
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
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
4 2-3
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
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
5 3-4
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
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
6 4-5
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:
I was able to understand the system response after different branch outages. I became familiar with the load
bus system of IEEE-5. I became familiar with working on the MATLAB Software and I was able to see the
implementation of the bus power system and branch outage impact. I was able to analyze the effect of the
outage before the contingency and after the contingency.

You might also like