-
Notifications
You must be signed in to change notification settings - Fork 0
/
L100_OpenStudio_Pre-Simulation_01.xml
291 lines (291 loc) · 13.8 KB
/
L100_OpenStudio_Pre-Simulation_01.xml
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<?xml version="1.0" encoding="UTF-8"?>
<auc:BuildingSync xmlns:auc="http://buildingsync.net/schemas/bedes-auc/2019" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://buildingsync.net/schemas/bedes-auc/2019 https://raw.githubusercontent.com/BuildingSync/schema/v2.2.0/BuildingSync.xsd" version="2.2.0">
<auc:Facilities>
<auc:Facility ID="Facility-69916113180740">
<auc:Sites>
<auc:Site ID="SiteType-69916113179080">
<auc:Buildings>
<auc:Building ID="BuildingType-69916112909060">
<auc:PremisesName>L100_Instance1</auc:PremisesName>
<!-- Specify either City/State, Climate Zone, or Lat/Long -->
<auc:Address>
<auc:StreetAddressDetail>
<auc:Simplified>
<auc:StreetAddress>233 S Wacker Dr</auc:StreetAddress>
</auc:Simplified>
</auc:StreetAddressDetail>
<auc:City>Chicago</auc:City>
<auc:State>IL</auc:State>
<auc:PostalCode>60606</auc:PostalCode>
</auc:Address>
<auc:BuildingClassification>Mixed use commercial</auc:BuildingClassification>
<auc:OccupancyClassification>Retail</auc:OccupancyClassification>
<auc:FloorsAboveGrade>2</auc:FloorsAboveGrade>
<auc:FloorsBelowGrade>0</auc:FloorsBelowGrade>
<auc:ConditionedFloorsAboveGrade>2</auc:ConditionedFloorsAboveGrade>
<auc:ConditionedFloorsBelowGrade>0</auc:ConditionedFloorsBelowGrade>
<!--
Although multiple FloorAreaTypes can be declared, the BuildingSync-gem
does not change how the HVAC systems are modeled. Two scenarios:
1. If 'Gross' is declared, that is used and all of that space is considered conditioned
2. If 'Gross' is not declared, the other conditioned types are summed up to get a computed Gross.
-->
<auc:FloorAreas>
<auc:FloorArea>
<auc:FloorAreaType>Cooled only</auc:FloorAreaType>
<auc:FloorAreaValue>0.0</auc:FloorAreaValue>
</auc:FloorArea>
<auc:FloorArea>
<auc:FloorAreaType>Gross</auc:FloorAreaType>
<auc:FloorAreaValue>49390</auc:FloorAreaValue>
</auc:FloorArea>
<auc:FloorArea>
<auc:FloorAreaType>Heated and Cooled</auc:FloorAreaType>
<auc:FloorAreaValue>49261</auc:FloorAreaValue>
</auc:FloorArea>
<auc:FloorArea>
<auc:FloorAreaType>Heated only</auc:FloorAreaType>
<auc:FloorAreaValue>129</auc:FloorAreaValue>
</auc:FloorArea>
</auc:FloorAreas>
<auc:YearOfConstruction>2016</auc:YearOfConstruction>
<auc:Sections>
<!--
Sections of SectionType 'Space function' are used to indicate portions
of a building with a specific OccupancyClassification
-->
<auc:Section ID="Section-Retail">
<auc:SectionType>Space function</auc:SectionType>
<auc:OccupancyClassification>Retail</auc:OccupancyClassification>
<auc:OccupancyLevels>
<auc:OccupancyLevel>
<!--
Defining an OccupancyLevel with 'Peak total occupants' indicates, for this
specific section of the building, the design peak occupancy. This is used
by the BuildingSync-gem to scale the number of occupants
-->
<auc:OccupantQuantityType>Peak total occupants</auc:OccupantQuantityType>
<auc:OccupantQuantity>371</auc:OccupantQuantity>
</auc:OccupancyLevel>
</auc:OccupancyLevels>
<!--
The following two fields (Hours per week and Weeks per year) are used to
modify the schedules in the OSM for the Section.
-->
<auc:TypicalOccupantUsages>
<auc:TypicalOccupantUsage>
<auc:TypicalOccupantUsageValue>91.0</auc:TypicalOccupantUsageValue>
<auc:TypicalOccupantUsageUnits>Hours per week</auc:TypicalOccupantUsageUnits>
</auc:TypicalOccupantUsage>
<auc:TypicalOccupantUsage>
<auc:TypicalOccupantUsageValue>52.0</auc:TypicalOccupantUsageValue>
<auc:TypicalOccupantUsageUnits>Weeks per year</auc:TypicalOccupantUsageUnits>
</auc:TypicalOccupantUsage>
</auc:TypicalOccupantUsages>
<auc:FloorAreas>
<auc:FloorArea>
<auc:FloorAreaType>Gross</auc:FloorAreaType>
<auc:FloorAreaValue>24695.0</auc:FloorAreaValue>
</auc:FloorArea>
<auc:FloorArea>
<auc:FloorAreaType>Conditioned</auc:FloorAreaType>
<auc:FloorAreaValue>24695.0</auc:FloorAreaValue>
</auc:FloorArea>
</auc:FloorAreas>
</auc:Section>
<auc:Section ID="Section-Office">
<auc:SectionType>Space function</auc:SectionType>
<auc:OccupancyClassification>Office</auc:OccupancyClassification>
<auc:OccupancyLevels>
<auc:OccupancyLevel>
<auc:OccupantQuantityType>Peak total occupants</auc:OccupantQuantityType>
<auc:OccupantQuantity>123</auc:OccupantQuantity>
</auc:OccupancyLevel>
</auc:OccupancyLevels>
<auc:TypicalOccupantUsages>
<auc:TypicalOccupantUsage>
<auc:TypicalOccupantUsageValue>86</auc:TypicalOccupantUsageValue>
<auc:TypicalOccupantUsageUnits>Hours per week</auc:TypicalOccupantUsageUnits>
</auc:TypicalOccupantUsage>
<auc:TypicalOccupantUsage>
<auc:TypicalOccupantUsageValue>52</auc:TypicalOccupantUsageValue>
<auc:TypicalOccupantUsageUnits>Weeks per year</auc:TypicalOccupantUsageUnits>
</auc:TypicalOccupantUsage>
</auc:TypicalOccupantUsages>
<auc:FloorAreas>
<auc:FloorArea>
<auc:FloorAreaType>Gross</auc:FloorAreaType>
<auc:FloorAreaValue>24695</auc:FloorAreaValue>
</auc:FloorArea>
<auc:FloorArea>
<auc:FloorAreaType>Conditioned</auc:FloorAreaType>
<auc:FloorAreaValue>24695</auc:FloorAreaValue>
</auc:FloorArea>
</auc:FloorAreas>
</auc:Section>
</auc:Sections>
</auc:Building>
</auc:Buildings>
</auc:Site>
</auc:Sites>
<auc:Systems>
<!--
The BuildingSync-gem maps a PrincipalHVACSystemType to a CBECS Standard type via:
BuildingSync.HVACSystem.map_primary_hvac_system_type_to_cbecs_system_type
-->
<auc:HVACSystems>
<auc:HVACSystem ID="HVAC-Retail">
<auc:PrincipalHVACSystemType>Packaged Rooftop Air Conditioner</auc:PrincipalHVACSystemType>
<auc:LinkedPremises>
<auc:Section>
<auc:LinkedSectionID IDref="Section-Retail"/>
</auc:Section>
</auc:LinkedPremises>
</auc:HVACSystem>
<auc:HVACSystem ID="HVAC-Office">
<auc:PrincipalHVACSystemType>Packaged Rooftop VAV with Electric Reheat</auc:PrincipalHVACSystemType>
<auc:LinkedPremises>
<auc:Section>
<auc:LinkedSectionID IDref="Section-Office"/>
</auc:Section>
</auc:LinkedPremises>
</auc:HVACSystem>
</auc:HVACSystems>
<!--
The BuildingSync-gem will read in a LampType and LampLabel, and will associate
them to a Section, but does not use them to change any of the underlying
characteristics of the OSM.
-->
<auc:LightingSystems>
<auc:LightingSystem ID="LightingSystemType-Retail">
<auc:LampType>
<auc:CompactFluorescent>
<auc:LampLabel>2D</auc:LampLabel>
</auc:CompactFluorescent>
</auc:LampType>
<auc:LinkedPremises>
<auc:Section>
<auc:LinkedSectionID IDref="Section-Retail"/>
</auc:Section>
</auc:LinkedPremises>
</auc:LightingSystem>
<auc:LightingSystem ID="LightingSystemType-Office">
<auc:LampType>
<auc:SolidStateLighting>
<auc:LampLabel>LED</auc:LampLabel>
</auc:SolidStateLighting>
</auc:LampType>
<auc:LinkedPremises>
<auc:Section>
<auc:LinkedSectionID IDref="Section-Office"/>
</auc:Section>
</auc:LinkedPremises>
</auc:LightingSystem>
</auc:LightingSystems>
<auc:PlugLoads>
<!--
The BuildingSync-gem uses the PlugLoad definition to modify the EPD of the Section
-->
<auc:PlugLoad ID="PlugLoad-Retail">
<auc:PlugLoadType>Miscellaneous Electric Load</auc:PlugLoadType>
<auc:WeightedAverageLoad>0.5</auc:WeightedAverageLoad>
<auc:LinkedPremises>
<auc:Section>
<auc:LinkedSectionID IDref="Section-Retail"/>
</auc:Section>
</auc:LinkedPremises>
</auc:PlugLoad>
<auc:PlugLoad ID="PlugLoad-Office">
<auc:PlugLoadType>Miscellaneous Electric Load</auc:PlugLoadType>
<auc:WeightedAverageLoad>0.75</auc:WeightedAverageLoad>
<auc:LinkedPremises>
<auc:Section>
<auc:LinkedSectionID IDref="Section-Office"/>
</auc:Section>
</auc:LinkedPremises>
</auc:PlugLoad>
</auc:PlugLoads>
</auc:Systems>
<auc:Measures>
<auc:Measure ID="Measure-1">
<!--
The BuildingSync-gem uses the SystemCategoryAffected in the worfklow_maker.json file
-->
<auc:SystemCategoryAffected>Lighting</auc:SystemCategoryAffected>
<auc:TechnologyCategories>
<auc:TechnologyCategory>
<auc:LightingImprovements>
<!--
The BuildingSync-gem uses the MeasureName in the worfklow_maker.json file
-->
<auc:MeasureName>Retrofit with light emitting diode technologies</auc:MeasureName>
</auc:LightingImprovements>
</auc:TechnologyCategory>
</auc:TechnologyCategories>
</auc:Measure>
</auc:Measures>
<auc:Reports>
<auc:Report ID="ReportType-69916110806500">
<auc:Scenarios>
<auc:Scenario ID="Baseline-Modeled">
<auc:ScenarioName>Baseline</auc:ScenarioName>
<!--
Declaring the ScenarioType in this way is used by the BuildingSync-gem to create
the 'Baseline' model of the building. It is intended to be interpreted as: 'Create
a model for the building as it currently exists'
-->
<auc:ScenarioType>
<auc:CurrentBuilding>
<auc:CalculationMethod>
<auc:Modeled>
<auc:SimulationCompletionStatus>Not Started</auc:SimulationCompletionStatus>
</auc:Modeled>
</auc:CalculationMethod>
</auc:CurrentBuilding>
</auc:ScenarioType>
<!--
Link the Scenario back to the Building so as to specify for which building
the model is being created.
-->
<auc:LinkedPremises>
<auc:Building>
<auc:LinkedBuildingID IDref="BuildingType-69916112909060"/>
</auc:Building>
</auc:LinkedPremises>
</auc:Scenario>
<auc:Scenario ID="Package-1">
<auc:ScenarioType>
<!--
Declaring the ScenarioType in this way is used by the BuildingSync-gem to create
a derivative model of the building based. It uses the 'ReferenceCase' as the 'seed'
model. Depending on the Measures declared, it then applies these measures on top of
the baseline model.
-->
<auc:PackageOfMeasures ID="Package-1-POM">
<auc:ReferenceCase IDref="Baseline-Modeled"/>
<auc:MeasureIDs>
<auc:MeasureID IDref="Measure-1"/>
</auc:MeasureIDs>
<auc:CalculationMethod>
<auc:Modeled>
<auc:SimulationCompletionStatus>Not Started</auc:SimulationCompletionStatus>
</auc:Modeled>
</auc:CalculationMethod>
</auc:PackageOfMeasures>
</auc:ScenarioType>
<!--
Link the Scenario back to the Building so as to specify for which building
the model is being created.
-->
<auc:LinkedPremises>
<auc:Building>
<auc:LinkedBuildingID IDref="BuildingType-69916112909060"/>
</auc:Building>
</auc:LinkedPremises>
</auc:Scenario>
</auc:Scenarios>
</auc:Report>
</auc:Reports>
</auc:Facility>
</auc:Facilities>
</auc:BuildingSync>