100% found this document useful (1 vote)
3K views2 pages

9 Bus Sys Ieee

This document describes the IEEE 9-bus test power system which contains 9 buses, 3 synchronous generators located at buses 1, 2 and 3, and 9 transmission lines. It provides the bus and branch data including bus types, generator real and reactive power outputs, line resistances and reactances, as well as load real and reactive power demands. This test system is commonly used to evaluate power flow and optimal power flow algorithms.

Uploaded by

ssingh_428474
Copyright
© Attribution Non-Commercial (BY-NC)
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)
3K views2 pages

9 Bus Sys Ieee

This document describes the IEEE 9-bus test power system which contains 9 buses, 3 synchronous generators located at buses 1, 2 and 3, and 9 transmission lines. It provides the bus and branch data including bus types, generator real and reactive power outputs, line resistances and reactances, as well as load real and reactive power demands. This test system is commonly used to evaluate power flow and optimal power flow algorithms.

Uploaded by

ssingh_428474
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 2

Information of IEEE 9-bus test system

1
5

9
8
2

baseMVA = 100;
% bus data
%
No.bus
bus = [
1
2
3
4
5
6
7
8
9
];

type
3
2
2
1
1
1
1
1
1

%% generator data
%
bus Pg
Qg
gen = [
1
0
0
2
163
0
3
85
0
];
%% branch data
%
fbus
tbus
branch = [
1
4
4
5
5
6
3
6
6
7
7
8
8
2
8
9
9
4
];

Pd

Qd

0
0
0
0
90
0
100
0
125

0
0
0
0
30
0
35
0
50

Qmax

Qmin

Pmax

Pmin

300
300
300

-300
-300
-300

250
300
270

10
10
10

r
0
0.017
0.039
0
0.0119
0.0085
0
0.032
0.01

x
0.0576
0.092
0.17
0.0586
0.1008
0.072
0.0625
0.161
0.085

b
0
0.158
0.358
0
0.209
0.149
0
250
0.306
0.176

You might also like