openstudio-standards 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/geometry/Geometry.hospital.osm +4 -0
- data/data/geometry/Geometry.large_office_2010.osm +4 -0
- data/data/geometry/Geometry.retail_stripmall.osm +4 -0
- data/data/geometry/Geometry.warehouse.osm +4 -0
- data/lib/openstudio-standards/version.rb +1 -1
- data/lib/openstudio-standards.rb +1 -1
- metadata +16 -5
- data/data/geometry/Geometry.full_service_restaurant.osm +0 -472
- data/data/geometry/Geometry.hospital_original.osm +0 -8947
- data/data/geometry/Geometry.primary_school_pre_1980_to_2004_raw.osm +0 -4246
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ef72a332ad1f3649c5c537956c86ffbffc3d2c6
|
4
|
+
data.tar.gz: 0daf7b3e9aa48317abf680496f8ac297a0a55bea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c68ec92c0ec0085cc5fc41d203eac9ab141097d42ea63020658cdf88f94438ef30ca131c1a66736254c530feff19de5d49c0a67122dc5d36ee97daf57e81ce4d
|
7
|
+
data.tar.gz: 38d568a12a66d0624bb90de8415f6863b840cfb6cd04db8b31dbcc0c3a3aa4afdabf9023e2caffc84cda0de449a18cf67ec0e9bc59de21b22aa930f759078e46
|
@@ -3,6 +3,10 @@ OS:Version,
|
|
3
3
|
{3592a94d-5153-4d76-a2a3-a95d4d83aec4}, !- Handle
|
4
4
|
1.9.0; !- Version Identifier
|
5
5
|
|
6
|
+
OS:Timestep,
|
7
|
+
{b0fa043b-3e91-4705-b798-a26bbea47620}, !- Handle
|
8
|
+
6; !- Number of Timesteps per Hour
|
9
|
+
|
6
10
|
OS:Surface,
|
7
11
|
{536547a8-0ff7-41c8-95f3-7331a5af3d86}, !- Handle
|
8
12
|
ER_Exam3_Mult4_Flr_1_Wall_East, !- Name
|
@@ -3,6 +3,10 @@ OS:Version,
|
|
3
3
|
{0d11209e-173f-49a4-ba0c-c15657a72b3e}, !- Handle
|
4
4
|
1.13.1; !- Version Identifier
|
5
5
|
|
6
|
+
OS:Timestep,
|
7
|
+
{b0fa043b-3e91-4705-b798-a26bbea47620}, !- Handle
|
8
|
+
6; !- Number of Timesteps per Hour
|
9
|
+
|
6
10
|
OS:YearDescription,
|
7
11
|
{2759562d-6e36-40de-aa86-5c2198a9d34c}, !- Handle
|
8
12
|
, !- Calendar Year
|
@@ -3,6 +3,10 @@ OS:Version,
|
|
3
3
|
{92c527f7-298b-4932-a009-bf2f15a39385}, !- Handle
|
4
4
|
1.7.0; !- Version Identifier
|
5
5
|
|
6
|
+
OS:Timestep,
|
7
|
+
{b0fa043b-3e91-4705-b798-a26bbea47620}, !- Handle
|
8
|
+
6; !- Number of Timesteps per Hour
|
9
|
+
|
6
10
|
OS:SubSurface,
|
7
11
|
{14a25927-c7c1-4cd4-bfed-b91ae977fc4d}, !- Handle
|
8
12
|
SMstore2_Wall_1_Window_1, !- Name
|
@@ -3,6 +3,10 @@ OS:Version,
|
|
3
3
|
{0ca49f02-19d7-489f-811f-53289bdf1c02}, !- Handle
|
4
4
|
1.7.0; !- Version Identifier
|
5
5
|
|
6
|
+
OS:Timestep,
|
7
|
+
{b0fa043b-3e91-4705-b798-a26bbea47620}, !- Handle
|
8
|
+
6; !- Number of Timesteps per Hour
|
9
|
+
|
6
10
|
OS:Connection,
|
7
11
|
{b742b2ef-79b6-4b4e-bc85-5c20c1c8300f}, !- Handle
|
8
12
|
{15de7a4c-1724-4ba3-a1e6-a66b0ba90514}, !- Name
|
data/lib/openstudio-standards.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstudio-standards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Parker
|
@@ -21,8 +21,22 @@ authors:
|
|
21
21
|
autorequire:
|
22
22
|
bindir: bin
|
23
23
|
cert_chain: []
|
24
|
-
date:
|
24
|
+
date: 2017-02-02 00:00:00.000000000 Z
|
25
25
|
dependencies:
|
26
|
+
- !ruby/object:Gem::Dependency
|
27
|
+
name: nokogiri
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - <=
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 1.6.8.1
|
33
|
+
type: :development
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - <=
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: 1.6.8.1
|
26
40
|
- !ruby/object:Gem::Dependency
|
27
41
|
name: bundler
|
28
42
|
requirement: !ruby/object:Gem::Requirement
|
@@ -346,12 +360,10 @@ files:
|
|
346
360
|
- lib/openstudio-standards/weather/Weather.Model.rb
|
347
361
|
- lib/openstudio-standards/weather/Weather.stat_file.rb
|
348
362
|
- lib/openstudio-standards.rb
|
349
|
-
- data/geometry/Geometry.full_service_restaurant.osm
|
350
363
|
- data/geometry/Geometry.full_service_restaurant_allothers.osm
|
351
364
|
- data/geometry/Geometry.full_service_restaurant_pre1980.osm
|
352
365
|
- data/geometry/Geometry.high_rise_apartment.osm
|
353
366
|
- data/geometry/Geometry.hospital.osm
|
354
|
-
- data/geometry/Geometry.hospital_original.osm
|
355
367
|
- data/geometry/Geometry.large_hotel.2004_2007.osm
|
356
368
|
- data/geometry/Geometry.large_hotel.2010.osm
|
357
369
|
- data/geometry/Geometry.large_hotel.2013.osm
|
@@ -363,7 +375,6 @@ files:
|
|
363
375
|
- data/geometry/Geometry.outpatient.osm
|
364
376
|
- data/geometry/Geometry.primary_school.osm
|
365
377
|
- data/geometry/Geometry.primary_school_pre_1980_to_2004.osm
|
366
|
-
- data/geometry/Geometry.primary_school_pre_1980_to_2004_raw.osm
|
367
378
|
- data/geometry/Geometry.quick_service_restaurant_allothers.osm
|
368
379
|
- data/geometry/Geometry.quick_service_restaurant_pre1980.osm
|
369
380
|
- data/geometry/Geometry.retail_standalone.2004_2007.osm
|
@@ -1,472 +0,0 @@
|
|
1
|
-
|
2
|
-
OS:Version,
|
3
|
-
{94f060e0-e8d1-4e9a-bdf2-a2cbe7c311a5}, !- Handle
|
4
|
-
1.7.0; !- Version Identifier
|
5
|
-
|
6
|
-
OS:Connection,
|
7
|
-
{7c23088f-d129-42d1-a7ee-6448a98209f6}, !- Handle
|
8
|
-
{674ca341-b5fb-4be8-89cf-43b8d7233d89}, !- Name
|
9
|
-
, !- Source Object
|
10
|
-
11, !- Outlet Port
|
11
|
-
, !- Target Object
|
12
|
-
2; !- Inlet Port
|
13
|
-
|
14
|
-
OS:Space,
|
15
|
-
{2a4806f8-0798-4310-9469-cabc28ac6bde}, !- Handle
|
16
|
-
Dining, !- Name
|
17
|
-
, !- Space Type Name
|
18
|
-
, !- Default Construction Set Name
|
19
|
-
, !- Default Schedule Set Name
|
20
|
-
0, !- Direction of Relative North {deg}
|
21
|
-
0, !- X Origin {m}
|
22
|
-
0, !- Y Origin {m}
|
23
|
-
0, !- Z Origin {m}
|
24
|
-
, !- Building Story Name
|
25
|
-
, !- Thermal Zone Name
|
26
|
-
Yes; !- Part of Total Floor Area
|
27
|
-
|
28
|
-
OS:Surface,
|
29
|
-
{86d2de50-2e37-4bfc-a060-6b1217a6c9df}, !- Handle
|
30
|
-
Kitchen_Floor, !- Name
|
31
|
-
Floor, !- Surface Type
|
32
|
-
, !- Construction Name
|
33
|
-
{a473ceae-1488-48e4-8fbb-03a9f39e58c7}, !- Space Name
|
34
|
-
Ground, !- Outside Boundary Condition
|
35
|
-
, !- Outside Boundary Condition Object
|
36
|
-
NoSun, !- Sun Exposure
|
37
|
-
NoWind, !- Wind Exposure
|
38
|
-
, !- View Factor to Ground
|
39
|
-
, !- Number of Vertices
|
40
|
-
22.6087, 22.6087, 0, !- X,Y,Z Vertex 1 {m}
|
41
|
-
22.6087, 16.4427, 0, !- X,Y,Z Vertex 2 {m}
|
42
|
-
0, 16.4427, 0, !- X,Y,Z Vertex 3 {m}
|
43
|
-
0, 22.6087, 0; !- X,Y,Z Vertex 4 {m}
|
44
|
-
|
45
|
-
OS:Connection,
|
46
|
-
{a9861451-a6a0-4e5f-bef1-ba83009ca83a}, !- Handle
|
47
|
-
{f2994518-810c-4b59-a576-51e394b489f3}, !- Name
|
48
|
-
, !- Source Object
|
49
|
-
11, !- Outlet Port
|
50
|
-
, !- Target Object
|
51
|
-
2; !- Inlet Port
|
52
|
-
|
53
|
-
OS:Space,
|
54
|
-
{a473ceae-1488-48e4-8fbb-03a9f39e58c7}, !- Handle
|
55
|
-
Kitchen, !- Name
|
56
|
-
, !- Space Type Name
|
57
|
-
, !- Default Construction Set Name
|
58
|
-
, !- Default Schedule Set Name
|
59
|
-
0, !- Direction of Relative North {deg}
|
60
|
-
0, !- X Origin {m}
|
61
|
-
0, !- Y Origin {m}
|
62
|
-
0, !- Z Origin {m}
|
63
|
-
, !- Building Story Name
|
64
|
-
, !- Thermal Zone Name
|
65
|
-
Yes; !- Part of Total Floor Area
|
66
|
-
|
67
|
-
OS:Surface,
|
68
|
-
{e5de2661-d09a-4dfe-bf56-cf52e5e94d35}, !- Handle
|
69
|
-
Dining_Wall_North-PPAutoCreateOther, !- Name
|
70
|
-
Wall, !- Surface Type
|
71
|
-
, !- Construction Name
|
72
|
-
{a473ceae-1488-48e4-8fbb-03a9f39e58c7}, !- Space Name
|
73
|
-
Surface, !- Outside Boundary Condition
|
74
|
-
{5655a45d-46e1-41fa-8166-a6fe9e09740e}, !- Outside Boundary Condition Object
|
75
|
-
NoSun, !- Sun Exposure
|
76
|
-
NoWind, !- Wind Exposure
|
77
|
-
, !- View Factor to Ground
|
78
|
-
, !- Number of Vertices
|
79
|
-
0, 16.4427, 3.0488, !- X,Y,Z Vertex 1 {m}
|
80
|
-
0, 16.4427, 0, !- X,Y,Z Vertex 2 {m}
|
81
|
-
22.6087, 16.4427, 0, !- X,Y,Z Vertex 3 {m}
|
82
|
-
22.6087, 16.4427, 3.0488; !- X,Y,Z Vertex 4 {m}
|
83
|
-
|
84
|
-
OS:Surface,
|
85
|
-
{6773709c-8f7b-483a-8b89-62d470c2c24d}, !- Handle
|
86
|
-
attic-floor-kitchen, !- Name
|
87
|
-
Floor, !- Surface Type
|
88
|
-
, !- Construction Name
|
89
|
-
{b5af85e1-a5f8-4b9f-bc22-9369aaaa2d42}, !- Space Name
|
90
|
-
Surface, !- Outside Boundary Condition
|
91
|
-
{638e6dec-0594-44a0-8be9-89bbe6e22706}, !- Outside Boundary Condition Object
|
92
|
-
NoSun, !- Sun Exposure
|
93
|
-
NoWind, !- Wind Exposure
|
94
|
-
, !- View Factor to Ground
|
95
|
-
, !- Number of Vertices
|
96
|
-
22.6087, 22.6087, 0, !- X,Y,Z Vertex 1 {m}
|
97
|
-
22.6087, 16.4427, 0, !- X,Y,Z Vertex 2 {m}
|
98
|
-
0, 16.4427, 0, !- X,Y,Z Vertex 3 {m}
|
99
|
-
0, 22.6087, 0; !- X,Y,Z Vertex 4 {m}
|
100
|
-
|
101
|
-
OS:Connection,
|
102
|
-
{21ce3b41-9495-4011-b8ce-21f417594d16}, !- Handle
|
103
|
-
{30b7ba0f-9623-4fc5-9ab1-b1cefac18426}, !- Name
|
104
|
-
, !- Source Object
|
105
|
-
11, !- Outlet Port
|
106
|
-
, !- Target Object
|
107
|
-
2; !- Inlet Port
|
108
|
-
|
109
|
-
OS:Space,
|
110
|
-
{b5af85e1-a5f8-4b9f-bc22-9369aaaa2d42}, !- Handle
|
111
|
-
attic, !- Name
|
112
|
-
, !- Space Type Name
|
113
|
-
, !- Default Construction Set Name
|
114
|
-
, !- Default Schedule Set Name
|
115
|
-
0, !- Direction of Relative North {deg}
|
116
|
-
0, !- X Origin {m}
|
117
|
-
0, !- Y Origin {m}
|
118
|
-
3.0488, !- Z Origin {m}
|
119
|
-
, !- Building Story Name
|
120
|
-
, !- Thermal Zone Name
|
121
|
-
No; !- Part of Total Floor Area
|
122
|
-
|
123
|
-
OS:Surface,
|
124
|
-
{7081e985-1211-4dcc-9f4d-3d62082488d9}, !- Handle
|
125
|
-
east-roof, !- Name
|
126
|
-
RoofCeiling, !- Surface Type
|
127
|
-
, !- Construction Name
|
128
|
-
{b5af85e1-a5f8-4b9f-bc22-9369aaaa2d42}, !- Space Name
|
129
|
-
Outdoors, !- Outside Boundary Condition
|
130
|
-
, !- Outside Boundary Condition Object
|
131
|
-
SunExposed, !- Sun Exposure
|
132
|
-
WindExposed, !- Wind Exposure
|
133
|
-
, !- View Factor to Ground
|
134
|
-
, !- Number of Vertices
|
135
|
-
11.3044, 3.769, 3.7692, !- X,Y,Z Vertex 1 {m}
|
136
|
-
22.6087, 0, 0, !- X,Y,Z Vertex 2 {m}
|
137
|
-
22.6087, 22.6087, 0, !- X,Y,Z Vertex 3 {m}
|
138
|
-
11.3044, 18.8397, 3.7692; !- X,Y,Z Vertex 4 {m}
|
139
|
-
|
140
|
-
OS:Surface,
|
141
|
-
{5d590ad3-fc09-4730-aed2-1fc03e315b3e}, !- Handle
|
142
|
-
Kitchen_Wall_West, !- Name
|
143
|
-
Wall, !- Surface Type
|
144
|
-
, !- Construction Name
|
145
|
-
{a473ceae-1488-48e4-8fbb-03a9f39e58c7}, !- Space Name
|
146
|
-
Outdoors, !- Outside Boundary Condition
|
147
|
-
, !- Outside Boundary Condition Object
|
148
|
-
SunExposed, !- Sun Exposure
|
149
|
-
WindExposed, !- Wind Exposure
|
150
|
-
, !- View Factor to Ground
|
151
|
-
, !- Number of Vertices
|
152
|
-
0, 22.6087, 3.0488, !- X,Y,Z Vertex 1 {m}
|
153
|
-
0, 22.6087, 0, !- X,Y,Z Vertex 2 {m}
|
154
|
-
0, 16.4427, 0, !- X,Y,Z Vertex 3 {m}
|
155
|
-
0, 16.4427, 3.0488; !- X,Y,Z Vertex 4 {m}
|
156
|
-
|
157
|
-
OS:Surface,
|
158
|
-
{fd396358-4ec7-4a22-acd3-8b655c76b3b4}, !- Handle
|
159
|
-
attic-floor-dinning, !- Name
|
160
|
-
Floor, !- Surface Type
|
161
|
-
, !- Construction Name
|
162
|
-
{b5af85e1-a5f8-4b9f-bc22-9369aaaa2d42}, !- Space Name
|
163
|
-
Surface, !- Outside Boundary Condition
|
164
|
-
{358c99ab-b0ff-4fff-9129-7e608432fa84}, !- Outside Boundary Condition Object
|
165
|
-
NoSun, !- Sun Exposure
|
166
|
-
NoWind, !- Wind Exposure
|
167
|
-
, !- View Factor to Ground
|
168
|
-
, !- Number of Vertices
|
169
|
-
22.6087, 16.4427, 0, !- X,Y,Z Vertex 1 {m}
|
170
|
-
22.6087, 0, 0, !- X,Y,Z Vertex 2 {m}
|
171
|
-
0, 0, 0, !- X,Y,Z Vertex 3 {m}
|
172
|
-
0, 16.4427, 0; !- X,Y,Z Vertex 4 {m}
|
173
|
-
|
174
|
-
OS:SubSurface,
|
175
|
-
{6da78b3e-dbea-4635-835d-9c71f8b82b9c}, !- Handle
|
176
|
-
Dining_Wall_East_Window, !- Name
|
177
|
-
FixedWindow, !- Sub Surface Type
|
178
|
-
, !- Construction Name
|
179
|
-
{364c3c50-f963-4d64-bf8a-b50f51614c5b}, !- Surface Name
|
180
|
-
, !- Outside Boundary Condition Object
|
181
|
-
, !- View Factor to Ground
|
182
|
-
, !- Shading Control Name
|
183
|
-
, !- Frame and Divider Name
|
184
|
-
1, !- Multiplier
|
185
|
-
, !- Number of Vertices
|
186
|
-
22.6087, 0.6029, 1.9817, !- X,Y,Z Vertex 1 {m}
|
187
|
-
22.6087, 0.6029, 1.0671, !- X,Y,Z Vertex 2 {m}
|
188
|
-
22.6087, 15.8398, 1.0671, !- X,Y,Z Vertex 3 {m}
|
189
|
-
22.6087, 15.8398, 1.9817; !- X,Y,Z Vertex 4 {m}
|
190
|
-
|
191
|
-
OS:Surface,
|
192
|
-
{364c3c50-f963-4d64-bf8a-b50f51614c5b}, !- Handle
|
193
|
-
Dining_Wall_East, !- Name
|
194
|
-
Wall, !- Surface Type
|
195
|
-
, !- Construction Name
|
196
|
-
{2a4806f8-0798-4310-9469-cabc28ac6bde}, !- Space Name
|
197
|
-
Outdoors, !- Outside Boundary Condition
|
198
|
-
, !- Outside Boundary Condition Object
|
199
|
-
SunExposed, !- Sun Exposure
|
200
|
-
WindExposed, !- Wind Exposure
|
201
|
-
, !- View Factor to Ground
|
202
|
-
, !- Number of Vertices
|
203
|
-
22.6087, 0, 3.0488, !- X,Y,Z Vertex 1 {m}
|
204
|
-
22.6087, 0, 0, !- X,Y,Z Vertex 2 {m}
|
205
|
-
22.6087, 16.4427, 0, !- X,Y,Z Vertex 3 {m}
|
206
|
-
22.6087, 16.4427, 3.0488; !- X,Y,Z Vertex 4 {m}
|
207
|
-
|
208
|
-
OS:Surface,
|
209
|
-
{1f5e8793-3528-4e63-ae8f-69c2282fb2bc}, !- Handle
|
210
|
-
Dining_Floor, !- Name
|
211
|
-
Floor, !- Surface Type
|
212
|
-
, !- Construction Name
|
213
|
-
{2a4806f8-0798-4310-9469-cabc28ac6bde}, !- Space Name
|
214
|
-
Ground, !- Outside Boundary Condition
|
215
|
-
, !- Outside Boundary Condition Object
|
216
|
-
NoSun, !- Sun Exposure
|
217
|
-
NoWind, !- Wind Exposure
|
218
|
-
, !- View Factor to Ground
|
219
|
-
, !- Number of Vertices
|
220
|
-
22.6087, 16.4427, 0, !- X,Y,Z Vertex 1 {m}
|
221
|
-
22.6087, 0, 0, !- X,Y,Z Vertex 2 {m}
|
222
|
-
0, 0, 0, !- X,Y,Z Vertex 3 {m}
|
223
|
-
0, 16.4427, 0; !- X,Y,Z Vertex 4 {m}
|
224
|
-
|
225
|
-
OS:Surface,
|
226
|
-
{42598db2-9689-4f31-a0cb-12c6e56f0591}, !- Handle
|
227
|
-
north-roof, !- Name
|
228
|
-
RoofCeiling, !- Surface Type
|
229
|
-
, !- Construction Name
|
230
|
-
{b5af85e1-a5f8-4b9f-bc22-9369aaaa2d42}, !- Space Name
|
231
|
-
Outdoors, !- Outside Boundary Condition
|
232
|
-
, !- Outside Boundary Condition Object
|
233
|
-
SunExposed, !- Sun Exposure
|
234
|
-
WindExposed, !- Wind Exposure
|
235
|
-
, !- View Factor to Ground
|
236
|
-
, !- Number of Vertices
|
237
|
-
11.3044, 18.8397, 3.7692, !- X,Y,Z Vertex 1 {m}
|
238
|
-
22.6087, 22.6087, 0, !- X,Y,Z Vertex 2 {m}
|
239
|
-
0, 22.6087, 0; !- X,Y,Z Vertex 3 {m}
|
240
|
-
|
241
|
-
OS:Surface,
|
242
|
-
{4bdaf572-72bb-4381-8761-e4840c1e88c4}, !- Handle
|
243
|
-
west-roof, !- Name
|
244
|
-
RoofCeiling, !- Surface Type
|
245
|
-
, !- Construction Name
|
246
|
-
{b5af85e1-a5f8-4b9f-bc22-9369aaaa2d42}, !- Space Name
|
247
|
-
Outdoors, !- Outside Boundary Condition
|
248
|
-
, !- Outside Boundary Condition Object
|
249
|
-
SunExposed, !- Sun Exposure
|
250
|
-
WindExposed, !- Wind Exposure
|
251
|
-
, !- View Factor to Ground
|
252
|
-
, !- Number of Vertices
|
253
|
-
11.3044, 18.8397, 3.7692, !- X,Y,Z Vertex 1 {m}
|
254
|
-
0, 22.6087, 0, !- X,Y,Z Vertex 2 {m}
|
255
|
-
0, 0, 0, !- X,Y,Z Vertex 3 {m}
|
256
|
-
11.3044, 3.769, 3.7692; !- X,Y,Z Vertex 4 {m}
|
257
|
-
|
258
|
-
OS:Surface,
|
259
|
-
{b61b700c-445a-478a-8660-0833b3c6c622}, !- Handle
|
260
|
-
Dining_Wall_South, !- Name
|
261
|
-
Wall, !- Surface Type
|
262
|
-
, !- Construction Name
|
263
|
-
{2a4806f8-0798-4310-9469-cabc28ac6bde}, !- Space Name
|
264
|
-
Outdoors, !- Outside Boundary Condition
|
265
|
-
, !- Outside Boundary Condition Object
|
266
|
-
SunExposed, !- Sun Exposure
|
267
|
-
WindExposed, !- Wind Exposure
|
268
|
-
, !- View Factor to Ground
|
269
|
-
, !- Number of Vertices
|
270
|
-
0, 0, 3.0488, !- X,Y,Z Vertex 1 {m}
|
271
|
-
0, 0, 0, !- X,Y,Z Vertex 2 {m}
|
272
|
-
22.6087, 0, 0, !- X,Y,Z Vertex 3 {m}
|
273
|
-
22.6087, 0, 3.0488; !- X,Y,Z Vertex 4 {m}
|
274
|
-
|
275
|
-
OS:Surface,
|
276
|
-
{358c99ab-b0ff-4fff-9129-7e608432fa84}, !- Handle
|
277
|
-
Dining_Ceiling, !- Name
|
278
|
-
RoofCeiling, !- Surface Type
|
279
|
-
, !- Construction Name
|
280
|
-
{2a4806f8-0798-4310-9469-cabc28ac6bde}, !- Space Name
|
281
|
-
Surface, !- Outside Boundary Condition
|
282
|
-
{fd396358-4ec7-4a22-acd3-8b655c76b3b4}, !- Outside Boundary Condition Object
|
283
|
-
NoSun, !- Sun Exposure
|
284
|
-
NoWind, !- Wind Exposure
|
285
|
-
, !- View Factor to Ground
|
286
|
-
, !- Number of Vertices
|
287
|
-
22.6087, 0, 3.0488, !- X,Y,Z Vertex 1 {m}
|
288
|
-
22.6087, 16.4427, 3.0488, !- X,Y,Z Vertex 2 {m}
|
289
|
-
0, 16.4427, 3.0488, !- X,Y,Z Vertex 3 {m}
|
290
|
-
0, 0, 3.0488; !- X,Y,Z Vertex 4 {m}
|
291
|
-
|
292
|
-
OS:Surface,
|
293
|
-
{4ce92574-aeb6-4a2b-969c-ec74d4011e91}, !- Handle
|
294
|
-
south-roof, !- Name
|
295
|
-
RoofCeiling, !- Surface Type
|
296
|
-
, !- Construction Name
|
297
|
-
{b5af85e1-a5f8-4b9f-bc22-9369aaaa2d42}, !- Space Name
|
298
|
-
Outdoors, !- Outside Boundary Condition
|
299
|
-
, !- Outside Boundary Condition Object
|
300
|
-
SunExposed, !- Sun Exposure
|
301
|
-
WindExposed, !- Wind Exposure
|
302
|
-
, !- View Factor to Ground
|
303
|
-
, !- Number of Vertices
|
304
|
-
11.3044, 3.769, 3.7692, !- X,Y,Z Vertex 1 {m}
|
305
|
-
0, 0, 0, !- X,Y,Z Vertex 2 {m}
|
306
|
-
22.6087, 0, 0; !- X,Y,Z Vertex 3 {m}
|
307
|
-
|
308
|
-
OS:Surface,
|
309
|
-
{638e6dec-0594-44a0-8be9-89bbe6e22706}, !- Handle
|
310
|
-
Kitchen_Ceiling, !- Name
|
311
|
-
RoofCeiling, !- Surface Type
|
312
|
-
, !- Construction Name
|
313
|
-
{a473ceae-1488-48e4-8fbb-03a9f39e58c7}, !- Space Name
|
314
|
-
Surface, !- Outside Boundary Condition
|
315
|
-
{6773709c-8f7b-483a-8b89-62d470c2c24d}, !- Outside Boundary Condition Object
|
316
|
-
NoSun, !- Sun Exposure
|
317
|
-
NoWind, !- Wind Exposure
|
318
|
-
, !- View Factor to Ground
|
319
|
-
, !- Number of Vertices
|
320
|
-
22.6087, 16.4427, 3.0488, !- X,Y,Z Vertex 1 {m}
|
321
|
-
22.6087, 22.6087, 3.0488, !- X,Y,Z Vertex 2 {m}
|
322
|
-
0, 22.6087, 3.0488, !- X,Y,Z Vertex 3 {m}
|
323
|
-
0, 16.4427, 3.0488; !- X,Y,Z Vertex 4 {m}
|
324
|
-
|
325
|
-
OS:SubSurface,
|
326
|
-
{a6fd8dfc-c292-4f47-b2b4-5312bb117597}, !- Handle
|
327
|
-
Dining_Wall_South_Window, !- Name
|
328
|
-
FixedWindow, !- Sub Surface Type
|
329
|
-
, !- Construction Name
|
330
|
-
{b61b700c-445a-478a-8660-0833b3c6c622}, !- Surface Name
|
331
|
-
, !- Outside Boundary Condition Object
|
332
|
-
, !- View Factor to Ground
|
333
|
-
, !- Shading Control Name
|
334
|
-
, !- Frame and Divider Name
|
335
|
-
1, !- Multiplier
|
336
|
-
, !- Number of Vertices
|
337
|
-
0.754, 0, 1.9817, !- X,Y,Z Vertex 1 {m}
|
338
|
-
0.754, 0, 1.0671, !- X,Y,Z Vertex 2 {m}
|
339
|
-
21.855, 0, 1.0671, !- X,Y,Z Vertex 3 {m}
|
340
|
-
21.855, 0, 1.9817; !- X,Y,Z Vertex 4 {m}
|
341
|
-
|
342
|
-
OS:Surface,
|
343
|
-
{5655a45d-46e1-41fa-8166-a6fe9e09740e}, !- Handle
|
344
|
-
Dining_Wall_North, !- Name
|
345
|
-
Wall, !- Surface Type
|
346
|
-
, !- Construction Name
|
347
|
-
{2a4806f8-0798-4310-9469-cabc28ac6bde}, !- Space Name
|
348
|
-
Surface, !- Outside Boundary Condition
|
349
|
-
{e5de2661-d09a-4dfe-bf56-cf52e5e94d35}, !- Outside Boundary Condition Object
|
350
|
-
NoSun, !- Sun Exposure
|
351
|
-
NoWind, !- Wind Exposure
|
352
|
-
, !- View Factor to Ground
|
353
|
-
, !- Number of Vertices
|
354
|
-
22.6087, 16.4427, 3.0488, !- X,Y,Z Vertex 1 {m}
|
355
|
-
22.6087, 16.4427, 0, !- X,Y,Z Vertex 2 {m}
|
356
|
-
0, 16.4427, 0, !- X,Y,Z Vertex 3 {m}
|
357
|
-
0, 16.4427, 3.0488; !- X,Y,Z Vertex 4 {m}
|
358
|
-
|
359
|
-
OS:Surface,
|
360
|
-
{dd2a4907-496f-427c-a6c1-709330cc0606}, !- Handle
|
361
|
-
Kitchen_Wall_North, !- Name
|
362
|
-
Wall, !- Surface Type
|
363
|
-
, !- Construction Name
|
364
|
-
{a473ceae-1488-48e4-8fbb-03a9f39e58c7}, !- Space Name
|
365
|
-
Outdoors, !- Outside Boundary Condition
|
366
|
-
, !- Outside Boundary Condition Object
|
367
|
-
SunExposed, !- Sun Exposure
|
368
|
-
WindExposed, !- Wind Exposure
|
369
|
-
, !- View Factor to Ground
|
370
|
-
, !- Number of Vertices
|
371
|
-
22.6087, 22.6087, 3.0488, !- X,Y,Z Vertex 1 {m}
|
372
|
-
22.6087, 22.6087, 0, !- X,Y,Z Vertex 2 {m}
|
373
|
-
0, 22.6087, 0, !- X,Y,Z Vertex 3 {m}
|
374
|
-
0, 22.6087, 3.0488; !- X,Y,Z Vertex 4 {m}
|
375
|
-
|
376
|
-
OS:Surface,
|
377
|
-
{afa97d00-525c-4599-bb5b-c86239c51023}, !- Handle
|
378
|
-
Kitchen_Wall_East, !- Name
|
379
|
-
Wall, !- Surface Type
|
380
|
-
, !- Construction Name
|
381
|
-
{a473ceae-1488-48e4-8fbb-03a9f39e58c7}, !- Space Name
|
382
|
-
Outdoors, !- Outside Boundary Condition
|
383
|
-
, !- Outside Boundary Condition Object
|
384
|
-
SunExposed, !- Sun Exposure
|
385
|
-
WindExposed, !- Wind Exposure
|
386
|
-
, !- View Factor to Ground
|
387
|
-
, !- Number of Vertices
|
388
|
-
22.6087, 16.4427, 3.0488, !- X,Y,Z Vertex 1 {m}
|
389
|
-
22.6087, 16.4427, 0, !- X,Y,Z Vertex 2 {m}
|
390
|
-
22.6087, 22.6087, 0, !- X,Y,Z Vertex 3 {m}
|
391
|
-
22.6087, 22.6087, 3.0488; !- X,Y,Z Vertex 4 {m}
|
392
|
-
|
393
|
-
OS:SubSurface,
|
394
|
-
{997c1ffb-b02c-4383-90b7-b494fc389dc2}, !- Handle
|
395
|
-
Dining_Wall_West_Window, !- Name
|
396
|
-
FixedWindow, !- Sub Surface Type
|
397
|
-
, !- Construction Name
|
398
|
-
{4a97c6ad-61d4-4601-bf39-9be3d0964d0e}, !- Surface Name
|
399
|
-
, !- Outside Boundary Condition Object
|
400
|
-
, !- View Factor to Ground
|
401
|
-
, !- Shading Control Name
|
402
|
-
, !- Frame and Divider Name
|
403
|
-
1, !- Multiplier
|
404
|
-
, !- Number of Vertices
|
405
|
-
0, 15.8398, 1.9817, !- X,Y,Z Vertex 1 {m}
|
406
|
-
0, 15.8398, 1.0671, !- X,Y,Z Vertex 2 {m}
|
407
|
-
0, 0.6029, 1.0671, !- X,Y,Z Vertex 3 {m}
|
408
|
-
0, 0.6029, 1.9817; !- X,Y,Z Vertex 4 {m}
|
409
|
-
|
410
|
-
OS:Surface,
|
411
|
-
{4a97c6ad-61d4-4601-bf39-9be3d0964d0e}, !- Handle
|
412
|
-
Dining_Wall_West, !- Name
|
413
|
-
Wall, !- Surface Type
|
414
|
-
, !- Construction Name
|
415
|
-
{2a4806f8-0798-4310-9469-cabc28ac6bde}, !- Space Name
|
416
|
-
Outdoors, !- Outside Boundary Condition
|
417
|
-
, !- Outside Boundary Condition Object
|
418
|
-
SunExposed, !- Sun Exposure
|
419
|
-
WindExposed, !- Wind Exposure
|
420
|
-
, !- View Factor to Ground
|
421
|
-
, !- Number of Vertices
|
422
|
-
0, 16.4427, 3.0488, !- X,Y,Z Vertex 1 {m}
|
423
|
-
0, 16.4427, 0, !- X,Y,Z Vertex 2 {m}
|
424
|
-
0, 0, 0, !- X,Y,Z Vertex 3 {m}
|
425
|
-
0, 0, 3.0488; !- X,Y,Z Vertex 4 {m}
|
426
|
-
|
427
|
-
OS:ClimateZones,
|
428
|
-
{59386944-32d3-4d2a-bed4-f7b300351310}, !- Handle
|
429
|
-
, !- Active Institution
|
430
|
-
, !- Active Year
|
431
|
-
ASHRAE, !- Climate Zone Institution Name 1
|
432
|
-
ANSI/ASHRAE Standard 169, !- Climate Zone Document Name 1
|
433
|
-
2006, !- Climate Zone Document Year 1
|
434
|
-
, !- Climate Zone Value 1
|
435
|
-
CEC, !- Climate Zone Institution Name 2
|
436
|
-
California Climate Zone Descriptions, !- Climate Zone Document Name 2
|
437
|
-
1995, !- Climate Zone Document Year 2
|
438
|
-
; !- Climate Zone Value 2
|
439
|
-
|
440
|
-
OS:LifeCycleCost:Parameters,
|
441
|
-
{a87973ef-0ffd-47b5-9a9b-726dffaf5a89}, !- Handle
|
442
|
-
FEMP, !- Analysis Type
|
443
|
-
, !- Discounting Convention
|
444
|
-
, !- Inflation Approach
|
445
|
-
, !- Real Discount Rate
|
446
|
-
, !- Nominal Discount Rate
|
447
|
-
, !- Inflation
|
448
|
-
, !- Base Date Month
|
449
|
-
, !- Base Date Year
|
450
|
-
, !- Service Date Month
|
451
|
-
, !- Service Date Year
|
452
|
-
, !- Length of Study Period in Years
|
453
|
-
, !- Tax Rate
|
454
|
-
, !- Depreciation Method
|
455
|
-
Yes; !- Use NIST Fuel Escalation Rates
|
456
|
-
|
457
|
-
OS:YearDescription,
|
458
|
-
{1e4bb683-736a-46e0-a9d6-a4ed6b0b5593}; !- Handle
|
459
|
-
|
460
|
-
OS:Building,
|
461
|
-
{6b4ee2ae-20ed-4988-96c3-3b9db49baa0a}, !- Handle
|
462
|
-
Building 1, !- Name
|
463
|
-
, !- Building Sector Type
|
464
|
-
, !- North Axis {deg}
|
465
|
-
, !- Nominal Floor to Floor Height {m}
|
466
|
-
, !- Space Type Name
|
467
|
-
, !- Default Construction Set Name
|
468
|
-
; !- Default Schedule Set Name
|
469
|
-
|
470
|
-
OS:Facility,
|
471
|
-
{0b9e347b-cb3f-4252-96ba-08f2ef0e587b}; !- Handle
|
472
|
-
|