forked from arras-energy/gridlabd-models
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbalanced_stepdown_grY-grY.glm
More file actions
121 lines (103 loc) · 2.23 KB
/
balanced_stepdown_grY-grY.glm
File metadata and controls
121 lines (103 loc) · 2.23 KB
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
// $id$
// Copyright (C) 2008 Battelle Memorial Institute
// 4 Node Feeder: Balanced step-down grY-grY
/////////////////////////////////////////////
// BEGIN
/////////////////////////////////////////////
clock {
timestamp '2000-01-01 0:00:00';
timezone EST+5EDT;
}
module powerflow;
object overhead_line_conductor:100 {
geometric_mean_radius 0.0244;
resistance 0.306;
}
object overhead_line_conductor:101 {
geometric_mean_radius 0.00814;
resistance 0.592;
}
object line_spacing:200 {
distance_AB 2.5;
distance_BC 4.5;
distance_AC 7.0;
distance_AN 5.656854;
distance_BN 4.272002;
distance_CN 5.0;
}
object line_configuration:300 {
conductor_A overhead_line_conductor:100;
conductor_B overhead_line_conductor:100;
conductor_C overhead_line_conductor:100;
conductor_N overhead_line_conductor:101;
spacing line_spacing:200;
}
object transformer_configuration:400 {
connect_type 1;
power_rating 6000;
powerA_rating 2000;
powerB_rating 2000;
powerC_rating 2000;
primary_voltage 12470;
secondary_voltage 4160;
resistance 0.01;
reactance 0.06;
}
object node {
name node1;
phases "ABCN";
voltage_A +7199.558+0.000j;
voltage_B -3599.779-6235.000j;
voltage_C -3599.779+6235.000j;
nominal_voltage 7200;
}
object overhead_line:12 {
phases "ABCN";
from node1;
to node2;
length 2000;
configuration line_configuration:300;
}
object node {
name node2;
phases "ABCN";
voltage_A +7199.558+0.000j;
voltage_B -3599.779-6235.000j;
voltage_C -3599.779+6235.000j;
nominal_voltage 7200;
}
object transformer:23 {
phases "ABCN";
from node2;
to node3;
configuration transformer_configuration:400;
}
object node {
name node3;
phases "ABCN";
voltage_A +2401.777+0.000j;
voltage_B -1200.889-2080.000j;
voltage_C -1200.889+2080.000j;
nominal_voltage 2400;
}
object overhead_line:34 {
phases "ABCN";
from node3;
to load4;
length 2500;
configuration line_configuration:300;
}
object load {
name load4;
phases "ABCN";
voltage_A +2401.777+0.000j;
voltage_B -1200.889-2080.000j;
voltage_C -1200.889+2080.000j;
constant_power_A +1800000.000+871779.789j;
constant_power_B +1800000.000+871779.789j;
constant_power_C +1800000.000+871779.789j;
nominal_voltage 2400;
}
///////////////////////////////
// END
///////////////////////////////