Assignment 3
Assignment 3
UNIVERSTY
COLLEGE OF ELECTRICAL AND MECHANICAL
ENGINERRING DEPARTMENT OF ELECTRICAL AND
COMPUTER ENGINEERING
Example
A three-phase fault occurs at the point F as shown in the figure is cleared by
isolating the faulted circuit simultaneously from both ends. Generator is
delivering 0.8 p.u. power at 0.8 p.f lagging. The fault is cleared in 0.1 s.
Obtain the numeric solution of the swing equation up to 0.15 s using the (a)
modified Euler’s method and (b) Runge–Kutta method with step size of Δt =
0.05 s. Take H = 5 MJ/MVA
Hand calculation
Solution: step 1: draw the single line/reactance diagram , which is given as;
Given parameters:
Step 2: determine the generator voltage V :
During the fault condition (fault at the middle of the transmission line 2). Using
delta to star conversion, the circuit becomes
• Post fault condition
Dx1b=x2(k);
Dx2b=ck*(Pm-Pemax*sin(x1(k)));
x1(k+1)=x1(k)+Dx1b*Dt;
x2(k+1)=x2(k)+Dx2b*Dt;
Dx1e=x2(k+1);
Dx2e=ck*(Pm-Pemax*sin(x1(k+1)));
Dx1=(Dx1b+Dx1e)/2;
Dx2=(Dx2b+Dx2e)/2;
x1(k+1)=x1(k)+Dx1*Dt;
x2(k+1)=x2(k)+Dx2*Dt;
end
delta=180*x1/pi;
clc
fprintf('\nFault is cleared at %4.3f Sec. \n', tc)
head=[' '
' time delta Dw '
' s degrees rad/s'
' '];
disp(head)
disp([t', delta' x2'])
h=figure; figure(h)
plot(t, delta), grid
title(['One-machine system swing curve. Fault cleared at ',
num2str(tc),'s'])
xlabel('t, sec'), ylabel('Delta, degree')
cctime(Pm, E, V, X1, X2, X3, H, f) % Obtains the critical clearing
time
Solution
>> SWINGMEU
Generator output power in p.u. Pm = 0.8
Generator e.m.f. in p.u. E = 1.13
Infinite bus-bar voltage in p.u. V = 0.854
Reactance before Fault in p.u. X1 = 0.5
Reactance during Fault X2 = 1.3
Reactance after Fault X3 = 0.7i
Generator Inertia constant in sec. H = 5
System frequency in Hz f = 60
Time interval Dt = 0.05
Clearing time of fault in sec tc = 0.1
Final time for swing equation in sec tf = 0.15
Fault is cleared at 0.100 Sec.
time delta Dw
s degrees rad/s
0 24.4878 0
0.0500 25.8170 0.9280
0.1000 29.7626 1.7977
Solution
SBS2
Enter the frequency :60
Enter the value of inertia constant :5
Enter initial displacement angle :45
Enter initial steadystate power :0.8
Time Pe Pa 10*Pa Del_angDe
0- 0.8000 0.5000 54.0000 2.7000 45.0000
0+ 0.5000 0.5000 54.0000 2.7000 45.0000
0avg 0.5000 0.2500 1.3500 1.3500 45.0000
0.05 0.5150 0.4850 2.6190 3.9690 46.3500
0.1 0.5591 0.4409 2.3809 6.3499 50.3190
0.15 0.6297 0.3703 1.9999 8.3497 56.6689
0.2 0.7224 0.2776 1.4989 9.8486 65.0186
0.25 0.8319 0.1681 0.9080 10.7566 74.8672
0.3 0.9514 0.0486 0.2626 11.0192 85.6238
0.35 1.0738 -0.0738 -0.3986 10.6206 96.6429
0.4 1.1918 -0.1918 -1.0358 9.5848 107.2635
0.45 1.2983 -0.2983 -1.6109 7.9739 116.8483
0.5 1.3869 -0.3869 -2.0893 5.8845 124.8222
0.55 1.4523 -0.4523 -2.4424 3.4421 130.7067
0.6 1.4905 -0.4905 -2.6489 0.7932 134.1488
0.65 1.4994 -0.4994 -2.6965 -1.9033 134.9420
0.7 1.4782 -0.4782 -2.5823 -4.4856 133.0387
0.75 1.4284 -0.4284 -2.3132 -6.7988 128.5531
0.8 1.3528 -0.3528 -1.9053 -8.7041 121.7543
0.85 1.2561 -0.2561 -1.3830 -10.0871 113.0502
0.9 1.1440 -0.1440 -0.7778 -10.8649 102.9631
0.95 1.0233 -0.0233 -0.1259 -10.9908 92.0982
1 0.9012 0.0988 0.5336 -10.4572 81.1075
1.05 0.7850 0.2150 1.1610 -9.2962 70.6502