openstudio-standards 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/data/geometry/DEER_ERC.osm +2 -1
  3. data/data/geometry/DEER_MFm.osm +441 -70
  4. data/data/geometry/DEER_MFm_DXGF.json +210 -0
  5. data/data/geometry/DEER_MFm_DXHP.json +210 -0
  6. data/data/geometry/DEER_MFm_NCEH.json +163 -76
  7. data/data/geometry/DEER_MFm_NCGF.json +198 -44
  8. data/data/geometry/DEER_RtS.osm +0 -68
  9. data/data/geometry/DEER_SUn_Unc.json +2 -0
  10. data/data/standards/OpenStudio_Standards.xlsx +0 -0
  11. data/data/standards/OpenStudio_Standards_boilers.json +6 -6
  12. data/data/standards/OpenStudio_Standards_construction_properties.json +2304 -2304
  13. data/data/standards/OpenStudio_Standards_construction_sets.json +755 -125
  14. data/data/standards/OpenStudio_Standards_curves.json +51 -176
  15. data/data/standards/OpenStudio_Standards_entryways.json +11 -0
  16. data/data/standards/OpenStudio_Standards_exterior_lighting.json +30 -30
  17. data/data/standards/OpenStudio_Standards_ground_temperatures.json +288 -288
  18. data/data/standards/OpenStudio_Standards_heat_pumps.json +1320 -0
  19. data/data/standards/OpenStudio_Standards_heat_pumps_heating.json +840 -0
  20. data/data/standards/OpenStudio_Standards_materials.json +1 -1
  21. data/data/standards/OpenStudio_Standards_motors.json +11 -11
  22. data/data/standards/OpenStudio_Standards_parking.json +9 -0
  23. data/data/standards/OpenStudio_Standards_prototype_inputs.json +11877 -11301
  24. data/data/standards/OpenStudio_Standards_schedules.json +1847 -59
  25. data/data/standards/OpenStudio_Standards_space_types.json +88552 -75100
  26. data/data/standards/OpenStudio_Standards_templates.json +6 -6
  27. data/data/standards/OpenStudio_Standards_unitary_acs.json +1461 -185
  28. data/data/standards/OpenStudio_Standards_water_heaters.json +306 -0
  29. data/lib/openstudio-standards.rb +1 -0
  30. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +19 -1
  31. data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.swh.rb +13 -2
  32. data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +3 -3
  33. data/lib/openstudio-standards/prototypes/common/prototype_metaprogramming.rb +5 -0
  34. data/lib/openstudio-standards/standards/Standards.Construction.rb +26 -5
  35. data/lib/openstudio-standards/standards/Standards.Space.rb +1 -0
  36. data/lib/openstudio-standards/standards/Standards.SpaceType.rb +1 -1
  37. data/lib/openstudio-standards/standards/Standards.WaterHeaterMixed.rb +1 -1
  38. data/lib/openstudio-standards/standards/deer/deer.Space.rb +17 -0
  39. data/lib/openstudio-standards/version.rb +1 -1
  40. metadata +5 -2
@@ -1,18 +1,28 @@
1
1
  [
2
2
  {
3
- "name": "EL1 Sys1 (PSZ) (G.S1)",
3
+ "name": "EL1 Sys7 (UHT) (G.C13)",
4
4
  "type": "UnitHeater",
5
5
  "heating_type": "Gas",
6
6
  "fan_type": "OnOff",
7
7
  "fan_static_pressure": 1,
8
8
  "operation_schedule": null,
9
9
  "space_names": [
10
- "EL1 South Perim Spc (G.S1)"
11
- ],
12
- "return_plenum": "EL1 South Perim Plnm (G.S12)"
10
+ "EL1 Core Spc (G.C13)"
11
+ ]
13
12
  },
14
13
  {
15
- "name": "EL1 Sys1 (PSZ) (G.E2)",
14
+ "name": "EL1 Sys7 (UHT) (T.C39)",
15
+ "type": "UnitHeater",
16
+ "heating_type": "Gas",
17
+ "fan_type": "OnOff",
18
+ "fan_static_pressure": 1,
19
+ "operation_schedule": null,
20
+ "space_names": [
21
+ "EL1 Core Spc (T.C39)"
22
+ ]
23
+ },
24
+ {
25
+ "name": "EL1 Sys1 (UHT) (G.E2)",
16
26
  "type": "UnitHeater",
17
27
  "heating_type": "Gas",
18
28
  "fan_type": "OnOff",
@@ -20,115 +30,259 @@
20
30
  "operation_schedule": null,
21
31
  "space_names": [
22
32
  "EL1 East Perim Spc (G.E2)"
23
- ],
24
- "return_plenum": "EL1 East Perim Plnm (G.E13)"
33
+ ]
34
+ },
35
+ {
36
+ "name": "EL1 Sys2 (UHT) (G.E3)",
37
+ "type": "UnitHeater",
38
+ "heating_type": "Gas",
39
+ "fan_type": "OnOff",
40
+ "fan_static_pressure": 1,
41
+ "operation_schedule": null,
42
+ "space_names": [
43
+ "EL1 East Perim Spc (G.E3)"
44
+ ]
45
+ },
46
+ {
47
+ "name": "EL1 Sys2 (UHT) (G.E4)",
48
+ "type": "UnitHeater",
49
+ "heating_type": "Gas",
50
+ "fan_type": "OnOff",
51
+ "fan_static_pressure": 1,
52
+ "operation_schedule": null,
53
+ "space_names": [
54
+ "EL1 East Perim Spc (G.E4)"
55
+ ]
56
+ },
57
+ {
58
+ "name": "EL1 Sys3 (UHT) (G.E5)",
59
+ "type": "UnitHeater",
60
+ "heating_type": "Gas",
61
+ "fan_type": "OnOff",
62
+ "fan_static_pressure": 1,
63
+ "operation_schedule": null,
64
+ "space_names": [
65
+ "EL1 East Perim Spc (G.E5)"
66
+ ]
67
+ },
68
+ {
69
+ "name": "EL1 Sys1 (UHT) (T.E28)",
70
+ "type": "UnitHeater",
71
+ "heating_type": "Gas",
72
+ "fan_type": "OnOff",
73
+ "fan_static_pressure": 1,
74
+ "operation_schedule": null,
75
+ "space_names": [
76
+ "EL1 East Perim Spc (T.E28)"
77
+ ]
78
+ },
79
+ {
80
+ "name": "EL1 Sys2 (UHT) (T.E29)",
81
+ "type": "UnitHeater",
82
+ "heating_type": "Gas",
83
+ "fan_type": "OnOff",
84
+ "fan_static_pressure": 1,
85
+ "operation_schedule": null,
86
+ "space_names": [
87
+ "EL1 East Perim Spc (T.E29)"
88
+ ]
89
+ },
90
+ {
91
+ "name": "EL1 Sys2 (UHT) (T.E30)",
92
+ "type": "UnitHeater",
93
+ "heating_type": "Gas",
94
+ "fan_type": "OnOff",
95
+ "fan_static_pressure": 1,
96
+ "operation_schedule": null,
97
+ "space_names": [
98
+ "EL1 East Perim Spc (T.E30)"
99
+ ]
100
+ },
101
+ {
102
+ "name": "EL1 Sys3 (UHT) (T.E31)",
103
+ "type": "UnitHeater",
104
+ "heating_type": "Gas",
105
+ "fan_type": "OnOff",
106
+ "fan_static_pressure": 1,
107
+ "operation_schedule": null,
108
+ "space_names": [
109
+ "EL1 East Perim Spc (T.E31)"
110
+ ]
111
+ },
112
+ {
113
+ "name": "EL1 Sys3 (UHT) (G.NNE6)",
114
+ "type": "UnitHeater",
115
+ "heating_type": "Gas",
116
+ "fan_type": "OnOff",
117
+ "fan_static_pressure": 1,
118
+ "operation_schedule": null,
119
+ "space_names": [
120
+ "EL1 NNE Perim Spc (G.NNE6)"
121
+ ]
122
+ },
123
+ {
124
+ "name": "EL1 Sys3 (UHT) (T.NNE32)",
125
+ "type": "UnitHeater",
126
+ "heating_type": "Gas",
127
+ "fan_type": "OnOff",
128
+ "fan_static_pressure": 1,
129
+ "operation_schedule": null,
130
+ "space_names": [
131
+ "EL1 NNE Perim Spc (T.NNE32)"
132
+ ]
133
+ },
134
+ {
135
+ "name": "EL1 Sys6 (UHT) (G.NNW12)",
136
+ "type": "UnitHeater",
137
+ "heating_type": "Gas",
138
+ "fan_type": "OnOff",
139
+ "fan_static_pressure": 1,
140
+ "operation_schedule": null,
141
+ "space_names": [
142
+ "EL1 NNW Perim Spc (G.NNW12)"
143
+ ]
144
+ },
145
+ {
146
+ "name": "EL1 Sys6 (UHT) (T.NNW38)",
147
+ "type": "UnitHeater",
148
+ "heating_type": "Gas",
149
+ "fan_type": "OnOff",
150
+ "fan_static_pressure": 1,
151
+ "operation_schedule": null,
152
+ "space_names": [
153
+ "EL1 NNW Perim Spc (T.NNW38)"
154
+ ]
155
+ },
156
+ {
157
+ "name": "EL1 Sys1 (UHT) (G.SSE1)",
158
+ "type": "UnitHeater",
159
+ "heating_type": "Gas",
160
+ "fan_type": "OnOff",
161
+ "fan_static_pressure": 1,
162
+ "operation_schedule": null,
163
+ "space_names": [
164
+ "EL1 SSE Perim Spc (G.SSE1)"
165
+ ]
166
+ },
167
+ {
168
+ "name": "EL1 Sys1 (UHT) (T.SSE27)",
169
+ "type": "UnitHeater",
170
+ "heating_type": "Gas",
171
+ "fan_type": "OnOff",
172
+ "fan_static_pressure": 1,
173
+ "operation_schedule": null,
174
+ "space_names": [
175
+ "EL1 SSE Perim Spc (T.SSE27)"
176
+ ]
177
+ },
178
+ {
179
+ "name": "EEL1 Sys4 (UHT) (G.SSW7)",
180
+ "type": "UnitHeater",
181
+ "heating_type": "Gas",
182
+ "fan_type": "OnOff",
183
+ "fan_static_pressure": 1,
184
+ "operation_schedule": null,
185
+ "space_names": [
186
+ "EL1 SSW Perim Spc (G.SSW7)"
187
+ ]
25
188
  },
26
189
  {
27
- "name": "EL1 Sys1 (PSZ) (G.N3)",
190
+ "name": "EL1 Sys4 (UHT) (T.SSW33)",
28
191
  "type": "UnitHeater",
29
192
  "heating_type": "Gas",
30
193
  "fan_type": "OnOff",
31
194
  "fan_static_pressure": 1,
32
195
  "operation_schedule": null,
33
196
  "space_names": [
34
- "EL1 North Perim Spc (G.N3)"
35
- ],
36
- "return_plenum": "EL1 North Perim Plnm (G.N14)"
197
+ "EL1 SSW Perim Spc (T.SSW33)"
198
+ ]
37
199
  },
38
200
  {
39
- "name": "EL1 Sys1 (PSZ) (G.W4)",
201
+ "name": "EL1 Sys5 (UHT) (G.W10)",
40
202
  "type": "UnitHeater",
41
203
  "heating_type": "Gas",
42
204
  "fan_type": "OnOff",
43
205
  "fan_static_pressure": 1,
44
206
  "operation_schedule": null,
45
207
  "space_names": [
46
- "EL1 West Perim Spc (G.W4)"
47
- ],
48
- "return_plenum": "EL1 West Perim Plnm (G.W15)"
208
+ "EL1 West Perim Spc (G.W10)"
209
+ ]
49
210
  },
50
211
  {
51
- "name": "EL1 Sys1 (PSZ) (G.C5)",
212
+ "name": "EL1 Sys6 (UHT) (G.W11)",
52
213
  "type": "UnitHeater",
53
214
  "heating_type": "Gas",
54
215
  "fan_type": "OnOff",
55
216
  "fan_static_pressure": 1,
56
217
  "operation_schedule": null,
57
218
  "space_names": [
58
- "EL1 Core Spc (G.C5)"
59
- ],
60
- "return_plenum": "EL1 Core Plnm (G.C16)"
219
+ "EL1 West Perim Spc (G.W11)"
220
+ ]
61
221
  },
62
222
  {
63
- "name": "EL1 Sys1 (PSZ) (G.C6)",
223
+ "name": "EL1 Sys4 (UHT) (G.W8)",
64
224
  "type": "UnitHeater",
65
225
  "heating_type": "Gas",
66
226
  "fan_type": "OnOff",
67
227
  "fan_static_pressure": 1,
68
228
  "operation_schedule": null,
69
229
  "space_names": [
70
- "EL1 Core Spc (G.C6)"
71
- ],
72
- "return_plenum": "EL1 Core Plnm (G.C17)"
230
+ "EL1 West Perim Spc (G.W8)"
231
+ ]
73
232
  },
74
233
  {
75
- "name": "EL1 Sys1 (PSZ) (G.C7)",
234
+ "name": "EL1 Sys5 (UHT) (G.W9)",
76
235
  "type": "UnitHeater",
77
236
  "heating_type": "Gas",
78
237
  "fan_type": "OnOff",
79
238
  "fan_static_pressure": 1,
80
239
  "operation_schedule": null,
81
240
  "space_names": [
82
- "EL1 Core Spc (G.C7)"
83
- ],
84
- "return_plenum": "EL1 Core Plnm (G.C18)"
241
+ "EL1 West Perim Spc (G.W9)"
242
+ ]
85
243
  },
86
244
  {
87
- "name": "EL1 Sys1 (PSZ) (G.C8)",
245
+ "name": "EL1 Sys4 (UHT) (T.W34)",
88
246
  "type": "UnitHeater",
89
247
  "heating_type": "Gas",
90
248
  "fan_type": "OnOff",
91
249
  "fan_static_pressure": 1,
92
250
  "operation_schedule": null,
93
251
  "space_names": [
94
- "EL1 Core Spc (G.C8)"
95
- ],
96
- "return_plenum": "EL1 Core Plnm (G.C19)"
252
+ "EL1 West Perim Spc (T.W34)"
253
+ ]
97
254
  },
98
255
  {
99
- "name": "EL1 Sys1 (PSZ) (G.C9)",
256
+ "name": "EL1 Sys5 (UHT) (T.W35)",
100
257
  "type": "UnitHeater",
101
258
  "heating_type": "Gas",
102
259
  "fan_type": "OnOff",
103
260
  "fan_static_pressure": 1,
104
261
  "operation_schedule": null,
105
262
  "space_names": [
106
- "EL1 Core Spc (G.C9)"
107
- ],
108
- "return_plenum": "EL1 Core Plnm (G.C20)"
263
+ "EL1 West Perim Spc (T.W35)"
264
+ ]
109
265
  },
110
266
  {
111
- "name": "EL1 Sys1 (PSZ) (G.C10)",
267
+ "name": "EL1 Sys5 (UHT) (T.W36)",
112
268
  "type": "UnitHeater",
113
269
  "heating_type": "Gas",
114
270
  "fan_type": "OnOff",
115
271
  "fan_static_pressure": 1,
116
272
  "operation_schedule": null,
117
273
  "space_names": [
118
- "EL1 Core Spc (G.C10)"
119
- ],
120
- "return_plenum": "EL1 Core Plnm (G.C21)"
274
+ "EL1 West Perim Spc (T.W36)"
275
+ ]
121
276
  },
122
277
  {
123
- "name": "EL1 Sys1 (PSZ) (G.C11)",
278
+ "name": "EL1 Sys6 (UHT) (T.W37)",
124
279
  "type": "UnitHeater",
125
280
  "heating_type": "Gas",
126
281
  "fan_type": "OnOff",
127
282
  "fan_static_pressure": 1,
128
283
  "operation_schedule": null,
129
284
  "space_names": [
130
- "EL1 Core Spc (G.C11)"
131
- ],
132
- "return_plenum": "EL1 Core Plnm (G.C22)"
285
+ "EL1 West Perim Spc (T.W37)"
286
+ ]
133
287
  }
134
- ]
288
+ ]
@@ -171,23 +171,6 @@ OS:Surface,
171
171
  -1.66945946436009e-15, 2.74829295516222e-46, 0, !- X,Y,Z Vertex 3 {m}
172
172
  -1.66945946436009e-15, 2.74829295516222e-46, 3.048; !- X,Y,Z Vertex 4 {m}
173
173
 
174
- OS:SubSurface,
175
- {2e0799e1-60c0-46b5-bbc9-8834d7c696f2}, !- Handle
176
- EL1 West Win (G.S1.E4.W1), !- Name
177
- FixedWindow, !- Sub Surface Type
178
- , !- Construction Name
179
- {c733168d-a1a9-44fc-a800-4cba2d0ee210}, !- Surface Name
180
- , !- Outside Boundary Condition Object
181
- , !- View Factor to Ground
182
- , !- Shading Control Name
183
- , !- Frame and Divider Name
184
- , !- Multiplier
185
- , !- Number of Vertices
186
- -0.914399999999976, 11.7518688, 3.048, !- X,Y,Z Vertex 1 {m}
187
- -0.914400000000003, 2.12821835886074e-15, 3.048, !- X,Y,Z Vertex 2 {m}
188
- -2.505456, 5.83131830327843e-15, 3.048, !- X,Y,Z Vertex 3 {m}
189
- -2.50545599999997, 11.7518688, 3.048; !- X,Y,Z Vertex 4 {m}
190
-
191
174
  OS:Surface,
192
175
  {519182a2-48a3-4233-a289-d0813681f826}, !- Handle
193
176
  EL1 East Wall (G.S1.I1), !- Name
@@ -782,57 +765,6 @@ OS:Surface,
782
765
  13.63218, 27.26436, 3.048, !- X,Y,Z Vertex 3 {m}
783
766
  13.63218, 27.26436, 3.6576; !- X,Y,Z Vertex 4 {m}
784
767
 
785
- OS:SubSurface,
786
- {6a2693d8-0819-4cd1-96fc-9bb30ffad914}, !- Handle
787
- EL2 North Win (G.W1.E4.W1), !- Name
788
- FixedWindow, !- Sub Surface Type
789
- , !- Construction Name
790
- , !- Surface Name
791
- , !- Outside Boundary Condition Object
792
- , !- View Factor to Ground
793
- , !- Shading Control Name
794
- , !- Frame and Divider Name
795
- , !- Multiplier
796
- , !- Number of Vertices
797
- 11.7518688, 99.538536, 3.048, !- X,Y,Z Vertex 1 {m}
798
- 11.7518688, 97.94748, 3.048, !- X,Y,Z Vertex 2 {m}
799
- 6.71890219884202e-16, 97.94748, 3.048, !- X,Y,Z Vertex 3 {m}
800
- 1.84097920248273e-15, 99.538536, 3.048; !- X,Y,Z Vertex 4 {m}
801
-
802
- OS:SubSurface,
803
- {c3cd7a7a-790b-4f42-872f-e0301fa6c2ce}, !- Handle
804
- EL3 East Win (G.N1.E4.W1), !- Name
805
- FixedWindow, !- Sub Surface Type
806
- , !- Construction Name
807
- , !- Surface Name
808
- , !- Outside Boundary Condition Object
809
- , !- View Factor to Ground
810
- , !- Shading Control Name
811
- , !- Frame and Divider Name
812
- , !- Multiplier
813
- , !- Number of Vertices
814
- -46.430184, 97.03308, 3.048, !- X,Y,Z Vertex 1 {m}
815
- -46.430184, 85.2812112, 3.048, !- X,Y,Z Vertex 2 {m}
816
- -48.02124, 85.2812112, 3.048, !- X,Y,Z Vertex 3 {m}
817
- -48.02124, 97.03308, 3.048; !- X,Y,Z Vertex 4 {m}
818
-
819
- OS:SubSurface,
820
- {d0a7820d-ddf2-4628-aae2-259361b10d20}, !- Handle
821
- EL4 South Win (G.E1.E4.W1), !- Name
822
- FixedWindow, !- Sub Surface Type
823
- , !- Construction Name
824
- , !- Surface Name
825
- , !- Outside Boundary Condition Object
826
- , !- View Factor to Ground
827
- , !- Shading Control Name
828
- , !- Frame and Divider Name
829
- , !- Multiplier
830
- , !- Number of Vertices
831
- -48.93564, -0.914400000000003, 3.048, !- X,Y,Z Vertex 1 {m}
832
- -48.93564, -2.505456, 3.048, !- X,Y,Z Vertex 2 {m}
833
- -60.6875088, -2.50545599999999, 3.048, !- X,Y,Z Vertex 3 {m}
834
- -60.6875088, -0.914399999999994, 3.048; !- X,Y,Z Vertex 4 {m}
835
-
836
768
  OS:Facility,
837
769
  {deee7c3b-5120-4b61-8ce5-8a6455de1dc9}; !- Handle
838
770
 
@@ -1,12 +1,14 @@
1
1
  [
2
2
  {
3
3
  "name": "EL1 Sys1 (UVT) (G.S1)",
4
+ "type": "Unconditioned",
4
5
  "space_names": [
5
6
  "EL1 South Perim Spc (G.S1)"
6
7
  ]
7
8
  },
8
9
  {
9
10
  "name": "EL1 Sys1 (UVT) (G.N2)",
11
+ "type": "Unconditioned",
10
12
  "space_names": [
11
13
  "EL1 North Perim Spc (G.N2)"
12
14
  ]
@@ -481,7 +481,7 @@
481
481
  "notes": "Assumes a condensing boiler"
482
482
  },
483
483
  {
484
- "template": "CEC Pre-1978",
484
+ "template": "CBES Pre-1978",
485
485
  "fluid_type": "Hot Water",
486
486
  "fuel_type": "Gas",
487
487
  "condensing": null,
@@ -497,7 +497,7 @@
497
497
  "notes": "From Commercial Building Energy Saver (CBES) Prototype Models: cbes.lbl.gov"
498
498
  },
499
499
  {
500
- "template": "CEC T24 1978",
500
+ "template": "CBES T24 1978",
501
501
  "fluid_type": "Hot Water",
502
502
  "fuel_type": "Gas",
503
503
  "condensing": null,
@@ -513,7 +513,7 @@
513
513
  "notes": "From Commercial Building Energy Saver (CBES) Prototype Models: cbes.lbl.gov"
514
514
  },
515
515
  {
516
- "template": "CEC T24 1992",
516
+ "template": "CBES T24 1992",
517
517
  "fluid_type": "Hot Water",
518
518
  "fuel_type": "Gas",
519
519
  "condensing": null,
@@ -529,7 +529,7 @@
529
529
  "notes": "From Commercial Building Energy Saver (CBES) Prototype Models: cbes.lbl.gov"
530
530
  },
531
531
  {
532
- "template": "CEC T24 2001",
532
+ "template": "CBES T24 2001",
533
533
  "fluid_type": "Hot Water",
534
534
  "fuel_type": "Gas",
535
535
  "condensing": null,
@@ -545,7 +545,7 @@
545
545
  "notes": "From Commercial Building Energy Saver (CBES) Prototype Models: cbes.lbl.gov"
546
546
  },
547
547
  {
548
- "template": "CEC T24 2005",
548
+ "template": "CBES T24 2005",
549
549
  "fluid_type": "Hot Water",
550
550
  "fuel_type": "Gas",
551
551
  "condensing": null,
@@ -561,7 +561,7 @@
561
561
  "notes": "From Commercial Building Energy Saver (CBES) Prototype Models: cbes.lbl.gov"
562
562
  },
563
563
  {
564
- "template": "CEC T24 2008",
564
+ "template": "CBES T24 2008",
565
565
  "fluid_type": "Hot Water",
566
566
  "fuel_type": "Gas",
567
567
  "condensing": null,