-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathloads.glm
129 lines (121 loc) · 6.25 KB
/
loads.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
// IEEE-123 dynamic loads
// Copyright (C) 2016, Stanford University
// Author: [email protected]
module residential;
object transformer_configuration {
name xfmr_config;
connect_type SINGLE_PHASE_CENTER_TAPPED;
install_type POLETOP;
powerA_rating 75;
powerB_rating 75;
powerC_rating 75;
primary_voltage 2401;
secondary_voltage 120.000;
impedance 0.006+0.0136j;
}
global int32 SEQ_CUSTID 0;
#set allow_reinclude=true
#if LOADS==yes
#print Adding dynamic loads...
#else
#if SOLAR==yes
#print Adding solar panels...
#endif
#else
#print Adding pseudo-AMI meters...
#endif
#include using(AREA=A,LOADID=1,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=2,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=A,LOADID=4,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=5,PHASE=C,COUNT=2) "house.glm"
#include using(AREA=A,LOADID=6,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=7,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=A,LOADID=9,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=10,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=A,LOADID=11,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=12,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=A,LOADID=16,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=17,PHASE=C,COUNT=2) "house.glm"
#include using(AREA=A,LOADID=19,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=20,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=22,PHASE=B,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=24,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=28,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=29,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=30,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=31,PHASE=C,COUNT=2) "house.glm"
#include using(AREA=A,LOADID=32,PHASE=C,COUNT=2) "house.glm"
#include using(AREA=A,LOADID=33,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=A,LOADID=34,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=B,LOADID=35,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=B,LOADID=37,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=B,LOADID=38,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=B,LOADID=39,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=B,LOADID=41,PHASE=C,COUNT=2) "house.glm"
#include using(AREA=B,LOADID=42,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=B,LOADID=43,PHASE=B,COUNT=4) "house.glm"
#include using(AREA=B,LOADID=45,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=B,LOADID=46,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=B,LOADID=47,PHASE=A,COUNT=3) "house.glm"
#include using(AREA=B,LOADID=47,PHASE=B,COUNT=3) "house.glm"
#include using(AREA=B,LOADID=47,PHASE=C,COUNT=3) "house.glm"
#include using(AREA=B,LOADID=48,PHASE=A,COUNT=7) "house.glm"
#include using(AREA=B,LOADID=48,PHASE=B,COUNT=7) "house.glm"
#include using(AREA=B,LOADID=48,PHASE=C,COUNT=7) "house.glm"
#include using(AREA=B,LOADID=49,PHASE=A,COUNT=3) "house.glm"
#include using(AREA=B,LOADID=49,PHASE=B,COUNT=7) "house.glm"
#include using(AREA=B,LOADID=49,PHASE=C,COUNT=3) "house.glm"
#include using(AREA=B,LOADID=50,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=B,LOADID=51,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=C,LOADID=52,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=C,LOADID=53,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=C,LOADID=55,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=C,LOADID=56,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=C,LOADID=58,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=C,LOADID=59,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=C,LOADID=60,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=C,LOADID=62,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=C,LOADID=63,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=C,LOADID=64,PHASE=B,COUNT=7) "house.glm"
#include using(AREA=C,LOADID=65,PHASE=A,COUNT=3) "house.glm"
#include using(AREA=C,LOADID=65,PHASE=B,COUNT=3) "house.glm"
#include using(AREA=C,LOADID=65,PHASE=C,COUNT=7) "house.glm"
#include using(AREA=C,LOADID=66,PHASE=C,COUNT=7) "house.glm"
#include using(AREA=D,LOADID=68,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=D,LOADID=69,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=70,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=D,LOADID=71,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=73,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=74,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=75,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=76,PHASE=A,COUNT=10) "house.glm"
#include using(AREA=D,LOADID=76,PHASE=B,COUNT=7) "house.glm"
#include using(AREA=D,LOADID=76,PHASE=C,COUNT=7) "house.glm"
#include using(AREA=D,LOADID=77,PHASE=B,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=79,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=80,PHASE=B,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=82,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=83,PHASE=C,COUNT=2) "house.glm"
#include using(AREA=D,LOADID=84,PHASE=C,COUNT=2) "house.glm"
#include using(AREA=D,LOADID=85,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=86,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=D,LOADID=87,PHASE=B,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=88,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=90,PHASE=B,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=92,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=94,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=95,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=D,LOADID=96,PHASE=B,COUNT=2) "house.glm"
#include using(AREA=D,LOADID=98,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=99,PHASE=B,COUNT=4) "house.glm"
#include using(AREA=D,LOADID=100,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=E,LOADID=102,PHASE=C,COUNT=2) "house.glm"
#include using(AREA=E,LOADID=103,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=E,LOADID=104,PHASE=C,COUNT=4) "house.glm"
#include using(AREA=E,LOADID=106,PHASE=B,COUNT=4) "house.glm"
#include using(AREA=E,LOADID=107,PHASE=B,COUNT=4) "house.glm"
#include using(AREA=E,LOADID=109,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=E,LOADID=111,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=E,LOADID=112,PHASE=A,COUNT=2) "house.glm"
#include using(AREA=E,LOADID=113,PHASE=A,COUNT=4) "house.glm"
#include using(AREA=E,LOADID=114,PHASE=A,COUNT=2) "house.glm"