0% found this document useful (0 votes)
21 views

APEPS

The document describes a simulation of a series RLC branch with voltage and current measurements at different points in the circuit. Graphs are plotted showing the voltage and current measurements for load angles of 90°, 120° and 150° degrees.

Uploaded by

Amit Kulkarni
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

APEPS

The document describes a simulation of a series RLC branch with voltage and current measurements at different points in the circuit. Graphs are plotted showing the voltage and current measurements for load angles of 90°, 120° and 150° degrees.

Uploaded by

Amit Kulkarni
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

M-file:

L=.932e-3%input('Enter the value of L in H:');


C=12.2e-9%input('Enter the value of C in F:');
l=800%input('Enter the value of l in Km:');
V=735e3%input('Enter the value of V in Volts:');
Vmc=771.75e3
Vr=735e3
f=60;
w=2*pi*f;
beta=w*sqrt(L*C);
beta1=beta*l;
Zo=sqrt(L/C);
Po=(V^2)/Zo;
% delta=asin(D*sin(beta1));
d=0:0.1:180
delta=d*pi/180;
P=(V^2*sin(delta))/(Zo*sin(beta1));
D=P/Po;
Pcomp=(V*Vmc*sin(delta/2))/(Zo*sin(beta1/2));
Qv=2*(((Vmc^2)*cos(beta1/2))-(V*Vmc*cos(delta/2)))/(Zo*sin(beta1/2));
plot(d,P)
hold on
PLOTYY(d,Pcomp,d,Qv)

9 9
x 10 x 10
5 8

4 6

3 4
(M
P W)

2 2

1 0

0 -2
0 20 40 60 80 100 120 140 160 180
Load Angle (deg)
M-file:

L=.932e-3%input('Enter the value of L in H:');


C=12.2e-9%input('Enter the value of C in F:');
l=800%input('Enter the value of l in Km:');
V=735e3%input('Enter the value of V in Volts:');
Vmc=771.75e3
Vr=735e3
f=60;
w=2*pi*f;
beta=w*sqrt(L*C);
beta1=beta*l;
Zo=sqrt(L/C);
Po=(V^2)/Zo;
A=1/(2*(cos(beta1/2)^2));
B=1/(4*(cos(beta1/2)^4));
delta=asin(D*sin(beta1));
D=0:0.001:1.2
P=V^2*sin(delta)/(Zo*sin(beta1));
D=P/Po;
C=((D).^2)*(tan(beta1/2)^2);
Vm=sqrt(A+sqrt(B-C));
d=delta*180/pi
PLOTYY(D,Vm,D,d)
hold on

100

1.2

80

1.1
60
m u
(p)

1
V

40

0.9
20

0.8 0
0 0.2 0.2 0.4 0.4 0.6 0.6 0.8 0.8 1 1 1.2 1.4
1.2
P/Po
Discrete ,
Ts = 5e-005 s
powergui
Scope 3
Pulse Transport
Generator Delay

+ i
Scope 2 -
+ i Current Measurement 1
- Linear Transformer
Current Measurement
Series RLC Branch
1 2

k
g
a

m
AC Voltage Source
T1 T2 +
- v

g
a
m
k
Voltage Measurement2

Voltage Measurement1
v +
-

+
Series RLC Branch 1 - v
Voltage Measurement

Scope
For α = 90°

4
x 10
2

0
Vsvolts

-2
0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2

2000
p

0
Current Am

-2000

0 4 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
x 10
5

0
Vt volts

-5
0 4 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
x 10
2

0
Vl volts

-2

0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
Time sec

For α = 120°

4
x 10
2
0
svolts

-2
V

0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
2000

0
u
C n
rre m
ta p

-2000
0x 104 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2

2
0
tvolts

-2
V

0x 104 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
2

0
Vlvolts

-2
0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
Time sec
For α = 180°
For α = 150°

Continuous

powergui

Conn1 Out1

Scope 2
Subsystem2
Distributed Parameters Line Distributed Parameters Line 1 Distributed Parameters Line 2 Distributed Parameters Line 3
Voltage Measurement4
v+ Display 3
-
AC Voltage Source +v +v +v
- - -
Voltage Measurement Voltage Measurement1 Voltage Measurement2

Subsystem

Out 1 In 1
Out 2 In 2
Out 3 In 3
Display RL R RC

Display 2

Display 1

Scope 1

signal rms

Display 4
RMS2
Table showing voltages at different points of transmission line:

Vs V1 V2 V3 Vr I Amp
a 735 730 752 795 848 -3080
b 735 734 734 734 734 -2802
c 735 726 703 669 629 -2821
d 735 697 662 638 629 -3386
e 735 685 660 664 697 -3287

All voltages are in kV.


Figure showing Voltage Profile along transmission line:

850 a

800 b
c
750 d
700 e

650
600
550
Vs V1 V2 V3 Vr

You might also like