forked from TiejunWu/EnergyPlus-IDF-Files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Exercise1D-BareWindow.idf
609 lines (490 loc) · 25.1 KB
/
Exercise1D-BareWindow.idf
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
!-Generator IDFEditor 1.50
!-Option SortedOrder UseSpecialFormat
!-NOTE: All comments with '!-' are ignored by the IDFEditor and are generated automatically.
!- Use '!' comments if they need to be retained when using the IDFEditor.
!- =========== ALL OBJECTS IN CLASS: VERSION ===========
! Introduction to EnergyPlus - Exercise 1D
!
! Building: Fictional 1 zone building with lightweight walls and 2 windows.
! 8m x 6m x 2.7m high, long side facing N and S
! Windows on east and west walls
! 20C heating, 24C cooling
! Internal: Lights, 1000W, Office Lighting schedule, surface-mounted flurorescent
! System: Purchased Air.
! Plant: None.
! Environment: Annual weather file
!
!
Version,9.0;
!- =========== ALL OBJECTS IN CLASS: SIMULATIONCONTROL ===========
SimulationControl,
No, !- Do Zone Sizing Calculation
No, !- Do System Sizing Calculation
No, !- Do Plant Sizing Calculation
Yes, !- Run Simulation for Sizing Periods
No; !- Run Simulation for Weather File Run Periods
!- =========== ALL OBJECTS IN CLASS: BUILDING ===========
Building,
Exercise 1D, !- Name
0.0, !- North Axis {deg}
Country, !- Terrain
0.04, !- Loads Convergence Tolerance Value
0.4, !- Temperature Convergence Tolerance Value {deltaC}
FullInteriorAndExterior, !- Solar Distribution
, !- Maximum Number of Warmup Days
6; !- Minimum Number of Warmup Days
!- =========== ALL OBJECTS IN CLASS: SHADOWCALCULATION ===========
ShadowCalculation,
AverageOverDaysInFrequency, !- Calculation Method
20; !- Calculation Frequency
!- =========== ALL OBJECTS IN CLASS: SURFACECONVECTIONALGORITHM:INSIDE ===========
SurfaceConvectionAlgorithm:Inside,TARP;
!- =========== ALL OBJECTS IN CLASS: SURFACECONVECTIONALGORITHM:OUTSIDE ===========
SurfaceConvectionAlgorithm:Outside,TARP;
!- =========== ALL OBJECTS IN CLASS: HEATBALANCEALGORITHM ===========
HeatBalanceAlgorithm,ConductionTransferFunction;
!- =========== ALL OBJECTS IN CLASS: TIMESTEP ===========
Timestep,4;
!- =========== ALL OBJECTS IN CLASS: SITE:LOCATION ===========
Site:Location,
CHICAGO_IL_USA TMY2-94846, !- Name
41.78000, !- Latitude {deg}
-87.75000, !- Longitude {deg}
-6.000000, !- Time Zone {hr}
190.0000; !- Elevation {m}
!- =========== ALL OBJECTS IN CLASS: SIZINGPERIOD:DESIGNDAY ===========
! CHICAGO_IL_USA Heating 99.6%, MaxDB= -21.20 Wind Speed= 4.60 Wind Dir= 270.00
SizingPeriod:DesignDay,
CHICAGO_IL_USA Heating 99.6% Conditions, !- Name
1, !- Month
21, !- Day of Month
WinterDesignDay, !- Day Type
-21.20000, !- Maximum Dry-Bulb Temperature {C}
0.0, !- Daily Dry-Bulb Temperature Range {deltaC}
, !- Dry-Bulb Temperature Range Modifier Type
, !- Dry-Bulb Temperature Range Modifier Day Schedule Name
Wetbulb, !- Humidity Condition Type
-21.20000, !- Wetbulb or DewPoint at Maximum Dry-Bulb {C}
, !- Humidity Condition Day Schedule Name
, !- Humidity Ratio at Maximum Dry-Bulb {kgWater/kgDryAir}
, !- Enthalpy at Maximum Dry-Bulb {J/kg}
, !- Daily Wet-Bulb Temperature Range {deltaC}
99063.21, !- Barometric Pressure {Pa}
4.600000, !- Wind Speed {m/s}
270.0000, !- Wind Direction {deg}
No, !- Rain Indicator
No, !- Snow Indicator
No, !- Daylight Saving Time Indicator
ASHRAEClearSky, !- Solar Model Indicator
, !- Beam Solar Day Schedule Name
, !- Diffuse Solar Day Schedule Name
, !- ASHRAE Clear Sky Optical Depth for Beam Irradiance (taub) {dimensionless}
, !- ASHRAE Clear Sky Optical Depth for Diffuse Irradiance (taud) {dimensionless}
0.0; !- Sky Clearness
!- =========== ALL OBJECTS IN CLASS: RUNPERIOD ===========
RunPeriod,
, !- Name
1, !- Begin Month
1, !- Begin Day of Month
, !- Begin Year
12, !- End Month
31, !- End Day of Month
, !- End Year
Sunday, !- Day of Week for Start Day
Yes, !- Use Weather File Holidays and Special Days
Yes, !- Use Weather File Daylight Saving Period
No, !- Apply Weekend Holiday Rule
Yes, !- Use Weather File Rain Indicators
Yes; !- Use Weather File Snow Indicators
!- =========== ALL OBJECTS IN CLASS: SITE:GROUNDTEMPERATURE:BUILDINGSURFACE ===========
Site:GroundTemperature:BuildingSurface,18.3,18.2,18.3,18.4,20.1,22.0,22.3,22.5,22.5,20.7,18.9,18.5;
!- =========== ALL OBJECTS IN CLASS: SCHEDULETYPELIMITS ===========
ScheduleTypeLimits,
Fraction, !- Name
0.0, !- Lower Limit Value
1.0, !- Upper Limit Value
Continuous; !- Numeric Type
ScheduleTypeLimits,
Any Number; !- Name
!- =========== ALL OBJECTS IN CLASS: SCHEDULE:COMPACT ===========
Schedule:Compact,
Office Lighting, !- Name
Fraction, !- Schedule Type Limits Name
Through: 12/31, !- Field 1
For: Weekdays SummerDesignDay, !- Field 2
Until: 05:00, 0.05, !- Field 4
Until: 07:00, 0.1, !- Field 6
Until: 08:00, 0.3, !- Field 8
Until: 17:00, 0.9, !- Field 10
Until: 18:00, 0.5, !- Field 12
Until: 20:00, 0.3, !- Field 14
Until: 22:00, 0.2, !- Field 16
Until: 23:00, 0.1, !- Field 18
Until: 24:00, 0.05, !- Field 20
For: Saturday, !- Field 21
Until: 06:00, 0.05, !- Field 23
Until: 08:00, 0.1, !- Field 25
Until: 12:00, 0.3, !- Field 27
Until: 17:00, 0.15, !- Field 29
Until: 24:00, 0.05, !- Field 31
For: Sunday Holidays AllOtherDays, !- Field 32
Until: 24:00, 0; !- Field 34
Schedule:Compact,
ALWAYS 4, !- Name
Any Number, !- Schedule Type Limits Name
Through: 12/31, !- Field 1
For: AllDays, !- Field 2
Until: 24:00, 4; !- Field 4
Schedule:Compact,
ALWAYS 20, !- Name
Any Number, !- Schedule Type Limits Name
Through: 12/31, !- Field 1
For: AllDays, !- Field 2
Until: 24:00, 20; !- Field 4
Schedule:Compact,
ALWAYS 24, !- Name
Any Number, !- Schedule Type Limits Name
Through: 12/31, !- Field 1
For: AllDays, !- Field 2
Until: 24:00, 24; !- Field 4
!- =========== ALL OBJECTS IN CLASS: MATERIAL ===========
Material,
PLASTERBOARD-1, !- Name
MediumSmooth, !- Roughness
0.01200, !- Thickness {m}
0.16000, !- Conductivity {W/m-K}
950.000, !- Density {kg/m3}
840.00, !- Specific Heat {J/kg-K}
0.900000, !- Thermal Absorptance
0.600000, !- Solar Absorptance
0.600000; !- Visible Absorptance
Material,
FIBERGLASS QUILT-1, !- Name
Rough, !- Roughness
0.066, !- Thickness {m}
0.040, !- Conductivity {W/m-K}
12.000, !- Density {kg/m3}
840.00, !- Specific Heat {J/kg-K}
0.900000, !- Thermal Absorptance
0.600000, !- Solar Absorptance
0.600000; !- Visible Absorptance
Material,
WOOD SIDING-1, !- Name
Rough, !- Roughness
0.00900, !- Thickness {m}
0.14000, !- Conductivity {W/m-K}
530.000, !- Density {kg/m3}
900.00, !- Specific Heat {J/kg-K}
0.900000, !- Thermal Absorptance
0.600000, !- Solar Absorptance
0.600000; !- Visible Absorptance
Material,
PLASTERBOARD-2, !- Name
Rough, !- Roughness
0.01000, !- Thickness {m}
0.16000, !- Conductivity {W/m-K}
950.000, !- Density {kg/m3}
840.00, !- Specific Heat {J/kg-K}
0.900000, !- Thermal Absorptance
0.600000, !- Solar Absorptance
0.600000; !- Visible Absorptance
Material,
FIBERGLASS QUILT-2, !- Name
Rough, !- Roughness
0.1118, !- Thickness {m}
0.040, !- Conductivity {W/m-K}
12.000, !- Density {kg/m3}
840.00, !- Specific Heat {J/kg-K}
0.900000, !- Thermal Absorptance
0.600000, !- Solar Absorptance
0.600000; !- Visible Absorptance
Material,
ROOF DECK, !- Name
Rough, !- Roughness
0.01900, !- Thickness {m}
0.14000, !- Conductivity {W/m-K}
530.000, !- Density {kg/m3}
900.00, !- Specific Heat {J/kg-K}
0.900000, !- Thermal Absorptance
0.600000, !- Solar Absorptance
0.600000; !- Visible Absorptance
Material,
HF-C5, !- Name
MediumRough, !- Roughness
0.1015000, !- Thickness {m}
1.729600, !- Conductivity {W/m-K}
2243.000, !- Density {kg/m3}
837.0000, !- Specific Heat {J/kg-K}
0.9000000, !- Thermal Absorptance
0.6500000, !- Solar Absorptance
0.6500000; !- Visible Absorptance
!- =========== ALL OBJECTS IN CLASS: WINDOWMATERIAL:GLAZING ===========
WindowMaterial:Glazing,
CLEAR 6MM, !- Name
SpectralAverage, !- Optical Data Type
, !- Window Glass Spectral Data Set Name
0.006, !- Thickness {m}
0.775, !- Solar Transmittance at Normal Incidence
0.071, !- Front Side Solar Reflectance at Normal Incidence
0.071, !- Back Side Solar Reflectance at Normal Incidence
0.881, !- Visible Transmittance at Normal Incidence
0.080, !- Front Side Visible Reflectance at Normal Incidence
0.080, !- Back Side Visible Reflectance at Normal Incidence
0.0, !- Infrared Transmittance at Normal Incidence
0.84, !- Front Side Infrared Hemispherical Emissivity
0.84, !- Back Side Infrared Hemispherical Emissivity
0.9; !- Conductivity {W/m-K}
!- =========== ALL OBJECTS IN CLASS: WINDOWMATERIAL:GAS ===========
WindowMaterial:Gas,
AIR 3MM, !- Name
Air, !- Gas Type
0.0032; !- Thickness {m}
!- =========== ALL OBJECTS IN CLASS: CONSTRUCTION ===========
Construction,
DOUBLE PANE WINDOW, !- Name
CLEAR 6MM, !- Outside Layer
AIR 3MM, !- Layer 2
CLEAR 6MM; !- Layer 3
Construction,
LTWALL, !- Name
WOOD SIDING-1, !- Outside Layer
FIBERGLASS QUILT-1, !- Layer 2
PLASTERBOARD-1; !- Layer 3
Construction,
LTFLOOR, !- Name
HF-C5; !- Outside Layer
Construction,
LTROOF, !- Name
ROOF DECK, !- Outside Layer
FIBERGLASS QUILT-2, !- Layer 2
PLASTERBOARD-2; !- Layer 3
!- =========== ALL OBJECTS IN CLASS: GLOBALGEOMETRYRULES ===========
GlobalGeometryRules,
UpperLeftCorner, !- Starting Vertex Position
Counterclockwise, !- Vertex Entry Direction
WorldCoordinateSystem; !- Coordinate System
!- =========== ALL OBJECTS IN CLASS: ZONE ===========
Zone,
ZONE ONE, !- Name
0, !- Direction of Relative North {deg}
0, 0, 0, !- X,Y,Z {m}
1, !- Type
1, !- Multiplier
2.7000, !- Ceiling Height {m}
129.6; !- Volume {m3}
!- =========== ALL OBJECTS IN CLASS: BUILDINGSURFACE:DETAILED ===========
BuildingSurface:Detailed,
SURFACE NORTH, !- Name
Wall, !- Surface Type
LTWALL, !- Construction Name
ZONE ONE, !- Zone Name
Outdoors, !- Outside Boundary Condition
, !- Outside Boundary Condition Object
SunExposed, !- Sun Exposure
WindExposed, !- Wind Exposure
0.50, !- View Factor to Ground
4, !- Number of Vertices
8.00, 6.00, 2.70, !- X,Y,Z 1 {m}
8.00, 6.00, 0, !- X,Y,Z 2 {m}
0, 6.00, 0, !- X,Y,Z 3 {m}
0, 6.00, 2.70; !- X,Y,Z 4 {m}
BuildingSurface:Detailed,
ZONE SURFACE EAST, !- Name
Wall, !- Surface Type
LTWALL, !- Construction Name
ZONE ONE, !- Zone Name
Outdoors, !- Outside Boundary Condition
, !- Outside Boundary Condition Object
SunExposed, !- Sun Exposure
WindExposed, !- Wind Exposure
0.50, !- View Factor to Ground
4, !- Number of Vertices
8.00, 0, 2.70, !- X,Y,Z 1 {m}
8.00, 0, 0, !- X,Y,Z 2 {m}
8.00, 6.00, 0, !- X,Y,Z 3 {m}
8.00, 6.00, 2.70; !- X,Y,Z 4 {m}
BuildingSurface:Detailed,
ZONE SURFACE SOUTH, !- Name
Wall, !- Surface Type
LTWALL, !- Construction Name
ZONE ONE, !- Zone Name
Outdoors, !- Outside Boundary Condition
, !- Outside Boundary Condition Object
SunExposed, !- Sun Exposure
WindExposed, !- Wind Exposure
0.50, !- View Factor to Ground
4, !- Number of Vertices
0, 0, 2.70, !- X,Y,Z 1 {m}
0, 0, 0, !- X,Y,Z 2 {m}
8.00, 0, 0, !- X,Y,Z 3 {m}
8.00, 0, 2.70; !- X,Y,Z 4 {m}
BuildingSurface:Detailed,
ZONE SURFACE WEST, !- Name
Wall, !- Surface Type
LTWALL, !- Construction Name
ZONE ONE, !- Zone Name
Outdoors, !- Outside Boundary Condition
, !- Outside Boundary Condition Object
SunExposed, !- Sun Exposure
WindExposed, !- Wind Exposure
0.50, !- View Factor to Ground
4, !- Number of Vertices
0, 6.00, 2.70, !- X,Y,Z 1 {m}
0, 6.00, 0, !- X,Y,Z 2 {m}
0, 0, 0, !- X,Y,Z 3 {m}
0, 0, 2.70; !- X,Y,Z 4 {m}
BuildingSurface:Detailed,
ZONE SURFACE FLOOR, !- Name
Floor, !- Surface Type
LTFLOOR, !- Construction Name
ZONE ONE, !- Zone Name
Ground, !- Outside Boundary Condition
, !- Outside Boundary Condition Object
NoSun, !- Sun Exposure
NoWind, !- Wind Exposure
0, !- View Factor to Ground
4, !- Number of Vertices
0, 0, 0, !- X,Y,Z 1 {m}
0, 6.00, 0, !- X,Y,Z 2 {m}
8.00, 6.00, 0, !- X,Y,Z 3 {m}
8.00, 0, 0; !- X,Y,Z 4 {m}
BuildingSurface:Detailed,
ZONE SURFACE ROOF, !- Name
Roof, !- Surface Type
LTROOF, !- Construction Name
ZONE ONE, !- Zone Name
Outdoors, !- Outside Boundary Condition
, !- Outside Boundary Condition Object
SunExposed, !- Sun Exposure
WindExposed, !- Wind Exposure
0, !- View Factor to Ground
4, !- Number of Vertices
0, 6.00, 2.70, !- X,Y,Z 1 {m}
0, 0, 2.70, !- X,Y,Z 2 {m}
8.00, 0, 2.70, !- X,Y,Z 3 {m}
8.00, 6.00, 2.70; !- X,Y,Z 4 {m}
!- =========== ALL OBJECTS IN CLASS: FENESTRATIONSURFACE:DETAILED ===========
FenestrationSurface:Detailed,
EAST WINDOW, !- Name
Window, !- Surface Type
DOUBLE PANE WINDOW, !- Construction Name
ZONE SURFACE EAST, !- Building Surface Name
, !- Outside Boundary Condition Object
autocalculate, !- View Factor to Ground
, !- Frame and Divider Name
1, !- Multiplier
4, !- Number of Vertices
8, 1.5, 2.35, !- X,Y,Z 1 {m}
8, 1.5, 0.35, !- X,Y,Z 2 {m}
8, 4.5, 0.35, !- X,Y,Z 3 {m}
8, 4.5, 2.35; !- X,Y,Z 4 {m}
FenestrationSurface:Detailed,
WEST WINDOW, !- Name
Window, !- Surface Type
DOUBLE PANE WINDOW, !- Construction Name
ZONE SURFACE WEST, !- Building Surface Name
, !- Outside Boundary Condition Object
autocalculate, !- View Factor to Ground
, !- Frame and Divider Name
1, !- Multiplier
4, !- Number of Vertices
0, 4.5, 2.35, !- X,Y,Z 1 {m}
0, 4.5, 0.35, !- X,Y,Z 2 {m}
0, 1.5, 0.35, !- X,Y,Z 3 {m}
0, 1.5, 2.35; !- X,Y,Z 4 {m}
!- =========== ALL OBJECTS IN CLASS: LIGHTS ===========
Lights,
ZONE ONE Lights, !- Name
ZONE ONE, !- Zone or ZoneList Name
Office Lighting, !- Schedule Name
LightingLevel, !- Design Level Calculation Method
1000, !- Lighting Level {W}
, !- Watts per Zone Floor Area {W/m2}
, !- Watts per Person {W/person}
0, !- Return Air Fraction
0.72, !- Fraction Radiant
0.18, !- Fraction Visible
1, !- Fraction Replaceable
General, !- End-Use Subcategory
No; !- Return Air Fraction Calculated from Plenum Temperature
!- =========== ALL OBJECTS IN CLASS: ZONECONTROL:THERMOSTAT ===========
ZoneControl:Thermostat,
ZONE ONE Thermostat, !- Name
ZONE ONE, !- Zone or ZoneList Name
ALWAYS 4, !- Control Type Schedule Name
ThermostatSetpoint:DualSetpoint, !- Control 1 Object Type
Office Thermostat Dual SP Control; !- Control 1 Name
!- =========== ALL OBJECTS IN CLASS: THERMOSTATSETPOINT:DUALSETPOINT ===========
ThermostatSetpoint:DualSetpoint,
Office Thermostat Dual SP Control, !- Name
ALWAYS 20, !- Heating Setpoint Temperature Schedule Name
ALWAYS 24; !- Cooling Setpoint Temperature Schedule Name
!- =========== ALL OBJECTS IN CLASS: ZONEHVAC:IDEALLOADSAIRSYSTEM ===========
ZoneHVAC:IdealLoadsAirSystem,
ZONE ONE Purchased Air, !- Name
, !- Availability Schedule Name
ZONE ONE Supply Inlet, !- Zone Supply Air Node Name
, !- Zone Exhaust Air Node Name
, !- System Inlet Air Node Name
50, !- Maximum Heating Supply Air Temperature {C}
13, !- Minimum Cooling Supply Air Temperature {C}
0.015, !- Maximum Heating Supply Air Humidity Ratio {kgWater/kgDryAir}
0.01, !- Minimum Cooling Supply Air Humidity Ratio {kgWater/kgDryAir}
NoLimit, !- Heating Limit
, !- Maximum Heating Air Flow Rate {m3/s}
, !- Maximum Sensible Heating Capacity {W}
NoLimit, !- Cooling Limit
, !- Maximum Cooling Air Flow Rate {m3/s}
, !- Maximum Total Cooling Capacity {W}
, !- Heating Availability Schedule Name
, !- Cooling Availability Schedule Name
ConstantSupplyHumidityRatio, !- Dehumidification Control Type
, !- Cooling Sensible Heat Ratio {dimensionless}
ConstantSupplyHumidityRatio, !- Humidification Control Type
, !- Design Specification Outdoor Air Object Name
, !- Outdoor Air Inlet Node Name
, !- Demand Controlled Ventilation Type
, !- Outdoor Air Economizer Type
, !- Heat Recovery Type
, !- Sensible Heat Recovery Effectiveness {dimensionless}
; !- Latent Heat Recovery Effectiveness {dimensionless}
!- =========== ALL OBJECTS IN CLASS: ZONEHVAC:EQUIPMENTLIST ===========
ZoneHVAC:EquipmentList,
ZONE ONE Equipment, !- Name
SequentialLoad, !- Load Distribution Scheme
ZoneHVAC:IdealLoadsAirSystem, !- Zone Equipment 1 Object Type
ZONE ONE Purchased Air, !- Zone Equipment 1 Name
1, !- Zone Equipment 1 Cooling Sequence
1; !- Zone Equipment 1 Heating or No-Load Sequence
!- =========== ALL OBJECTS IN CLASS: ZONEHVAC:EQUIPMENTCONNECTIONS ===========
ZoneHVAC:EquipmentConnections,
ZONE ONE, !- Zone Name
ZONE ONE Equipment, !- Zone Conditioning Equipment List Name
ZONE ONE Supply Inlet, !- Zone Air Inlet Node or NodeList Name
, !- Zone Air Exhaust Node or NodeList Name
ZONE ONE Zone Air Node, !- Zone Air Node Name
ZONE ONE Return Outlet; !- Zone Return Air Node or NodeList Name
!- =========== ALL OBJECTS IN CLASS: OUTPUT:VARIABLEDICTIONARY ===========
Output:VariableDictionary,Regular;
!- =========== ALL OBJECTS IN CLASS: OUTPUT:SURFACES:LIST ===========
Output:Surfaces:List,Details;
!- =========== ALL OBJECTS IN CLASS: OUTPUT:SURFACES:DRAWING ===========
Output:Surfaces:Drawing,DXF;
!- =========== ALL OBJECTS IN CLASS: OUTPUT:CONSTRUCTIONS ===========
Output:Constructions,Constructions;
!- =========== ALL OBJECTS IN CLASS: OUTPUT:TABLE:SUMMARYREPORTS ===========
Output:Table:SummaryReports,
AnnualBuildingUtilityPerformanceSummary, !- Report 1 Name
InputVerificationandResultsSummary, !- Report 2 Name
ClimaticDataSummary, !- Report 3 Name
EnvelopeSummary; !- Report 4 Name
!- =========== ALL OBJECTS IN CLASS: OUTPUTCONTROL:TABLE:STYLE ===========
OutputControl:Table:Style,
HTML; !- Column Separator
!- =========== ALL OBJECTS IN CLASS: OUTPUT:VARIABLE ===========
Output:Variable,*,Surface Inside Face Temperature ,Hourly;
Output:Variable,*,Surface Inside Face Convection Heat Gain Rate ,Hourly;
Output:Variable,*,Site Outdoor Air Drybulb Temperature,Hourly;
Output:Variable,*,Zone Air System Sensible Cooling Rate,Hourly;
Output:Variable,*,Zone Air System Sensible Heating Rate,Hourly;
Output:Variable,*,Zone Air Temperature,Hourly;