openstudio-metadata 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,388 @@
1
+ [
2
+ {
3
+ "openstudio_class": "OS:Building",
4
+ "haystack": {
5
+ "template": "site"
6
+ },
7
+ "brick": {
8
+ "template": "Building"
9
+ }
10
+ },
11
+ {
12
+ "openstudio_class": "OS:AirLoopHVAC",
13
+ "relationships": [
14
+ {
15
+ "method_scope": "model",
16
+ "openstudio_method": ["getBuilding"],
17
+ "haystack": "siteRef",
18
+ "brick": "hasLocation"
19
+ }
20
+ ],
21
+ "brick": {
22
+ "template": "AHU"
23
+ },
24
+ "haystack": {
25
+ "template": "ahu"
26
+ },
27
+ "nodes": {
28
+ "relationship_to_parent": {
29
+ "brick": "isPointOf",
30
+ "haystack": "equipRef"
31
+ },
32
+ "outdoorAirNode": {
33
+ "System Node Temperature": {
34
+ "brick": "Outside_Air_Temperature_Sensor",
35
+ "haystack": "PH_OAT_Sensor"
36
+ },
37
+ "System Node Relative Humidity": {
38
+ "brick": "Outside_Air_Humidity_Sensor",
39
+ "haystack": "PH_OARH_Sensor"
40
+ },
41
+ "System Node Dewpoint Temperature": {
42
+ "brick": "Outside_Air_Dewpoint_Sensor",
43
+ "haystack":"PH_OADP_Sensor"
44
+ },
45
+ "System Node Mass Flow Rate": {
46
+ "brick": "Outside_Air_Flow_Sensor",
47
+ "haystack":"PH_OAF_Sensor"
48
+ }
49
+ },
50
+ "mixedAirNode": {
51
+ "System Node Temperature": {
52
+ "brick": "Mixed_Air_Temperature_Sensor",
53
+ "haystack": "PH_MAT_Sensor"
54
+ },
55
+ "System Node Relative Humidity": {
56
+ "brick": "Air_Humidity_Sensor",
57
+ "haystack": "PH_MARH_Sensor"
58
+ },
59
+ "System Node Mass Flow Rate": {
60
+ "brick": "Air_Flow_Sensor",
61
+ "haystack":"PH_MAF_Sensor"
62
+ }
63
+ },
64
+ "supplyOutletNode": {
65
+ "System Node Temperature": {
66
+ "brick": "Discharge_Air_Temperature_Sensor",
67
+ "haystack": "PH_DAT_Sensor"
68
+ },
69
+ "System Node Relative Humidity": {
70
+ "brick": "Discharge_Air_Humidity_Sensor",
71
+ "haystack": "PH_DARH_Sensor"
72
+ },
73
+ "System Node Mass Flow Rate": {
74
+ "brick": "Discharge_Air_Flow_Sensor",
75
+ "haystack":"PH_DAF_Sensor"
76
+ }
77
+ },
78
+ "supplyInletNode": {
79
+ "System Node Temperature": {
80
+ "brick": "Return_Air_Temperature_Sensor",
81
+ "haystack": "PH_RAT_Sensor"
82
+ },
83
+ "System Node Relative Humidity": {
84
+ "brick": "Return_Air_Humidity_Sensor",
85
+ "haystack": "PH_RARH_Sensor"
86
+ },
87
+ "System Node Mass Flow Rate": {
88
+ "brick": "Return_Air_Flow_Sensor",
89
+ "haystack":"PH_RAF_Sensor"
90
+ }
91
+ },
92
+ "reliefAirNode": {
93
+ "System Node Temperature": {
94
+ "brick": "Exhaust_Air_Temperature_Sensor",
95
+ "haystack": "PH_EAT_Sensor"
96
+ },
97
+ "System Node Relative Humidity": {
98
+ "brick": "Exhaust_Air_Humidity_Sensor",
99
+ "haystack": "PH_EARH_Sensor"
100
+ },
101
+ "System Node Mass Flow Rate": {
102
+ "brick": "Exhaust_Air_Flow_Sensor",
103
+ "haystack":"PH_EAF_Sensor"
104
+ }
105
+ }
106
+ }
107
+ },
108
+ {
109
+ "openstudio_class": "OS:AirLoopHVAC:UnitaryHeatPump:AirToAir",
110
+ "relationships": [
111
+ {
112
+ "method_scope": "model",
113
+ "openstudio_method": ["getBuilding"],
114
+ "haystack": "siteRef",
115
+ "brick": "hasLocation"
116
+ }
117
+ ],
118
+ "brick": {
119
+ "template": "AHU"
120
+ },
121
+ "haystack": {
122
+ "template": "PH_HP_SD_CAV"
123
+ }
124
+ },
125
+ {
126
+ "openstudio_class": "OS:AirTerminal:SingleDuct:ConstantVolume:NoReheat",
127
+ "relationships": [
128
+ {
129
+ "openstudio_method": ["airLoopHVAC"],
130
+ "haystack": "airRef",
131
+ "brick": "isFedBy"
132
+ },
133
+ {
134
+ "method_scope": "model",
135
+ "openstudio_method": ["getBuilding"],
136
+ "haystack": "siteRef",
137
+ "brick": "hasLocation"
138
+ }
139
+ ],
140
+ "haystack": {
141
+ "template": "cav"
142
+ },
143
+ "brick": {
144
+ "template": "Terminal_Unit"
145
+ }
146
+ },
147
+ {
148
+ "openstudio_class": "OS:ThermalZone",
149
+ "relationships": [
150
+ {
151
+ "openstudio_method": ["airLoopHVACTerminal"],
152
+ "haystack": "airRef",
153
+ "brick": "isFedBy"
154
+ },
155
+ {
156
+ "method_scope" : "model",
157
+ "openstudio_method": ["getBuilding"],
158
+ "haystack": "siteRef",
159
+ "brick": "hasLocation"
160
+ }
161
+ ],
162
+ "haystack": {
163
+ "template": "hvac-zone-space"
164
+ },
165
+ "brick": {
166
+ "template": "HVAC_Zone"
167
+ },
168
+ "nodes": {
169
+ "relationship_to_parent": {
170
+ "brick": "hasLocation",
171
+ "haystack": "spaceRef"
172
+ },
173
+ "zoneAirNode": {
174
+ "System Node Temperature": {
175
+ "brick": "Zone_Air_Temperature_Sensor",
176
+ "haystack": "PH_ZAT_Sensor"
177
+ },
178
+ "System Node Relative Humidity": {
179
+ "brick": "Zone_Air_Humidity_Sensor",
180
+ "haystack": "PH_ZARH_Sensor"
181
+ }
182
+ }
183
+ }
184
+ },
185
+ {
186
+ "openstudio_class": "OS:Fan:OnOff",
187
+ "relationships": [
188
+ {
189
+ "openstudio_method": ["containingHVACComponent", "airLoopHVAC"],
190
+ "haystack": "equipRef",
191
+ "brick": "isPartOf"
192
+ }
193
+ ],
194
+ "haystack": {
195
+ "template": "fan-motor"
196
+ },
197
+ "brick": {
198
+ "template": "Fan"
199
+ }
200
+ },
201
+ {
202
+ "openstudio_class": "OS:Fan:ConstantVolume",
203
+ "relationships": [
204
+ {
205
+ "openstudio_method": ["containingHVACComponent", "airLoopHVAC"],
206
+ "haystack": "equipRef",
207
+ "brick": "isPartOf"
208
+ }
209
+ ],
210
+ "haystack": {
211
+ "template": "fan-motor"
212
+ },
213
+ "brick": {
214
+ "template": "Fan"
215
+ }
216
+ },
217
+ {
218
+ "openstudio_class": "OS:Fan:VariableVolume",
219
+ "relationships": [
220
+ {
221
+ "openstudio_method": ["containingHVACComponent", "airLoopHVAC"],
222
+ "haystack": "equipRef",
223
+ "brick": "isPartOf"
224
+ }
225
+ ],
226
+ "haystack": {
227
+ "template": "fan-motor"
228
+ },
229
+ "brick": {
230
+ "template": "Fan"
231
+ }
232
+ },
233
+ {
234
+ "openstudio_class": "OS:Coil:Heating:DX:SingleSpeed",
235
+ "relationships": [
236
+ {
237
+ "openstudio_method": ["containingHVACComponent", "airLoopHVAC"],
238
+ "haystack": "equipRef",
239
+ "brick": "isPartOf"
240
+ }
241
+ ],
242
+ "haystack": {
243
+ "template": "heatingCoil"
244
+ },
245
+ "brick": {
246
+ "template": "Heating_Coil"
247
+ }
248
+ },
249
+ {
250
+ "openstudio_class": "OS:Coil:Cooling:DX:SingleSpeed",
251
+ "relationships": [
252
+ {
253
+ "openstudio_method": ["containingHVACComponent", "airLoopHVAC"],
254
+ "haystack": "equipRef",
255
+ "brick": "isPartOf"
256
+ }
257
+ ],
258
+ "haystack": {
259
+ "template": "coolingCoil"
260
+ },
261
+ "brick": {
262
+ "template": "Cooling_Coil"
263
+ }
264
+ },
265
+ {
266
+ "openstudio_class": "OS:Coil:Cooling:DX:TwoSpeed",
267
+ "relationships": [
268
+ {
269
+ "openstudio_method": ["containingHVACComponent", "airLoopHVAC"],
270
+ "haystack": "equipRef",
271
+ "brick": "isPartOf"
272
+ }
273
+ ],
274
+ "haystack": {
275
+ "template": "coolingCoil"
276
+ },
277
+ "brick": {
278
+ "template": "Cooling_Coil"
279
+ }
280
+ },
281
+ {
282
+ "openstudio_class": "OS:Coil:Heating:Gas",
283
+ "relationships": [
284
+ {
285
+ "openstudio_method": ["containingHVACComponent", "airLoopHVAC"],
286
+ "haystack": "equipRef",
287
+ "brick": "isPartOf"
288
+ }
289
+ ],
290
+ "haystack": {
291
+ "template": "heatingCoil"
292
+ },
293
+ "brick": {
294
+ "template": "Heating_Coil"
295
+ }
296
+ },
297
+ {
298
+ "openstudio_class": "OS:Coil:Heating:Electric",
299
+ "relationships": [
300
+ {
301
+ "openstudio_method": ["containingHVACComponent", "airLoopHVAC"],
302
+ "haystack": "equipRef",
303
+ "brick": "isPartOf"
304
+ }
305
+ ],
306
+ "haystack": {
307
+ "template": "heatingCoil"
308
+ },
309
+ "brick": {
310
+ "template": "Heating_Coil"
311
+ }
312
+ },
313
+ {
314
+ "openstudio_class": "OS:AirTerminal:SingleDuct:VAV:Reheat",
315
+ "relationships": [
316
+ {
317
+ "openstudio_method": ["airLoopHVAC"],
318
+ "haystack": "airRef",
319
+ "brick": "isFedBy"
320
+ },
321
+ {
322
+ "method_scope": "model",
323
+ "openstudio_method": ["getBuilding"],
324
+ "haystack": "siteRef",
325
+ "brick": "hasLocation"
326
+ }
327
+ ],
328
+ "haystack": {
329
+ "template": "vav"
330
+ },
331
+ "brick": {
332
+ "template": "VAV"
333
+ }
334
+ },
335
+ {
336
+ "openstudio_class": "OS:Output:Meter",
337
+ "relationships": [
338
+ {
339
+ "method_scope": "model",
340
+ "openstudio_method": ["getBuilding"],
341
+ "haystack": "siteRef",
342
+ "brick": "hasLocation"
343
+ }
344
+ ],
345
+ "submeter_relationships": {
346
+ "haystack": "submeterOf",
347
+ "brick": "isFedBy"
348
+ },
349
+ "point_to_meter_relationship": {
350
+ "haystack": "equipRef",
351
+ "brick": "isPointOf"
352
+ },
353
+ "meters": {
354
+ "Electricity:Facility": {
355
+ "haystack": {
356
+ "equip_template": "PH_Elec_SiteMeter",
357
+ "point_template": "PH_Elec_Power"
358
+ },
359
+ "brick": {
360
+ "equip_template": "Building_Electrical_Meter",
361
+ "point_template": "Electrical_Power_Sensor"
362
+ },
363
+ "meters": {
364
+ "InteriorLights:Electricity:Facility": {
365
+ "haystack": {
366
+ "equip_template": "elec-meter",
367
+ "point_template":"PH_Elec_Power"
368
+ },
369
+ "brick": {
370
+ "equip_template": "Electrical_Meter",
371
+ "point_template": "Electrical_Power_Sensor"
372
+ }
373
+ }
374
+ }
375
+ },
376
+ "Gas:Facility": {
377
+ "haystack": {
378
+ "equip_template": "PH_Gas_SiteMeter",
379
+ "point_template": "PH_Gas_Energy"
380
+ },
381
+ "brick": {
382
+ "equip_template": "Building_Gas_Meter",
383
+ "point_template": "Energy_Sensor"
384
+ }
385
+ }
386
+ }
387
+ }
388
+ ]