0% found this document useful (0 votes)
57 views4 pages

Tugas "Analisa Sistem Tenaga" Simulasi Menggunakan Matlab: Hubung Singkat 3 Fasa Pada Bus 4

The document describes simulations performed in MATLAB to analyze short circuit faults on a 4 bus power system with 3 phase and 1 phase faults. It provides the impedance data and bus configuration, then summarizes the results of simulating a 3 phase fault on bus 4, showing the fault current, bus voltages, and line currents. It then simulates a 1 phase fault on bus 4 and shows similar results.

Uploaded by

RizkyHaryogi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views4 pages

Tugas "Analisa Sistem Tenaga" Simulasi Menggunakan Matlab: Hubung Singkat 3 Fasa Pada Bus 4

The document describes simulations performed in MATLAB to analyze short circuit faults on a 4 bus power system with 3 phase and 1 phase faults. It provides the impedance data and bus configuration, then summarizes the results of simulating a 3 phase fault on bus 4, showing the fault current, bus voltages, and line currents. It then simulates a 1 phase fault on bus 4 and shows similar results.

Uploaded by

RizkyHaryogi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Nama : Febry Ardianto

NRP : 2208100178

Tugas ANALISA SISTEM TENAGA


SIMULASI MENGGUNAKAN MATLAB
HUBUNG SINGKAT 3 FASA PADA BUS 4
>>
%Problem :
SHORT CIRCUIT
%
The Fault Current, bus voltage and line current is use
%
the lgfault, llfault, and dlgfault functions
% Impedansi Urutan
zdata1 = [ 0 4 0.0000 0.20000
0 5 0.0000 0.20000
1 2 0.0000 0.10000
1 3 0.0000 0.10000
1 4 0.0000 0.05000
2 3 0.0000 0.10000
2 5 0.0000 0.05000];
zdata0 = [ 0
0
0
1
1
1
2
2

2
4
5
2
3
4
3
5

0.0000 0.05000
0.0000 0.14000
0.0000 0.14000
0.0000 0.30000
0.0000 0.30000
0.0000 0.05000
0.0000 0.30000
999999 9999999];

% Jenis Gangguan
zdata2 = zdata1
Zbus0 = zbuild(zdata0)
Zbus1 = zbuild(zdata1)
Zbus2 = Zbus1;
disp('(a) Symmetrical three-phase fault')
symfault(zdata1, Zbus1)
zdata2 =
0
0
1.0000
1.0000
1.0000
2.0000
2.0000

4.0000
5.0000
2.0000
3.0000
4.0000
3.0000
5.0000

0
0
0
0
0
0
0

0.2000
0.2000
0.1000
0.1000
0.0500
0.1000
0.0500

Zbus0 =
0.0000 + 0.1080i 0.0000 + 0.0216i 0.0000 + 0.0648i 0.0000 + 0.0795i -0.0000 + 0.0000i
0.0000 + 0.0216i 0.0000 + 0.0443i 0.0000 + 0.0330i 0.0000 + 0.0159i -0.0000 + 0.0000i
0.0000 + 0.0648i 0.0000 + 0.0330i 0.0000 + 0.1989i 0.0000 + 0.0477i -0.0000 + 0.0000i
0.0000 + 0.0795i 0.0000 + 0.0159i 0.0000 + 0.0477i 0.0000 + 0.0955i -0.0000 + 0.0000i
-0.0000 + 0.0000i -0.0000 + 0.0000i -0.0000 + 0.0000i -0.0000 + 0.0000i 0.0000 + 0.1400i
Zbus1 =
0 + 0.1397i
0 + 0.1103i
0 + 0.1250i
0 + 0.1118i
0 + 0.0882i

0 + 0.1103i
0 + 0.1397i
0 + 0.1250i
0 + 0.0882i
0 + 0.1118i

0 + 0.1250i
0 + 0.1250i
0 + 0.1750i
0 + 0.1000i
0 + 0.1000i

0 + 0.1118i
0 + 0.0882i
0 + 0.1000i
0 + 0.1294i
0 + 0.0706i

0 + 0.0882i
0 + 0.1118i
0 + 0.1000i
0 + 0.0706i
0 + 0.1294i

(a) Symmetrical three-phase fault


Warning: See help sprintf for valid escape sequences.
> In symfault at 38
Enter Faulted Bus No. -> 4
Enter Fault Impedance Zf = R + j*X in complex form (for bolted fault enter 0). Zf = 0
Balanced three-phase fault at bus No. 4
Total fault current = 7.7273 per unit
Bus Voltages during fault in per unit
Bus
No.
1
2
3
4
5

Voltage
Magnitude
0.1364
0.3182
0.2273
0.0000
0.4545

Angle
degrees
0.0000
0.0000
0.0000
0.0000
0.0000

Line currents for fault at bus No. 4


From
To
Current Angle
Bus
Bus Magnitude degrees
1
4
2.7273 -90.0000
2
1
1.8182 -90.0000
2
3
0.9091 -90.0000
3
1
0.9091 -90.0000
G
4
5.0000 -90.0000
4
F
7.7273 -90.0000
G
5
2.7273 -90.0000
5
2
2.7273 -90.0000
Another fault location? Enter 'y' or 'n' within single quote ->

HUBUNG SINGKAT 1 FASA PADA BUS 4


>>
%Problem :
SHORT CIRCUIT
%
The Fault Current, bus voltage and line current is use
%
the lgfault, llfault, and dlgfault functions
% Impedansi Urutan
zdata1 = [ 0 4 0.0000 0.20000
0 5 0.0000 0.20000
1 2 0.0000 0.10000
1 3 0.0000 0.10000
1 4 0.0000 0.05000
2 3 0.0000 0.10000
2 5 0.0000 0.05000];
zdata0 = [ 0
0
0
1
1
1
2
2

2
4
5
2
3
4
3
5

0.0000 0.05000
0.0000 0.14000
0.0000 0.14000
0.0000 0.30000
0.0000 0.30000
0.0000 0.05000
0.0000 0.30000
999999 9999999];

% Jenis Gangguan
zdata2 = zdata1
Zbus0 = zbuild(zdata0)
Zbus1 = zbuild(zdata1)
Zbus2 = Zbus1;
disp('(b) Line-to-ground fault' )
lgfault(zdata0, Zbus0, zdata1, Zbus1, zdata2, Zbus2)
zdata2 =
0
0
1.0000
1.0000
1.0000
2.0000
2.0000

4.0000
5.0000
2.0000
3.0000
4.0000
3.0000
5.0000

0
0
0
0
0
0
0

0.2000
0.2000
0.1000
0.1000
0.0500
0.1000
0.0500

Zbus0 =
0.0000 + 0.1080i 0.0000 + 0.0216i 0.0000 + 0.0648i 0.0000 + 0.0795i -0.0000 + 0.0000i
0.0000 + 0.0216i 0.0000 + 0.0443i 0.0000 + 0.0330i 0.0000 + 0.0159i -0.0000 + 0.0000i
0.0000 + 0.0648i 0.0000 + 0.0330i 0.0000 + 0.1989i 0.0000 + 0.0477i -0.0000 + 0.0000i
0.0000 + 0.0795i 0.0000 + 0.0159i 0.0000 + 0.0477i 0.0000 + 0.0955i -0.0000 + 0.0000i
-0.0000 + 0.0000i -0.0000 + 0.0000i -0.0000 + 0.0000i -0.0000 + 0.0000i 0.0000 + 0.1400i

Zbus1 =
0 + 0.1397i
0 + 0.1103i
0 + 0.1250i
0 + 0.1118i
0 + 0.0882i

0 + 0.1103i
0 + 0.1397i
0 + 0.1250i
0 + 0.0882i
0 + 0.1118i

0 + 0.1250i
0 + 0.1250i
0 + 0.1750i
0 + 0.1000i
0 + 0.1000i

0 + 0.1118i
0 + 0.0882i
0 + 0.1000i
0 + 0.1294i
0 + 0.0706i

0 + 0.0882i
0 + 0.1118i
0 + 0.1000i
0 + 0.0706i
0 + 0.1294i

(b) Line-to-ground fault


Line-to-ground fault analysis
Enter Faulted Bus No. -> 4
Enter Fault Impedance Zf = R + j*X in complex form (for bolted fault enter 0). Zf = 0
Single line to-ground fault at bus No. 4
Total fault current = 8.4679 per unit
Bus Voltages during the fault in per unit
Bus
No.
1
2
3
4
5

-------Voltage Magnitude------Phase a
Phase b
Phase c
0.1445
0.9578
0.9578
0.4570
0.9152
0.9152
0.3008
0.9350
0.9350
0.0000
0.9557
0.9557
0.6015
0.9168
0.9168

Line currents for fault at bus No. 4


From To -----Line Current Magnitude---Bus Bus Phase a Phase b
Phase c
1
4
2.8906 0.0981
0.0981
2
1
1.9270 0.0654
0.0654
2
3
0.9635 0.0327
0.0327
3
1
0.9635 0.0327
0.0327
4
F
8.4679 0.0000
0.0000
5
2
1.9925 0.9962
0.9962
Another fault location? Enter 'y' or 'n' within single quote ->

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy