-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIEEE_13.glm
534 lines (489 loc) · 14 KB
/
IEEE_13.glm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
//Input feeder information for IEEE 13 node with different cases.
//Started on 10/21/09. This version created 04-April-2012 16:45:37.
module tape;
module powerflow;
#set relax_naming_rules=1;
//Configurations
object overhead_line_conductor {
name overhead_line_conductor_6010;
geometric_mean_radius 0.031300;
resistance 0.185900;
}
object overhead_line_conductor {
name overhead_line_conductor_6020;
geometric_mean_radius 0.00814;
resistance 0.592000;
}
object overhead_line_conductor {
name overhead_line_conductor_6030;
geometric_mean_radius 0.004460;
resistance 1.120000;
}
object underground_line_conductor {
name underground_line_conductor_6060;
outer_diameter 1.290000;
conductor_gmr 0.017100;
conductor_diameter 0.567000;
conductor_resistance 0.410000;
neutral_gmr 0.0020800;
neutral_resistance 14.87200;
neutral_diameter 0.0640837;
neutral_strands 13.000000;
shield_gmr 0.000000;
shield_resistance 0.000000;
}
object underground_line_conductor {
name underground_line_conductor_6070;
outer_diameter 1.060000;
conductor_gmr 0.011100;
conductor_diameter 0.368000;
conductor_resistance 0.970000;
neutral_gmr 0.011100;
neutral_resistance 0.970000;
neutral_diameter 0.0640837;
neutral_strands 6.000000;
shield_gmr 0.000000;
shield_resistance 0.000000;
}
object line_spacing {
name line_spacing_500601;
distance_AB 2.5;
distance_AC 4.5;
distance_BC 7.0;
distance_BN 5.656854;
distance_AN 4.272002;
distance_CN 5.0;
}
object line_spacing {
name line_spacing_500602;
distance_AC 2.5;
distance_AB 4.5;
distance_BC 7.0;
distance_CN 5.656854;
distance_AN 4.272002;
distance_BN 5.0;
}
object line_spacing {
name line_spacing_505603;
distance_AC 0.0;
distance_AB 0.0;
distance_BC 7.0;
distance_AN 0.0;
distance_CN 5.656854;
distance_BN 5.0;
}
object line_spacing {
name line_spacing_505604;
distance_AC 7.0;
distance_AB 0.0;
distance_BC 0.0;
distance_AN 5.656854;
distance_CN 5.0;
distance_BN 0.0;
}
object line_spacing {
name line_spacing_510;
distance_AC 0.0;
distance_AB 0.0;
distance_BC 0.0;
distance_AN 0.0;
distance_CN 5.0;
distance_BN 0.0;
}
object line_configuration {
name line_configuration_601;
conductor_A overhead_line_conductor_6010;
conductor_B overhead_line_conductor_6010;
conductor_C overhead_line_conductor_6010;
conductor_N overhead_line_conductor_6020;
spacing line_spacing_500601;
}
object line_configuration {
name line_configuration_602;
conductor_A overhead_line_conductor_6020;
conductor_B overhead_line_conductor_6020;
conductor_C overhead_line_conductor_6020;
conductor_N overhead_line_conductor_6020;
spacing line_spacing_500602;
}
object line_configuration {
name line_configuration_603;
conductor_B overhead_line_conductor_6030;
conductor_C overhead_line_conductor_6030;
conductor_N overhead_line_conductor_6030;
spacing line_spacing_505603;
}
object line_configuration {
name line_configuration_604;
conductor_A overhead_line_conductor_6030;
conductor_C overhead_line_conductor_6030;
conductor_N overhead_line_conductor_6030;
spacing line_spacing_505604;
}
object line_configuration {
name line_configuration_605;
conductor_C overhead_line_conductor_6030;
conductor_N overhead_line_conductor_6030;
spacing line_spacing_510;
}
object line_spacing {
name line_spacing_515;
distance_AB 0.500000;
distance_BC 0.500000;
distance_AC 1.000000;
distance_AN 0.000000;
distance_BN 0.000000;
distance_CN 0.000000;
}
object line_spacing {
name line_spacing_520;
distance_AB 0.000000;
distance_BC 0.000000;
distance_AC 0.000000;
distance_AN 0.083333;
distance_BN 0.000000;
distance_CN 0.000000;
}
object line_configuration {
name line_configuration_606;
conductor_A underground_line_conductor_6060;
conductor_B underground_line_conductor_6060;
conductor_C underground_line_conductor_6060;
spacing line_spacing_515;
}
object line_configuration {
name line_configuration_607;
conductor_A underground_line_conductor_6070;
conductor_N underground_line_conductor_6070;
spacing line_spacing_520;
}
object transformer_configuration {
name transformer_configuration_400;
connect_type WYE_WYE;
install_type PADMOUNT;
power_rating 500;
primary_voltage 4160;
secondary_voltage 480;
resistance 0.011;
reactance 0.02;
}
object regulator_configuration {
name regulator_configuration_6506321;
connect_type 1;
band_center 2401;
band_width 40;
time_delay 30.0;
raise_taps 16;
lower_taps 16;
current_transducer_ratio 700;
power_transducer_ratio 20;
compensator_r_setting_A 3.0;
compensator_r_setting_B 3.0;
compensator_r_setting_C 3.0;
compensator_x_setting_A 9.0;
compensator_x_setting_B 9.0;
compensator_x_setting_C 9.0;
CT_phase ABC;
PT_phase ABC;
regulation 0.10;
Control OUTPUT_VOLTAGE;
Type A;
tap_pos_A 1;
tap_pos_B 1;
tap_pos_C 1;
}
object transformer_configuration {
name trans_config_to_feeder;
connect_type WYE_WYE;
install_type PADMOUNT;
primary_voltage 33000;
secondary_voltage 2401.777;
power_rating 5 MVA;
impedance 0.00033+0.0022j;
}
object node {
name network_node;
bustype SWING;
nominal_voltage 33000;
phases ABCN;
}
object transformer {
name substation_transformer;
object recorder {
file IEEE_13_feeder_transformer_power.csv;
interval 60;
limit 38880;
property power_out,power_out_A,power_out_B,power_out_C;
};
groupid Distribution_Trans;
from network_node;
to node650;
phases ABCN;
configuration trans_config_to_feeder;
};
object overhead_line {
groupid Distribution_Line;
phases BCN;
name node632-645;
from node632;
to node645;
length 500;
configuration line_configuration_603;
}
object overhead_line {
groupid Distribution_Line;
phases BCN;
name node645-646;
from node645;
to node646;
length 300;
configuration line_configuration_603;
}
object overhead_line {
groupid Distribution_Line;
phases ABCN;
name node630-632;
from node630;
to node632;
length 2000;
configuration line_configuration_601;
}
object overhead_line {
groupid Distribution_Line;
phases ABCN;
name node632-6321;
from node632;
to node6321;
length 500;
configuration line_configuration_601;
}
object overhead_line {
groupid Distribution_Line;
phases ABCN;
name node6321-671;
from node6321;
to node671;
length 1500;
configuration line_configuration_601;
}
object overhead_line {
groupid Distribution_Line;
phases ABCN;
name node671-680;
from node671;
to node680;
length 1000;
configuration line_configuration_601;
}
object overhead_line {
groupid Distribution_Line;
phases ACN;
name node671-684;
from node671;
to node684;
length 300;
configuration line_configuration_604;
}
object overhead_line {
groupid Distribution_Line;
phases CN;
name node684-611;
from node684;
to node611;
length 300;
configuration line_configuration_605;
}
object underground_line {
groupid Distribution_Line;
phases AN;
name node684-652;
from node684;
to node652;
length 800;
configuration line_configuration_607;
}
object underground_line {
groupid Distribution_Line;
phases ABC;
name node692-675;
from node692;
to node675;
length 2500;
configuration line_configuration_606;
}
object overhead_line {
groupid Distribution_Line;
phases ABCN;
name node632-633;
from node632;
to node633;
length 500;
configuration line_configuration_602;
}
object node {
name node633;
phases ABCN;
voltage_A 2401.7771;
voltage_B -1200.8886-2080.000j;
voltage_C -1200.8886+2080.000j;
nominal_voltage 2401.7771;
}
object node {
name node630;
phases ABCN;
voltage_A 2401.7771+0j;
voltage_B -1200.8886-2080.000j;
voltage_C -1200.8886+2080.000j;
nominal_voltage 2401.7771;
}
object node {
name node632;
phases ABCN;
voltage_A 2401.7771;
voltage_B -1200.8886-2080.000j;
voltage_C -1200.8886+2080.000j;
nominal_voltage 2401.7771;
}
object node {
name node650;
phases ABCN;
voltage_A 2401.7771;
voltage_B -1200.8886-2080.000j;
voltage_C -1200.8886+2080.000j;
nominal_voltage 2401.7771;
}
object node {
name node680;
phases ABCN;
voltage_A 2401.7771;
voltage_B -1200.8886-2080.000j;
voltage_C -1200.8886+2080.000j;
nominal_voltage 2401.7771;
}
object node {
name node684;
phases ACN;
voltage_A 2401.7771;
voltage_B -1200.8886-2080.000j;
voltage_C -1200.8886+2080.000j;
nominal_voltage 2401.7771;
}
object node {
name node634;
phases ABCN;
voltage_A 480.000+0j;
voltage_B -240.000-415.6922j;
voltage_C -240.000+415.6922j;
nominal_voltage 480.000;
}
object node {
name node645;
phases BCN;
nominal_voltage 2401.7771;
}
object node {
name node646;
phases BC;
nominal_voltage 2401.7771;
}
object node {
name node652;
phases AN;
nominal_voltage 2401.7771;
}
object node {
name node671;
phases ABC;
nominal_voltage 2401.7771;
}
object node {
name node675;
phases ABC;
nominal_voltage 2401.7771;
}
object node {
name node692;
phases ABC;
nominal_voltage 2401.7771;
}
object node {
name node611;
phases CN;
nominal_voltage 2401.7771;
}
object node {
name node6711;
parent node671;
phases ABC;
nominal_voltage 2401.7771;
}
object node {
name node6321;
phases ABCN;
nominal_voltage 2401.7771;
}
object switch {
phases ABCN;
name node671-692;
from node671;
to node692;
status CLOSED;
}
object transformer {
groupid Distribution_Trans;
phases ABCN;
name node633-634;
from node633;
to node634;
configuration transformer_configuration_400;
}
object regulator {
name Reg1;
phases ABC;
from node650;
to node630;
sense_node node680;
configuration regulator_configuration_6506321;
}
object capacitor {
phases ABCN;
name CAP1;
pt_phase ABC;
parent node675;
phases_connected ABCN;
control VAR;
VAr_set_high 0.15 MVA;
VAr_set_low 0.05 MVA;
remote_sense Reg1;
capacitor_A 0.10 MVAr;
capacitor_B 0.10 MVAr;
capacitor_C 0.10 MVAr;
control_level INDIVIDUAL;
time_delay 300.0;
dwell_time 0.0;
switchA CLOSED;
switchB CLOSED;
switchC CLOSED;
nominal_voltage 2401.7771;
}
object capacitor {
phases ABCN;
name CAP2;
pt_phase ABC;
parent node675;
phases_connected ABCN;
control VAR;
VAr_set_high 0.07 MVA;
VAr_set_low 0.02 MVA;
remote_sense Reg1;
capacitor_A 0.05 MVAr;
capacitor_B 0.05 MVAr;
capacitor_C 0.05 MVAr;
control_level INDIVIDUAL;
time_delay 300.0;
dwell_time 0.0;
switchA CLOSED;
switchB CLOSED;
switchC CLOSED;
nominal_voltage 2401.7771;
}