Final Report Power Systems, Generation
Final Report Power Systems, Generation
A PROJECT REPORT
Submitted by:
N. RAKESH (10BEE1054)
ABHINEET KUMAR SINGH (10BEE1006)
AASIF IQBAL (10BEE1001)
SHAKTI MISHRA (10BEE1079)
NOVEMBER 2012
1
BONAFIDE CERTIFICATE
SIGNATURE
Prof. Lavanya V
Prof. Meera PS
School of Electrical Engineering
V.I.T University, Chennai Campus
2
INDEX
3
ABSTRACT
In our project we have studied the various types of stability – steady state stability,
transient state stability and the swing equation and its solution using numerical
method using MATLAB. The numerical method which we have used to find the
solution of swing equation is point by point method.
4
INTRODUCTION
5
STABILITY
6
also excludes continuous oscillation from the family of stable systems, although
oscillators are stable in a mathematical sense. The reason is practical since a
continually oscillating system would be undesirable for both the supplier and the
user of electric power. Hence the definition describes a practical specification for
an acceptable operating condition. The stability problem is concerned with the
behavior of the synchronous machines after a disturbance. For convenience of
analysis, stability problems are generally divided into two major categories-steady
state stability and transient state stability and transient state stability.
SWING EQUATION
Under normal operating conditions, the relative position of the rotor axis and the
resultant magnetic field axis is fixed. The angle between the two is known as the
power angle or torque angle. During any disturbance, rotor will decelerate or
accelerate with respect to the synchronously rotating air gap mmf, a relative
motion begins. The equation describing the relative motion is known as the swing
equation.
7
• By the law of rotation –
8
Where Pm and Pe are mechanical power and electromagnetic power.
• Relations between electrical power angle δ and mechanical power angle δm and
electrical speed and mechanical speed
9
STEADY STATE STABILITY
The ability of power system to remain its synchronism and returns to its original
state when subjected to small disturbances. Such stability is not affected by any
control efforts such as voltage regulators or governor.
• PS= Pmax cosδ0: the slope of the power-angle curve at δ0, PS is positive when
00< δ < 90o
10
• Characteristic equation:
rule 2: if PS is positive, two roots in the jω axis and motion is oscillatory and
undamped, system is marginally stable
• phenomena: when there is a difference angular velocity between rotor and air
gap field, an induction torque will be set up on rotor tending to minimize the
difference of velocities
• Characteristic equation:
11
• Analysis of characteristic equation
• positive damping (1>ζ>0): s1,s2 have negative real part if PS is positive, this
implies the response is bounded and system is stable
12
• roots of swing equation
• settling time:
• relations between settling time and inertia constant H: increase H will result in
longer ts, decrease ωn and ζ
13
NUMERICAL SOLUTION OF SWING EQUATION BY POINT
BY POINT METHOD
Point-by-Point Method
∆ωn-1/2= αn-1∆t
ωn-1/2 = ωn-3/2+αn-1∆t
= ∆δn-1+ αn-1∆t2
14
δn== δn-1+∆δn
t=0
tf=0
tfinal=0.5
tc=0.125
tstep=0.05
M=2.52/(180*50)
i=2
delta=21.64*pi/180
ddelta=0
time(1)=0
ang(1)=21.64
Pm=0.9
Pmaxbf=2.44
15
Pmaxdf=0.88
Pmaxaf=2.00
while t<tfinal,
if (t==tf),
Paminus=0.9-Pmaxbf*sin(delta)
Paplus=0.9-Pmaxdf*sin(delta)
Paav=(Paminus+Paplus)/2
Pa=Paav
end
if (t==tc),
Paminus=0.9-Pmaxdf*sin(delta)
Paplus=0.9-Pmaxaf*sin(delta)
Paav=(Paminus+Paplus)/2
Pa=Paav
end
Pa=Pm-Pmaxdf*sin(delta)
end
if(t>tc),
16
Pa=Pm-Pmaxaf*sin(delta)
end
ddelta=ddelta+(tstep*tstep*Pa/M)
delta=(delta*180/pi+ddelta)*pi/180
deltadeg=delta*180/pi
t=t+tstep
pause
time(i)=t
ang(i)=deltadeg
i=i+1
end
plot(time,ang,'ko-')
17
OUTPUT IN MATLAB
18
Swing Curve: Fault cleared in 0.5s
19
CONCLUSION
20
REFERENCES
1). Nagrath, I.J., and Kothari, D.P., Power System Engineering, New Delhi, Tata
McGraw-Hill Publishing Company Limited, 1995.
2). Saadat, Hadi, Power System Analysis, New Delhi, Tata McGraw-Hill
Publishing Company Limited, 2002.
3). Wadhwa, C.L., Electrical Power Systems, New Delhi, New Age International
publishers, 2005.
4). IEEE Transactions on Power Apparatus and Systems, Vol. PAS-100, No. 7 July
1981 “TRANSIENT STABILITY OF A MULTI-MACHINE POWER SYSTEM
PART I: INVESTIGATION OF SYSTEM TRAJECTORIES”.
21