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

Tugas II Fault Simetris

This document outlines an assignment to analyze a symmetrical fault on a power system consisting of 20 buses and 21 transmission lines. Students are divided into groups and assigned to analyze different fault scenarios: group 1 analyzes a fault on bus 1, group 2 on bus 2, and so on. The tasks are to determine fault currents, voltage changes, post-fault voltages, line currents during the fault, and currents into the faulted bus using the bus impedance method. The report is to include input data, program listings, results, and explanations. Individual tasks include manual calculations, reading input data, creating primitive and bus admittance/impedance matrices, programs to calculate fault currents and voltages, and programs for line currents and currents

Uploaded by

Roni Andria
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)
25 views

Tugas II Fault Simetris

This document outlines an assignment to analyze a symmetrical fault on a power system consisting of 20 buses and 21 transmission lines. Students are divided into groups and assigned to analyze different fault scenarios: group 1 analyzes a fault on bus 1, group 2 on bus 2, and so on. The tasks are to determine fault currents, voltage changes, post-fault voltages, line currents during the fault, and currents into the faulted bus using the bus impedance method. The report is to include input data, program listings, results, and explanations. Individual tasks include manual calculations, reading input data, creating primitive and bus admittance/impedance matrices, programs to calculate fault currents and voltages, and programs for line currents and currents

Uploaded by

Roni Andria
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/ 2

TUGAS KELOMPOK II PENGGUNAAN KOMPUTER DALAM SISTEM TENAGA

Ganjil 2015/2016
HUBUNGSINGKAT SIMETRIS
DATA 20 BUS

%
+-----+------+---------+-------+-------+-------+-------+--------+
%
| Bus | Tipe | E int | V Bus | zg+ | zt+ | zgo | zto
|
%
|-----+------+---------+-------+-------+-------+-------+--------|
DATABUS=[
1
2
1.00
1.00
0.25
0.24
0.12
0.24
2
1
1.00
1.00
0.25
0.24
0.12
0.24
3
1
1.00
1.00
0.25
0.24
0.12
0.24
4
1
1.00
1.00
0.25
0.24
0.12
0.24
5
1
1.00
1.00
0.25
0.24
0.12
0.24
6
1
1.00
1.00
0.25
0.24
0.12
0.24
7
1
1.00
1.00
0.25
0.24
0.12
0.24
8
0
0.00
1.00
0.00
0.00
0.00
0.00
9
0
0.00
1.00
0.00
0.00
0.00
0.00
10
0
0.00
1.00
0.00
0.00
0.00
0.00
11
0
0.00
1.00
0.00
0.00
0.00
0.00
12
0
0.00
1.00
0.00
0.00
0.00
0.00
13
0
0.00
1.00
0.00
0.00
0.00
0.00
14
0
0.00
1.00
0.00
0.00
0.00
0.00
15
0
0.00
1.00
0.00
0.00
0.00
0.00
16
0
0.00
1.00
0.00
0.00
0.00
0.00
17
0
0.00
1.00
0.00
0.00
0.00
0.00
18
0
0.00
1.00
0.00
0.00
0.00
0.00
19
0
0.00
1.00
0.00
0.00
0.00
0.00
20
0
0.00
1.00
0.00
0.00
0.00
0.00];
%
+-----+------+---------+-------+-------+-------+-------+--------+
DATA 21 SALURAN

%
+-------+--------+--------+--------+--------+--------+--------+------------+
%
|Saluran| Kirim | Terima |
R+
|
X+
|
Ro
|
Xo
| Adm._Shunt |
%
|-------+--------+--------+--------+--------+--------+--------+------------|
DATASAL=[
1
1
16
0.0335
0.1205
0.17680 0.51590
0.0175
2
1
17
0.0130
0.0460
0.06900 0.19400
0.0009
3
1
19
0.0177
0.0635
0.09320 0.27180
0.0105
4
2
14
0.0105
0.0377
0.05180 0.16280
0.0027
5
2
15
0.0035
0.0125
0.01940 0.05340
0.0026
6
2
17
0.0037
0.0132
0.02060 0.05610
0.0024
7
2
20
0.0220
0.0762
0.06140 0.23310
0.0143
8
3
13
0.0297
0.1068
0.14690 0.46170
0.0155
9
3
14
0.0558
0.1233
0.24888 0.86578
0.0001
10
4
12
0.0045
0.0221
0.02960 0.09720
0.0033
11
5
14
0.0192
0.1157
0.01708 0.51150
0.0229
12
6
10
0.0055
0.0330
0.04690 0.14750
0.0054
13
6
11
0.0321
0.1558
0.20880 0.69210
0.0225
14
6
12
0.0068
0.0412
0.06220 0.18340
0.0046
15
7
10
0.0309
0.1101
0.14660 0.46070
0.0077
16
8
9
0.0614
0.2184
0.29070 0.91360
0.0153
17
9
10
0.0139
0.0838
0.12630 0.37320
0.1865
18
10
11
0.0168
0.0580
0.04680 0.17760
0.0109
19
12
13
0.0072
0.0258
0.03550 0.11150
0.0000
20
14
15
0.0179
0.0639
0.08820 0.27720
0.0093
21
17
18
0.0144
0.0518
0.07600 0.22170
0.0085];
%
|-------+--------+--------+------------+-----------+------------+-----------|

Abaikan semua nilai resistansi pada impedansi sub peralihan di atas!

CASE
TASK

: Terjadi gangguan simetris pada Sistem tenaga 20 BUS dan 21 Saluran.


: Tentukanlah arus gangguan pada bus tsb dengan metode impedansi bus?,
Perubahan tegangan (v)pada setiap bus?, Tegangan setelah gangguan?,
Arus saluran selama gangguan?, Arus menuju ke bus gangguan?
Kelompok-1, Gangguan pada bus-1 !
Kelompok-2, Gangguan pada bus-2 !
Kelompok-3, Gangguan pada bus-3 !
Kelompok-4, Gangguan pada bus-4 !
Kelompok-5, Gangguan pada bus-6 !

PKDST ... - 1

CONTENT Laporan: DATA INPUT, LISTING, HASIL RUNNING + Penjelasan


DISERAHKAN & DIPRESENTASIKAN: 5 DESEMBER 2015
TUGAS PERSONEL:
1. MEMBUAT PERHITUNGAN MANUAL PERHITUNGAN HUBUNGSINGKAT
2. MEMBUAT LISTING MEMBACA DATA INPUT DAN IMPEDANSI dan ADMITANSI PRIMITIF HUBUNG SINGKAT
3. MEMBUAT LISTING MATRIK ADMITANSI BUS DAN IMPEDANSI BUS SUB PERALIHAN
4. MEMBUAT LISTING PROGRAM MENGHITUNG ARUS HUBUNG SINGKAT DAN TEGANGAN SETELAH HUBUNG SINGKAT
5. MEMBUAT LISTING PROGRAM MENGHITUNG ARUS MENGALIR SETIAP SALURAN DAN MENUJU BUS HUBUNG SINGKAT

PKDST ... - 2

You might also like