Transient Stability Analysis of Power System Using Matlab
Transient Stability Analysis of Power System Using Matlab
2277
IJESRT
INTERNATIONAL JOURNA
JOURNAL OF ENGINEERING SCIENCES
ENCES & RESEARCH
TECHNOLOGY
Introduction
Modern electric power systems have grown to a large
complexity due to interconnections, installation of
large generating units and extra high voltage tie
tie-lines
etc. Due to increased operations which may cause
power system to be highly stressed condition, tthe
need for dynamic stability of power system is arising.
Transient stability assessment (TSA) is part of
dynamic security assessment of power system which
evolves the evolution of the ability of power system
to remain in equilibrium when subjected to
disturbances.
urbances. The system response to such
disturbances involves large variation of rotor angles,
power flows bus voltages and other system variables.
Transient stability is a condition that characterizes the
dynamics of power system subjected to a fault, the
initial
nitial state proceeding the fault is balanced one. A
system is said to posses transient stability if after the
fault it is capable of maintaining synchronous
operation and returning to initial state or close to it.
The transient stability is a function of both operating
condition and the disturbance. This makes the
transient stability analysis complicated as the non
linear ties of the system cannot be ignored.
In stability assessment the critical clearing time
(CCT) is a very important parameter in order
maintain the stability of power system. The CCT is
maximum time duration that a fault may occur in
power system without loss of stability. Fault clearing
time is set randomly. If the fault clearing time (FCT)
is more than CCT then the relative rotor angles will
http: // www.ijesrt.com
System Modeling
The system used is IEEE 9 bus system with three
generators, six transmission lines, three load buses
and three transformers is shown in Fig 1. The base
MVA is 100 and the system frequency is 60 Hz. The
system data is given in Appendix 1.The fault is
occurring
ing near bus 7 and fault is cleared by opening
line 5-7.Fault
7.Fault clearing time is set randomly. The
complete system is modeled in Simulink with the
mathematical equations. All the buses except the
machine buses are eliminated and multi-port
multi
representations of the internal nodes of the generators
are obtained. Using the self and transfer admittance
ISSN: 2277-9655
Y1
Ybus,mod = Y
3
Y
Y
2
4
(1)
Yb u s , a u g
= y
0
y
Y1 + y
Y3
Y2
Y 4
(2)
Pei = Ei 2Gii +
E E Y cos(
i
j ij
ij
i + j )
j =1
(3)
Where
Yij = Yij ij = G ij + j B ij
Yii = Yii i = G ii + j B ii
The equation of the motion are given by
2Hidi
+ Dii = Pmi E2iGii +
Rdt
(5)
And
di
= i
dt
EE
i jYij cos(ij i + j
j =1
(6)
Simulink Models
The complete three generator system shown in Fig.1
has been simulated as single integral model in
Simulink. Fig 2 shows the complete block diagram of
the system for transient stability study. Subsystems 1
is meant to compute the electric power output of each
generator. The model also facilitates the choice of
simulation parameters like start time, stop time,
solver etc.
http: // www.ijesrt.com
ISSN: 2277-9655
Simulation Results
System Responses are given for different values of
FCT. Fault is created near bus 7 and it is cleared at
different clearing time by opening line 5-7. Fig 4 (a)
and (b) shows the relative angular positions of the
generators taking generator one as reference and
individuals angles of each generator. Fig(c) and (d)
shows the accerlating powers and angular velocities
of each generator for the FCT equal to 0.1sec Fig
shows that the rotors angles are in synchronism with
each other making the system stable when the fault
clearing time is 0.1sec.As the FCT increases the
system will move towards instability as the FCT will
become greater that the CCT. When the FCT in 0.3
sec. the system is unstable.
Fig 5(a)-(d) shows the accerlating powers, Relative
angular positions and angular velocities of the
generators and Fig 5(b) shows as the fault clearing
time is increased the rotor angles of the generators go
out of synchronism and the system is losing stability.
Fig.2 Complete system Model for Transient stability
Analysis
http: // www.ijesrt.com
ISSN: 2277-9655
Conclusion
http: // www.ijesrt.com
ISSN: 2277-9655
Appendix
n=9;
Y=zeros(n);
n=n-1;
i=1;
k=1;
for ii=1:locs;
add=loc(ii+1)-loc(ii);
for kk=1:add;
J=c(k);
Y(i,i)=Y(i,i)+1/e(k);
if J==0;
disp('branch')
k=k+1;
else
Y(J,J)=Y(J,J) +1/e(k);
Y(i,J)=Y(i,J) -1/e(k);
Y(J,i)=Y(i,J);
k=k+1;
end
end
i=i+1;
end
Y
References
[1] P.Kundur, Power system Stability and
control, EPRI Power Sytem Engineering
Series.
[2] I.J.Nagrath and D.P.Kothari, Power system
Engineering
[3] Louis-A Dessaint et al., Powe system
simulation tool based on Simulink, IEEE
Trans. Industrial Electronica 1999, 12521254
[4] P.M Anderson and A.A.Fouad, Power
System Control and stability 1977
[5] M.Klein
,G.J.Rogers,P
Kundur,A
fundamental Study of Inter Area
Oscillation in Power Systems,IEEE
Transsactions on Power System.vol 6, No
3,August 1991
[6] L.Wang ,F Howell ,P.Kundur, C.Y.Ching
and w.Xu, a tool for small Signal
assessment of Power Systems, PICA 2110,
Sydney, Australia, May 21-24,2001
[7] M.J.Gibbard,N. Martin, J.J Sanchez-Gasca,
N.Uchida,V Vittal and L.Wang, Recent
Applications
of
Linear
Analysis
Techniques, IEEE Trans. On Power
Systems, Vol 16,No 1 February 2002
[8] M.Randhawa,B.Sapkota, V. Vittal,S.Kolluri
and S.Mondal,Voltage stability assessment
for Large Power Systems,proc. 2008 IEEE
Power and Energy Society General Meeting.
http: // www.ijesrt.com