openstudio-standards 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/geometry/ASHRAE90120042007LargeHotel.osm +55 -55
- data/data/geometry/ASHRAE9012010LargeHotel.osm +56 -56
- data/data/geometry/ASHRAE9012010SuperMarket.osm +153 -153
- data/data/geometry/ASHRAE9012013Hospital.osm +815 -874
- data/data/geometry/ASHRAE9012013LargeHotel.osm +56 -56
- data/data/geometry/ASHRAE9012013LargeOffice.osm +12 -3
- data/data/geometry/ASHRAE9012013MediumOffice.osm +8 -16
- data/data/geometry/ASHRAE9012013MidriseApartment.osm +792 -792
- data/data/geometry/ASHRAE9012013SuperMarket.osm +152 -152
- data/data/geometry/ASHRAEHospital.osm +815 -874
- data/data/geometry/ASHRAELargeOffice.osm +58 -49
- data/data/geometry/ASHRAEMediumOffice.osm +12 -3
- data/data/geometry/ASHRAEMidriseApartment.osm +792 -792
- data/data/geometry/ASHRAESmallOffice.osm +4 -4
- data/data/geometry/ASHRAESuperMarket.osm +152 -152
- data/data/geometry/DOERefLargeOffice.osm +38 -29
- data/data/geometry/DOERefMidriseApartment.osm +792 -792
- data/data/geometry/DOERefPre1980SmallOffice.osm +4 -4
- data/data/geometry/DOERefSmallHotel.osm +4 -4
- data/data/geometry/DOERefWarehouse.osm +80 -30
- data/data/standards/OpenStudio_Standards.xlsx +0 -0
- data/data/standards/OpenStudio_Standards_construction_sets.json +582 -238
- data/data/standards/OpenStudio_Standards_constructions.json +14 -14
- data/data/standards/OpenStudio_Standards_hvac_inference.json +741 -0
- data/data/standards/OpenStudio_Standards_prototype_inputs.json +12 -12
- data/data/standards/OpenStudio_Standards_schedules.json +1479 -622
- data/data/standards/OpenStudio_Standards_size_category.json +67 -0
- data/data/standards/OpenStudio_Standards_space_types.json +2640 -2032
- data/lib/openstudio-standards.rb +1 -0
- data/lib/openstudio-standards/btap/btap.rb +0 -1
- data/lib/openstudio-standards/btap/simmanager.rb +3 -10
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.LargeOffice.rb +24 -0
- data/lib/openstudio-standards/prototypes/common/buildings/Prototype.MediumOffice.rb +29 -4
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.elevators.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.hvac.rb +68 -3
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb +1 -1
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.SizingSystem.rb +36 -0
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.hvac_systems.rb +743 -730
- data/lib/openstudio-standards/prototypes/common/objects/Prototype.utilities.rb +7 -2
- data/lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb +1 -1
- data/lib/openstudio-standards/standards/Standards.Model.rb +95 -170
- data/lib/openstudio-standards/standards/Standards.Space.rb +1 -1
- data/lib/openstudio-standards/standards/ashrae_90_1/nrel_zne_ready_2017/nrel_zne_ready_2017.AirLoopHVAC.rb +34 -1
- data/lib/openstudio-standards/standards/standard.rb +2 -0
- data/lib/openstudio-standards/version.rb +1 -1
- metadata +5 -2
@@ -52,10 +52,10 @@ OS:Surface,
|
|
52
52
|
Wall, !- Surface Type
|
53
53
|
, !- Construction Name
|
54
54
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
55
|
-
|
55
|
+
Outdoors, !- Outside Boundary Condition
|
56
56
|
, !- Outside Boundary Condition Object
|
57
|
-
|
58
|
-
|
57
|
+
SunExposed, !- Sun Exposure
|
58
|
+
WindExposed, !- Wind Exposure
|
59
59
|
, !- View Factor to Ground
|
60
60
|
, !- Number of Vertices
|
61
61
|
65.532, 42.672, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -638,8 +638,8 @@ OS:Surface,
|
|
638
638
|
Wall, !- Surface Type
|
639
639
|
, !- Construction Name
|
640
640
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
641
|
-
|
642
|
-
,
|
641
|
+
Surface, !- Outside Boundary Condition
|
642
|
+
{fe2e086f-e1c3-46d3-8a4e-3176da4a96b9}, !- Outside Boundary Condition Object
|
643
643
|
NoSun, !- Sun Exposure
|
644
644
|
NoWind, !- Wind Exposure
|
645
645
|
, !- View Factor to Ground
|
@@ -655,8 +655,8 @@ OS:Surface,
|
|
655
655
|
Wall, !- Surface Type
|
656
656
|
, !- Construction Name
|
657
657
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
658
|
-
|
659
|
-
,
|
658
|
+
Surface, !- Outside Boundary Condition
|
659
|
+
{d196909f-e708-424c-8b62-e23fef048807}, !- Outside Boundary Condition Object
|
660
660
|
NoSun, !- Sun Exposure
|
661
661
|
NoWind, !- Wind Exposure
|
662
662
|
, !- View Factor to Ground
|
@@ -694,8 +694,8 @@ OS:Surface,
|
|
694
694
|
Wall, !- Surface Type
|
695
695
|
, !- Construction Name
|
696
696
|
{6ad47ab4-cb8c-4b6f-9311-9dc048eb2eda}, !- Space Name
|
697
|
-
|
698
|
-
,
|
697
|
+
Surface, !- Outside Boundary Condition
|
698
|
+
{c4401f19-9005-41d6-a222-faa155cf3b10}, !- Outside Boundary Condition Object
|
699
699
|
NoSun, !- Sun Exposure
|
700
700
|
NoWind, !- Wind Exposure
|
701
701
|
, !- View Factor to Ground
|
@@ -733,8 +733,8 @@ OS:Surface,
|
|
733
733
|
RoofCeiling, !- Surface Type
|
734
734
|
, !- Construction Name
|
735
735
|
{8c173263-502d-42ba-a69e-93df43e4d6ca}, !- Space Name
|
736
|
-
|
737
|
-
,
|
736
|
+
Surface, !- Outside Boundary Condition
|
737
|
+
{ad242bae-a693-422e-8f2d-435218ff6c70}, !- Outside Boundary Condition Object
|
738
738
|
NoSun, !- Sun Exposure
|
739
739
|
NoWind, !- Wind Exposure
|
740
740
|
, !- View Factor to Ground
|
@@ -979,8 +979,8 @@ OS:Surface,
|
|
979
979
|
RoofCeiling, !- Surface Type
|
980
980
|
, !- Construction Name
|
981
981
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
982
|
-
|
983
|
-
,
|
982
|
+
Surface, !- Outside Boundary Condition
|
983
|
+
{a261d29f-e590-443c-b9b2-963577043ae6}, !- Outside Boundary Condition Object
|
984
984
|
NoSun, !- Sun Exposure
|
985
985
|
NoWind, !- Wind Exposure
|
986
986
|
, !- View Factor to Ground
|
@@ -1018,8 +1018,8 @@ OS:Surface,
|
|
1018
1018
|
RoofCeiling, !- Surface Type
|
1019
1019
|
, !- Construction Name
|
1020
1020
|
{013d2c94-7239-4063-ba94-06ba14717adc}, !- Space Name
|
1021
|
-
|
1022
|
-
,
|
1021
|
+
Surface, !- Outside Boundary Condition
|
1022
|
+
{180f3ef3-222b-4e7f-b133-0d4ed36ecae5}, !- Outside Boundary Condition Object
|
1023
1023
|
NoSun, !- Sun Exposure
|
1024
1024
|
NoWind, !- Wind Exposure
|
1025
1025
|
, !- View Factor to Ground
|
@@ -1075,8 +1075,8 @@ OS:Surface,
|
|
1075
1075
|
Wall, !- Surface Type
|
1076
1076
|
, !- Construction Name
|
1077
1077
|
{17ae9a84-1b9c-49a1-8f48-a49619cb8e39}, !- Space Name
|
1078
|
-
|
1079
|
-
,
|
1078
|
+
Surface, !- Outside Boundary Condition
|
1079
|
+
{d6ca60ce-5dad-4c3e-98bc-9cc81225ac71}, !- Outside Boundary Condition Object
|
1080
1080
|
NoSun, !- Sun Exposure
|
1081
1081
|
NoWind, !- Wind Exposure
|
1082
1082
|
, !- View Factor to Ground
|
@@ -1215,8 +1215,8 @@ OS:Surface,
|
|
1215
1215
|
Wall, !- Surface Type
|
1216
1216
|
, !- Construction Name
|
1217
1217
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
1218
|
-
|
1219
|
-
,
|
1218
|
+
Surface, !- Outside Boundary Condition
|
1219
|
+
{105afa91-3779-4fdb-a60f-7eb9abc56556}, !- Outside Boundary Condition Object
|
1220
1220
|
NoSun, !- Sun Exposure
|
1221
1221
|
NoWind, !- Wind Exposure
|
1222
1222
|
, !- View Factor to Ground
|
@@ -1271,8 +1271,8 @@ OS:Surface,
|
|
1271
1271
|
Wall, !- Surface Type
|
1272
1272
|
, !- Construction Name
|
1273
1273
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
1274
|
-
|
1275
|
-
,
|
1274
|
+
Surface, !- Outside Boundary Condition
|
1275
|
+
{0614854f-06fb-446e-9f2c-d99714b3ac6b}, !- Outside Boundary Condition Object
|
1276
1276
|
NoSun, !- Sun Exposure
|
1277
1277
|
NoWind, !- Wind Exposure
|
1278
1278
|
, !- View Factor to Ground
|
@@ -1361,8 +1361,8 @@ OS:Surface,
|
|
1361
1361
|
RoofCeiling, !- Surface Type
|
1362
1362
|
, !- Construction Name
|
1363
1363
|
{42cd4d82-e24e-4e11-88d4-f870740fe240}, !- Space Name
|
1364
|
-
|
1365
|
-
,
|
1364
|
+
Surface, !- Outside Boundary Condition
|
1365
|
+
{89741c59-d0b7-4b54-b9dd-b090e722293c}, !- Outside Boundary Condition Object
|
1366
1366
|
NoSun, !- Sun Exposure
|
1367
1367
|
NoWind, !- Wind Exposure
|
1368
1368
|
, !- View Factor to Ground
|
@@ -1523,8 +1523,8 @@ OS:Surface,
|
|
1523
1523
|
Wall, !- Surface Type
|
1524
1524
|
, !- Construction Name
|
1525
1525
|
{fc9bddfe-4ba5-4685-8ab9-4aa035cfc214}, !- Space Name
|
1526
|
-
|
1527
|
-
,
|
1526
|
+
Surface, !- Outside Boundary Condition
|
1527
|
+
{412a52da-a12c-4d25-8be6-37fe167cf8d3}, !- Outside Boundary Condition Object
|
1528
1528
|
NoSun, !- Sun Exposure
|
1529
1529
|
NoWind, !- Wind Exposure
|
1530
1530
|
, !- View Factor to Ground
|
@@ -1820,8 +1820,8 @@ OS:Surface,
|
|
1820
1820
|
Wall, !- Surface Type
|
1821
1821
|
, !- Construction Name
|
1822
1822
|
{c8b8007f-d842-489f-b119-fad0f32ca54d}, !- Space Name
|
1823
|
-
|
1824
|
-
,
|
1823
|
+
Surface, !- Outside Boundary Condition
|
1824
|
+
{d850a3ba-d291-4fbd-bdba-0b03e083d270}, !- Outside Boundary Condition Object
|
1825
1825
|
NoSun, !- Sun Exposure
|
1826
1826
|
NoWind, !- Wind Exposure
|
1827
1827
|
, !- View Factor to Ground
|
@@ -1993,8 +1993,8 @@ OS:Surface,
|
|
1993
1993
|
Floor, !- Surface Type
|
1994
1994
|
, !- Construction Name
|
1995
1995
|
{e02691e9-a447-40e1-aa67-039878424ae6}, !- Space Name
|
1996
|
-
|
1997
|
-
,
|
1996
|
+
Surface, !- Outside Boundary Condition
|
1997
|
+
{535c1521-f95a-4c01-8070-9bdd078da2f2}, !- Outside Boundary Condition Object
|
1998
1998
|
NoSun, !- Sun Exposure
|
1999
1999
|
NoWind, !- Wind Exposure
|
2000
2000
|
, !- View Factor to Ground
|
@@ -2010,8 +2010,8 @@ OS:Surface,
|
|
2010
2010
|
Wall, !- Surface Type
|
2011
2011
|
, !- Construction Name
|
2012
2012
|
{e0b3f21a-5417-4d6d-9bad-44c2b5fb3717}, !- Space Name
|
2013
|
-
|
2014
|
-
,
|
2013
|
+
Surface, !- Outside Boundary Condition
|
2014
|
+
{ae375c1a-a6f6-4f72-97c7-68988455a7f8}, !- Outside Boundary Condition Object
|
2015
2015
|
NoSun, !- Sun Exposure
|
2016
2016
|
NoWind, !- Wind Exposure
|
2017
2017
|
, !- View Factor to Ground
|
@@ -2055,8 +2055,8 @@ OS:Surface,
|
|
2055
2055
|
NoWind, !- Wind Exposure
|
2056
2056
|
, !- View Factor to Ground
|
2057
2057
|
, !- Number of Vertices
|
2058
|
-
9.144, 33.
|
2059
|
-
9.144, 33.
|
2058
|
+
9.144, 33.528, 12.8049, !- X,Y,Z Vertex 1 {m}
|
2059
|
+
9.144, 33.528, 8.5366, !- X,Y,Z Vertex 2 {m}
|
2060
2060
|
9.144, 10.668, 8.5366, !- X,Y,Z Vertex 3 {m}
|
2061
2061
|
9.144, 10.668, 12.8049; !- X,Y,Z Vertex 4 {m}
|
2062
2062
|
|
@@ -2127,8 +2127,8 @@ OS:Surface,
|
|
2127
2127
|
Wall, !- Surface Type
|
2128
2128
|
, !- Construction Name
|
2129
2129
|
{aeb14eec-a11c-4495-b283-f98c2eca3dbf}, !- Space Name
|
2130
|
-
|
2131
|
-
,
|
2130
|
+
Surface, !- Outside Boundary Condition
|
2131
|
+
{8a25afd7-2df1-44cc-92b0-e18a1af635e8}, !- Outside Boundary Condition Object
|
2132
2132
|
NoSun, !- Sun Exposure
|
2133
2133
|
NoWind, !- Wind Exposure
|
2134
2134
|
, !- View Factor to Ground
|
@@ -2166,8 +2166,8 @@ OS:Surface,
|
|
2166
2166
|
Floor, !- Surface Type
|
2167
2167
|
, !- Construction Name
|
2168
2168
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
2169
|
-
|
2170
|
-
,
|
2169
|
+
Surface, !- Outside Boundary Condition
|
2170
|
+
{da355684-968c-4d14-8f9a-fe93e8dc43a4}, !- Outside Boundary Condition Object
|
2171
2171
|
NoSun, !- Sun Exposure
|
2172
2172
|
NoWind, !- Wind Exposure
|
2173
2173
|
, !- View Factor to Ground
|
@@ -2279,8 +2279,8 @@ OS:Surface,
|
|
2279
2279
|
Wall, !- Surface Type
|
2280
2280
|
, !- Construction Name
|
2281
2281
|
{3d0a884f-f38a-4024-ba41-a3615b0d597f}, !- Space Name
|
2282
|
-
|
2283
|
-
,
|
2282
|
+
Surface, !- Outside Boundary Condition
|
2283
|
+
{cc5daf66-ae7d-4362-b67f-5e2dbf8edce6}, !- Outside Boundary Condition Object
|
2284
2284
|
NoSun, !- Sun Exposure
|
2285
2285
|
NoWind, !- Wind Exposure
|
2286
2286
|
, !- View Factor to Ground
|
@@ -2313,8 +2313,8 @@ OS:Surface,
|
|
2313
2313
|
Wall, !- Surface Type
|
2314
2314
|
, !- Construction Name
|
2315
2315
|
{0ebf2d87-9a96-4832-a366-f21cea5fd615}, !- Space Name
|
2316
|
-
|
2317
|
-
,
|
2316
|
+
Surface, !- Outside Boundary Condition
|
2317
|
+
{e5bbcbda-e9f3-421f-ad21-70a134c8eddf}, !- Outside Boundary Condition Object
|
2318
2318
|
NoSun, !- Sun Exposure
|
2319
2319
|
NoWind, !- Wind Exposure
|
2320
2320
|
, !- View Factor to Ground
|
@@ -2381,8 +2381,8 @@ OS:Surface,
|
|
2381
2381
|
RoofCeiling, !- Surface Type
|
2382
2382
|
, !- Construction Name
|
2383
2383
|
{970b3b19-607d-49a6-8d29-1ec76a5b55c6}, !- Space Name
|
2384
|
-
|
2385
|
-
,
|
2384
|
+
Surface, !- Outside Boundary Condition
|
2385
|
+
{d7e28700-9bb9-4a66-b4e9-e80b64edc423}, !- Outside Boundary Condition Object
|
2386
2386
|
NoSun, !- Sun Exposure
|
2387
2387
|
NoWind, !- Wind Exposure
|
2388
2388
|
, !- View Factor to Ground
|
@@ -2398,8 +2398,8 @@ OS:Surface,
|
|
2398
2398
|
RoofCeiling, !- Surface Type
|
2399
2399
|
, !- Construction Name
|
2400
2400
|
{47d5f6b5-5e98-43ad-8669-c046505a937d}, !- Space Name
|
2401
|
-
|
2402
|
-
,
|
2401
|
+
Surface, !- Outside Boundary Condition
|
2402
|
+
{a1a5acfa-4f4f-454e-ad2b-5a734513d70a}, !- Outside Boundary Condition Object
|
2403
2403
|
NoSun, !- Sun Exposure
|
2404
2404
|
NoWind, !- Wind Exposure
|
2405
2405
|
, !- View Factor to Ground
|
@@ -2411,7 +2411,7 @@ OS:Surface,
|
|
2411
2411
|
|
2412
2412
|
OS:Surface,
|
2413
2413
|
{2fc319e1-7021-4537-8de4-7748516e5208}, !- Handle
|
2414
|
-
|
2414
|
+
Basement_Ceiling_1, !- Name
|
2415
2415
|
RoofCeiling, !- Surface Type
|
2416
2416
|
, !- Construction Name
|
2417
2417
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
@@ -2432,8 +2432,8 @@ OS:Surface,
|
|
2432
2432
|
Wall, !- Surface Type
|
2433
2433
|
, !- Construction Name
|
2434
2434
|
{970b3b19-607d-49a6-8d29-1ec76a5b55c6}, !- Space Name
|
2435
|
-
|
2436
|
-
,
|
2435
|
+
Surface, !- Outside Boundary Condition
|
2436
|
+
{0f5129da-3b5a-4c1f-8345-6c0d899b9136}, !- Outside Boundary Condition Object
|
2437
2437
|
NoSun, !- Sun Exposure
|
2438
2438
|
NoWind, !- Wind Exposure
|
2439
2439
|
, !- View Factor to Ground
|
@@ -2466,8 +2466,8 @@ OS:Surface,
|
|
2466
2466
|
Wall, !- Surface Type
|
2467
2467
|
, !- Construction Name
|
2468
2468
|
{668fd0fa-a605-4127-8009-961514db81c7}, !- Space Name
|
2469
|
-
|
2470
|
-
,
|
2469
|
+
Surface, !- Outside Boundary Condition
|
2470
|
+
{f4107467-8586-4570-bd47-61c25e12dad9}, !- Outside Boundary Condition Object
|
2471
2471
|
NoSun, !- Sun Exposure
|
2472
2472
|
NoWind, !- Wind Exposure
|
2473
2473
|
, !- View Factor to Ground
|
@@ -2561,8 +2561,8 @@ OS:Surface,
|
|
2561
2561
|
Wall, !- Surface Type
|
2562
2562
|
, !- Construction Name
|
2563
2563
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
2564
|
-
|
2565
|
-
,
|
2564
|
+
Surface, !- Outside Boundary Condition
|
2565
|
+
{7163f711-d161-48b1-9c62-d24ff670b839}, !- Outside Boundary Condition Object
|
2566
2566
|
NoSun, !- Sun Exposure
|
2567
2567
|
NoWind, !- Wind Exposure
|
2568
2568
|
, !- View Factor to Ground
|
@@ -2578,8 +2578,8 @@ OS:Surface,
|
|
2578
2578
|
Floor, !- Surface Type
|
2579
2579
|
, !- Construction Name
|
2580
2580
|
{dc66d323-72f5-4969-aebb-d547b4919d13}, !- Space Name
|
2581
|
-
|
2582
|
-
,
|
2581
|
+
Surface, !- Outside Boundary Condition
|
2582
|
+
{4f081654-d3d2-4dba-adea-41898dc054ab}, !- Outside Boundary Condition Object
|
2583
2583
|
NoSun, !- Sun Exposure
|
2584
2584
|
NoWind, !- Wind Exposure
|
2585
2585
|
, !- View Factor to Ground
|
@@ -2646,8 +2646,8 @@ OS:Surface,
|
|
2646
2646
|
RoofCeiling, !- Surface Type
|
2647
2647
|
, !- Construction Name
|
2648
2648
|
{3d0a884f-f38a-4024-ba41-a3615b0d597f}, !- Space Name
|
2649
|
-
|
2650
|
-
,
|
2649
|
+
Surface, !- Outside Boundary Condition
|
2650
|
+
{5f90fb4b-00a3-4f7c-9da6-bb0d2f6c8dbd}, !- Outside Boundary Condition Object
|
2651
2651
|
NoSun, !- Sun Exposure
|
2652
2652
|
NoWind, !- Wind Exposure
|
2653
2653
|
, !- View Factor to Ground
|
@@ -2736,8 +2736,8 @@ OS:Surface,
|
|
2736
2736
|
RoofCeiling, !- Surface Type
|
2737
2737
|
, !- Construction Name
|
2738
2738
|
{0b208f03-204c-460e-a229-d14790739b8b}, !- Space Name
|
2739
|
-
|
2740
|
-
,
|
2739
|
+
Surface, !- Outside Boundary Condition
|
2740
|
+
{da752f69-bdad-4b32-ac33-e2cc3121c7c2}, !- Outside Boundary Condition Object
|
2741
2741
|
NoSun, !- Sun Exposure
|
2742
2742
|
NoWind, !- Wind Exposure
|
2743
2743
|
, !- View Factor to Ground
|
@@ -2753,8 +2753,8 @@ OS:Surface,
|
|
2753
2753
|
Wall, !- Surface Type
|
2754
2754
|
, !- Construction Name
|
2755
2755
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
2756
|
-
|
2757
|
-
,
|
2756
|
+
Surface, !- Outside Boundary Condition
|
2757
|
+
{408e3a40-2f14-41c8-9928-575db1e3557c}, !- Outside Boundary Condition Object
|
2758
2758
|
NoSun, !- Sun Exposure
|
2759
2759
|
NoWind, !- Wind Exposure
|
2760
2760
|
, !- View Factor to Ground
|
@@ -2804,8 +2804,8 @@ OS:Surface,
|
|
2804
2804
|
Wall, !- Surface Type
|
2805
2805
|
, !- Construction Name
|
2806
2806
|
{dc66d323-72f5-4969-aebb-d547b4919d13}, !- Space Name
|
2807
|
-
|
2808
|
-
,
|
2807
|
+
Surface, !- Outside Boundary Condition
|
2808
|
+
{cc411283-bef9-439d-a74e-bc4b9b61ff44}, !- Outside Boundary Condition Object
|
2809
2809
|
NoSun, !- Sun Exposure
|
2810
2810
|
NoWind, !- Wind Exposure
|
2811
2811
|
, !- View Factor to Ground
|
@@ -2821,14 +2821,14 @@ OS:Surface,
|
|
2821
2821
|
Wall, !- Surface Type
|
2822
2822
|
, !- Construction Name
|
2823
2823
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
2824
|
-
|
2825
|
-
,
|
2826
|
-
|
2827
|
-
|
2824
|
+
Surface, !- Outside Boundary Condition
|
2825
|
+
{24bcd3a9-6470-4ea5-bf35-65bd4e056a6c}, !- Outside Boundary Condition Object
|
2826
|
+
NoSun, !- Sun Exposure
|
2827
|
+
NoWind, !- Wind Exposure
|
2828
2828
|
, !- View Factor to Ground
|
2829
2829
|
, !- Number of Vertices
|
2830
|
-
9.144, 33.
|
2831
|
-
9.144, 33.
|
2830
|
+
9.144, 33.528, 12.8049, !- X,Y,Z Vertex 1 {m}
|
2831
|
+
9.144, 33.528, 8.5366, !- X,Y,Z Vertex 2 {m}
|
2832
2832
|
9.144, 42.672, 8.5366, !- X,Y,Z Vertex 3 {m}
|
2833
2833
|
9.144, 42.672, 12.8049; !- X,Y,Z Vertex 4 {m}
|
2834
2834
|
|
@@ -2855,8 +2855,8 @@ OS:Surface,
|
|
2855
2855
|
Wall, !- Surface Type
|
2856
2856
|
, !- Construction Name
|
2857
2857
|
{16b36206-de28-4cc5-a003-3fd3fdc223f7}, !- Space Name
|
2858
|
-
|
2859
|
-
,
|
2858
|
+
Surface, !- Outside Boundary Condition
|
2859
|
+
{95de039e-5c85-4126-9b27-cd5b8bbead5b}, !- Outside Boundary Condition Object
|
2860
2860
|
NoSun, !- Sun Exposure
|
2861
2861
|
NoWind, !- Wind Exposure
|
2862
2862
|
, !- View Factor to Ground
|
@@ -2889,16 +2889,16 @@ OS:Surface,
|
|
2889
2889
|
Wall, !- Surface Type
|
2890
2890
|
, !- Construction Name
|
2891
2891
|
{31390124-80ad-4222-b08a-01be2ad61163}, !- Space Name
|
2892
|
-
|
2893
|
-
,
|
2894
|
-
|
2895
|
-
|
2892
|
+
Surface, !- Outside Boundary Condition
|
2893
|
+
{a976292f-4ede-486d-87c0-a38da8a2e980}, !- Outside Boundary Condition Object
|
2894
|
+
NoSun, !- Sun Exposure
|
2895
|
+
NoWind, !- Wind Exposure
|
2896
2896
|
, !- View Factor to Ground
|
2897
2897
|
, !- Number of Vertices
|
2898
2898
|
9.144, 42.672, 17.0732, !- X,Y,Z Vertex 1 {m}
|
2899
2899
|
9.144, 42.672, 12.8049, !- X,Y,Z Vertex 2 {m}
|
2900
|
-
9.144, 33.
|
2901
|
-
9.144, 33.
|
2900
|
+
9.144, 33.528, 12.8049, !- X,Y,Z Vertex 3 {m}
|
2901
|
+
9.144, 33.528, 17.0732; !- X,Y,Z Vertex 4 {m}
|
2902
2902
|
|
2903
2903
|
OS:Surface,
|
2904
2904
|
{a261d29f-e590-443c-b9b2-963577043ae6}, !- Handle
|
@@ -2906,8 +2906,8 @@ OS:Surface,
|
|
2906
2906
|
Floor, !- Surface Type
|
2907
2907
|
, !- Construction Name
|
2908
2908
|
{17ae9a84-1b9c-49a1-8f48-a49619cb8e39}, !- Space Name
|
2909
|
-
|
2910
|
-
,
|
2909
|
+
Surface, !- Outside Boundary Condition
|
2910
|
+
{a7283700-b96f-4e4a-bf96-8a3847614eec}, !- Outside Boundary Condition Object
|
2911
2911
|
NoSun, !- Sun Exposure
|
2912
2912
|
NoWind, !- Wind Exposure
|
2913
2913
|
, !- View Factor to Ground
|
@@ -2923,8 +2923,8 @@ OS:Surface,
|
|
2923
2923
|
Wall, !- Surface Type
|
2924
2924
|
, !- Construction Name
|
2925
2925
|
{2870f103-d956-457d-b911-977241d8c35a}, !- Space Name
|
2926
|
-
|
2927
|
-
,
|
2926
|
+
Surface, !- Outside Boundary Condition
|
2927
|
+
{87a8cecf-d74c-4115-bcc9-a0322bce880a}, !- Outside Boundary Condition Object
|
2928
2928
|
NoSun, !- Sun Exposure
|
2929
2929
|
NoWind, !- Wind Exposure
|
2930
2930
|
, !- View Factor to Ground
|
@@ -2957,8 +2957,8 @@ OS:Surface,
|
|
2957
2957
|
RoofCeiling, !- Surface Type
|
2958
2958
|
, !- Construction Name
|
2959
2959
|
{e0b3f21a-5417-4d6d-9bad-44c2b5fb3717}, !- Space Name
|
2960
|
-
|
2961
|
-
,
|
2960
|
+
Surface, !- Outside Boundary Condition
|
2961
|
+
{9b112bf1-35e7-48c7-b4ad-10eb23646c10}, !- Outside Boundary Condition Object
|
2962
2962
|
NoSun, !- Sun Exposure
|
2963
2963
|
NoWind, !- Wind Exposure
|
2964
2964
|
, !- View Factor to Ground
|
@@ -3014,8 +3014,8 @@ OS:Surface,
|
|
3014
3014
|
Wall, !- Surface Type
|
3015
3015
|
, !- Construction Name
|
3016
3016
|
{7cce3ac6-5d1d-4960-9e9f-f0d99f44c040}, !- Space Name
|
3017
|
-
|
3018
|
-
,
|
3017
|
+
Surface, !- Outside Boundary Condition
|
3018
|
+
{ab5dc732-1429-454f-b178-6d7ab8802397}, !- Outside Boundary Condition Object
|
3019
3019
|
NoSun, !- Sun Exposure
|
3020
3020
|
NoWind, !- Wind Exposure
|
3021
3021
|
, !- View Factor to Ground
|
@@ -3031,8 +3031,8 @@ OS:Surface,
|
|
3031
3031
|
Wall, !- Surface Type
|
3032
3032
|
, !- Construction Name
|
3033
3033
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
3034
|
-
|
3035
|
-
,
|
3034
|
+
Surface, !- Outside Boundary Condition
|
3035
|
+
{8100d5a6-c544-40ae-a4b9-73c0a13030eb}, !- Outside Boundary Condition Object
|
3036
3036
|
NoSun, !- Sun Exposure
|
3037
3037
|
NoWind, !- Wind Exposure
|
3038
3038
|
, !- View Factor to Ground
|
@@ -3056,8 +3056,8 @@ OS:Surface,
|
|
3056
3056
|
, !- Number of Vertices
|
3057
3057
|
9.144, 10.668, 17.0732, !- X,Y,Z Vertex 1 {m}
|
3058
3058
|
9.144, 10.668, 12.8049, !- X,Y,Z Vertex 2 {m}
|
3059
|
-
9.144, 33.
|
3060
|
-
9.144, 33.
|
3059
|
+
9.144, 33.528, 12.8049, !- X,Y,Z Vertex 3 {m}
|
3060
|
+
9.144, 33.528, 17.0732; !- X,Y,Z Vertex 4 {m}
|
3061
3061
|
|
3062
3062
|
OS:Surface,
|
3063
3063
|
{b782f2b1-1e64-4013-94e5-41e118efa0ab}, !- Handle
|
@@ -3082,8 +3082,8 @@ OS:Surface,
|
|
3082
3082
|
RoofCeiling, !- Surface Type
|
3083
3083
|
, !- Construction Name
|
3084
3084
|
{7c3f7787-1a2c-4af2-b30d-c5fe68177501}, !- Space Name
|
3085
|
-
|
3086
|
-
,
|
3085
|
+
Surface, !- Outside Boundary Condition
|
3086
|
+
{70b061cf-e29f-42b2-9040-b3ec1d5081d6}, !- Outside Boundary Condition Object
|
3087
3087
|
NoSun, !- Sun Exposure
|
3088
3088
|
NoWind, !- Wind Exposure
|
3089
3089
|
, !- View Factor to Ground
|
@@ -3099,10 +3099,10 @@ OS:Surface,
|
|
3099
3099
|
RoofCeiling, !- Surface Type
|
3100
3100
|
, !- Construction Name
|
3101
3101
|
{648db5a6-f0b0-425d-a12c-a9502504cf7a}, !- Space Name
|
3102
|
-
|
3102
|
+
Outdoors, !- Outside Boundary Condition
|
3103
3103
|
, !- Outside Boundary Condition Object
|
3104
|
-
|
3105
|
-
|
3104
|
+
SunExposed, !- Sun Exposure
|
3105
|
+
WindExposed, !- Wind Exposure
|
3106
3106
|
, !- View Factor to Ground
|
3107
3107
|
, !- Number of Vertices
|
3108
3108
|
28.956, 48.768, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -3172,8 +3172,8 @@ OS:Surface,
|
|
3172
3172
|
Floor, !- Surface Type
|
3173
3173
|
, !- Construction Name
|
3174
3174
|
{6ad47ab4-cb8c-4b6f-9311-9dc048eb2eda}, !- Space Name
|
3175
|
-
|
3176
|
-
,
|
3175
|
+
Surface, !- Outside Boundary Condition
|
3176
|
+
{321ebd9e-1534-4ef2-ad0f-6b94f572965c}, !- Outside Boundary Condition Object
|
3177
3177
|
NoSun, !- Sun Exposure
|
3178
3178
|
NoWind, !- Wind Exposure
|
3179
3179
|
, !- View Factor to Ground
|
@@ -3279,8 +3279,8 @@ OS:Surface,
|
|
3279
3279
|
Wall, !- Surface Type
|
3280
3280
|
, !- Construction Name
|
3281
3281
|
{aeb14eec-a11c-4495-b283-f98c2eca3dbf}, !- Space Name
|
3282
|
-
|
3283
|
-
,
|
3282
|
+
Surface, !- Outside Boundary Condition
|
3283
|
+
{5d1af081-760d-4073-86fc-554f40c9d098}, !- Outside Boundary Condition Object
|
3284
3284
|
NoSun, !- Sun Exposure
|
3285
3285
|
NoWind, !- Wind Exposure
|
3286
3286
|
, !- View Factor to Ground
|
@@ -3296,8 +3296,8 @@ OS:Surface,
|
|
3296
3296
|
Wall, !- Surface Type
|
3297
3297
|
, !- Construction Name
|
3298
3298
|
{47d5f6b5-5e98-43ad-8669-c046505a937d}, !- Space Name
|
3299
|
-
|
3300
|
-
,
|
3299
|
+
Surface, !- Outside Boundary Condition
|
3300
|
+
{3a399768-0d26-442c-9545-fa8762c0feaa}, !- Outside Boundary Condition Object
|
3301
3301
|
NoSun, !- Sun Exposure
|
3302
3302
|
NoWind, !- Wind Exposure
|
3303
3303
|
, !- View Factor to Ground
|
@@ -3330,8 +3330,8 @@ OS:Surface,
|
|
3330
3330
|
Wall, !- Surface Type
|
3331
3331
|
, !- Construction Name
|
3332
3332
|
{ebe6e839-d2fb-4757-8148-ae01cb77f2b7}, !- Space Name
|
3333
|
-
|
3334
|
-
,
|
3333
|
+
Surface, !- Outside Boundary Condition
|
3334
|
+
{50744263-980a-4528-9751-466442515973}, !- Outside Boundary Condition Object
|
3335
3335
|
NoSun, !- Sun Exposure
|
3336
3336
|
NoWind, !- Wind Exposure
|
3337
3337
|
, !- View Factor to Ground
|
@@ -3364,8 +3364,8 @@ OS:Surface,
|
|
3364
3364
|
RoofCeiling, !- Surface Type
|
3365
3365
|
, !- Construction Name
|
3366
3366
|
{31390124-80ad-4222-b08a-01be2ad61163}, !- Space Name
|
3367
|
-
|
3368
|
-
,
|
3367
|
+
Surface, !- Outside Boundary Condition
|
3368
|
+
{183a3138-9faa-4755-bcbb-2d6c659f9046}, !- Outside Boundary Condition Object
|
3369
3369
|
NoSun, !- Sun Exposure
|
3370
3370
|
NoWind, !- Wind Exposure
|
3371
3371
|
, !- View Factor to Ground
|
@@ -3489,8 +3489,8 @@ OS:Surface,
|
|
3489
3489
|
Floor, !- Surface Type
|
3490
3490
|
, !- Construction Name
|
3491
3491
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
3492
|
-
|
3493
|
-
,
|
3492
|
+
Surface, !- Outside Boundary Condition
|
3493
|
+
{59f4e05d-6b43-4dd0-a783-a1872de59aa2}, !- Outside Boundary Condition Object
|
3494
3494
|
NoSun, !- Sun Exposure
|
3495
3495
|
NoWind, !- Wind Exposure
|
3496
3496
|
, !- View Factor to Ground
|
@@ -3557,8 +3557,8 @@ OS:Surface,
|
|
3557
3557
|
Wall, !- Surface Type
|
3558
3558
|
, !- Construction Name
|
3559
3559
|
{2870f103-d956-457d-b911-977241d8c35a}, !- Space Name
|
3560
|
-
|
3561
|
-
,
|
3560
|
+
Surface, !- Outside Boundary Condition
|
3561
|
+
{1de7e67f-db3e-4e3a-a755-e1366589446e}, !- Outside Boundary Condition Object
|
3562
3562
|
NoSun, !- Sun Exposure
|
3563
3563
|
NoWind, !- Wind Exposure
|
3564
3564
|
, !- View Factor to Ground
|
@@ -3608,8 +3608,8 @@ OS:Surface,
|
|
3608
3608
|
Wall, !- Surface Type
|
3609
3609
|
, !- Construction Name
|
3610
3610
|
{70b3b79a-870d-4657-b97f-0bf50ccd6e7e}, !- Space Name
|
3611
|
-
|
3612
|
-
,
|
3611
|
+
Surface, !- Outside Boundary Condition
|
3612
|
+
{df001918-25be-4ed1-bce4-e17d08cc1280}, !- Outside Boundary Condition Object
|
3613
3613
|
NoSun, !- Sun Exposure
|
3614
3614
|
NoWind, !- Wind Exposure
|
3615
3615
|
, !- View Factor to Ground
|
@@ -3676,8 +3676,8 @@ OS:Surface,
|
|
3676
3676
|
Floor, !- Surface Type
|
3677
3677
|
, !- Construction Name
|
3678
3678
|
{47d5f6b5-5e98-43ad-8669-c046505a937d}, !- Space Name
|
3679
|
-
|
3680
|
-
,
|
3679
|
+
Surface, !- Outside Boundary Condition
|
3680
|
+
{d083477d-f5f6-4089-9cf1-32e6a9f6476f}, !- Outside Boundary Condition Object
|
3681
3681
|
NoSun, !- Sun Exposure
|
3682
3682
|
NoWind, !- Wind Exposure
|
3683
3683
|
, !- View Factor to Ground
|
@@ -3693,8 +3693,8 @@ OS:Surface,
|
|
3693
3693
|
Floor, !- Surface Type
|
3694
3694
|
, !- Construction Name
|
3695
3695
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
3696
|
-
|
3697
|
-
,
|
3696
|
+
Surface, !- Outside Boundary Condition
|
3697
|
+
{feb3cd91-7b93-4a5e-aa7c-2fbee94841c9}, !- Outside Boundary Condition Object
|
3698
3698
|
NoSun, !- Sun Exposure
|
3699
3699
|
NoWind, !- Wind Exposure
|
3700
3700
|
, !- View Factor to Ground
|
@@ -3761,8 +3761,8 @@ OS:Surface,
|
|
3761
3761
|
Wall, !- Surface Type
|
3762
3762
|
, !- Construction Name
|
3763
3763
|
{60897f76-ccc0-4353-9cbd-ce8e06f8207c}, !- Space Name
|
3764
|
-
|
3765
|
-
,
|
3764
|
+
Surface, !- Outside Boundary Condition
|
3765
|
+
{fd013922-61d4-4254-898d-c5edb2872080}, !- Outside Boundary Condition Object
|
3766
3766
|
NoSun, !- Sun Exposure
|
3767
3767
|
NoWind, !- Wind Exposure
|
3768
3768
|
, !- View Factor to Ground
|
@@ -3795,8 +3795,8 @@ OS:Surface,
|
|
3795
3795
|
Wall, !- Surface Type
|
3796
3796
|
, !- Construction Name
|
3797
3797
|
{bc7d28d5-92bd-44ec-8fa2-e6e43ce5010c}, !- Space Name
|
3798
|
-
|
3799
|
-
,
|
3798
|
+
Surface, !- Outside Boundary Condition
|
3799
|
+
{c3843fc1-61f6-47cc-a580-460f266cc43b}, !- Outside Boundary Condition Object
|
3800
3800
|
NoSun, !- Sun Exposure
|
3801
3801
|
NoWind, !- Wind Exposure
|
3802
3802
|
, !- View Factor to Ground
|
@@ -3829,8 +3829,8 @@ OS:Surface,
|
|
3829
3829
|
RoofCeiling, !- Surface Type
|
3830
3830
|
, !- Construction Name
|
3831
3831
|
{668fd0fa-a605-4127-8009-961514db81c7}, !- Space Name
|
3832
|
-
|
3833
|
-
,
|
3832
|
+
Surface, !- Outside Boundary Condition
|
3833
|
+
{8f42ab0d-a8b5-4e68-91fd-573be1236742}, !- Outside Boundary Condition Object
|
3834
3834
|
NoSun, !- Sun Exposure
|
3835
3835
|
NoWind, !- Wind Exposure
|
3836
3836
|
, !- View Factor to Ground
|
@@ -3931,8 +3931,8 @@ OS:Surface,
|
|
3931
3931
|
Floor, !- Surface Type
|
3932
3932
|
, !- Construction Name
|
3933
3933
|
{75111445-9889-4e0e-bf8b-33e4ad0474cb}, !- Space Name
|
3934
|
-
|
3935
|
-
,
|
3934
|
+
Surface, !- Outside Boundary Condition
|
3935
|
+
{7808f468-dc70-4ff4-a590-ac5164eec1e0}, !- Outside Boundary Condition Object
|
3936
3936
|
NoSun, !- Sun Exposure
|
3937
3937
|
NoWind, !- Wind Exposure
|
3938
3938
|
, !- View Factor to Ground
|
@@ -3999,8 +3999,8 @@ OS:Surface,
|
|
3999
3999
|
Wall, !- Surface Type
|
4000
4000
|
, !- Construction Name
|
4001
4001
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
4002
|
-
|
4003
|
-
,
|
4002
|
+
Surface, !- Outside Boundary Condition
|
4003
|
+
{930f0a63-ef53-4c72-aa79-3180e600ce8b}, !- Outside Boundary Condition Object
|
4004
4004
|
NoSun, !- Sun Exposure
|
4005
4005
|
NoWind, !- Wind Exposure
|
4006
4006
|
, !- View Factor to Ground
|
@@ -4067,8 +4067,8 @@ OS:Surface,
|
|
4067
4067
|
Wall, !- Surface Type
|
4068
4068
|
, !- Construction Name
|
4069
4069
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
4070
|
-
|
4071
|
-
,
|
4070
|
+
Surface, !- Outside Boundary Condition
|
4071
|
+
{67c22901-cea0-4a8a-8b4c-11b22bdbaff9}, !- Outside Boundary Condition Object
|
4072
4072
|
NoSun, !- Sun Exposure
|
4073
4073
|
NoWind, !- Wind Exposure
|
4074
4074
|
, !- View Factor to Ground
|
@@ -4084,8 +4084,8 @@ OS:Surface,
|
|
4084
4084
|
RoofCeiling, !- Surface Type
|
4085
4085
|
, !- Construction Name
|
4086
4086
|
{7cce3ac6-5d1d-4960-9e9f-f0d99f44c040}, !- Space Name
|
4087
|
-
|
4088
|
-
,
|
4087
|
+
Surface, !- Outside Boundary Condition
|
4088
|
+
{6080b08a-0606-4e51-bc61-1b4a45829dd2}, !- Outside Boundary Condition Object
|
4089
4089
|
NoSun, !- Sun Exposure
|
4090
4090
|
NoWind, !- Wind Exposure
|
4091
4091
|
, !- View Factor to Ground
|
@@ -4225,10 +4225,10 @@ OS:Surface,
|
|
4225
4225
|
Wall, !- Surface Type
|
4226
4226
|
, !- Construction Name
|
4227
4227
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
4228
|
-
|
4228
|
+
Outdoors, !- Outside Boundary Condition
|
4229
4229
|
, !- Outside Boundary Condition Object
|
4230
|
-
|
4231
|
-
|
4230
|
+
SunExposed, !- Sun Exposure
|
4231
|
+
WindExposed, !- Wind Exposure
|
4232
4232
|
, !- View Factor to Ground
|
4233
4233
|
, !- Number of Vertices
|
4234
4234
|
4.572, 48.768, 12.8049, !- X,Y,Z Vertex 1 {m}
|
@@ -4344,8 +4344,8 @@ OS:Surface,
|
|
4344
4344
|
RoofCeiling, !- Surface Type
|
4345
4345
|
, !- Construction Name
|
4346
4346
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
4347
|
-
|
4348
|
-
,
|
4347
|
+
Surface, !- Outside Boundary Condition
|
4348
|
+
{e7f8efab-d31d-41ac-8837-33b965268455}, !- Outside Boundary Condition Object
|
4349
4349
|
NoSun, !- Sun Exposure
|
4350
4350
|
NoWind, !- Wind Exposure
|
4351
4351
|
, !- View Factor to Ground
|
@@ -4446,8 +4446,8 @@ OS:Surface,
|
|
4446
4446
|
Wall, !- Surface Type
|
4447
4447
|
, !- Construction Name
|
4448
4448
|
{1c76f8a5-14f0-4ef9-aedd-f22672148afa}, !- Space Name
|
4449
|
-
|
4450
|
-
,
|
4449
|
+
Surface, !- Outside Boundary Condition
|
4450
|
+
{02cd7f4d-8e39-4d68-bcdc-d9c5f9dab7e1}, !- Outside Boundary Condition Object
|
4451
4451
|
NoSun, !- Sun Exposure
|
4452
4452
|
NoWind, !- Wind Exposure
|
4453
4453
|
, !- View Factor to Ground
|
@@ -4473,11 +4473,10 @@ OS:Surface,
|
|
4473
4473
|
28.956, 0, 0, !- X,Y,Z Vertex 2 {m}
|
4474
4474
|
21.3415, 0, 0, !- X,Y,Z Vertex 3 {m}
|
4475
4475
|
21.3415, 4.572, 0, !- X,Y,Z Vertex 4 {m}
|
4476
|
-
|
4477
|
-
6.096,
|
4478
|
-
|
4479
|
-
0,
|
4480
|
-
0, 53.34, 0; !- X,Y,Z Vertex 9 {m}
|
4476
|
+
6.096, 4.572, 0, !- X,Y,Z Vertex 5 {m}
|
4477
|
+
6.096, 0, 0, !- X,Y,Z Vertex 6 {m}
|
4478
|
+
0, 0, 0, !- X,Y,Z Vertex 7 {m}
|
4479
|
+
0, 53.34, 0; !- X,Y,Z Vertex 8 {m}
|
4481
4480
|
|
4482
4481
|
OS:Surface,
|
4483
4482
|
{dacfed6f-6ad3-45b6-a644-8af9444f6f45}, !- Handle
|
@@ -4485,8 +4484,8 @@ OS:Surface,
|
|
4485
4484
|
Wall, !- Surface Type
|
4486
4485
|
, !- Construction Name
|
4487
4486
|
{b32db625-e874-459e-ae5c-6213262e2622}, !- Space Name
|
4488
|
-
|
4489
|
-
,
|
4487
|
+
Surface, !- Outside Boundary Condition
|
4488
|
+
{0a1a9391-a2ac-4f69-b095-21184607c477}, !- Outside Boundary Condition Object
|
4490
4489
|
NoSun, !- Sun Exposure
|
4491
4490
|
NoWind, !- Wind Exposure
|
4492
4491
|
, !- View Factor to Ground
|
@@ -4553,8 +4552,8 @@ OS:Surface,
|
|
4553
4552
|
Wall, !- Surface Type
|
4554
4553
|
, !- Construction Name
|
4555
4554
|
{1168441b-e4e6-4d44-a00f-18b75cc06a24}, !- Space Name
|
4556
|
-
|
4557
|
-
,
|
4555
|
+
Surface, !- Outside Boundary Condition
|
4556
|
+
{f044d43a-09b1-4ef7-ba9a-a3c019bc4caf}, !- Outside Boundary Condition Object
|
4558
4557
|
NoSun, !- Sun Exposure
|
4559
4558
|
NoWind, !- Wind Exposure
|
4560
4559
|
, !- View Factor to Ground
|
@@ -4587,8 +4586,8 @@ OS:Surface,
|
|
4587
4586
|
RoofCeiling, !- Surface Type
|
4588
4587
|
, !- Construction Name
|
4589
4588
|
{bc7d28d5-92bd-44ec-8fa2-e6e43ce5010c}, !- Space Name
|
4590
|
-
|
4591
|
-
,
|
4589
|
+
Surface, !- Outside Boundary Condition
|
4590
|
+
{e04ef9d0-4d2c-4947-a41d-10e22e657bb2}, !- Outside Boundary Condition Object
|
4592
4591
|
NoSun, !- Sun Exposure
|
4593
4592
|
NoWind, !- Wind Exposure
|
4594
4593
|
, !- View Factor to Ground
|
@@ -4621,8 +4620,8 @@ OS:Surface,
|
|
4621
4620
|
Wall, !- Surface Type
|
4622
4621
|
, !- Construction Name
|
4623
4622
|
{bc7d28d5-92bd-44ec-8fa2-e6e43ce5010c}, !- Space Name
|
4624
|
-
|
4625
|
-
,
|
4623
|
+
Surface, !- Outside Boundary Condition
|
4624
|
+
{a85cd5d7-0061-4546-8ede-2b3366185288}, !- Outside Boundary Condition Object
|
4626
4625
|
NoSun, !- Sun Exposure
|
4627
4626
|
NoWind, !- Wind Exposure
|
4628
4627
|
, !- View Factor to Ground
|
@@ -4676,8 +4675,8 @@ OS:Surface,
|
|
4676
4675
|
Floor, !- Surface Type
|
4677
4676
|
, !- Construction Name
|
4678
4677
|
{e0b3f21a-5417-4d6d-9bad-44c2b5fb3717}, !- Space Name
|
4679
|
-
|
4680
|
-
,
|
4678
|
+
Surface, !- Outside Boundary Condition
|
4679
|
+
{ec1fa491-9b4e-420d-98c2-0c60ef628b7c}, !- Outside Boundary Condition Object
|
4681
4680
|
NoSun, !- Sun Exposure
|
4682
4681
|
NoWind, !- Wind Exposure
|
4683
4682
|
, !- View Factor to Ground
|
@@ -4710,14 +4709,14 @@ OS:Surface,
|
|
4710
4709
|
Wall, !- Surface Type
|
4711
4710
|
, !- Construction Name
|
4712
4711
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
4713
|
-
|
4714
|
-
,
|
4715
|
-
|
4716
|
-
|
4712
|
+
Surface, !- Outside Boundary Condition
|
4713
|
+
{15ff06d9-e3cb-4784-9c9b-bb1b8a14a4ff}, !- Outside Boundary Condition Object
|
4714
|
+
NoSun, !- Sun Exposure
|
4715
|
+
NoWind, !- Wind Exposure
|
4717
4716
|
, !- View Factor to Ground
|
4718
4717
|
, !- Number of Vertices
|
4719
|
-
9.144, 33.
|
4720
|
-
9.144, 33.
|
4718
|
+
9.144, 33.528, 17.0732, !- X,Y,Z Vertex 1 {m}
|
4719
|
+
9.144, 33.528, 12.8049, !- X,Y,Z Vertex 2 {m}
|
4721
4720
|
9.144, 42.672, 12.8049, !- X,Y,Z Vertex 3 {m}
|
4722
4721
|
9.144, 42.672, 17.0732; !- X,Y,Z Vertex 4 {m}
|
4723
4722
|
|
@@ -4846,8 +4845,8 @@ OS:Surface,
|
|
4846
4845
|
Floor, !- Surface Type
|
4847
4846
|
, !- Construction Name
|
4848
4847
|
{432827a6-9676-48d3-9de8-55f3ed327c07}, !- Space Name
|
4849
|
-
|
4850
|
-
,
|
4848
|
+
Surface, !- Outside Boundary Condition
|
4849
|
+
{55eea7c2-83a9-4e38-8a66-58fb7d0ea97b}, !- Outside Boundary Condition Object
|
4851
4850
|
NoSun, !- Sun Exposure
|
4852
4851
|
NoWind, !- Wind Exposure
|
4853
4852
|
, !- View Factor to Ground
|
@@ -4863,8 +4862,8 @@ OS:Surface,
|
|
4863
4862
|
RoofCeiling, !- Surface Type
|
4864
4863
|
, !- Construction Name
|
4865
4864
|
{d7e311f6-f2c1-47c2-b301-cbba90b6f733}, !- Space Name
|
4866
|
-
|
4867
|
-
,
|
4865
|
+
Surface, !- Outside Boundary Condition
|
4866
|
+
{0531c0e6-eff2-4166-8878-f8d977783239}, !- Outside Boundary Condition Object
|
4868
4867
|
NoSun, !- Sun Exposure
|
4869
4868
|
NoWind, !- Wind Exposure
|
4870
4869
|
, !- View Factor to Ground
|
@@ -4931,8 +4930,8 @@ OS:Surface,
|
|
4931
4930
|
Wall, !- Surface Type
|
4932
4931
|
, !- Construction Name
|
4933
4932
|
{013d2c94-7239-4063-ba94-06ba14717adc}, !- Space Name
|
4934
|
-
|
4935
|
-
,
|
4933
|
+
Surface, !- Outside Boundary Condition
|
4934
|
+
{f7d1c174-8880-40b1-8a01-4128252bc5ba}, !- Outside Boundary Condition Object
|
4936
4935
|
NoSun, !- Sun Exposure
|
4937
4936
|
NoWind, !- Wind Exposure
|
4938
4937
|
, !- View Factor to Ground
|
@@ -4990,8 +4989,8 @@ OS:Surface,
|
|
4990
4989
|
, !- Number of Vertices
|
4991
4990
|
9.144, 10.668, 12.8049, !- X,Y,Z Vertex 1 {m}
|
4992
4991
|
9.144, 10.668, 8.5366, !- X,Y,Z Vertex 2 {m}
|
4993
|
-
9.144, 33.
|
4994
|
-
9.144, 33.
|
4992
|
+
9.144, 33.528, 8.5366, !- X,Y,Z Vertex 3 {m}
|
4993
|
+
9.144, 33.528, 12.8049; !- X,Y,Z Vertex 4 {m}
|
4995
4994
|
|
4996
4995
|
OS:Surface,
|
4997
4996
|
{eb0262d2-8e7c-4c4a-968d-1650eb5b4d57}, !- Handle
|
@@ -5033,10 +5032,10 @@ OS:Surface,
|
|
5033
5032
|
Wall, !- Surface Type
|
5034
5033
|
, !- Construction Name
|
5035
5034
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
5036
|
-
|
5035
|
+
Outdoors, !- Outside Boundary Condition
|
5037
5036
|
, !- Outside Boundary Condition Object
|
5038
|
-
|
5039
|
-
|
5037
|
+
SunExposed, !- Sun Exposure
|
5038
|
+
WindExposed, !- Wind Exposure
|
5040
5039
|
, !- View Factor to Ground
|
5041
5040
|
, !- Number of Vertices
|
5042
5041
|
70.104, 0, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -5050,10 +5049,10 @@ OS:Surface,
|
|
5050
5049
|
Wall, !- Surface Type
|
5051
5050
|
, !- Construction Name
|
5052
5051
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
5053
|
-
|
5052
|
+
Outdoors, !- Outside Boundary Condition
|
5054
5053
|
, !- Outside Boundary Condition Object
|
5055
|
-
|
5056
|
-
|
5054
|
+
SunExposed, !- Sun Exposure
|
5055
|
+
WindExposed, !- Wind Exposure
|
5057
5056
|
, !- View Factor to Ground
|
5058
5057
|
, !- Number of Vertices
|
5059
5058
|
65.532, 42.672, 12.8049, !- X,Y,Z Vertex 1 {m}
|
@@ -5084,10 +5083,10 @@ OS:Surface,
|
|
5084
5083
|
Wall, !- Surface Type
|
5085
5084
|
, !- Construction Name
|
5086
5085
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
5087
|
-
|
5086
|
+
Outdoors, !- Outside Boundary Condition
|
5088
5087
|
, !- Outside Boundary Condition Object
|
5089
|
-
|
5090
|
-
|
5088
|
+
SunExposed, !- Sun Exposure
|
5089
|
+
WindExposed, !- Wind Exposure
|
5091
5090
|
, !- View Factor to Ground
|
5092
5091
|
, !- Number of Vertices
|
5093
5092
|
64.008, 39.624, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -5186,8 +5185,8 @@ OS:Surface,
|
|
5186
5185
|
Wall, !- Surface Type
|
5187
5186
|
, !- Construction Name
|
5188
5187
|
{b32db625-e874-459e-ae5c-6213262e2622}, !- Space Name
|
5189
|
-
|
5190
|
-
,
|
5188
|
+
Surface, !- Outside Boundary Condition
|
5189
|
+
{1903696b-25a7-49b1-a8cc-ebf957bee218}, !- Outside Boundary Condition Object
|
5191
5190
|
NoSun, !- Sun Exposure
|
5192
5191
|
NoWind, !- Wind Exposure
|
5193
5192
|
, !- View Factor to Ground
|
@@ -5254,8 +5253,8 @@ OS:Surface,
|
|
5254
5253
|
Floor, !- Surface Type
|
5255
5254
|
, !- Construction Name
|
5256
5255
|
{2d4ce43e-14fd-4122-b641-b757121d5aba}, !- Space Name
|
5257
|
-
|
5258
|
-
,
|
5256
|
+
Surface, !- Outside Boundary Condition
|
5257
|
+
{910a644d-62d5-4bc9-9b07-0c9555e0a6a0}, !- Outside Boundary Condition Object
|
5259
5258
|
NoSun, !- Sun Exposure
|
5260
5259
|
NoWind, !- Wind Exposure
|
5261
5260
|
, !- View Factor to Ground
|
@@ -5339,8 +5338,8 @@ OS:Surface,
|
|
5339
5338
|
Floor, !- Surface Type
|
5340
5339
|
, !- Construction Name
|
5341
5340
|
{ccee8f2b-c192-4f18-9407-cda799f28f23}, !- Space Name
|
5342
|
-
|
5343
|
-
,
|
5341
|
+
Surface, !- Outside Boundary Condition
|
5342
|
+
{a6afa6ba-8312-4b32-b3c3-0f89b074aad4}, !- Outside Boundary Condition Object
|
5344
5343
|
NoSun, !- Sun Exposure
|
5345
5344
|
NoWind, !- Wind Exposure
|
5346
5345
|
, !- View Factor to Ground
|
@@ -5356,10 +5355,10 @@ OS:Surface,
|
|
5356
5355
|
Wall, !- Surface Type
|
5357
5356
|
, !- Construction Name
|
5358
5357
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
5359
|
-
|
5358
|
+
Outdoors, !- Outside Boundary Condition
|
5360
5359
|
, !- Outside Boundary Condition Object
|
5361
|
-
|
5362
|
-
|
5360
|
+
SunExposed, !- Sun Exposure
|
5361
|
+
WindExposed, !- Wind Exposure
|
5363
5362
|
, !- View Factor to Ground
|
5364
5363
|
, !- Number of Vertices
|
5365
5364
|
4.572, 48.768, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -5390,8 +5389,8 @@ OS:Surface,
|
|
5390
5389
|
Wall, !- Surface Type
|
5391
5390
|
, !- Construction Name
|
5392
5391
|
{2294b9a3-413c-42bf-8af1-ea3aba2f3837}, !- Space Name
|
5393
|
-
|
5394
|
-
,
|
5392
|
+
Surface, !- Outside Boundary Condition
|
5393
|
+
{d9a758ae-dcd7-4d45-b706-04207108bdd4}, !- Outside Boundary Condition Object
|
5395
5394
|
NoSun, !- Sun Exposure
|
5396
5395
|
NoWind, !- Wind Exposure
|
5397
5396
|
, !- View Factor to Ground
|
@@ -5424,8 +5423,8 @@ OS:Surface,
|
|
5424
5423
|
Wall, !- Surface Type
|
5425
5424
|
, !- Construction Name
|
5426
5425
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
5427
|
-
|
5428
|
-
,
|
5426
|
+
Surface, !- Outside Boundary Condition
|
5427
|
+
{3c18a7bb-601a-4568-888c-3b6527ee2940}, !- Outside Boundary Condition Object
|
5429
5428
|
NoSun, !- Sun Exposure
|
5430
5429
|
NoWind, !- Wind Exposure
|
5431
5430
|
, !- View Factor to Ground
|
@@ -5526,8 +5525,8 @@ OS:Surface,
|
|
5526
5525
|
Wall, !- Surface Type
|
5527
5526
|
, !- Construction Name
|
5528
5527
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
5529
|
-
|
5530
|
-
,
|
5528
|
+
Surface, !- Outside Boundary Condition
|
5529
|
+
{6698567c-510f-4b65-afa5-58a4c50774b9}, !- Outside Boundary Condition Object
|
5531
5530
|
NoSun, !- Sun Exposure
|
5532
5531
|
NoWind, !- Wind Exposure
|
5533
5532
|
, !- View Factor to Ground
|
@@ -5543,8 +5542,8 @@ OS:Surface,
|
|
5543
5542
|
Wall, !- Surface Type
|
5544
5543
|
, !- Construction Name
|
5545
5544
|
{c8b8007f-d842-489f-b119-fad0f32ca54d}, !- Space Name
|
5546
|
-
|
5547
|
-
,
|
5545
|
+
Surface, !- Outside Boundary Condition
|
5546
|
+
{09c670f2-9441-44d7-a2bb-34dce17b7748}, !- Outside Boundary Condition Object
|
5548
5547
|
NoSun, !- Sun Exposure
|
5549
5548
|
NoWind, !- Wind Exposure
|
5550
5549
|
, !- View Factor to Ground
|
@@ -5628,8 +5627,8 @@ OS:Surface,
|
|
5628
5627
|
Wall, !- Surface Type
|
5629
5628
|
, !- Construction Name
|
5630
5629
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
5631
|
-
|
5632
|
-
,
|
5630
|
+
Surface, !- Outside Boundary Condition
|
5631
|
+
{17a70b6c-8903-4e80-96bd-1960fa8bc233}, !- Outside Boundary Condition Object
|
5633
5632
|
NoSun, !- Sun Exposure
|
5634
5633
|
NoWind, !- Wind Exposure
|
5635
5634
|
, !- View Factor to Ground
|
@@ -5662,8 +5661,8 @@ OS:Surface,
|
|
5662
5661
|
Wall, !- Surface Type
|
5663
5662
|
, !- Construction Name
|
5664
5663
|
{d2b1807c-c9f4-44c2-8597-3b555b94b37c}, !- Space Name
|
5665
|
-
|
5666
|
-
,
|
5664
|
+
Surface, !- Outside Boundary Condition
|
5665
|
+
{9b381fb4-9c86-461e-856f-43ca207a6a40}, !- Outside Boundary Condition Object
|
5667
5666
|
NoSun, !- Sun Exposure
|
5668
5667
|
NoWind, !- Wind Exposure
|
5669
5668
|
, !- View Factor to Ground
|
@@ -5696,8 +5695,8 @@ OS:Surface,
|
|
5696
5695
|
Floor, !- Surface Type
|
5697
5696
|
, !- Construction Name
|
5698
5697
|
{2294b9a3-413c-42bf-8af1-ea3aba2f3837}, !- Space Name
|
5699
|
-
|
5700
|
-
,
|
5698
|
+
Surface, !- Outside Boundary Condition
|
5699
|
+
{2b051b4f-5dc8-43d9-8dff-c15a4d4567c8}, !- Outside Boundary Condition Object
|
5701
5700
|
NoSun, !- Sun Exposure
|
5702
5701
|
NoWind, !- Wind Exposure
|
5703
5702
|
, !- View Factor to Ground
|
@@ -5742,9 +5741,8 @@ OS:Surface,
|
|
5742
5741
|
70.104, 13.716, 0, !- X,Y,Z Vertex 4 {m}
|
5743
5742
|
64.008, 13.716, 0, !- X,Y,Z Vertex 5 {m}
|
5744
5743
|
64.008, 4.572, 0, !- X,Y,Z Vertex 6 {m}
|
5745
|
-
|
5746
|
-
39.624,
|
5747
|
-
39.624, 48.768, 0; !- X,Y,Z Vertex 9 {m}
|
5744
|
+
39.624, 4.572, 0, !- X,Y,Z Vertex 7 {m}
|
5745
|
+
39.624, 48.768, 0; !- X,Y,Z Vertex 8 {m}
|
5748
5746
|
|
5749
5747
|
OS:Surface,
|
5750
5748
|
{42df4b75-1019-42be-bc4d-2ee09b7f435e}, !- Handle
|
@@ -5769,8 +5767,8 @@ OS:Surface,
|
|
5769
5767
|
Wall, !- Surface Type
|
5770
5768
|
, !- Construction Name
|
5771
5769
|
{8ec78f13-57f2-4f0e-9746-f05360546e20}, !- Space Name
|
5772
|
-
|
5773
|
-
,
|
5770
|
+
Surface, !- Outside Boundary Condition
|
5771
|
+
{ce5242ce-fd5f-4765-8667-993660abc344}, !- Outside Boundary Condition Object
|
5774
5772
|
NoSun, !- Sun Exposure
|
5775
5773
|
NoWind, !- Wind Exposure
|
5776
5774
|
, !- View Factor to Ground
|
@@ -5820,8 +5818,8 @@ OS:Surface,
|
|
5820
5818
|
Wall, !- Surface Type
|
5821
5819
|
, !- Construction Name
|
5822
5820
|
{0f8481b9-82a8-4c09-8d52-f278649c4c33}, !- Space Name
|
5823
|
-
|
5824
|
-
,
|
5821
|
+
Surface, !- Outside Boundary Condition
|
5822
|
+
{4f7c7d74-b707-42e0-8016-b122c650983d}, !- Outside Boundary Condition Object
|
5825
5823
|
NoSun, !- Sun Exposure
|
5826
5824
|
NoWind, !- Wind Exposure
|
5827
5825
|
, !- View Factor to Ground
|
@@ -5854,8 +5852,8 @@ OS:Surface,
|
|
5854
5852
|
Wall, !- Surface Type
|
5855
5853
|
, !- Construction Name
|
5856
5854
|
{1fd4c829-a755-45de-b877-ff8108b86807}, !- Space Name
|
5857
|
-
|
5858
|
-
,
|
5855
|
+
Surface, !- Outside Boundary Condition
|
5856
|
+
{a9fd89f8-ff30-4d8b-b749-c8aef4cb2067}, !- Outside Boundary Condition Object
|
5859
5857
|
NoSun, !- Sun Exposure
|
5860
5858
|
NoWind, !- Wind Exposure
|
5861
5859
|
, !- View Factor to Ground
|
@@ -5871,8 +5869,8 @@ OS:Surface,
|
|
5871
5869
|
Wall, !- Surface Type
|
5872
5870
|
, !- Construction Name
|
5873
5871
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
5874
|
-
|
5875
|
-
,
|
5872
|
+
Surface, !- Outside Boundary Condition
|
5873
|
+
{fb2dd5d4-8d33-41f8-a714-19d3ed1740be}, !- Outside Boundary Condition Object
|
5876
5874
|
NoSun, !- Sun Exposure
|
5877
5875
|
NoWind, !- Wind Exposure
|
5878
5876
|
, !- View Factor to Ground
|
@@ -5888,8 +5886,8 @@ OS:Surface,
|
|
5888
5886
|
Wall, !- Surface Type
|
5889
5887
|
, !- Construction Name
|
5890
5888
|
{e02691e9-a447-40e1-aa67-039878424ae6}, !- Space Name
|
5891
|
-
|
5892
|
-
,
|
5889
|
+
Surface, !- Outside Boundary Condition
|
5890
|
+
{dfe8b32d-a617-4cfb-a47e-5cb4e5fda3c2}, !- Outside Boundary Condition Object
|
5893
5891
|
NoSun, !- Sun Exposure
|
5894
5892
|
NoWind, !- Wind Exposure
|
5895
5893
|
, !- View Factor to Ground
|
@@ -5962,8 +5960,8 @@ OS:Surface,
|
|
5962
5960
|
NoWind, !- Wind Exposure
|
5963
5961
|
, !- View Factor to Ground
|
5964
5962
|
, !- Number of Vertices
|
5965
|
-
9.144, 33.
|
5966
|
-
9.144, 33.
|
5963
|
+
9.144, 33.528, 17.0732, !- X,Y,Z Vertex 1 {m}
|
5964
|
+
9.144, 33.528, 12.8049, !- X,Y,Z Vertex 2 {m}
|
5967
5965
|
9.144, 10.668, 12.8049, !- X,Y,Z Vertex 3 {m}
|
5968
5966
|
9.144, 10.668, 17.0732; !- X,Y,Z Vertex 4 {m}
|
5969
5967
|
|
@@ -5973,8 +5971,8 @@ OS:Surface,
|
|
5973
5971
|
RoofCeiling, !- Surface Type
|
5974
5972
|
, !- Construction Name
|
5975
5973
|
{aeb14eec-a11c-4495-b283-f98c2eca3dbf}, !- Space Name
|
5976
|
-
|
5977
|
-
,
|
5974
|
+
Surface, !- Outside Boundary Condition
|
5975
|
+
{74928bcc-d6f5-4e09-ab22-149fe06810a7}, !- Outside Boundary Condition Object
|
5978
5976
|
NoSun, !- Sun Exposure
|
5979
5977
|
NoWind, !- Wind Exposure
|
5980
5978
|
, !- View Factor to Ground
|
@@ -5992,8 +5990,8 @@ OS:Surface,
|
|
5992
5990
|
Wall, !- Surface Type
|
5993
5991
|
, !- Construction Name
|
5994
5992
|
{42cd4d82-e24e-4e11-88d4-f870740fe240}, !- Space Name
|
5995
|
-
|
5996
|
-
,
|
5993
|
+
Surface, !- Outside Boundary Condition
|
5994
|
+
{9ac64baf-a3e5-43da-94ea-f686057557fd}, !- Outside Boundary Condition Object
|
5997
5995
|
NoSun, !- Sun Exposure
|
5998
5996
|
NoWind, !- Wind Exposure
|
5999
5997
|
, !- View Factor to Ground
|
@@ -6009,8 +6007,8 @@ OS:Surface,
|
|
6009
6007
|
Wall, !- Surface Type
|
6010
6008
|
, !- Construction Name
|
6011
6009
|
{47d5f6b5-5e98-43ad-8669-c046505a937d}, !- Space Name
|
6012
|
-
|
6013
|
-
,
|
6010
|
+
Surface, !- Outside Boundary Condition
|
6011
|
+
{a2f4aec2-5325-4fea-90b8-6ed5d99e7c0a}, !- Outside Boundary Condition Object
|
6014
6012
|
NoSun, !- Sun Exposure
|
6015
6013
|
NoWind, !- Wind Exposure
|
6016
6014
|
, !- View Factor to Ground
|
@@ -6043,8 +6041,8 @@ OS:Surface,
|
|
6043
6041
|
RoofCeiling, !- Surface Type
|
6044
6042
|
, !- Construction Name
|
6045
6043
|
{16b36206-de28-4cc5-a003-3fd3fdc223f7}, !- Space Name
|
6046
|
-
|
6047
|
-
,
|
6044
|
+
Surface, !- Outside Boundary Condition
|
6045
|
+
{45c90384-502d-43bb-aac4-52f28bba930e}, !- Outside Boundary Condition Object
|
6048
6046
|
NoSun, !- Sun Exposure
|
6049
6047
|
NoWind, !- Wind Exposure
|
6050
6048
|
, !- View Factor to Ground
|
@@ -6151,8 +6149,8 @@ OS:Surface,
|
|
6151
6149
|
RoofCeiling, !- Surface Type
|
6152
6150
|
, !- Construction Name
|
6153
6151
|
{1c76f8a5-14f0-4ef9-aedd-f22672148afa}, !- Space Name
|
6154
|
-
|
6155
|
-
,
|
6152
|
+
Surface, !- Outside Boundary Condition
|
6153
|
+
{2412ef37-5701-4282-a20b-f2571ccb5b10}, !- Outside Boundary Condition Object
|
6156
6154
|
NoSun, !- Sun Exposure
|
6157
6155
|
NoWind, !- Wind Exposure
|
6158
6156
|
, !- View Factor to Ground
|
@@ -6202,8 +6200,8 @@ OS:Surface,
|
|
6202
6200
|
Floor, !- Surface Type
|
6203
6201
|
, !- Construction Name
|
6204
6202
|
{f4b6e0eb-817b-405c-98f0-c425865851fb}, !- Space Name
|
6205
|
-
|
6206
|
-
,
|
6203
|
+
Surface, !- Outside Boundary Condition
|
6204
|
+
{b630a08c-bea4-44d4-a20a-0993fe636feb}, !- Outside Boundary Condition Object
|
6207
6205
|
NoSun, !- Sun Exposure
|
6208
6206
|
NoWind, !- Wind Exposure
|
6209
6207
|
, !- View Factor to Ground
|
@@ -6211,8 +6209,7 @@ OS:Surface,
|
|
6211
6209
|
39.624, 42.672, 8.5366, !- X,Y,Z Vertex 1 {m}
|
6212
6210
|
39.624, 10.668, 8.5366, !- X,Y,Z Vertex 2 {m}
|
6213
6211
|
28.956, 10.668, 8.5366, !- X,Y,Z Vertex 3 {m}
|
6214
|
-
28.956,
|
6215
|
-
28.956, 42.672, 8.5366; !- X,Y,Z Vertex 5 {m}
|
6212
|
+
28.956, 42.672, 8.5366; !- X,Y,Z Vertex 4 {m}
|
6216
6213
|
|
6217
6214
|
OS:SubSurface,
|
6218
6215
|
{d870ae02-c6b9-4cf0-8ba5-38dade2d06b9}, !- Handle
|
@@ -6288,8 +6285,8 @@ OS:Surface,
|
|
6288
6285
|
Floor, !- Surface Type
|
6289
6286
|
, !- Construction Name
|
6290
6287
|
{0bb10f6e-83ca-443c-bdd6-76ddf2ef5dd5}, !- Space Name
|
6291
|
-
|
6292
|
-
,
|
6288
|
+
Surface, !- Outside Boundary Condition
|
6289
|
+
{27fcfb48-1e0c-42d6-a359-d3df26e02d48}, !- Outside Boundary Condition Object
|
6293
6290
|
NoSun, !- Sun Exposure
|
6294
6291
|
NoWind, !- Wind Exposure
|
6295
6292
|
, !- View Factor to Ground
|
@@ -6305,8 +6302,8 @@ OS:Surface,
|
|
6305
6302
|
RoofCeiling, !- Surface Type
|
6306
6303
|
, !- Construction Name
|
6307
6304
|
{0ebf2d87-9a96-4832-a366-f21cea5fd615}, !- Space Name
|
6308
|
-
|
6309
|
-
,
|
6305
|
+
Surface, !- Outside Boundary Condition
|
6306
|
+
{81909e64-bb6b-48a8-8805-33ea6099986a}, !- Outside Boundary Condition Object
|
6310
6307
|
NoSun, !- Sun Exposure
|
6311
6308
|
NoWind, !- Wind Exposure
|
6312
6309
|
, !- View Factor to Ground
|
@@ -6398,10 +6395,10 @@ OS:Surface,
|
|
6398
6395
|
RoofCeiling, !- Surface Type
|
6399
6396
|
, !- Construction Name
|
6400
6397
|
{b32db625-e874-459e-ae5c-6213262e2622}, !- Space Name
|
6401
|
-
|
6398
|
+
Outdoors, !- Outside Boundary Condition
|
6402
6399
|
, !- Outside Boundary Condition Object
|
6403
|
-
|
6404
|
-
|
6400
|
+
SunExposed, !- Sun Exposure
|
6401
|
+
WindExposed, !- Wind Exposure
|
6405
6402
|
, !- View Factor to Ground
|
6406
6403
|
, !- Number of Vertices
|
6407
6404
|
4.572, 44.196, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -6483,8 +6480,8 @@ OS:Surface,
|
|
6483
6480
|
Wall, !- Surface Type
|
6484
6481
|
, !- Construction Name
|
6485
6482
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
6486
|
-
|
6487
|
-
,
|
6483
|
+
Surface, !- Outside Boundary Condition
|
6484
|
+
{aa125bee-678f-4d05-9785-ac1e49b2918e}, !- Outside Boundary Condition Object
|
6488
6485
|
NoSun, !- Sun Exposure
|
6489
6486
|
NoWind, !- Wind Exposure
|
6490
6487
|
, !- View Factor to Ground
|
@@ -6551,8 +6548,8 @@ OS:Surface,
|
|
6551
6548
|
Wall, !- Surface Type
|
6552
6549
|
, !- Construction Name
|
6553
6550
|
{0f8481b9-82a8-4c09-8d52-f278649c4c33}, !- Space Name
|
6554
|
-
|
6555
|
-
,
|
6551
|
+
Surface, !- Outside Boundary Condition
|
6552
|
+
{336ad7d8-eac6-422f-9792-d29f3da28d43}, !- Outside Boundary Condition Object
|
6556
6553
|
NoSun, !- Sun Exposure
|
6557
6554
|
NoWind, !- Wind Exposure
|
6558
6555
|
, !- View Factor to Ground
|
@@ -6619,16 +6616,16 @@ OS:Surface,
|
|
6619
6616
|
RoofCeiling, !- Surface Type
|
6620
6617
|
, !- Construction Name
|
6621
6618
|
{2870f103-d956-457d-b911-977241d8c35a}, !- Space Name
|
6622
|
-
|
6623
|
-
,
|
6619
|
+
Surface, !- Outside Boundary Condition
|
6620
|
+
{b561fd0f-55af-433e-86cc-3619d4454fba}, !- Outside Boundary Condition Object
|
6624
6621
|
NoSun, !- Sun Exposure
|
6625
6622
|
NoWind, !- Wind Exposure
|
6626
6623
|
, !- View Factor to Ground
|
6627
6624
|
, !- Number of Vertices
|
6628
|
-
|
6629
|
-
39.624,
|
6630
|
-
|
6631
|
-
28.956,
|
6625
|
+
39.624, 42.672, 8.5366, !- X,Y,Z Vertex 1 {m}
|
6626
|
+
39.624, 53.34, 8.5366, !- X,Y,Z Vertex 2 {m}
|
6627
|
+
28.956, 53.34, 8.5366, !- X,Y,Z Vertex 3 {m}
|
6628
|
+
28.956, 42.672, 8.5366; !- X,Y,Z Vertex 4 {m}
|
6632
6629
|
|
6633
6630
|
OS:Surface,
|
6634
6631
|
{b64d3ced-5885-4afc-9b49-969554c8d520}, !- Handle
|
@@ -6653,8 +6650,8 @@ OS:Surface,
|
|
6653
6650
|
RoofCeiling, !- Surface Type
|
6654
6651
|
, !- Construction Name
|
6655
6652
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
6656
|
-
|
6657
|
-
,
|
6653
|
+
Surface, !- Outside Boundary Condition
|
6654
|
+
{bbe5ef4c-9228-44af-b64a-afac7b888d58}, !- Outside Boundary Condition Object
|
6658
6655
|
NoSun, !- Sun Exposure
|
6659
6656
|
NoWind, !- Wind Exposure
|
6660
6657
|
, !- View Factor to Ground
|
@@ -6670,8 +6667,8 @@ OS:Surface,
|
|
6670
6667
|
RoofCeiling, !- Surface Type
|
6671
6668
|
, !- Construction Name
|
6672
6669
|
{7698b8f9-ce74-4b6b-806d-12cdef049900}, !- Space Name
|
6673
|
-
|
6674
|
-
,
|
6670
|
+
Surface, !- Outside Boundary Condition
|
6671
|
+
{69c18cae-9d2f-4864-9c57-e3dd9c93faac}, !- Outside Boundary Condition Object
|
6675
6672
|
NoSun, !- Sun Exposure
|
6676
6673
|
NoWind, !- Wind Exposure
|
6677
6674
|
, !- View Factor to Ground
|
@@ -6704,8 +6701,8 @@ OS:Surface,
|
|
6704
6701
|
Wall, !- Surface Type
|
6705
6702
|
, !- Construction Name
|
6706
6703
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
6707
|
-
|
6708
|
-
,
|
6704
|
+
Surface, !- Outside Boundary Condition
|
6705
|
+
{da7d1709-9f24-4cad-aead-c169da645664}, !- Outside Boundary Condition Object
|
6709
6706
|
NoSun, !- Sun Exposure
|
6710
6707
|
NoWind, !- Wind Exposure
|
6711
6708
|
, !- View Factor to Ground
|
@@ -6721,8 +6718,8 @@ OS:Surface,
|
|
6721
6718
|
Wall, !- Surface Type
|
6722
6719
|
, !- Construction Name
|
6723
6720
|
{7cce3ac6-5d1d-4960-9e9f-f0d99f44c040}, !- Space Name
|
6724
|
-
|
6725
|
-
,
|
6721
|
+
Surface, !- Outside Boundary Condition
|
6722
|
+
{dc428305-ab12-4661-b7b1-c7fe4452e5bd}, !- Outside Boundary Condition Object
|
6726
6723
|
NoSun, !- Sun Exposure
|
6727
6724
|
NoWind, !- Wind Exposure
|
6728
6725
|
, !- View Factor to Ground
|
@@ -6806,8 +6803,8 @@ OS:Surface,
|
|
6806
6803
|
Wall, !- Surface Type
|
6807
6804
|
, !- Construction Name
|
6808
6805
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
6809
|
-
|
6810
|
-
,
|
6806
|
+
Surface, !- Outside Boundary Condition
|
6807
|
+
{6306c332-37b5-4191-a945-60d8db12ae79}, !- Outside Boundary Condition Object
|
6811
6808
|
NoSun, !- Sun Exposure
|
6812
6809
|
NoWind, !- Wind Exposure
|
6813
6810
|
, !- View Factor to Ground
|
@@ -6857,8 +6854,8 @@ OS:Surface,
|
|
6857
6854
|
Floor, !- Surface Type
|
6858
6855
|
, !- Construction Name
|
6859
6856
|
{aeb14eec-a11c-4495-b283-f98c2eca3dbf}, !- Space Name
|
6860
|
-
|
6861
|
-
,
|
6857
|
+
Surface, !- Outside Boundary Condition
|
6858
|
+
{568c28e0-56e4-4e5a-b7f9-e1e737ca82c0}, !- Outside Boundary Condition Object
|
6862
6859
|
NoSun, !- Sun Exposure
|
6863
6860
|
NoWind, !- Wind Exposure
|
6864
6861
|
, !- View Factor to Ground
|
@@ -6874,8 +6871,8 @@ OS:Surface,
|
|
6874
6871
|
Floor, !- Surface Type
|
6875
6872
|
, !- Construction Name
|
6876
6873
|
{d2b1807c-c9f4-44c2-8597-3b555b94b37c}, !- Space Name
|
6877
|
-
|
6878
|
-
,
|
6874
|
+
Surface, !- Outside Boundary Condition
|
6875
|
+
{e05141f5-0506-4551-a154-a78e3f9ae2f5}, !- Outside Boundary Condition Object
|
6879
6876
|
NoSun, !- Sun Exposure
|
6880
6877
|
NoWind, !- Wind Exposure
|
6881
6878
|
, !- View Factor to Ground
|
@@ -6883,8 +6880,7 @@ OS:Surface,
|
|
6883
6880
|
70.104, 4.572, 8.5366, !- X,Y,Z Vertex 1 {m}
|
6884
6881
|
70.104, 0, 8.5366, !- X,Y,Z Vertex 2 {m}
|
6885
6882
|
62.484, 0, 8.5366, !- X,Y,Z Vertex 3 {m}
|
6886
|
-
62.484, 4.572, 8.5366
|
6887
|
-
65.532, 4.572, 8.5366; !- X,Y,Z Vertex 5 {m}
|
6883
|
+
62.484, 4.572, 8.5366; !- X,Y,Z Vertex 4 {m}
|
6888
6884
|
|
6889
6885
|
OS:Surface,
|
6890
6886
|
{b843d441-7b16-4de8-94cf-6f2b473bb75d}, !- Handle
|
@@ -6926,8 +6922,8 @@ OS:Surface,
|
|
6926
6922
|
Wall, !- Surface Type
|
6927
6923
|
, !- Construction Name
|
6928
6924
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
6929
|
-
|
6930
|
-
,
|
6925
|
+
Surface, !- Outside Boundary Condition
|
6926
|
+
{f3331ec8-ffff-46f4-bf5e-8fb4f9182175}, !- Outside Boundary Condition Object
|
6931
6927
|
NoSun, !- Sun Exposure
|
6932
6928
|
NoWind, !- Wind Exposure
|
6933
6929
|
, !- View Factor to Ground
|
@@ -6960,8 +6956,8 @@ OS:Surface,
|
|
6960
6956
|
Floor, !- Surface Type
|
6961
6957
|
, !- Construction Name
|
6962
6958
|
{6a8c5c6f-369f-4ab1-867d-7f5523a9610f}, !- Space Name
|
6963
|
-
|
6964
|
-
,
|
6959
|
+
Surface, !- Outside Boundary Condition
|
6960
|
+
{893b5944-e696-48a1-9f14-6a7f84f9bf00}, !- Outside Boundary Condition Object
|
6965
6961
|
NoSun, !- Sun Exposure
|
6966
6962
|
NoWind, !- Wind Exposure
|
6967
6963
|
, !- View Factor to Ground
|
@@ -7030,16 +7026,16 @@ OS:Surface,
|
|
7030
7026
|
Wall, !- Surface Type
|
7031
7027
|
, !- Construction Name
|
7032
7028
|
{f4b6e0eb-817b-405c-98f0-c425865851fb}, !- Space Name
|
7033
|
-
|
7034
|
-
,
|
7035
|
-
|
7036
|
-
|
7029
|
+
Surface, !- Outside Boundary Condition
|
7030
|
+
{9a8d1b7e-2bf8-4e2a-a412-7fda7f7a0dc4}, !- Outside Boundary Condition Object
|
7031
|
+
NoSun, !- Sun Exposure
|
7032
|
+
NoWind, !- Wind Exposure
|
7037
7033
|
, !- View Factor to Ground
|
7038
7034
|
, !- Number of Vertices
|
7039
7035
|
9.144, 42.672, 12.8049, !- X,Y,Z Vertex 1 {m}
|
7040
7036
|
9.144, 42.672, 8.5366, !- X,Y,Z Vertex 2 {m}
|
7041
|
-
9.144, 33.
|
7042
|
-
9.144, 33.
|
7037
|
+
9.144, 33.528, 8.5366, !- X,Y,Z Vertex 3 {m}
|
7038
|
+
9.144, 33.528, 12.8049; !- X,Y,Z Vertex 4 {m}
|
7043
7039
|
|
7044
7040
|
OS:Surface,
|
7045
7041
|
{ec770f09-5270-4b1c-a6c3-cd094f6dabad}, !- Handle
|
@@ -7047,8 +7043,8 @@ OS:Surface,
|
|
7047
7043
|
Wall, !- Surface Type
|
7048
7044
|
, !- Construction Name
|
7049
7045
|
{648db5a6-f0b0-425d-a12c-a9502504cf7a}, !- Space Name
|
7050
|
-
|
7051
|
-
,
|
7046
|
+
Surface, !- Outside Boundary Condition
|
7047
|
+
{559d9ceb-a704-4792-8838-6a6e587138d6}, !- Outside Boundary Condition Object
|
7052
7048
|
NoSun, !- Sun Exposure
|
7053
7049
|
NoWind, !- Wind Exposure
|
7054
7050
|
, !- View Factor to Ground
|
@@ -7098,8 +7094,8 @@ OS:Surface,
|
|
7098
7094
|
Floor, !- Surface Type
|
7099
7095
|
, !- Construction Name
|
7100
7096
|
{b32db625-e874-459e-ae5c-6213262e2622}, !- Space Name
|
7101
|
-
|
7102
|
-
,
|
7097
|
+
Surface, !- Outside Boundary Condition
|
7098
|
+
{566aea66-c1c2-4225-a368-75dd867cfee9}, !- Outside Boundary Condition Object
|
7103
7099
|
NoSun, !- Sun Exposure
|
7104
7100
|
NoWind, !- Wind Exposure
|
7105
7101
|
, !- View Factor to Ground
|
@@ -7268,8 +7264,8 @@ OS:Surface,
|
|
7268
7264
|
Floor, !- Surface Type
|
7269
7265
|
, !- Construction Name
|
7270
7266
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
7271
|
-
|
7272
|
-
,
|
7267
|
+
Surface, !- Outside Boundary Condition
|
7268
|
+
{551d1ef7-9c86-44a8-9afc-22e0a9ab1f1a}, !- Outside Boundary Condition Object
|
7273
7269
|
NoSun, !- Sun Exposure
|
7274
7270
|
NoWind, !- Wind Exposure
|
7275
7271
|
, !- View Factor to Ground
|
@@ -7277,8 +7273,7 @@ OS:Surface,
|
|
7277
7273
|
39.624, 10.668, 8.5366, !- X,Y,Z Vertex 1 {m}
|
7278
7274
|
39.624, 0, 8.5366, !- X,Y,Z Vertex 2 {m}
|
7279
7275
|
28.956, 0, 8.5366, !- X,Y,Z Vertex 3 {m}
|
7280
|
-
28.956,
|
7281
|
-
28.956, 10.668, 8.5366; !- X,Y,Z Vertex 5 {m}
|
7276
|
+
28.956, 10.668, 8.5366; !- X,Y,Z Vertex 4 {m}
|
7282
7277
|
|
7283
7278
|
OS:Surface,
|
7284
7279
|
{ae8350b7-ec38-46c6-8acb-8c06e3b6faab}, !- Handle
|
@@ -7303,8 +7298,8 @@ OS:Surface,
|
|
7303
7298
|
Wall, !- Surface Type
|
7304
7299
|
, !- Construction Name
|
7305
7300
|
{648db5a6-f0b0-425d-a12c-a9502504cf7a}, !- Space Name
|
7306
|
-
|
7307
|
-
,
|
7301
|
+
Surface, !- Outside Boundary Condition
|
7302
|
+
{954ccdd2-26e4-4255-963b-d913f6d989e5}, !- Outside Boundary Condition Object
|
7308
7303
|
NoSun, !- Sun Exposure
|
7309
7304
|
NoWind, !- Wind Exposure
|
7310
7305
|
, !- View Factor to Ground
|
@@ -7320,17 +7315,16 @@ OS:Surface,
|
|
7320
7315
|
RoofCeiling, !- Surface Type
|
7321
7316
|
, !- Construction Name
|
7322
7317
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
7323
|
-
|
7324
|
-
,
|
7318
|
+
Surface, !- Outside Boundary Condition
|
7319
|
+
{34e15ad4-259e-4af7-9d47-f9dfb6b78bc5}, !- Outside Boundary Condition Object
|
7325
7320
|
NoSun, !- Sun Exposure
|
7326
7321
|
NoWind, !- Wind Exposure
|
7327
7322
|
, !- View Factor to Ground
|
7328
7323
|
, !- Number of Vertices
|
7329
7324
|
65.532, 42.672, 17.0732, !- X,Y,Z Vertex 1 {m}
|
7330
7325
|
65.532, 48.768, 17.0732, !- X,Y,Z Vertex 2 {m}
|
7331
|
-
|
7332
|
-
39.624,
|
7333
|
-
39.624, 42.672, 17.0732; !- X,Y,Z Vertex 5 {m}
|
7326
|
+
39.624, 48.768, 17.0732, !- X,Y,Z Vertex 3 {m}
|
7327
|
+
39.624, 42.672, 17.0732; !- X,Y,Z Vertex 4 {m}
|
7334
7328
|
|
7335
7329
|
OS:Surface,
|
7336
7330
|
{6e4f4a74-187d-4a88-926a-34d8540efa56}, !- Handle
|
@@ -7372,8 +7366,8 @@ OS:Surface,
|
|
7372
7366
|
Wall, !- Surface Type
|
7373
7367
|
, !- Construction Name
|
7374
7368
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
7375
|
-
|
7376
|
-
,
|
7369
|
+
Surface, !- Outside Boundary Condition
|
7370
|
+
{9db115fe-ad70-4d1e-892f-1edcd327f067}, !- Outside Boundary Condition Object
|
7377
7371
|
NoSun, !- Sun Exposure
|
7378
7372
|
NoWind, !- Wind Exposure
|
7379
7373
|
, !- View Factor to Ground
|
@@ -7457,8 +7451,8 @@ OS:Surface,
|
|
7457
7451
|
Floor, !- Surface Type
|
7458
7452
|
, !- Construction Name
|
7459
7453
|
{0b208f03-204c-460e-a229-d14790739b8b}, !- Space Name
|
7460
|
-
|
7461
|
-
,
|
7454
|
+
Surface, !- Outside Boundary Condition
|
7455
|
+
{7bfa6a2b-a70c-4473-bc4d-b5967f24998d}, !- Outside Boundary Condition Object
|
7462
7456
|
NoSun, !- Sun Exposure
|
7463
7457
|
NoWind, !- Wind Exposure
|
7464
7458
|
, !- View Factor to Ground
|
@@ -7559,8 +7553,8 @@ OS:Surface,
|
|
7559
7553
|
Wall, !- Surface Type
|
7560
7554
|
, !- Construction Name
|
7561
7555
|
{75111445-9889-4e0e-bf8b-33e4ad0474cb}, !- Space Name
|
7562
|
-
|
7563
|
-
,
|
7556
|
+
Surface, !- Outside Boundary Condition
|
7557
|
+
{95204fa4-665a-4b00-a779-bff0de5c8d00}, !- Outside Boundary Condition Object
|
7564
7558
|
NoSun, !- Sun Exposure
|
7565
7559
|
NoWind, !- Wind Exposure
|
7566
7560
|
, !- View Factor to Ground
|
@@ -7576,8 +7570,8 @@ OS:Surface,
|
|
7576
7570
|
RoofCeiling, !- Surface Type
|
7577
7571
|
, !- Construction Name
|
7578
7572
|
{fc9bddfe-4ba5-4685-8ab9-4aa035cfc214}, !- Space Name
|
7579
|
-
|
7580
|
-
,
|
7573
|
+
Surface, !- Outside Boundary Condition
|
7574
|
+
{9133f20c-d88a-4829-a000-fb019b06a3ce}, !- Outside Boundary Condition Object
|
7581
7575
|
NoSun, !- Sun Exposure
|
7582
7576
|
NoWind, !- Wind Exposure
|
7583
7577
|
, !- View Factor to Ground
|
@@ -7657,12 +7651,12 @@ OS:Surface,
|
|
7657
7651
|
|
7658
7652
|
OS:Surface,
|
7659
7653
|
{e96fc82c-6c5b-4af8-a100-419e9d3c075d}, !- Handle
|
7660
|
-
|
7654
|
+
Lobby_Records_Flr_1_Ceiling_7, !- Name
|
7661
7655
|
RoofCeiling, !- Surface Type
|
7662
7656
|
, !- Construction Name
|
7663
7657
|
{ebe6e839-d2fb-4757-8148-ae01cb77f2b7}, !- Space Name
|
7664
|
-
|
7665
|
-
,
|
7658
|
+
Surface, !- Outside Boundary Condition
|
7659
|
+
{c6f60957-7c7b-4701-869e-309bc5a9c8b8}, !- Outside Boundary Condition Object
|
7666
7660
|
NoSun, !- Sun Exposure
|
7667
7661
|
NoWind, !- Wind Exposure
|
7668
7662
|
, !- View Factor to Ground
|
@@ -7678,8 +7672,8 @@ OS:Surface,
|
|
7678
7672
|
Wall, !- Surface Type
|
7679
7673
|
, !- Construction Name
|
7680
7674
|
{0b208f03-204c-460e-a229-d14790739b8b}, !- Space Name
|
7681
|
-
|
7682
|
-
,
|
7675
|
+
Surface, !- Outside Boundary Condition
|
7676
|
+
{fd48f5e5-33a4-4c32-be55-d8550897f6ee}, !- Outside Boundary Condition Object
|
7683
7677
|
NoSun, !- Sun Exposure
|
7684
7678
|
NoWind, !- Wind Exposure
|
7685
7679
|
, !- View Factor to Ground
|
@@ -7797,8 +7791,8 @@ OS:Surface,
|
|
7797
7791
|
RoofCeiling, !- Surface Type
|
7798
7792
|
, !- Construction Name
|
7799
7793
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
7800
|
-
|
7801
|
-
,
|
7794
|
+
Surface, !- Outside Boundary Condition
|
7795
|
+
{a6d15c65-3ddb-42e8-bd00-926e749c5bb2}, !- Outside Boundary Condition Object
|
7802
7796
|
NoSun, !- Sun Exposure
|
7803
7797
|
NoWind, !- Wind Exposure
|
7804
7798
|
, !- View Factor to Ground
|
@@ -7814,8 +7808,8 @@ OS:Surface,
|
|
7814
7808
|
Wall, !- Surface Type
|
7815
7809
|
, !- Construction Name
|
7816
7810
|
{7c3f7787-1a2c-4af2-b30d-c5fe68177501}, !- Space Name
|
7817
|
-
|
7818
|
-
,
|
7811
|
+
Surface, !- Outside Boundary Condition
|
7812
|
+
{9dda3cae-4368-4b00-b7c0-c5d8074b8b07}, !- Outside Boundary Condition Object
|
7819
7813
|
NoSun, !- Sun Exposure
|
7820
7814
|
NoWind, !- Wind Exposure
|
7821
7815
|
, !- View Factor to Ground
|
@@ -7831,8 +7825,8 @@ OS:Surface,
|
|
7831
7825
|
Wall, !- Surface Type
|
7832
7826
|
, !- Construction Name
|
7833
7827
|
{668fd0fa-a605-4127-8009-961514db81c7}, !- Space Name
|
7834
|
-
|
7835
|
-
,
|
7828
|
+
Surface, !- Outside Boundary Condition
|
7829
|
+
{13605f1c-0e05-4326-921b-7e624ee89f8e}, !- Outside Boundary Condition Object
|
7836
7830
|
NoSun, !- Sun Exposure
|
7837
7831
|
NoWind, !- Wind Exposure
|
7838
7832
|
, !- View Factor to Ground
|
@@ -7899,8 +7893,8 @@ OS:Surface,
|
|
7899
7893
|
Wall, !- Surface Type
|
7900
7894
|
, !- Construction Name
|
7901
7895
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
7902
|
-
|
7903
|
-
,
|
7896
|
+
Surface, !- Outside Boundary Condition
|
7897
|
+
{c00a9beb-b35b-49fc-bcc6-a995e78f18ba}, !- Outside Boundary Condition Object
|
7904
7898
|
NoSun, !- Sun Exposure
|
7905
7899
|
NoWind, !- Wind Exposure
|
7906
7900
|
, !- View Factor to Ground
|
@@ -7952,8 +7946,8 @@ OS:Surface,
|
|
7952
7946
|
Floor, !- Surface Type
|
7953
7947
|
, !- Construction Name
|
7954
7948
|
{648db5a6-f0b0-425d-a12c-a9502504cf7a}, !- Space Name
|
7955
|
-
|
7956
|
-
,
|
7949
|
+
Surface, !- Outside Boundary Condition
|
7950
|
+
{e96fc82c-6c5b-4af8-a100-419e9d3c075d}, !- Outside Boundary Condition Object
|
7957
7951
|
NoSun, !- Sun Exposure
|
7958
7952
|
NoWind, !- Wind Exposure
|
7959
7953
|
, !- View Factor to Ground
|
@@ -8054,8 +8048,8 @@ OS:Surface,
|
|
8054
8048
|
Wall, !- Surface Type
|
8055
8049
|
, !- Construction Name
|
8056
8050
|
{8c173263-502d-42ba-a69e-93df43e4d6ca}, !- Space Name
|
8057
|
-
|
8058
|
-
,
|
8051
|
+
Surface, !- Outside Boundary Condition
|
8052
|
+
{caf4cc39-e649-4a8e-97d6-92706769731d}, !- Outside Boundary Condition Object
|
8059
8053
|
NoSun, !- Sun Exposure
|
8060
8054
|
NoWind, !- Wind Exposure
|
8061
8055
|
, !- View Factor to Ground
|
@@ -8122,8 +8116,8 @@ OS:Surface,
|
|
8122
8116
|
RoofCeiling, !- Surface Type
|
8123
8117
|
, !- Construction Name
|
8124
8118
|
{e141e567-31a6-4982-92aa-a4d8a75baef0}, !- Space Name
|
8125
|
-
|
8126
|
-
,
|
8119
|
+
Surface, !- Outside Boundary Condition
|
8120
|
+
{0d4215b1-8595-4963-9141-7c99a30aa72a}, !- Outside Boundary Condition Object
|
8127
8121
|
NoSun, !- Sun Exposure
|
8128
8122
|
NoWind, !- Wind Exposure
|
8129
8123
|
, !- View Factor to Ground
|
@@ -8190,8 +8184,8 @@ OS:Surface,
|
|
8190
8184
|
Floor, !- Surface Type
|
8191
8185
|
, !- Construction Name
|
8192
8186
|
{70b3b79a-870d-4657-b97f-0bf50ccd6e7e}, !- Space Name
|
8193
|
-
|
8194
|
-
,
|
8187
|
+
Surface, !- Outside Boundary Condition
|
8188
|
+
{121140cd-91e6-4cd8-9607-22b0820c02ca}, !- Outside Boundary Condition Object
|
8195
8189
|
NoSun, !- Sun Exposure
|
8196
8190
|
NoWind, !- Wind Exposure
|
8197
8191
|
, !- View Factor to Ground
|
@@ -8241,8 +8235,8 @@ OS:Surface,
|
|
8241
8235
|
Wall, !- Surface Type
|
8242
8236
|
, !- Construction Name
|
8243
8237
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
8244
|
-
|
8245
|
-
,
|
8238
|
+
Surface, !- Outside Boundary Condition
|
8239
|
+
{3f2b4ec2-15be-4a4c-a833-f64fec9a790e}, !- Outside Boundary Condition Object
|
8246
8240
|
NoSun, !- Sun Exposure
|
8247
8241
|
NoWind, !- Wind Exposure
|
8248
8242
|
, !- View Factor to Ground
|
@@ -8258,8 +8252,8 @@ OS:Surface,
|
|
8258
8252
|
Wall, !- Surface Type
|
8259
8253
|
, !- Construction Name
|
8260
8254
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
8261
|
-
|
8262
|
-
,
|
8255
|
+
Surface, !- Outside Boundary Condition
|
8256
|
+
{ea8819e9-6cae-4415-8b5d-ad4f793ec62e}, !- Outside Boundary Condition Object
|
8263
8257
|
NoSun, !- Sun Exposure
|
8264
8258
|
NoWind, !- Wind Exposure
|
8265
8259
|
, !- View Factor to Ground
|
@@ -8275,8 +8269,8 @@ OS:Surface,
|
|
8275
8269
|
Floor, !- Surface Type
|
8276
8270
|
, !- Construction Name
|
8277
8271
|
{0f8481b9-82a8-4c09-8d52-f278649c4c33}, !- Space Name
|
8278
|
-
|
8279
|
-
,
|
8272
|
+
Surface, !- Outside Boundary Condition
|
8273
|
+
{480b6e18-959a-4136-945d-0d8861aee250}, !- Outside Boundary Condition Object
|
8280
8274
|
NoSun, !- Sun Exposure
|
8281
8275
|
NoWind, !- Wind Exposure
|
8282
8276
|
, !- View Factor to Ground
|
@@ -8309,8 +8303,8 @@ OS:Surface,
|
|
8309
8303
|
Wall, !- Surface Type
|
8310
8304
|
, !- Construction Name
|
8311
8305
|
{8c173263-502d-42ba-a69e-93df43e4d6ca}, !- Space Name
|
8312
|
-
|
8313
|
-
,
|
8306
|
+
Surface, !- Outside Boundary Condition
|
8307
|
+
{c27b97a8-164a-4e15-bfe6-7c60415d80e8}, !- Outside Boundary Condition Object
|
8314
8308
|
NoSun, !- Sun Exposure
|
8315
8309
|
NoWind, !- Wind Exposure
|
8316
8310
|
, !- View Factor to Ground
|
@@ -8326,8 +8320,8 @@ OS:Surface,
|
|
8326
8320
|
Wall, !- Surface Type
|
8327
8321
|
, !- Construction Name
|
8328
8322
|
{aeb14eec-a11c-4495-b283-f98c2eca3dbf}, !- Space Name
|
8329
|
-
|
8330
|
-
,
|
8323
|
+
Surface, !- Outside Boundary Condition
|
8324
|
+
{c09c7b3e-ddce-4c0a-9de6-2affe7be9003}, !- Outside Boundary Condition Object
|
8331
8325
|
NoSun, !- Sun Exposure
|
8332
8326
|
NoWind, !- Wind Exposure
|
8333
8327
|
, !- View Factor to Ground
|
@@ -8343,8 +8337,8 @@ OS:Surface,
|
|
8343
8337
|
Wall, !- Surface Type
|
8344
8338
|
, !- Construction Name
|
8345
8339
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
8346
|
-
|
8347
|
-
,
|
8340
|
+
Surface, !- Outside Boundary Condition
|
8341
|
+
{8a4effad-3dbc-4f6d-a435-b77af1ceb8d8}, !- Outside Boundary Condition Object
|
8348
8342
|
NoSun, !- Sun Exposure
|
8349
8343
|
NoWind, !- Wind Exposure
|
8350
8344
|
, !- View Factor to Ground
|
@@ -8394,8 +8388,8 @@ OS:Surface,
|
|
8394
8388
|
Floor, !- Surface Type
|
8395
8389
|
, !- Construction Name
|
8396
8390
|
{8ec78f13-57f2-4f0e-9746-f05360546e20}, !- Space Name
|
8397
|
-
|
8398
|
-
,
|
8391
|
+
Surface, !- Outside Boundary Condition
|
8392
|
+
{f65b4b7f-53b2-4364-a2bf-f11f7762129b}, !- Outside Boundary Condition Object
|
8399
8393
|
NoSun, !- Sun Exposure
|
8400
8394
|
NoWind, !- Wind Exposure
|
8401
8395
|
, !- View Factor to Ground
|
@@ -8445,8 +8439,8 @@ OS:Surface,
|
|
8445
8439
|
Wall, !- Surface Type
|
8446
8440
|
, !- Construction Name
|
8447
8441
|
{70b3b79a-870d-4657-b97f-0bf50ccd6e7e}, !- Space Name
|
8448
|
-
|
8449
|
-
,
|
8442
|
+
Surface, !- Outside Boundary Condition
|
8443
|
+
{d62beb34-0bfd-432f-9b95-7bd4d29a60f7}, !- Outside Boundary Condition Object
|
8450
8444
|
NoSun, !- Sun Exposure
|
8451
8445
|
NoWind, !- Wind Exposure
|
8452
8446
|
, !- View Factor to Ground
|
@@ -8462,8 +8456,8 @@ OS:Surface,
|
|
8462
8456
|
RoofCeiling, !- Surface Type
|
8463
8457
|
, !- Construction Name
|
8464
8458
|
{dd7a92d0-924e-4003-b630-567ab7ab69ab}, !- Space Name
|
8465
|
-
|
8466
|
-
,
|
8459
|
+
Surface, !- Outside Boundary Condition
|
8460
|
+
{97922924-522a-4635-948a-6783f5aca89c}, !- Outside Boundary Condition Object
|
8467
8461
|
NoSun, !- Sun Exposure
|
8468
8462
|
NoWind, !- Wind Exposure
|
8469
8463
|
, !- View Factor to Ground
|
@@ -8496,8 +8490,8 @@ OS:Surface,
|
|
8496
8490
|
Floor, !- Surface Type
|
8497
8491
|
, !- Construction Name
|
8498
8492
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
8499
|
-
|
8500
|
-
,
|
8493
|
+
Surface, !- Outside Boundary Condition
|
8494
|
+
{f4f214a8-9297-4fdd-b258-0b4f49c38e82}, !- Outside Boundary Condition Object
|
8501
8495
|
NoSun, !- Sun Exposure
|
8502
8496
|
NoWind, !- Wind Exposure
|
8503
8497
|
, !- View Factor to Ground
|
@@ -8632,17 +8626,16 @@ OS:Surface,
|
|
8632
8626
|
Floor, !- Surface Type
|
8633
8627
|
, !- Construction Name
|
8634
8628
|
{60897f76-ccc0-4353-9cbd-ce8e06f8207c}, !- Space Name
|
8635
|
-
|
8636
|
-
,
|
8629
|
+
Surface, !- Outside Boundary Condition
|
8630
|
+
{507a5052-c6fa-4e80-96ea-d8413460cc49}, !- Outside Boundary Condition Object
|
8637
8631
|
NoSun, !- Sun Exposure
|
8638
8632
|
NoWind, !- Wind Exposure
|
8639
8633
|
, !- View Factor to Ground
|
8640
8634
|
, !- Number of Vertices
|
8641
8635
|
70.104, 53.34, 8.5366, !- X,Y,Z Vertex 1 {m}
|
8642
8636
|
70.104, 48.768, 8.5366, !- X,Y,Z Vertex 2 {m}
|
8643
|
-
|
8644
|
-
62.484,
|
8645
|
-
62.484, 53.34, 8.5366; !- X,Y,Z Vertex 5 {m}
|
8637
|
+
62.484, 48.768, 8.5366, !- X,Y,Z Vertex 3 {m}
|
8638
|
+
62.484, 53.34, 8.5366; !- X,Y,Z Vertex 4 {m}
|
8646
8639
|
|
8647
8640
|
OS:Surface,
|
8648
8641
|
{e5bbcbda-e9f3-421f-ad21-70a134c8eddf}, !- Handle
|
@@ -8650,8 +8643,8 @@ OS:Surface,
|
|
8650
8643
|
Wall, !- Surface Type
|
8651
8644
|
, !- Construction Name
|
8652
8645
|
{3d0a884f-f38a-4024-ba41-a3615b0d597f}, !- Space Name
|
8653
|
-
|
8654
|
-
,
|
8646
|
+
Surface, !- Outside Boundary Condition
|
8647
|
+
{789768d7-4e4d-4e4f-9b7e-713957ac932a}, !- Outside Boundary Condition Object
|
8655
8648
|
NoSun, !- Sun Exposure
|
8656
8649
|
NoWind, !- Wind Exposure
|
8657
8650
|
, !- View Factor to Ground
|
@@ -8667,8 +8660,8 @@ OS:Surface,
|
|
8667
8660
|
Wall, !- Surface Type
|
8668
8661
|
, !- Construction Name
|
8669
8662
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
8670
|
-
|
8671
|
-
,
|
8663
|
+
Surface, !- Outside Boundary Condition
|
8664
|
+
{4c218e21-829e-40f1-b307-b53fc546cefc}, !- Outside Boundary Condition Object
|
8672
8665
|
NoSun, !- Sun Exposure
|
8673
8666
|
NoWind, !- Wind Exposure
|
8674
8667
|
, !- View Factor to Ground
|
@@ -8684,8 +8677,8 @@ OS:Surface,
|
|
8684
8677
|
Wall, !- Surface Type
|
8685
8678
|
, !- Construction Name
|
8686
8679
|
{aeb14eec-a11c-4495-b283-f98c2eca3dbf}, !- Space Name
|
8687
|
-
|
8688
|
-
,
|
8680
|
+
Surface, !- Outside Boundary Condition
|
8681
|
+
{ec770f09-5270-4b1c-a6c3-cd094f6dabad}, !- Outside Boundary Condition Object
|
8689
8682
|
NoSun, !- Sun Exposure
|
8690
8683
|
NoWind, !- Wind Exposure
|
8691
8684
|
, !- View Factor to Ground
|
@@ -8735,8 +8728,8 @@ OS:Surface,
|
|
8735
8728
|
Floor, !- Surface Type
|
8736
8729
|
, !- Construction Name
|
8737
8730
|
{7cce3ac6-5d1d-4960-9e9f-f0d99f44c040}, !- Space Name
|
8738
|
-
|
8739
|
-
,
|
8731
|
+
Surface, !- Outside Boundary Condition
|
8732
|
+
{454cbf73-dfa7-47ba-a828-0828df01b895}, !- Outside Boundary Condition Object
|
8740
8733
|
NoSun, !- Sun Exposure
|
8741
8734
|
NoWind, !- Wind Exposure
|
8742
8735
|
, !- View Factor to Ground
|
@@ -13419,8 +13412,8 @@ OS:Surface,
|
|
13419
13412
|
Floor, !- Surface Type
|
13420
13413
|
, !- Construction Name
|
13421
13414
|
{0bb10f6e-83ca-443c-bdd6-76ddf2ef5dd5}, !- Space Name
|
13422
|
-
|
13423
|
-
,
|
13415
|
+
Surface, !- Outside Boundary Condition
|
13416
|
+
{de282c3d-a726-4d05-8a15-925ca4e7d132}, !- Outside Boundary Condition Object
|
13424
13417
|
NoSun, !- Sun Exposure
|
13425
13418
|
NoWind, !- Wind Exposure
|
13426
13419
|
, !- View Factor to Ground
|
@@ -13428,8 +13421,7 @@ OS:Surface,
|
|
13428
13421
|
65.532, 48.768, 17.0732, !- X,Y,Z Vertex 1 {m}
|
13429
13422
|
65.532, 42.672, 17.0732, !- X,Y,Z Vertex 2 {m}
|
13430
13423
|
39.624, 42.672, 17.0732, !- X,Y,Z Vertex 3 {m}
|
13431
|
-
39.624, 48.768, 17.0732
|
13432
|
-
44.196, 48.768, 17.0732; !- X,Y,Z Vertex 5 {m}
|
13424
|
+
39.624, 48.768, 17.0732; !- X,Y,Z Vertex 4 {m}
|
13433
13425
|
|
13434
13426
|
OS:Surface,
|
13435
13427
|
{412a52da-a12c-4d25-8be6-37fe167cf8d3}, !- Handle
|
@@ -13437,10 +13429,10 @@ OS:Surface,
|
|
13437
13429
|
Wall, !- Surface Type
|
13438
13430
|
, !- Construction Name
|
13439
13431
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
13440
|
-
|
13441
|
-
,
|
13442
|
-
|
13443
|
-
|
13432
|
+
Surface, !- Outside Boundary Condition
|
13433
|
+
{d1cde792-5d5b-4b79-bf30-303541cc52d4}, !- Outside Boundary Condition Object
|
13434
|
+
NoSun, !- Sun Exposure
|
13435
|
+
NoWind, !- Wind Exposure
|
13444
13436
|
, !- View Factor to Ground
|
13445
13437
|
, !- Number of Vertices
|
13446
13438
|
65.532, 48.768, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -13454,17 +13446,16 @@ OS:Surface,
|
|
13454
13446
|
RoofCeiling, !- Surface Type
|
13455
13447
|
, !- Construction Name
|
13456
13448
|
{0b208f03-204c-460e-a229-d14790739b8b}, !- Space Name
|
13457
|
-
|
13458
|
-
,
|
13459
|
-
|
13460
|
-
|
13449
|
+
Surface, !- Outside Boundary Condition
|
13450
|
+
{104a676f-f42a-42ec-9913-0bd5765a2d70}, !- Outside Boundary Condition Object
|
13451
|
+
NoSun, !- Sun Exposure
|
13452
|
+
NoWind, !- Wind Exposure
|
13461
13453
|
, !- View Factor to Ground
|
13462
13454
|
, !- Number of Vertices
|
13463
13455
|
70.104, 48.768, 8.5366, !- X,Y,Z Vertex 1 {m}
|
13464
13456
|
70.104, 53.34, 8.5366, !- X,Y,Z Vertex 2 {m}
|
13465
13457
|
62.484, 53.34, 8.5366, !- X,Y,Z Vertex 3 {m}
|
13466
|
-
62.484, 48.768, 8.5366
|
13467
|
-
65.532, 48.768, 8.5366; !- X,Y,Z Vertex 5 {m}
|
13458
|
+
62.484, 48.768, 8.5366; !- X,Y,Z Vertex 4 {m}
|
13468
13459
|
|
13469
13460
|
OS:Surface,
|
13470
13461
|
{b561fd0f-55af-433e-86cc-3619d4454fba}, !- Handle
|
@@ -13472,8 +13463,8 @@ OS:Surface,
|
|
13472
13463
|
Floor, !- Surface Type
|
13473
13464
|
, !- Construction Name
|
13474
13465
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
13475
|
-
|
13476
|
-
,
|
13466
|
+
Surface, !- Outside Boundary Condition
|
13467
|
+
{a34060eb-629e-44b9-9bab-9e16f4d1c1d4}, !- Outside Boundary Condition Object
|
13477
13468
|
NoSun, !- Sun Exposure
|
13478
13469
|
NoWind, !- Wind Exposure
|
13479
13470
|
, !- View Factor to Ground
|
@@ -13489,10 +13480,10 @@ OS:Surface,
|
|
13489
13480
|
Wall, !- Surface Type
|
13490
13481
|
, !- Construction Name
|
13491
13482
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
13492
|
-
|
13493
|
-
,
|
13494
|
-
|
13495
|
-
|
13483
|
+
Surface, !- Outside Boundary Condition
|
13484
|
+
{b926dc39-e6df-46a2-8046-049a672f85d2}, !- Outside Boundary Condition Object
|
13485
|
+
NoSun, !- Sun Exposure
|
13486
|
+
NoWind, !- Wind Exposure
|
13496
13487
|
, !- View Factor to Ground
|
13497
13488
|
, !- Number of Vertices
|
13498
13489
|
60.96, 41.148, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -13506,10 +13497,10 @@ OS:Surface,
|
|
13506
13497
|
RoofCeiling, !- Surface Type
|
13507
13498
|
, !- Construction Name
|
13508
13499
|
{0b208f03-204c-460e-a229-d14790739b8b}, !- Space Name
|
13509
|
-
|
13500
|
+
Adiabatic, !- Outside Boundary Condition
|
13510
13501
|
, !- Outside Boundary Condition Object
|
13511
|
-
|
13512
|
-
|
13502
|
+
NoSun, !- Sun Exposure
|
13503
|
+
NoWind, !- Wind Exposure
|
13513
13504
|
, !- View Factor to Ground
|
13514
13505
|
, !- Number of Vertices
|
13515
13506
|
70.104, 47.244, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -13523,10 +13514,10 @@ OS:Surface,
|
|
13523
13514
|
RoofCeiling, !- Surface Type
|
13524
13515
|
, !- Construction Name
|
13525
13516
|
{0b208f03-204c-460e-a229-d14790739b8b}, !- Space Name
|
13526
|
-
|
13517
|
+
Adiabatic, !- Outside Boundary Condition
|
13527
13518
|
, !- Outside Boundary Condition Object
|
13528
|
-
|
13529
|
-
|
13519
|
+
NoSun, !- Sun Exposure
|
13520
|
+
NoWind, !- Wind Exposure
|
13530
13521
|
, !- View Factor to Ground
|
13531
13522
|
, !- Number of Vertices
|
13532
13523
|
62.484, 48.768, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -13540,8 +13531,8 @@ OS:Surface,
|
|
13540
13531
|
Floor, !- Surface Type
|
13541
13532
|
, !- Construction Name
|
13542
13533
|
{0b208f03-204c-460e-a229-d14790739b8b}, !- Space Name
|
13543
|
-
|
13544
|
-
,
|
13534
|
+
Surface, !- Outside Boundary Condition
|
13535
|
+
{8d7d3535-822d-4af4-af50-36d9e3c3a88f}, !- Outside Boundary Condition Object
|
13545
13536
|
NoSun, !- Sun Exposure
|
13546
13537
|
NoWind, !- Wind Exposure
|
13547
13538
|
, !- View Factor to Ground
|
@@ -13557,7 +13548,7 @@ OS:Surface,
|
|
13557
13548
|
Floor, !- Surface Type
|
13558
13549
|
, !- Construction Name
|
13559
13550
|
{0b208f03-204c-460e-a229-d14790739b8b}, !- Space Name
|
13560
|
-
|
13551
|
+
Adiabatic, !- Outside Boundary Condition
|
13561
13552
|
, !- Outside Boundary Condition Object
|
13562
13553
|
NoSun, !- Sun Exposure
|
13563
13554
|
NoWind, !- Wind Exposure
|
@@ -13574,7 +13565,7 @@ OS:Surface,
|
|
13574
13565
|
Floor, !- Surface Type
|
13575
13566
|
, !- Construction Name
|
13576
13567
|
{0b208f03-204c-460e-a229-d14790739b8b}, !- Space Name
|
13577
|
-
|
13568
|
+
Adiabatic, !- Outside Boundary Condition
|
13578
13569
|
, !- Outside Boundary Condition Object
|
13579
13570
|
NoSun, !- Sun Exposure
|
13580
13571
|
NoWind, !- Wind Exposure
|
@@ -13591,10 +13582,10 @@ OS:Surface,
|
|
13591
13582
|
RoofCeiling, !- Surface Type
|
13592
13583
|
, !- Construction Name
|
13593
13584
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
13594
|
-
|
13595
|
-
,
|
13596
|
-
|
13597
|
-
|
13585
|
+
Surface, !- Outside Boundary Condition
|
13586
|
+
{6a6e1363-5fc3-4ab3-9556-228d03728c55}, !- Outside Boundary Condition Object
|
13587
|
+
NoSun, !- Sun Exposure
|
13588
|
+
NoWind, !- Wind Exposure
|
13598
13589
|
, !- View Factor to Ground
|
13599
13590
|
, !- Number of Vertices
|
13600
13591
|
48.768, 22.86, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -13608,8 +13599,8 @@ OS:Surface,
|
|
13608
13599
|
Floor, !- Surface Type
|
13609
13600
|
, !- Construction Name
|
13610
13601
|
{0bb10f6e-83ca-443c-bdd6-76ddf2ef5dd5}, !- Space Name
|
13611
|
-
|
13612
|
-
,
|
13602
|
+
Surface, !- Outside Boundary Condition
|
13603
|
+
{5fb01ad6-bcc3-4db8-82f2-601839f41937}, !- Outside Boundary Condition Object
|
13613
13604
|
NoSun, !- Sun Exposure
|
13614
13605
|
NoWind, !- Wind Exposure
|
13615
13606
|
, !- View Factor to Ground
|
@@ -13625,10 +13616,10 @@ OS:Surface,
|
|
13625
13616
|
RoofCeiling, !- Surface Type
|
13626
13617
|
, !- Construction Name
|
13627
13618
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
13628
|
-
|
13629
|
-
,
|
13630
|
-
|
13631
|
-
|
13619
|
+
Surface, !- Outside Boundary Condition
|
13620
|
+
{a77db2c4-8926-4d0e-9568-46de22677065}, !- Outside Boundary Condition Object
|
13621
|
+
NoSun, !- Sun Exposure
|
13622
|
+
NoWind, !- Wind Exposure
|
13632
13623
|
, !- View Factor to Ground
|
13633
13624
|
, !- Number of Vertices
|
13634
13625
|
39.624, 42.672, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -13644,8 +13635,8 @@ OS:Surface,
|
|
13644
13635
|
Floor, !- Surface Type
|
13645
13636
|
, !- Construction Name
|
13646
13637
|
{0bb10f6e-83ca-443c-bdd6-76ddf2ef5dd5}, !- Space Name
|
13647
|
-
|
13648
|
-
,
|
13638
|
+
Surface, !- Outside Boundary Condition
|
13639
|
+
{b122dd8a-4220-45dd-9ccc-1e7dbad31d46}, !- Outside Boundary Condition Object
|
13649
13640
|
NoSun, !- Sun Exposure
|
13650
13641
|
NoWind, !- Wind Exposure
|
13651
13642
|
, !- View Factor to Ground
|
@@ -13661,10 +13652,10 @@ OS:Surface,
|
|
13661
13652
|
RoofCeiling, !- Surface Type
|
13662
13653
|
, !- Construction Name
|
13663
13654
|
{7698b8f9-ce74-4b6b-806d-12cdef049900}, !- Space Name
|
13664
|
-
|
13665
|
-
,
|
13666
|
-
|
13667
|
-
|
13655
|
+
Surface, !- Outside Boundary Condition
|
13656
|
+
{9b1470be-8962-416f-af66-cc76ba6757a0}, !- Outside Boundary Condition Object
|
13657
|
+
NoSun, !- Sun Exposure
|
13658
|
+
NoWind, !- Wind Exposure
|
13668
13659
|
, !- View Factor to Ground
|
13669
13660
|
, !- Number of Vertices
|
13670
13661
|
60.96, 19.812, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -13678,8 +13669,8 @@ OS:Surface,
|
|
13678
13669
|
Floor, !- Surface Type
|
13679
13670
|
, !- Construction Name
|
13680
13671
|
{0bb10f6e-83ca-443c-bdd6-76ddf2ef5dd5}, !- Space Name
|
13681
|
-
|
13682
|
-
,
|
13672
|
+
Surface, !- Outside Boundary Condition
|
13673
|
+
{4b9655f2-d1be-484c-9f0a-6ef973008a80}, !- Outside Boundary Condition Object
|
13683
13674
|
NoSun, !- Sun Exposure
|
13684
13675
|
NoWind, !- Wind Exposure
|
13685
13676
|
, !- View Factor to Ground
|
@@ -13695,10 +13686,10 @@ OS:Surface,
|
|
13695
13686
|
RoofCeiling, !- Surface Type
|
13696
13687
|
, !- Construction Name
|
13697
13688
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
13698
|
-
|
13699
|
-
,
|
13700
|
-
|
13701
|
-
|
13689
|
+
Surface, !- Outside Boundary Condition
|
13690
|
+
{2ecb2394-f5a0-4485-acaf-9040f713ec3f}, !- Outside Boundary Condition Object
|
13691
|
+
NoSun, !- Sun Exposure
|
13692
|
+
NoWind, !- Wind Exposure
|
13702
13693
|
, !- View Factor to Ground
|
13703
13694
|
, !- Number of Vertices
|
13704
13695
|
65.532, 4.572, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -13714,7 +13705,7 @@ OS:Surface,
|
|
13714
13705
|
Floor, !- Surface Type
|
13715
13706
|
, !- Construction Name
|
13716
13707
|
{0bb10f6e-83ca-443c-bdd6-76ddf2ef5dd5}, !- Space Name
|
13717
|
-
|
13708
|
+
Adiabatic, !- Outside Boundary Condition
|
13718
13709
|
, !- Outside Boundary Condition Object
|
13719
13710
|
NoSun, !- Sun Exposure
|
13720
13711
|
NoWind, !- Wind Exposure
|
@@ -13731,7 +13722,7 @@ OS:Surface,
|
|
13731
13722
|
Floor, !- Surface Type
|
13732
13723
|
, !- Construction Name
|
13733
13724
|
{0bb10f6e-83ca-443c-bdd6-76ddf2ef5dd5}, !- Space Name
|
13734
|
-
|
13725
|
+
Adiabatic, !- Outside Boundary Condition
|
13735
13726
|
, !- Outside Boundary Condition Object
|
13736
13727
|
NoSun, !- Sun Exposure
|
13737
13728
|
NoWind, !- Wind Exposure
|
@@ -13748,10 +13739,10 @@ OS:Surface,
|
|
13748
13739
|
Wall, !- Surface Type
|
13749
13740
|
, !- Construction Name
|
13750
13741
|
{0ebf2d87-9a96-4832-a366-f21cea5fd615}, !- Space Name
|
13751
|
-
|
13752
|
-
,
|
13753
|
-
|
13754
|
-
|
13742
|
+
Surface, !- Outside Boundary Condition
|
13743
|
+
{d783e1e5-26da-45f4-8c0f-ef2fcd399af0}, !- Outside Boundary Condition Object
|
13744
|
+
NoSun, !- Sun Exposure
|
13745
|
+
NoWind, !- Wind Exposure
|
13755
13746
|
, !- View Factor to Ground
|
13756
13747
|
, !- Number of Vertices
|
13757
13748
|
6.096, 4.572, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -13765,8 +13756,8 @@ OS:Surface,
|
|
13765
13756
|
Floor, !- Surface Type
|
13766
13757
|
, !- Construction Name
|
13767
13758
|
{75111445-9889-4e0e-bf8b-33e4ad0474cb}, !- Space Name
|
13768
|
-
|
13769
|
-
,
|
13759
|
+
Surface, !- Outside Boundary Condition
|
13760
|
+
{5890b7f1-0b9c-4e00-9e5e-98b462edea85}, !- Outside Boundary Condition Object
|
13770
13761
|
NoSun, !- Sun Exposure
|
13771
13762
|
NoWind, !- Wind Exposure
|
13772
13763
|
, !- View Factor to Ground
|
@@ -13799,17 +13790,16 @@ OS:Surface,
|
|
13799
13790
|
RoofCeiling, !- Surface Type
|
13800
13791
|
, !- Construction Name
|
13801
13792
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
13802
|
-
|
13803
|
-
,
|
13804
|
-
|
13805
|
-
|
13793
|
+
Surface, !- Outside Boundary Condition
|
13794
|
+
{a088dfcb-4ae1-49b1-87dd-c42b51b97f8e}, !- Outside Boundary Condition Object
|
13795
|
+
NoSun, !- Sun Exposure
|
13796
|
+
NoWind, !- Wind Exposure
|
13806
13797
|
, !- View Factor to Ground
|
13807
13798
|
, !- Number of Vertices
|
13808
13799
|
60.96, 42.672, 8.5366, !- X,Y,Z Vertex 1 {m}
|
13809
13800
|
60.96, 48.768, 8.5366, !- X,Y,Z Vertex 2 {m}
|
13810
13801
|
48.768, 48.768, 8.5366, !- X,Y,Z Vertex 3 {m}
|
13811
|
-
48.768,
|
13812
|
-
48.768, 42.672, 8.5366; !- X,Y,Z Vertex 5 {m}
|
13802
|
+
48.768, 42.672, 8.5366; !- X,Y,Z Vertex 4 {m}
|
13813
13803
|
|
13814
13804
|
OS:Surface,
|
13815
13805
|
{35d16a43-528e-4bb0-b366-0307cf03d08b}, !- Handle
|
@@ -13817,10 +13807,10 @@ OS:Surface,
|
|
13817
13807
|
Wall, !- Surface Type
|
13818
13808
|
, !- Construction Name
|
13819
13809
|
{d2b1807c-c9f4-44c2-8597-3b555b94b37c}, !- Space Name
|
13820
|
-
|
13821
|
-
,
|
13822
|
-
|
13823
|
-
|
13810
|
+
Surface, !- Outside Boundary Condition
|
13811
|
+
{95f382df-6256-48af-a274-6407639c0883}, !- Outside Boundary Condition Object
|
13812
|
+
NoSun, !- Sun Exposure
|
13813
|
+
NoWind, !- Wind Exposure
|
13824
13814
|
, !- View Factor to Ground
|
13825
13815
|
, !- Number of Vertices
|
13826
13816
|
65.532, 4.572, 12.8049, !- X,Y,Z Vertex 1 {m}
|
@@ -13851,10 +13841,10 @@ OS:Surface,
|
|
13851
13841
|
Wall, !- Surface Type
|
13852
13842
|
, !- Construction Name
|
13853
13843
|
{1168441b-e4e6-4d44-a00f-18b75cc06a24}, !- Space Name
|
13854
|
-
|
13855
|
-
,
|
13856
|
-
|
13857
|
-
|
13844
|
+
Surface, !- Outside Boundary Condition
|
13845
|
+
{4d33cad5-3e08-4e8e-ba52-86193eec8414}, !- Outside Boundary Condition Object
|
13846
|
+
NoSun, !- Sun Exposure
|
13847
|
+
NoWind, !- Wind Exposure
|
13858
13848
|
, !- View Factor to Ground
|
13859
13849
|
, !- Number of Vertices
|
13860
13850
|
39.624, 48.768, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -13864,14 +13854,14 @@ OS:Surface,
|
|
13864
13854
|
|
13865
13855
|
OS:Surface,
|
13866
13856
|
{b33dba6b-b3dc-431f-999e-546c9d49159b}, !- Handle
|
13867
|
-
|
13857
|
+
Basement_Ceiling_9, !- Name
|
13868
13858
|
RoofCeiling, !- Surface Type
|
13869
13859
|
, !- Construction Name
|
13870
13860
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
13871
|
-
|
13861
|
+
Adiabatic, !- Outside Boundary Condition
|
13872
13862
|
, !- Outside Boundary Condition Object
|
13873
|
-
|
13874
|
-
|
13863
|
+
NoSun, !- Sun Exposure
|
13864
|
+
NoWind, !- Wind Exposure
|
13875
13865
|
, !- View Factor to Ground
|
13876
13866
|
, !- Number of Vertices
|
13877
13867
|
70.104, 4.572, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -13881,14 +13871,14 @@ OS:Surface,
|
|
13881
13871
|
|
13882
13872
|
OS:Surface,
|
13883
13873
|
{07d1efb5-c730-49b2-92e2-6a2db754d803}, !- Handle
|
13884
|
-
|
13874
|
+
Basement_Ceiling_3, !- Name
|
13885
13875
|
RoofCeiling, !- Surface Type
|
13886
13876
|
, !- Construction Name
|
13887
13877
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
13888
|
-
|
13878
|
+
Adiabatic, !- Outside Boundary Condition
|
13889
13879
|
, !- Outside Boundary Condition Object
|
13890
|
-
|
13891
|
-
|
13880
|
+
NoSun, !- Sun Exposure
|
13881
|
+
NoWind, !- Wind Exposure
|
13892
13882
|
, !- View Factor to Ground
|
13893
13883
|
, !- Number of Vertices
|
13894
13884
|
9.144, 0, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -13902,10 +13892,10 @@ OS:Surface,
|
|
13902
13892
|
Wall, !- Surface Type
|
13903
13893
|
, !- Construction Name
|
13904
13894
|
{1168441b-e4e6-4d44-a00f-18b75cc06a24}, !- Space Name
|
13905
|
-
|
13906
|
-
,
|
13907
|
-
|
13908
|
-
|
13895
|
+
Surface, !- Outside Boundary Condition
|
13896
|
+
{c77ef648-aa43-4660-b559-2470b4eeec10}, !- Outside Boundary Condition Object
|
13897
|
+
NoSun, !- Sun Exposure
|
13898
|
+
NoWind, !- Wind Exposure
|
13909
13899
|
, !- View Factor to Ground
|
13910
13900
|
, !- Number of Vertices
|
13911
13901
|
39.624, 4.572, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -13919,8 +13909,8 @@ OS:Surface,
|
|
13919
13909
|
Floor, !- Surface Type
|
13920
13910
|
, !- Construction Name
|
13921
13911
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
13922
|
-
|
13923
|
-
,
|
13912
|
+
Surface, !- Outside Boundary Condition
|
13913
|
+
{3914e10d-e717-4f5f-8bba-657fd562eb2f}, !- Outside Boundary Condition Object
|
13924
13914
|
NoSun, !- Sun Exposure
|
13925
13915
|
NoWind, !- Wind Exposure
|
13926
13916
|
, !- View Factor to Ground
|
@@ -13932,14 +13922,14 @@ OS:Surface,
|
|
13932
13922
|
|
13933
13923
|
OS:Surface,
|
13934
13924
|
{1ba6552c-7435-41e0-a11f-91a17d369f0f}, !- Handle
|
13935
|
-
|
13925
|
+
Basement_Ceiling_6, !- Name
|
13936
13926
|
RoofCeiling, !- Surface Type
|
13937
13927
|
, !- Construction Name
|
13938
13928
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
13939
|
-
|
13929
|
+
Adiabatic, !- Outside Boundary Condition
|
13940
13930
|
, !- Outside Boundary Condition Object
|
13941
|
-
|
13942
|
-
|
13931
|
+
NoSun, !- Sun Exposure
|
13932
|
+
NoWind, !- Wind Exposure
|
13943
13933
|
, !- View Factor to Ground
|
13944
13934
|
, !- Number of Vertices
|
13945
13935
|
45.72, 0, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -13953,10 +13943,10 @@ OS:Surface,
|
|
13953
13943
|
Wall, !- Surface Type
|
13954
13944
|
, !- Construction Name
|
13955
13945
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
13956
|
-
|
13946
|
+
Adiabatic, !- Outside Boundary Condition
|
13957
13947
|
, !- Outside Boundary Condition Object
|
13958
|
-
|
13959
|
-
|
13948
|
+
NoSun, !- Sun Exposure
|
13949
|
+
NoWind, !- Wind Exposure
|
13960
13950
|
, !- View Factor to Ground
|
13961
13951
|
, !- Number of Vertices
|
13962
13952
|
64.008, 9.144, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -13970,10 +13960,10 @@ OS:Surface,
|
|
13970
13960
|
Wall, !- Surface Type
|
13971
13961
|
, !- Construction Name
|
13972
13962
|
{17ae9a84-1b9c-49a1-8f48-a49619cb8e39}, !- Space Name
|
13973
|
-
|
13974
|
-
,
|
13975
|
-
|
13976
|
-
|
13963
|
+
Surface, !- Outside Boundary Condition
|
13964
|
+
{8d1abac8-f396-44b2-b345-b854e9ba8614}, !- Outside Boundary Condition Object
|
13965
|
+
NoSun, !- Sun Exposure
|
13966
|
+
NoWind, !- Wind Exposure
|
13977
13967
|
, !- View Factor to Ground
|
13978
13968
|
, !- Number of Vertices
|
13979
13969
|
6.096, 4.572, 12.8049, !- X,Y,Z Vertex 1 {m}
|
@@ -13987,10 +13977,10 @@ OS:Surface,
|
|
13987
13977
|
RoofCeiling, !- Surface Type
|
13988
13978
|
, !- Construction Name
|
13989
13979
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
13990
|
-
|
13991
|
-
,
|
13992
|
-
|
13993
|
-
|
13980
|
+
Surface, !- Outside Boundary Condition
|
13981
|
+
{6a1cc8f6-c49b-42bf-82b2-ce9fb0f1f148}, !- Outside Boundary Condition Object
|
13982
|
+
NoSun, !- Sun Exposure
|
13983
|
+
NoWind, !- Wind Exposure
|
13994
13984
|
, !- View Factor to Ground
|
13995
13985
|
, !- Number of Vertices
|
13996
13986
|
9.144, 10.668, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14017,14 +14007,14 @@ OS:Surface,
|
|
14017
14007
|
|
14018
14008
|
OS:Surface,
|
14019
14009
|
{49de8715-0c8d-4155-8d49-022f93ad0fe6}, !- Handle
|
14020
|
-
|
14010
|
+
Basement_Ceiling_2, !- Name
|
14021
14011
|
RoofCeiling, !- Surface Type
|
14022
14012
|
, !- Construction Name
|
14023
14013
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
14024
|
-
|
14014
|
+
Adiabatic, !- Outside Boundary Condition
|
14025
14015
|
, !- Outside Boundary Condition Object
|
14026
|
-
|
14027
|
-
|
14016
|
+
NoSun, !- Sun Exposure
|
14017
|
+
NoWind, !- Wind Exposure
|
14028
14018
|
, !- View Factor to Ground
|
14029
14019
|
, !- Number of Vertices
|
14030
14020
|
28.956, 0, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -14033,9 +14023,8 @@ OS:Surface,
|
|
14033
14023
|
0, 0, 0, !- X,Y,Z Vertex 4 {m}
|
14034
14024
|
6.096, 0, 0, !- X,Y,Z Vertex 5 {m}
|
14035
14025
|
6.096, 4.572, 0, !- X,Y,Z Vertex 6 {m}
|
14036
|
-
|
14037
|
-
21.3415,
|
14038
|
-
21.3415, 0, 0; !- X,Y,Z Vertex 9 {m}
|
14026
|
+
21.3415, 4.572, 0, !- X,Y,Z Vertex 7 {m}
|
14027
|
+
21.3415, 0, 0; !- X,Y,Z Vertex 8 {m}
|
14039
14028
|
|
14040
14029
|
OS:Surface,
|
14041
14030
|
{ed09367e-45b9-4b95-8e1c-d7390d6a5443}, !- Handle
|
@@ -14043,8 +14032,8 @@ OS:Surface,
|
|
14043
14032
|
Floor, !- Surface Type
|
14044
14033
|
, !- Construction Name
|
14045
14034
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
14046
|
-
|
14047
|
-
,
|
14035
|
+
Surface, !- Outside Boundary Condition
|
14036
|
+
{fadb667e-b842-4205-bfc4-16869d1662c8}, !- Outside Boundary Condition Object
|
14048
14037
|
NoSun, !- Sun Exposure
|
14049
14038
|
NoWind, !- Wind Exposure
|
14050
14039
|
, !- View Factor to Ground
|
@@ -14081,10 +14070,10 @@ OS:Surface,
|
|
14081
14070
|
Wall, !- Surface Type
|
14082
14071
|
, !- Construction Name
|
14083
14072
|
{1fd4c829-a755-45de-b877-ff8108b86807}, !- Space Name
|
14084
|
-
|
14073
|
+
Adiabatic, !- Outside Boundary Condition
|
14085
14074
|
, !- Outside Boundary Condition Object
|
14086
|
-
|
14087
|
-
|
14075
|
+
NoSun, !- Sun Exposure
|
14076
|
+
NoWind, !- Wind Exposure
|
14088
14077
|
, !- View Factor to Ground
|
14089
14078
|
, !- Number of Vertices
|
14090
14079
|
0, 48.768, 12.8049, !- X,Y,Z Vertex 1 {m}
|
@@ -14115,10 +14104,10 @@ OS:Surface,
|
|
14115
14104
|
Wall, !- Surface Type
|
14116
14105
|
, !- Construction Name
|
14117
14106
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
14118
|
-
|
14119
|
-
,
|
14120
|
-
|
14121
|
-
|
14107
|
+
Surface, !- Outside Boundary Condition
|
14108
|
+
{99da29b0-ecf9-4219-b1b2-77c181f7b238}, !- Outside Boundary Condition Object
|
14109
|
+
NoSun, !- Sun Exposure
|
14110
|
+
NoWind, !- Wind Exposure
|
14122
14111
|
, !- View Factor to Ground
|
14123
14112
|
, !- Number of Vertices
|
14124
14113
|
65.532, 48.768, 12.8049, !- X,Y,Z Vertex 1 {m}
|
@@ -14132,10 +14121,10 @@ OS:Surface,
|
|
14132
14121
|
RoofCeiling, !- Surface Type
|
14133
14122
|
, !- Construction Name
|
14134
14123
|
{7cce3ac6-5d1d-4960-9e9f-f0d99f44c040}, !- Space Name
|
14135
|
-
|
14136
|
-
,
|
14137
|
-
|
14138
|
-
|
14124
|
+
Surface, !- Outside Boundary Condition
|
14125
|
+
{2157d3c9-b429-40f3-aef5-751c8f567336}, !- Outside Boundary Condition Object
|
14126
|
+
NoSun, !- Sun Exposure
|
14127
|
+
NoWind, !- Wind Exposure
|
14139
14128
|
, !- View Factor to Ground
|
14140
14129
|
, !- Number of Vertices
|
14141
14130
|
48.768, 47.244, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14149,17 +14138,16 @@ OS:Surface,
|
|
14149
14138
|
RoofCeiling, !- Surface Type
|
14150
14139
|
, !- Construction Name
|
14151
14140
|
{2870f103-d956-457d-b911-977241d8c35a}, !- Space Name
|
14152
|
-
|
14153
|
-
,
|
14154
|
-
|
14155
|
-
|
14141
|
+
Surface, !- Outside Boundary Condition
|
14142
|
+
{b674e94a-8db4-4aec-86b1-38cfb4fce66a}, !- Outside Boundary Condition Object
|
14143
|
+
NoSun, !- Sun Exposure
|
14144
|
+
NoWind, !- Wind Exposure
|
14156
14145
|
, !- View Factor to Ground
|
14157
14146
|
, !- Number of Vertices
|
14158
14147
|
39.624, 0, 8.5366, !- X,Y,Z Vertex 1 {m}
|
14159
14148
|
39.624, 10.668, 8.5366, !- X,Y,Z Vertex 2 {m}
|
14160
14149
|
28.956, 10.668, 8.5366, !- X,Y,Z Vertex 3 {m}
|
14161
|
-
28.956,
|
14162
|
-
28.956, 0, 8.5366; !- X,Y,Z Vertex 5 {m}
|
14150
|
+
28.956, 0, 8.5366; !- X,Y,Z Vertex 4 {m}
|
14163
14151
|
|
14164
14152
|
OS:Surface,
|
14165
14153
|
{a1a5acfa-4f4f-454e-ad2b-5a734513d70a}, !- Handle
|
@@ -14167,8 +14155,8 @@ OS:Surface,
|
|
14167
14155
|
Floor, !- Surface Type
|
14168
14156
|
, !- Construction Name
|
14169
14157
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
14170
|
-
|
14171
|
-
,
|
14158
|
+
Surface, !- Outside Boundary Condition
|
14159
|
+
{b074cb71-fb94-4162-b579-f4b1e2d17787}, !- Outside Boundary Condition Object
|
14172
14160
|
NoSun, !- Sun Exposure
|
14173
14161
|
NoWind, !- Wind Exposure
|
14174
14162
|
, !- View Factor to Ground
|
@@ -14184,8 +14172,8 @@ OS:Surface,
|
|
14184
14172
|
Floor, !- Surface Type
|
14185
14173
|
, !- Construction Name
|
14186
14174
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
14187
|
-
|
14188
|
-
,
|
14175
|
+
Surface, !- Outside Boundary Condition
|
14176
|
+
{4a93ca53-3812-404b-bacb-6323cf144129}, !- Outside Boundary Condition Object
|
14189
14177
|
NoSun, !- Sun Exposure
|
14190
14178
|
NoWind, !- Wind Exposure
|
14191
14179
|
, !- View Factor to Ground
|
@@ -14203,10 +14191,10 @@ OS:Surface,
|
|
14203
14191
|
Wall, !- Surface Type
|
14204
14192
|
, !- Construction Name
|
14205
14193
|
{2870f103-d956-457d-b911-977241d8c35a}, !- Space Name
|
14206
|
-
|
14207
|
-
,
|
14208
|
-
|
14209
|
-
|
14194
|
+
Surface, !- Outside Boundary Condition
|
14195
|
+
{1db65e93-f31b-4dd3-a095-aeaa0204e60e}, !- Outside Boundary Condition Object
|
14196
|
+
NoSun, !- Sun Exposure
|
14197
|
+
NoWind, !- Wind Exposure
|
14210
14198
|
, !- View Factor to Ground
|
14211
14199
|
, !- Number of Vertices
|
14212
14200
|
39.624, 0, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14220,10 +14208,10 @@ OS:Surface,
|
|
14220
14208
|
Wall, !- Surface Type
|
14221
14209
|
, !- Construction Name
|
14222
14210
|
{2870f103-d956-457d-b911-977241d8c35a}, !- Space Name
|
14223
|
-
|
14224
|
-
,
|
14225
|
-
|
14226
|
-
|
14211
|
+
Surface, !- Outside Boundary Condition
|
14212
|
+
{0b531984-10df-44cf-8486-0d7689121893}, !- Outside Boundary Condition Object
|
14213
|
+
NoSun, !- Sun Exposure
|
14214
|
+
NoWind, !- Wind Exposure
|
14227
14215
|
, !- View Factor to Ground
|
14228
14216
|
, !- Number of Vertices
|
14229
14217
|
39.624, 47.244, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14237,10 +14225,10 @@ OS:Surface,
|
|
14237
14225
|
Wall, !- Surface Type
|
14238
14226
|
, !- Construction Name
|
14239
14227
|
{2870f103-d956-457d-b911-977241d8c35a}, !- Space Name
|
14240
|
-
|
14241
|
-
,
|
14242
|
-
|
14243
|
-
|
14228
|
+
Surface, !- Outside Boundary Condition
|
14229
|
+
{1c11fa53-d214-44f4-9985-0c989328dc1a}, !- Outside Boundary Condition Object
|
14230
|
+
NoSun, !- Sun Exposure
|
14231
|
+
NoWind, !- Wind Exposure
|
14244
14232
|
, !- View Factor to Ground
|
14245
14233
|
, !- Number of Vertices
|
14246
14234
|
28.956, 48.768, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14254,10 +14242,10 @@ OS:Surface,
|
|
14254
14242
|
Wall, !- Surface Type
|
14255
14243
|
, !- Construction Name
|
14256
14244
|
{2870f103-d956-457d-b911-977241d8c35a}, !- Space Name
|
14257
|
-
|
14258
|
-
,
|
14259
|
-
|
14260
|
-
|
14245
|
+
Surface, !- Outside Boundary Condition
|
14246
|
+
{11539731-965f-4e25-968d-efea3a7439dd}, !- Outside Boundary Condition Object
|
14247
|
+
NoSun, !- Sun Exposure
|
14248
|
+
NoWind, !- Wind Exposure
|
14261
14249
|
, !- View Factor to Ground
|
14262
14250
|
, !- Number of Vertices
|
14263
14251
|
28.956, 21.3415, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14271,17 +14259,16 @@ OS:Surface,
|
|
14271
14259
|
RoofCeiling, !- Surface Type
|
14272
14260
|
, !- Construction Name
|
14273
14261
|
{2870f103-d956-457d-b911-977241d8c35a}, !- Space Name
|
14274
|
-
|
14275
|
-
,
|
14276
|
-
|
14277
|
-
|
14262
|
+
Surface, !- Outside Boundary Condition
|
14263
|
+
{29966189-c7fb-46c0-a00c-cf24b396e627}, !- Outside Boundary Condition Object
|
14264
|
+
NoSun, !- Sun Exposure
|
14265
|
+
NoWind, !- Wind Exposure
|
14278
14266
|
, !- View Factor to Ground
|
14279
14267
|
, !- Number of Vertices
|
14280
14268
|
39.624, 10.668, 8.5366, !- X,Y,Z Vertex 1 {m}
|
14281
14269
|
39.624, 42.672, 8.5366, !- X,Y,Z Vertex 2 {m}
|
14282
14270
|
28.956, 42.672, 8.5366, !- X,Y,Z Vertex 3 {m}
|
14283
|
-
28.956,
|
14284
|
-
28.956, 10.668, 8.5366; !- X,Y,Z Vertex 5 {m}
|
14271
|
+
28.956, 10.668, 8.5366; !- X,Y,Z Vertex 4 {m}
|
14285
14272
|
|
14286
14273
|
OS:Surface,
|
14287
14274
|
{96f62409-b4bf-4749-acd1-afc5ee334e0e}, !- Handle
|
@@ -14289,19 +14276,18 @@ OS:Surface,
|
|
14289
14276
|
Floor, !- Surface Type
|
14290
14277
|
, !- Construction Name
|
14291
14278
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
14292
|
-
|
14293
|
-
,
|
14279
|
+
Surface, !- Outside Boundary Condition
|
14280
|
+
{f33b6919-bfe0-4f0c-b26f-e6f926c6a2e3}, !- Outside Boundary Condition Object
|
14294
14281
|
NoSun, !- Sun Exposure
|
14295
14282
|
NoWind, !- Wind Exposure
|
14296
14283
|
, !- View Factor to Ground
|
14297
14284
|
, !- Number of Vertices
|
14298
14285
|
65.532, 16.764, 8.5366, !- X,Y,Z Vertex 1 {m}
|
14299
14286
|
65.532, 4.572, 8.5366, !- X,Y,Z Vertex 2 {m}
|
14300
|
-
|
14301
|
-
39.624,
|
14302
|
-
|
14303
|
-
60.96,
|
14304
|
-
60.96, 16.764, 8.5366; !- X,Y,Z Vertex 7 {m}
|
14287
|
+
39.624, 4.572, 8.5366, !- X,Y,Z Vertex 3 {m}
|
14288
|
+
39.624, 10.668, 8.5366, !- X,Y,Z Vertex 4 {m}
|
14289
|
+
60.96, 10.668, 8.5366, !- X,Y,Z Vertex 5 {m}
|
14290
|
+
60.96, 16.764, 8.5366; !- X,Y,Z Vertex 6 {m}
|
14305
14291
|
|
14306
14292
|
OS:Surface,
|
14307
14293
|
{0aeeafec-bf8f-44e0-8a34-f7210d40505a}, !- Handle
|
@@ -14309,17 +14295,16 @@ OS:Surface,
|
|
14309
14295
|
Floor, !- Surface Type
|
14310
14296
|
, !- Construction Name
|
14311
14297
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
14312
|
-
|
14313
|
-
,
|
14298
|
+
Surface, !- Outside Boundary Condition
|
14299
|
+
{3224e308-1e8b-47cd-a39c-f7acb7ec22a9}, !- Outside Boundary Condition Object
|
14314
14300
|
NoSun, !- Sun Exposure
|
14315
14301
|
NoWind, !- Wind Exposure
|
14316
14302
|
, !- View Factor to Ground
|
14317
14303
|
, !- Number of Vertices
|
14318
14304
|
28.956, 10.668, 8.5366, !- X,Y,Z Vertex 1 {m}
|
14319
14305
|
28.956, 4.572, 8.5366, !- X,Y,Z Vertex 2 {m}
|
14320
|
-
|
14321
|
-
4.572,
|
14322
|
-
4.572, 10.668, 8.5366; !- X,Y,Z Vertex 5 {m}
|
14306
|
+
4.572, 4.572, 8.5366, !- X,Y,Z Vertex 3 {m}
|
14307
|
+
4.572, 10.668, 8.5366; !- X,Y,Z Vertex 4 {m}
|
14323
14308
|
|
14324
14309
|
OS:Surface,
|
14325
14310
|
{d5e9709c-4d29-495d-a67c-50d56e96896c}, !- Handle
|
@@ -14327,8 +14312,8 @@ OS:Surface,
|
|
14327
14312
|
Floor, !- Surface Type
|
14328
14313
|
, !- Construction Name
|
14329
14314
|
{f4b6e0eb-817b-405c-98f0-c425865851fb}, !- Space Name
|
14330
|
-
|
14331
|
-
,
|
14315
|
+
Surface, !- Outside Boundary Condition
|
14316
|
+
{95118cea-f630-4aa1-8959-0be3b482e32b}, !- Outside Boundary Condition Object
|
14332
14317
|
NoSun, !- Sun Exposure
|
14333
14318
|
NoWind, !- Wind Exposure
|
14334
14319
|
, !- View Factor to Ground
|
@@ -14344,8 +14329,8 @@ OS:Surface,
|
|
14344
14329
|
Floor, !- Surface Type
|
14345
14330
|
, !- Construction Name
|
14346
14331
|
{f4b6e0eb-817b-405c-98f0-c425865851fb}, !- Space Name
|
14347
|
-
|
14348
|
-
,
|
14332
|
+
Surface, !- Outside Boundary Condition
|
14333
|
+
{9c50da0f-5462-4ba7-b29f-786e23f02d5c}, !- Outside Boundary Condition Object
|
14349
14334
|
NoSun, !- Sun Exposure
|
14350
14335
|
NoWind, !- Wind Exposure
|
14351
14336
|
, !- View Factor to Ground
|
@@ -14363,8 +14348,8 @@ OS:Surface,
|
|
14363
14348
|
Floor, !- Surface Type
|
14364
14349
|
, !- Construction Name
|
14365
14350
|
{2d4ce43e-14fd-4122-b641-b757121d5aba}, !- Space Name
|
14366
|
-
|
14367
|
-
,
|
14351
|
+
Surface, !- Outside Boundary Condition
|
14352
|
+
{101de97d-d023-4197-a46d-934a10b1803f}, !- Outside Boundary Condition Object
|
14368
14353
|
NoSun, !- Sun Exposure
|
14369
14354
|
NoWind, !- Wind Exposure
|
14370
14355
|
, !- View Factor to Ground
|
@@ -14380,10 +14365,10 @@ OS:Surface,
|
|
14380
14365
|
RoofCeiling, !- Surface Type
|
14381
14366
|
, !- Construction Name
|
14382
14367
|
{31390124-80ad-4222-b08a-01be2ad61163}, !- Space Name
|
14383
|
-
|
14384
|
-
,
|
14385
|
-
|
14386
|
-
|
14368
|
+
Surface, !- Outside Boundary Condition
|
14369
|
+
{0411ebb3-9af3-489e-9871-d57d5b3f4f78}, !- Outside Boundary Condition Object
|
14370
|
+
NoSun, !- Sun Exposure
|
14371
|
+
NoWind, !- Wind Exposure
|
14387
14372
|
, !- View Factor to Ground
|
14388
14373
|
, !- Number of Vertices
|
14389
14374
|
39.624, 10.668, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -14399,8 +14384,8 @@ OS:Surface,
|
|
14399
14384
|
Floor, !- Surface Type
|
14400
14385
|
, !- Construction Name
|
14401
14386
|
{2d4ce43e-14fd-4122-b641-b757121d5aba}, !- Space Name
|
14402
|
-
|
14403
|
-
,
|
14387
|
+
Surface, !- Outside Boundary Condition
|
14388
|
+
{13d8edca-f17b-4a9f-8402-de08ca4175c3}, !- Outside Boundary Condition Object
|
14404
14389
|
NoSun, !- Sun Exposure
|
14405
14390
|
NoWind, !- Wind Exposure
|
14406
14391
|
, !- View Factor to Ground
|
@@ -14416,8 +14401,8 @@ OS:Surface,
|
|
14416
14401
|
Floor, !- Surface Type
|
14417
14402
|
, !- Construction Name
|
14418
14403
|
{2d4ce43e-14fd-4122-b641-b757121d5aba}, !- Space Name
|
14419
|
-
|
14420
|
-
,
|
14404
|
+
Surface, !- Outside Boundary Condition
|
14405
|
+
{8f9ee008-87d1-4be3-8629-11e2ebf9c233}, !- Outside Boundary Condition Object
|
14421
14406
|
NoSun, !- Sun Exposure
|
14422
14407
|
NoWind, !- Wind Exposure
|
14423
14408
|
, !- View Factor to Ground
|
@@ -14433,8 +14418,8 @@ OS:Surface,
|
|
14433
14418
|
Floor, !- Surface Type
|
14434
14419
|
, !- Construction Name
|
14435
14420
|
{2d4ce43e-14fd-4122-b641-b757121d5aba}, !- Space Name
|
14436
|
-
|
14437
|
-
,
|
14421
|
+
Surface, !- Outside Boundary Condition
|
14422
|
+
{617a8237-69b6-4911-afc0-0416a9c98fb2}, !- Outside Boundary Condition Object
|
14438
14423
|
NoSun, !- Sun Exposure
|
14439
14424
|
NoWind, !- Wind Exposure
|
14440
14425
|
, !- View Factor to Ground
|
@@ -14452,8 +14437,8 @@ OS:Surface,
|
|
14452
14437
|
Floor, !- Surface Type
|
14453
14438
|
, !- Construction Name
|
14454
14439
|
{2d4ce43e-14fd-4122-b641-b757121d5aba}, !- Space Name
|
14455
|
-
|
14456
|
-
,
|
14440
|
+
Surface, !- Outside Boundary Condition
|
14441
|
+
{2a8311e7-db40-40b8-8239-77f5c79faae5}, !- Outside Boundary Condition Object
|
14457
14442
|
NoSun, !- Sun Exposure
|
14458
14443
|
NoWind, !- Wind Exposure
|
14459
14444
|
, !- View Factor to Ground
|
@@ -14469,7 +14454,7 @@ OS:Surface,
|
|
14469
14454
|
Floor, !- Surface Type
|
14470
14455
|
, !- Construction Name
|
14471
14456
|
{2d4ce43e-14fd-4122-b641-b757121d5aba}, !- Space Name
|
14472
|
-
|
14457
|
+
Adiabatic, !- Outside Boundary Condition
|
14473
14458
|
, !- Outside Boundary Condition Object
|
14474
14459
|
NoSun, !- Sun Exposure
|
14475
14460
|
NoWind, !- Wind Exposure
|
@@ -14486,10 +14471,10 @@ OS:Surface,
|
|
14486
14471
|
RoofCeiling, !- Surface Type
|
14487
14472
|
, !- Construction Name
|
14488
14473
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
14489
|
-
|
14490
|
-
,
|
14491
|
-
|
14492
|
-
|
14474
|
+
Surface, !- Outside Boundary Condition
|
14475
|
+
{17217052-44a7-45f0-a4a5-29f86bf77b1a}, !- Outside Boundary Condition Object
|
14476
|
+
NoSun, !- Sun Exposure
|
14477
|
+
NoWind, !- Wind Exposure
|
14493
14478
|
, !- View Factor to Ground
|
14494
14479
|
, !- Number of Vertices
|
14495
14480
|
39.624, 0, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -14505,7 +14490,7 @@ OS:Surface,
|
|
14505
14490
|
Floor, !- Surface Type
|
14506
14491
|
, !- Construction Name
|
14507
14492
|
{2d4ce43e-14fd-4122-b641-b757121d5aba}, !- Space Name
|
14508
|
-
|
14493
|
+
Adiabatic, !- Outside Boundary Condition
|
14509
14494
|
, !- Outside Boundary Condition Object
|
14510
14495
|
NoSun, !- Sun Exposure
|
14511
14496
|
NoWind, !- Wind Exposure
|
@@ -14516,33 +14501,16 @@ OS:Surface,
|
|
14516
14501
|
44.196, 0, 17.0732, !- X,Y,Z Vertex 3 {m}
|
14517
14502
|
44.196, 4.572, 17.0732; !- X,Y,Z Vertex 4 {m}
|
14518
14503
|
|
14519
|
-
OS:Surface,
|
14520
|
-
{56d9ebe4-0f0b-4971-8274-dc732b649d4b}, !- Handle
|
14521
|
-
Surface 64, !- Name
|
14522
|
-
Wall, !- Surface Type
|
14523
|
-
, !- Construction Name
|
14524
|
-
{31390124-80ad-4222-b08a-01be2ad61163}, !- Space Name
|
14525
|
-
Outdoors, !- Outside Boundary Condition
|
14526
|
-
, !- Outside Boundary Condition Object
|
14527
|
-
SunExposed, !- Sun Exposure
|
14528
|
-
WindExposed, !- Wind Exposure
|
14529
|
-
, !- View Factor to Ground
|
14530
|
-
, !- Number of Vertices
|
14531
|
-
9.144, 33.582, 17.0732, !- X,Y,Z Vertex 1 {m}
|
14532
|
-
9.144, 33.582, 12.8049, !- X,Y,Z Vertex 2 {m}
|
14533
|
-
9.144, 33.528, 12.8049, !- X,Y,Z Vertex 3 {m}
|
14534
|
-
9.144, 33.528, 17.0732; !- X,Y,Z Vertex 4 {m}
|
14535
|
-
|
14536
14504
|
OS:Surface,
|
14537
14505
|
{feb3cd91-7b93-4a5e-aa7c-2fbee94841c9}, !- Handle
|
14538
14506
|
Surface 65, !- Name
|
14539
14507
|
RoofCeiling, !- Surface Type
|
14540
14508
|
, !- Construction Name
|
14541
14509
|
{31390124-80ad-4222-b08a-01be2ad61163}, !- Space Name
|
14542
|
-
|
14543
|
-
,
|
14544
|
-
|
14545
|
-
|
14510
|
+
Surface, !- Outside Boundary Condition
|
14511
|
+
{63efed9b-3ebb-4b0a-a394-be0bcc77d0d0}, !- Outside Boundary Condition Object
|
14512
|
+
NoSun, !- Sun Exposure
|
14513
|
+
NoWind, !- Wind Exposure
|
14546
14514
|
, !- View Factor to Ground
|
14547
14515
|
, !- Number of Vertices
|
14548
14516
|
15.24, 33.528, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -14556,8 +14524,8 @@ OS:Surface,
|
|
14556
14524
|
Floor, !- Surface Type
|
14557
14525
|
, !- Construction Name
|
14558
14526
|
{6a8c5c6f-369f-4ab1-867d-7f5523a9610f}, !- Space Name
|
14559
|
-
|
14560
|
-
,
|
14527
|
+
Surface, !- Outside Boundary Condition
|
14528
|
+
{3b831813-daa7-4e21-ba35-7ae7358899e1}, !- Outside Boundary Condition Object
|
14561
14529
|
NoSun, !- Sun Exposure
|
14562
14530
|
NoWind, !- Wind Exposure
|
14563
14531
|
, !- View Factor to Ground
|
@@ -14575,8 +14543,8 @@ OS:Surface,
|
|
14575
14543
|
Floor, !- Surface Type
|
14576
14544
|
, !- Construction Name
|
14577
14545
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
14578
|
-
|
14579
|
-
,
|
14546
|
+
Surface, !- Outside Boundary Condition
|
14547
|
+
{ab6d2ab6-f09d-48e4-93d8-053b64214bcc}, !- Outside Boundary Condition Object
|
14580
14548
|
NoSun, !- Sun Exposure
|
14581
14549
|
NoWind, !- Wind Exposure
|
14582
14550
|
, !- View Factor to Ground
|
@@ -14594,8 +14562,8 @@ OS:Surface,
|
|
14594
14562
|
Floor, !- Surface Type
|
14595
14563
|
, !- Construction Name
|
14596
14564
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
14597
|
-
|
14598
|
-
,
|
14565
|
+
Surface, !- Outside Boundary Condition
|
14566
|
+
{c31985c6-696a-4728-8aa7-0fcc9dad2166}, !- Outside Boundary Condition Object
|
14599
14567
|
NoSun, !- Sun Exposure
|
14600
14568
|
NoWind, !- Wind Exposure
|
14601
14569
|
, !- View Factor to Ground
|
@@ -14611,8 +14579,8 @@ OS:Surface,
|
|
14611
14579
|
Floor, !- Surface Type
|
14612
14580
|
, !- Construction Name
|
14613
14581
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
14614
|
-
|
14615
|
-
,
|
14582
|
+
Surface, !- Outside Boundary Condition
|
14583
|
+
{0ee28c4d-2fff-48bf-89fd-8fbf762777b9}, !- Outside Boundary Condition Object
|
14616
14584
|
NoSun, !- Sun Exposure
|
14617
14585
|
NoWind, !- Wind Exposure
|
14618
14586
|
, !- View Factor to Ground
|
@@ -14620,8 +14588,7 @@ OS:Surface,
|
|
14620
14588
|
60.96, 48.768, 8.5366, !- X,Y,Z Vertex 1 {m}
|
14621
14589
|
60.96, 42.672, 8.5366, !- X,Y,Z Vertex 2 {m}
|
14622
14590
|
48.768, 42.672, 8.5366, !- X,Y,Z Vertex 3 {m}
|
14623
|
-
48.768,
|
14624
|
-
48.768, 48.768, 8.5366; !- X,Y,Z Vertex 5 {m}
|
14591
|
+
48.768, 48.768, 8.5366; !- X,Y,Z Vertex 4 {m}
|
14625
14592
|
|
14626
14593
|
OS:Surface,
|
14627
14594
|
{a6afa6ba-8312-4b32-b3c3-0f89b074aad4}, !- Handle
|
@@ -14629,10 +14596,10 @@ OS:Surface,
|
|
14629
14596
|
RoofCeiling, !- Surface Type
|
14630
14597
|
, !- Construction Name
|
14631
14598
|
{47d5f6b5-5e98-43ad-8669-c046505a937d}, !- Space Name
|
14632
|
-
|
14633
|
-
,
|
14634
|
-
|
14635
|
-
|
14599
|
+
Surface, !- Outside Boundary Condition
|
14600
|
+
{dda133d5-d34b-49d8-a529-83269944fe95}, !- Outside Boundary Condition Object
|
14601
|
+
NoSun, !- Sun Exposure
|
14602
|
+
NoWind, !- Wind Exposure
|
14636
14603
|
, !- View Factor to Ground
|
14637
14604
|
, !- Number of Vertices
|
14638
14605
|
48.768, 22.86, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14646,8 +14613,8 @@ OS:Surface,
|
|
14646
14613
|
Floor, !- Surface Type
|
14647
14614
|
, !- Construction Name
|
14648
14615
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
14649
|
-
|
14650
|
-
,
|
14616
|
+
Surface, !- Outside Boundary Condition
|
14617
|
+
{ce525ba1-8b6c-4461-8bbc-16843874a57e}, !- Outside Boundary Condition Object
|
14651
14618
|
NoSun, !- Sun Exposure
|
14652
14619
|
NoWind, !- Wind Exposure
|
14653
14620
|
, !- View Factor to Ground
|
@@ -14663,8 +14630,8 @@ OS:Surface,
|
|
14663
14630
|
Floor, !- Surface Type
|
14664
14631
|
, !- Construction Name
|
14665
14632
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
14666
|
-
|
14667
|
-
,
|
14633
|
+
Surface, !- Outside Boundary Condition
|
14634
|
+
{a1e8f15f-fd94-4b4c-9a60-7855723dfe6a}, !- Outside Boundary Condition Object
|
14668
14635
|
NoSun, !- Sun Exposure
|
14669
14636
|
NoWind, !- Wind Exposure
|
14670
14637
|
, !- View Factor to Ground
|
@@ -14680,10 +14647,10 @@ OS:Surface,
|
|
14680
14647
|
RoofCeiling, !- Surface Type
|
14681
14648
|
, !- Construction Name
|
14682
14649
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
14683
|
-
|
14650
|
+
Adiabatic, !- Outside Boundary Condition
|
14684
14651
|
, !- Outside Boundary Condition Object
|
14685
|
-
|
14686
|
-
|
14652
|
+
NoSun, !- Sun Exposure
|
14653
|
+
NoWind, !- Wind Exposure
|
14687
14654
|
, !- View Factor to Ground
|
14688
14655
|
, !- Number of Vertices
|
14689
14656
|
60.96, 48.768, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14697,10 +14664,10 @@ OS:Surface,
|
|
14697
14664
|
RoofCeiling, !- Surface Type
|
14698
14665
|
, !- Construction Name
|
14699
14666
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
14700
|
-
|
14701
|
-
,
|
14702
|
-
|
14703
|
-
|
14667
|
+
Surface, !- Outside Boundary Condition
|
14668
|
+
{0cb91d1d-9040-4769-b6f2-94fb3647aced}, !- Outside Boundary Condition Object
|
14669
|
+
NoSun, !- Sun Exposure
|
14670
|
+
NoWind, !- Wind Exposure
|
14704
14671
|
, !- View Factor to Ground
|
14705
14672
|
, !- Number of Vertices
|
14706
14673
|
44.196, 0, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14727,14 +14694,14 @@ OS:Surface,
|
|
14727
14694
|
|
14728
14695
|
OS:Surface,
|
14729
14696
|
{038126fd-8d40-49c0-87e2-0858891d0d28}, !- Handle
|
14730
|
-
|
14697
|
+
PatRoom4_Flr_3_Wall_South_2, !- Name
|
14731
14698
|
Wall, !- Surface Type
|
14732
14699
|
, !- Construction Name
|
14733
14700
|
{60897f76-ccc0-4353-9cbd-ce8e06f8207c}, !- Space Name
|
14734
|
-
|
14701
|
+
Adiabatic, !- Outside Boundary Condition
|
14735
14702
|
, !- Outside Boundary Condition Object
|
14736
|
-
|
14737
|
-
|
14703
|
+
NoSun, !- Sun Exposure
|
14704
|
+
NoWind, !- Wind Exposure
|
14738
14705
|
, !- View Factor to Ground
|
14739
14706
|
, !- Number of Vertices
|
14740
14707
|
65.532, 48.768, 12.8049, !- X,Y,Z Vertex 1 {m}
|
@@ -14748,10 +14715,10 @@ OS:Surface,
|
|
14748
14715
|
RoofCeiling, !- Surface Type
|
14749
14716
|
, !- Construction Name
|
14750
14717
|
{7cce3ac6-5d1d-4960-9e9f-f0d99f44c040}, !- Space Name
|
14751
|
-
|
14718
|
+
Adiabatic, !- Outside Boundary Condition
|
14752
14719
|
, !- Outside Boundary Condition Object
|
14753
|
-
|
14754
|
-
|
14720
|
+
NoSun, !- Sun Exposure
|
14721
|
+
NoWind, !- Wind Exposure
|
14755
14722
|
, !- View Factor to Ground
|
14756
14723
|
, !- Number of Vertices
|
14757
14724
|
48.768, 48.768, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14765,8 +14732,8 @@ OS:Surface,
|
|
14765
14732
|
Floor, !- Surface Type
|
14766
14733
|
, !- Construction Name
|
14767
14734
|
{3a43a92b-6516-45e6-9f37-eb7bf8bccb83}, !- Space Name
|
14768
|
-
|
14769
|
-
,
|
14735
|
+
Surface, !- Outside Boundary Condition
|
14736
|
+
{5ebaf1c8-5af5-452e-b8d5-34386d73d882}, !- Outside Boundary Condition Object
|
14770
14737
|
NoSun, !- Sun Exposure
|
14771
14738
|
NoWind, !- Wind Exposure
|
14772
14739
|
, !- View Factor to Ground
|
@@ -14782,10 +14749,10 @@ OS:Surface,
|
|
14782
14749
|
RoofCeiling, !- Surface Type
|
14783
14750
|
, !- Construction Name
|
14784
14751
|
{aeb14eec-a11c-4495-b283-f98c2eca3dbf}, !- Space Name
|
14785
|
-
|
14786
|
-
,
|
14787
|
-
|
14788
|
-
|
14752
|
+
Surface, !- Outside Boundary Condition
|
14753
|
+
{13edc9f8-a4ee-490a-8562-610b66c5c1cc}, !- Outside Boundary Condition Object
|
14754
|
+
NoSun, !- Sun Exposure
|
14755
|
+
NoWind, !- Wind Exposure
|
14789
14756
|
, !- View Factor to Ground
|
14790
14757
|
, !- Number of Vertices
|
14791
14758
|
15.24, 21.3415, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14799,10 +14766,10 @@ OS:Surface,
|
|
14799
14766
|
RoofCeiling, !- Surface Type
|
14800
14767
|
, !- Construction Name
|
14801
14768
|
{e0b3f21a-5417-4d6d-9bad-44c2b5fb3717}, !- Space Name
|
14802
|
-
|
14803
|
-
,
|
14804
|
-
|
14805
|
-
|
14769
|
+
Surface, !- Outside Boundary Condition
|
14770
|
+
{e8ff1da0-fcb7-461f-a6c1-15b27400104d}, !- Outside Boundary Condition Object
|
14771
|
+
NoSun, !- Sun Exposure
|
14772
|
+
NoWind, !- Wind Exposure
|
14806
14773
|
, !- View Factor to Ground
|
14807
14774
|
, !- Number of Vertices
|
14808
14775
|
65.532, 41.148, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14816,10 +14783,10 @@ OS:Surface,
|
|
14816
14783
|
RoofCeiling, !- Surface Type
|
14817
14784
|
, !- Construction Name
|
14818
14785
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
14819
|
-
|
14820
|
-
,
|
14821
|
-
|
14822
|
-
|
14786
|
+
Surface, !- Outside Boundary Condition
|
14787
|
+
{8802ccb7-7644-405b-bf66-70f8d64141ea}, !- Outside Boundary Condition Object
|
14788
|
+
NoSun, !- Sun Exposure
|
14789
|
+
NoWind, !- Wind Exposure
|
14823
14790
|
, !- View Factor to Ground
|
14824
14791
|
, !- Number of Vertices
|
14825
14792
|
28.956, 10.668, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -14829,33 +14796,16 @@ OS:Surface,
|
|
14829
14796
|
9.144, 21.3415, 8.5366, !- X,Y,Z Vertex 5 {m}
|
14830
14797
|
9.144, 10.668, 8.5366; !- X,Y,Z Vertex 6 {m}
|
14831
14798
|
|
14832
|
-
OS:Surface,
|
14833
|
-
{bae7a3f5-d15a-4b0a-b30b-bb02b97a722a}, !- Handle
|
14834
|
-
Surface 82, !- Name
|
14835
|
-
Wall, !- Surface Type
|
14836
|
-
, !- Construction Name
|
14837
|
-
{f4b6e0eb-817b-405c-98f0-c425865851fb}, !- Space Name
|
14838
|
-
Outdoors, !- Outside Boundary Condition
|
14839
|
-
, !- Outside Boundary Condition Object
|
14840
|
-
SunExposed, !- Sun Exposure
|
14841
|
-
WindExposed, !- Wind Exposure
|
14842
|
-
, !- View Factor to Ground
|
14843
|
-
, !- Number of Vertices
|
14844
|
-
9.144, 33.582, 12.8049, !- X,Y,Z Vertex 1 {m}
|
14845
|
-
9.144, 33.582, 8.5366, !- X,Y,Z Vertex 2 {m}
|
14846
|
-
9.144, 33.528, 8.5366, !- X,Y,Z Vertex 3 {m}
|
14847
|
-
9.144, 33.528, 12.8049; !- X,Y,Z Vertex 4 {m}
|
14848
|
-
|
14849
14799
|
OS:Surface,
|
14850
14800
|
{4f081654-d3d2-4dba-adea-41898dc054ab}, !- Handle
|
14851
14801
|
Surface 83, !- Name
|
14852
14802
|
RoofCeiling, !- Surface Type
|
14853
14803
|
, !- Construction Name
|
14854
14804
|
{3d0a884f-f38a-4024-ba41-a3615b0d597f}, !- Space Name
|
14855
|
-
|
14856
|
-
,
|
14857
|
-
|
14858
|
-
|
14805
|
+
Surface, !- Outside Boundary Condition
|
14806
|
+
{3e6a3d3a-6a2a-4cf4-925a-cae531c8555d}, !- Outside Boundary Condition Object
|
14807
|
+
NoSun, !- Sun Exposure
|
14808
|
+
NoWind, !- Wind Exposure
|
14859
14809
|
, !- View Factor to Ground
|
14860
14810
|
, !- Number of Vertices
|
14861
14811
|
4.572, 7.622, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -14869,8 +14819,8 @@ OS:Surface,
|
|
14869
14819
|
Floor, !- Surface Type
|
14870
14820
|
, !- Construction Name
|
14871
14821
|
{75111445-9889-4e0e-bf8b-33e4ad0474cb}, !- Space Name
|
14872
|
-
|
14873
|
-
,
|
14822
|
+
Surface, !- Outside Boundary Condition
|
14823
|
+
{91f86ee3-c05a-44ac-bee0-a34219e6de08}, !- Outside Boundary Condition Object
|
14874
14824
|
NoSun, !- Sun Exposure
|
14875
14825
|
NoWind, !- Wind Exposure
|
14876
14826
|
, !- View Factor to Ground
|
@@ -14903,8 +14853,8 @@ OS:Surface,
|
|
14903
14853
|
Floor, !- Surface Type
|
14904
14854
|
, !- Construction Name
|
14905
14855
|
{dc66d323-72f5-4969-aebb-d547b4919d13}, !- Space Name
|
14906
|
-
|
14907
|
-
,
|
14856
|
+
Surface, !- Outside Boundary Condition
|
14857
|
+
{4e621ede-a418-4a72-9010-f8bfc8fd1f0f}, !- Outside Boundary Condition Object
|
14908
14858
|
NoSun, !- Sun Exposure
|
14909
14859
|
NoWind, !- Wind Exposure
|
14910
14860
|
, !- View Factor to Ground
|
@@ -14920,10 +14870,10 @@ OS:Surface,
|
|
14920
14870
|
Wall, !- Surface Type
|
14921
14871
|
, !- Construction Name
|
14922
14872
|
{42cd4d82-e24e-4e11-88d4-f870740fe240}, !- Space Name
|
14923
|
-
|
14873
|
+
Adiabatic, !- Outside Boundary Condition
|
14924
14874
|
, !- Outside Boundary Condition Object
|
14925
|
-
|
14926
|
-
|
14875
|
+
NoSun, !- Sun Exposure
|
14876
|
+
NoWind, !- Wind Exposure
|
14927
14877
|
, !- View Factor to Ground
|
14928
14878
|
, !- Number of Vertices
|
14929
14879
|
0, 48.768, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -14954,8 +14904,8 @@ OS:Surface,
|
|
14954
14904
|
Floor, !- Surface Type
|
14955
14905
|
, !- Construction Name
|
14956
14906
|
{e02691e9-a447-40e1-aa67-039878424ae6}, !- Space Name
|
14957
|
-
|
14958
|
-
,
|
14907
|
+
Surface, !- Outside Boundary Condition
|
14908
|
+
{6e221b4f-3b78-4339-a9b5-208a7fc55974}, !- Outside Boundary Condition Object
|
14959
14909
|
NoSun, !- Sun Exposure
|
14960
14910
|
NoWind, !- Wind Exposure
|
14961
14911
|
, !- View Factor to Ground
|
@@ -14971,8 +14921,8 @@ OS:Surface,
|
|
14971
14921
|
Floor, !- Surface Type
|
14972
14922
|
, !- Construction Name
|
14973
14923
|
{432827a6-9676-48d3-9de8-55f3ed327c07}, !- Space Name
|
14974
|
-
|
14975
|
-
,
|
14924
|
+
Surface, !- Outside Boundary Condition
|
14925
|
+
{3db7e024-2170-425e-8b6c-d81b41ef16e5}, !- Outside Boundary Condition Object
|
14976
14926
|
NoSun, !- Sun Exposure
|
14977
14927
|
NoWind, !- Wind Exposure
|
14978
14928
|
, !- View Factor to Ground
|
@@ -14990,10 +14940,10 @@ OS:Surface,
|
|
14990
14940
|
RoofCeiling, !- Surface Type
|
14991
14941
|
, !- Construction Name
|
14992
14942
|
{aeb14eec-a11c-4495-b283-f98c2eca3dbf}, !- Space Name
|
14993
|
-
|
14994
|
-
,
|
14995
|
-
|
14996
|
-
|
14943
|
+
Surface, !- Outside Boundary Condition
|
14944
|
+
{cbe72b1c-c01c-47a9-8751-42bdfeab7763}, !- Outside Boundary Condition Object
|
14945
|
+
NoSun, !- Sun Exposure
|
14946
|
+
NoWind, !- Wind Exposure
|
14997
14947
|
, !- View Factor to Ground
|
14998
14948
|
, !- Number of Vertices
|
14999
14949
|
28.956, 21.3415, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15009,10 +14959,10 @@ OS:Surface,
|
|
15009
14959
|
RoofCeiling, !- Surface Type
|
15010
14960
|
, !- Construction Name
|
15011
14961
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
15012
|
-
|
15013
|
-
,
|
15014
|
-
|
15015
|
-
|
14962
|
+
Surface, !- Outside Boundary Condition
|
14963
|
+
{db58abbf-cf32-422e-9e19-0ec1fb4a2cd9}, !- Outside Boundary Condition Object
|
14964
|
+
NoSun, !- Sun Exposure
|
14965
|
+
NoWind, !- Wind Exposure
|
15016
14966
|
, !- View Factor to Ground
|
15017
14967
|
, !- Number of Vertices
|
15018
14968
|
28.956, 19.812, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15026,10 +14976,10 @@ OS:Surface,
|
|
15026
14976
|
RoofCeiling, !- Surface Type
|
15027
14977
|
, !- Construction Name
|
15028
14978
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
15029
|
-
|
15030
|
-
,
|
15031
|
-
|
15032
|
-
|
14979
|
+
Surface, !- Outside Boundary Condition
|
14980
|
+
{463cca08-e8ef-4b87-860f-f962ffa9593e}, !- Outside Boundary Condition Object
|
14981
|
+
NoSun, !- Sun Exposure
|
14982
|
+
NoWind, !- Wind Exposure
|
15033
14983
|
, !- View Factor to Ground
|
15034
14984
|
, !- Number of Vertices
|
15035
14985
|
4.572, 4.572, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15043,10 +14993,10 @@ OS:Surface,
|
|
15043
14993
|
Wall, !- Surface Type
|
15044
14994
|
, !- Construction Name
|
15045
14995
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15046
|
-
|
15047
|
-
,
|
15048
|
-
|
15049
|
-
|
14996
|
+
Surface, !- Outside Boundary Condition
|
14997
|
+
{5804467d-b360-438d-a6eb-dee91a910386}, !- Outside Boundary Condition Object
|
14998
|
+
NoSun, !- Sun Exposure
|
14999
|
+
NoWind, !- Wind Exposure
|
15050
15000
|
, !- View Factor to Ground
|
15051
15001
|
, !- Number of Vertices
|
15052
15002
|
48.768, 53.34, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15060,8 +15010,8 @@ OS:Surface,
|
|
15060
15010
|
Floor, !- Surface Type
|
15061
15011
|
, !- Construction Name
|
15062
15012
|
{ccee8f2b-c192-4f18-9407-cda799f28f23}, !- Space Name
|
15063
|
-
|
15064
|
-
,
|
15013
|
+
Surface, !- Outside Boundary Condition
|
15014
|
+
{ba0b6826-c03b-462d-851a-fe16dad1d27c}, !- Outside Boundary Condition Object
|
15065
15015
|
NoSun, !- Sun Exposure
|
15066
15016
|
NoWind, !- Wind Exposure
|
15067
15017
|
, !- View Factor to Ground
|
@@ -15079,10 +15029,10 @@ OS:Surface,
|
|
15079
15029
|
RoofCeiling, !- Surface Type
|
15080
15030
|
, !- Construction Name
|
15081
15031
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
15082
|
-
|
15083
|
-
,
|
15084
|
-
|
15085
|
-
|
15032
|
+
Surface, !- Outside Boundary Condition
|
15033
|
+
{3b65cbde-616e-4931-a07d-06cee9adee11}, !- Outside Boundary Condition Object
|
15034
|
+
NoSun, !- Sun Exposure
|
15035
|
+
NoWind, !- Wind Exposure
|
15086
15036
|
, !- View Factor to Ground
|
15087
15037
|
, !- Number of Vertices
|
15088
15038
|
64.008, 4.572, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -15102,10 +15052,10 @@ OS:Surface,
|
|
15102
15052
|
RoofCeiling, !- Surface Type
|
15103
15053
|
, !- Construction Name
|
15104
15054
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
15105
|
-
|
15106
|
-
,
|
15107
|
-
|
15108
|
-
|
15055
|
+
Surface, !- Outside Boundary Condition
|
15056
|
+
{92b944fe-d698-48f6-98ff-783f4764bfd9}, !- Outside Boundary Condition Object
|
15057
|
+
NoSun, !- Sun Exposure
|
15058
|
+
NoWind, !- Wind Exposure
|
15109
15059
|
, !- View Factor to Ground
|
15110
15060
|
, !- Number of Vertices
|
15111
15061
|
9.144, 10.668, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -15119,7 +15069,7 @@ OS:Surface,
|
|
15119
15069
|
Floor, !- Surface Type
|
15120
15070
|
, !- Construction Name
|
15121
15071
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
15122
|
-
|
15072
|
+
Adiabatic, !- Outside Boundary Condition
|
15123
15073
|
, !- Outside Boundary Condition Object
|
15124
15074
|
NoSun, !- Sun Exposure
|
15125
15075
|
NoWind, !- Wind Exposure
|
@@ -15136,10 +15086,10 @@ OS:Surface,
|
|
15136
15086
|
RoofCeiling, !- Surface Type
|
15137
15087
|
, !- Construction Name
|
15138
15088
|
{4b0352d7-5b15-44a5-874c-f4c860e83600}, !- Space Name
|
15139
|
-
|
15140
|
-
,
|
15141
|
-
|
15142
|
-
|
15089
|
+
Surface, !- Outside Boundary Condition
|
15090
|
+
{3a502aa6-ea26-4ee2-9371-3dd9cfc19268}, !- Outside Boundary Condition Object
|
15091
|
+
NoSun, !- Sun Exposure
|
15092
|
+
NoWind, !- Wind Exposure
|
15143
15093
|
, !- View Factor to Ground
|
15144
15094
|
, !- Number of Vertices
|
15145
15095
|
9.144, 45.72, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -15153,8 +15103,8 @@ OS:Surface,
|
|
15153
15103
|
Floor, !- Surface Type
|
15154
15104
|
, !- Construction Name
|
15155
15105
|
{dc66d323-72f5-4969-aebb-d547b4919d13}, !- Space Name
|
15156
|
-
|
15157
|
-
,
|
15106
|
+
Surface, !- Outside Boundary Condition
|
15107
|
+
{328cfaee-7c78-4f9b-886a-2fea099225ed}, !- Outside Boundary Condition Object
|
15158
15108
|
NoSun, !- Sun Exposure
|
15159
15109
|
NoWind, !- Wind Exposure
|
15160
15110
|
, !- View Factor to Ground
|
@@ -15187,7 +15137,7 @@ OS:Surface,
|
|
15187
15137
|
Floor, !- Surface Type
|
15188
15138
|
, !- Construction Name
|
15189
15139
|
{e02691e9-a447-40e1-aa67-039878424ae6}, !- Space Name
|
15190
|
-
|
15140
|
+
Adiabatic, !- Outside Boundary Condition
|
15191
15141
|
, !- Outside Boundary Condition Object
|
15192
15142
|
NoSun, !- Sun Exposure
|
15193
15143
|
NoWind, !- Wind Exposure
|
@@ -15204,7 +15154,7 @@ OS:Surface,
|
|
15204
15154
|
Floor, !- Surface Type
|
15205
15155
|
, !- Construction Name
|
15206
15156
|
{e02691e9-a447-40e1-aa67-039878424ae6}, !- Space Name
|
15207
|
-
|
15157
|
+
Adiabatic, !- Outside Boundary Condition
|
15208
15158
|
, !- Outside Boundary Condition Object
|
15209
15159
|
NoSun, !- Sun Exposure
|
15210
15160
|
NoWind, !- Wind Exposure
|
@@ -15234,14 +15184,14 @@ OS:Surface,
|
|
15234
15184
|
|
15235
15185
|
OS:Surface,
|
15236
15186
|
{d9f4932c-0144-4f08-9b6c-6acd9bd5a8db}, !- Handle
|
15237
|
-
|
15187
|
+
PatRoom4_Flr_4_Wall_South_2, !- Name
|
15238
15188
|
Wall, !- Surface Type
|
15239
15189
|
, !- Construction Name
|
15240
15190
|
{fc9bddfe-4ba5-4685-8ab9-4aa035cfc214}, !- Space Name
|
15241
|
-
|
15191
|
+
Adiabatic, !- Outside Boundary Condition
|
15242
15192
|
, !- Outside Boundary Condition Object
|
15243
|
-
|
15244
|
-
|
15193
|
+
NoSun, !- Sun Exposure
|
15194
|
+
NoWind, !- Wind Exposure
|
15245
15195
|
, !- View Factor to Ground
|
15246
15196
|
, !- Number of Vertices
|
15247
15197
|
65.532, 48.768, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -15255,10 +15205,10 @@ OS:Surface,
|
|
15255
15205
|
RoofCeiling, !- Surface Type
|
15256
15206
|
, !- Construction Name
|
15257
15207
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15258
|
-
|
15259
|
-
,
|
15260
|
-
|
15261
|
-
|
15208
|
+
Surface, !- Outside Boundary Condition
|
15209
|
+
{0f7bbba8-4f31-4675-90ba-e49aaade92ef}, !- Outside Boundary Condition Object
|
15210
|
+
NoSun, !- Sun Exposure
|
15211
|
+
NoWind, !- Wind Exposure
|
15262
15212
|
, !- View Factor to Ground
|
15263
15213
|
, !- Number of Vertices
|
15264
15214
|
60.96, 19.812, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15274,8 +15224,8 @@ OS:Surface,
|
|
15274
15224
|
Floor, !- Surface Type
|
15275
15225
|
, !- Construction Name
|
15276
15226
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15277
|
-
|
15278
|
-
,
|
15227
|
+
Surface, !- Outside Boundary Condition
|
15228
|
+
{cb0b520a-8d39-475d-a422-c8e2c3984eee}, !- Outside Boundary Condition Object
|
15279
15229
|
NoSun, !- Sun Exposure
|
15280
15230
|
NoWind, !- Wind Exposure
|
15281
15231
|
, !- View Factor to Ground
|
@@ -15291,17 +15241,16 @@ OS:Surface,
|
|
15291
15241
|
RoofCeiling, !- Surface Type
|
15292
15242
|
, !- Construction Name
|
15293
15243
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15294
|
-
|
15295
|
-
,
|
15296
|
-
|
15297
|
-
|
15244
|
+
Surface, !- Outside Boundary Condition
|
15245
|
+
{fd6f0296-86e9-41d9-8b85-8edd5f8c3c8e}, !- Outside Boundary Condition Object
|
15246
|
+
NoSun, !- Sun Exposure
|
15247
|
+
NoWind, !- Wind Exposure
|
15298
15248
|
, !- View Factor to Ground
|
15299
15249
|
, !- Number of Vertices
|
15300
15250
|
70.104, 0, 8.5366, !- X,Y,Z Vertex 1 {m}
|
15301
15251
|
70.104, 4.572, 8.5366, !- X,Y,Z Vertex 2 {m}
|
15302
|
-
|
15303
|
-
62.484,
|
15304
|
-
62.484, 0, 8.5366; !- X,Y,Z Vertex 5 {m}
|
15252
|
+
62.484, 4.572, 8.5366, !- X,Y,Z Vertex 3 {m}
|
15253
|
+
62.484, 0, 8.5366; !- X,Y,Z Vertex 4 {m}
|
15305
15254
|
|
15306
15255
|
OS:Surface,
|
15307
15256
|
{f33b6919-bfe0-4f0c-b26f-e6f926c6a2e3}, !- Handle
|
@@ -15309,10 +15258,10 @@ OS:Surface,
|
|
15309
15258
|
RoofCeiling, !- Surface Type
|
15310
15259
|
, !- Construction Name
|
15311
15260
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15312
|
-
|
15313
|
-
,
|
15314
|
-
|
15315
|
-
|
15261
|
+
Surface, !- Outside Boundary Condition
|
15262
|
+
{96f62409-b4bf-4749-acd1-afc5ee334e0e}, !- Outside Boundary Condition Object
|
15263
|
+
NoSun, !- Sun Exposure
|
15264
|
+
NoWind, !- Wind Exposure
|
15316
15265
|
, !- View Factor to Ground
|
15317
15266
|
, !- Number of Vertices
|
15318
15267
|
65.532, 4.572, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15320,8 +15269,7 @@ OS:Surface,
|
|
15320
15269
|
60.96, 16.764, 8.5366, !- X,Y,Z Vertex 3 {m}
|
15321
15270
|
60.96, 10.668, 8.5366, !- X,Y,Z Vertex 4 {m}
|
15322
15271
|
39.624, 10.668, 8.5366, !- X,Y,Z Vertex 5 {m}
|
15323
|
-
39.624, 4.572, 8.5366
|
15324
|
-
44.196, 4.572, 8.5366; !- X,Y,Z Vertex 7 {m}
|
15272
|
+
39.624, 4.572, 8.5366; !- X,Y,Z Vertex 6 {m}
|
15325
15273
|
|
15326
15274
|
OS:Surface,
|
15327
15275
|
{bcadfddd-4979-45bd-9665-353edfa4e55e}, !- Handle
|
@@ -15346,8 +15294,8 @@ OS:Surface,
|
|
15346
15294
|
Floor, !- Surface Type
|
15347
15295
|
, !- Construction Name
|
15348
15296
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15349
|
-
|
15350
|
-
,
|
15297
|
+
Surface, !- Outside Boundary Condition
|
15298
|
+
{4f7dc632-0fb5-4bb6-91d3-69d7946afc91}, !- Outside Boundary Condition Object
|
15351
15299
|
NoSun, !- Sun Exposure
|
15352
15300
|
NoWind, !- Wind Exposure
|
15353
15301
|
, !- View Factor to Ground
|
@@ -15369,7 +15317,7 @@ OS:Surface,
|
|
15369
15317
|
Floor, !- Surface Type
|
15370
15318
|
, !- Construction Name
|
15371
15319
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15372
|
-
|
15320
|
+
Adiabatic, !- Outside Boundary Condition
|
15373
15321
|
, !- Outside Boundary Condition Object
|
15374
15322
|
NoSun, !- Sun Exposure
|
15375
15323
|
NoWind, !- Wind Exposure
|
@@ -15386,7 +15334,7 @@ OS:Surface,
|
|
15386
15334
|
Floor, !- Surface Type
|
15387
15335
|
, !- Construction Name
|
15388
15336
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15389
|
-
|
15337
|
+
Adiabatic, !- Outside Boundary Condition
|
15390
15338
|
, !- Outside Boundary Condition Object
|
15391
15339
|
NoSun, !- Sun Exposure
|
15392
15340
|
NoWind, !- Wind Exposure
|
@@ -15403,7 +15351,7 @@ OS:Surface,
|
|
15403
15351
|
Floor, !- Surface Type
|
15404
15352
|
, !- Construction Name
|
15405
15353
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15406
|
-
|
15354
|
+
Adiabatic, !- Outside Boundary Condition
|
15407
15355
|
, !- Outside Boundary Condition Object
|
15408
15356
|
NoSun, !- Sun Exposure
|
15409
15357
|
NoWind, !- Wind Exposure
|
@@ -15420,10 +15368,10 @@ OS:Surface,
|
|
15420
15368
|
RoofCeiling, !- Surface Type
|
15421
15369
|
, !- Construction Name
|
15422
15370
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
15423
|
-
|
15424
|
-
,
|
15425
|
-
|
15426
|
-
|
15371
|
+
Surface, !- Outside Boundary Condition
|
15372
|
+
{22832320-2ed0-477e-b344-8094cfb6d28c}, !- Outside Boundary Condition Object
|
15373
|
+
NoSun, !- Sun Exposure
|
15374
|
+
NoWind, !- Wind Exposure
|
15427
15375
|
, !- View Factor to Ground
|
15428
15376
|
, !- Number of Vertices
|
15429
15377
|
64.008, 41.148, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -15437,17 +15385,16 @@ OS:Surface,
|
|
15437
15385
|
RoofCeiling, !- Surface Type
|
15438
15386
|
, !- Construction Name
|
15439
15387
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
15440
|
-
|
15441
|
-
,
|
15442
|
-
|
15443
|
-
|
15388
|
+
Surface, !- Outside Boundary Condition
|
15389
|
+
{60201699-f7b9-44a5-bfa3-a8d27cc696d7}, !- Outside Boundary Condition Object
|
15390
|
+
NoSun, !- Sun Exposure
|
15391
|
+
NoWind, !- Wind Exposure
|
15444
15392
|
, !- View Factor to Ground
|
15445
15393
|
, !- Number of Vertices
|
15446
15394
|
48.768, 47.244, 4.2683, !- X,Y,Z Vertex 1 {m}
|
15447
15395
|
48.768, 48.768, 4.2683, !- X,Y,Z Vertex 2 {m}
|
15448
|
-
|
15449
|
-
39.624,
|
15450
|
-
39.624, 47.244, 4.2683; !- X,Y,Z Vertex 5 {m}
|
15396
|
+
39.624, 48.768, 4.2683, !- X,Y,Z Vertex 3 {m}
|
15397
|
+
39.624, 47.244, 4.2683; !- X,Y,Z Vertex 4 {m}
|
15451
15398
|
|
15452
15399
|
OS:Surface,
|
15453
15400
|
{7744bd5d-b704-41bf-916d-7a598d03cf17}, !- Handle
|
@@ -15455,10 +15402,10 @@ OS:Surface,
|
|
15455
15402
|
RoofCeiling, !- Surface Type
|
15456
15403
|
, !- Construction Name
|
15457
15404
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15458
|
-
|
15405
|
+
Adiabatic, !- Outside Boundary Condition
|
15459
15406
|
, !- Outside Boundary Condition Object
|
15460
|
-
|
15461
|
-
|
15407
|
+
NoSun, !- Sun Exposure
|
15408
|
+
NoWind, !- Wind Exposure
|
15462
15409
|
, !- View Factor to Ground
|
15463
15410
|
, !- Number of Vertices
|
15464
15411
|
62.484, 0, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15472,10 +15419,10 @@ OS:Surface,
|
|
15472
15419
|
RoofCeiling, !- Surface Type
|
15473
15420
|
, !- Construction Name
|
15474
15421
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15475
|
-
|
15476
|
-
,
|
15477
|
-
|
15478
|
-
|
15422
|
+
Surface, !- Outside Boundary Condition
|
15423
|
+
{d5e9709c-4d29-495d-a67c-50d56e96896c}, !- Outside Boundary Condition Object
|
15424
|
+
NoSun, !- Sun Exposure
|
15425
|
+
NoWind, !- Wind Exposure
|
15479
15426
|
, !- View Factor to Ground
|
15480
15427
|
, !- Number of Vertices
|
15481
15428
|
60.96, 10.668, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15489,10 +15436,10 @@ OS:Surface,
|
|
15489
15436
|
RoofCeiling, !- Surface Type
|
15490
15437
|
, !- Construction Name
|
15491
15438
|
{5fa7a66e-65f8-47fe-850f-4aff5015d62b}, !- Space Name
|
15492
|
-
|
15439
|
+
Adiabatic, !- Outside Boundary Condition
|
15493
15440
|
, !- Outside Boundary Condition Object
|
15494
|
-
|
15495
|
-
|
15441
|
+
NoSun, !- Sun Exposure
|
15442
|
+
NoWind, !- Wind Exposure
|
15496
15443
|
, !- View Factor to Ground
|
15497
15444
|
, !- Number of Vertices
|
15498
15445
|
70.104, 8.992, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15506,8 +15453,8 @@ OS:Surface,
|
|
15506
15453
|
Floor, !- Surface Type
|
15507
15454
|
, !- Construction Name
|
15508
15455
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
15509
|
-
|
15510
|
-
,
|
15456
|
+
Surface, !- Outside Boundary Condition
|
15457
|
+
{67eed5ad-3616-40c5-a15c-26afec404a93}, !- Outside Boundary Condition Object
|
15511
15458
|
NoSun, !- Sun Exposure
|
15512
15459
|
NoWind, !- Wind Exposure
|
15513
15460
|
, !- View Factor to Ground
|
@@ -15523,10 +15470,10 @@ OS:Surface,
|
|
15523
15470
|
Wall, !- Surface Type
|
15524
15471
|
, !- Construction Name
|
15525
15472
|
{aeb14eec-a11c-4495-b283-f98c2eca3dbf}, !- Space Name
|
15526
|
-
|
15527
|
-
,
|
15528
|
-
|
15529
|
-
|
15473
|
+
Surface, !- Outside Boundary Condition
|
15474
|
+
{596977b5-40f6-4ecc-86ff-08f9c1c221ab}, !- Outside Boundary Condition Object
|
15475
|
+
NoSun, !- Sun Exposure
|
15476
|
+
NoWind, !- Wind Exposure
|
15530
15477
|
, !- View Factor to Ground
|
15531
15478
|
, !- Number of Vertices
|
15532
15479
|
6.096, 48.768, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -15536,14 +15483,14 @@ OS:Surface,
|
|
15536
15483
|
|
15537
15484
|
OS:Surface,
|
15538
15485
|
{f65b4b7f-53b2-4364-a2bf-f11f7762129b}, !- Handle
|
15539
|
-
|
15486
|
+
Lobby_Records_Flr_1_Ceiling_5, !- Name
|
15540
15487
|
RoofCeiling, !- Surface Type
|
15541
15488
|
, !- Construction Name
|
15542
15489
|
{ebe6e839-d2fb-4757-8148-ae01cb77f2b7}, !- Space Name
|
15543
|
-
|
15544
|
-
,
|
15545
|
-
|
15546
|
-
|
15490
|
+
Surface, !- Outside Boundary Condition
|
15491
|
+
{4366c426-157e-42b9-bdbf-5767d0e00b89}, !- Outside Boundary Condition Object
|
15492
|
+
NoSun, !- Sun Exposure
|
15493
|
+
NoWind, !- Wind Exposure
|
15547
15494
|
, !- View Factor to Ground
|
15548
15495
|
, !- Number of Vertices
|
15549
15496
|
6.096, 48.768, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -15557,10 +15504,10 @@ OS:Surface,
|
|
15557
15504
|
Wall, !- Surface Type
|
15558
15505
|
, !- Construction Name
|
15559
15506
|
{7c3f7787-1a2c-4af2-b30d-c5fe68177501}, !- Space Name
|
15560
|
-
|
15561
|
-
,
|
15562
|
-
|
15563
|
-
|
15507
|
+
Surface, !- Outside Boundary Condition
|
15508
|
+
{a6c52c5e-a0fb-4cad-b3fd-bb230ad262dd}, !- Outside Boundary Condition Object
|
15509
|
+
NoSun, !- Sun Exposure
|
15510
|
+
NoWind, !- Wind Exposure
|
15564
15511
|
, !- View Factor to Ground
|
15565
15512
|
, !- Number of Vertices
|
15566
15513
|
65.532, 4.572, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -15591,7 +15538,7 @@ OS:Surface,
|
|
15591
15538
|
Floor, !- Surface Type
|
15592
15539
|
, !- Construction Name
|
15593
15540
|
{6a8c5c6f-369f-4ab1-867d-7f5523a9610f}, !- Space Name
|
15594
|
-
|
15541
|
+
Adiabatic, !- Outside Boundary Condition
|
15595
15542
|
, !- Outside Boundary Condition Object
|
15596
15543
|
NoSun, !- Sun Exposure
|
15597
15544
|
NoWind, !- Wind Exposure
|
@@ -15608,8 +15555,8 @@ OS:Surface,
|
|
15608
15555
|
Floor, !- Surface Type
|
15609
15556
|
, !- Construction Name
|
15610
15557
|
{6a8c5c6f-369f-4ab1-867d-7f5523a9610f}, !- Space Name
|
15611
|
-
|
15612
|
-
,
|
15558
|
+
Surface, !- Outside Boundary Condition
|
15559
|
+
{0df92f1a-9dc0-41e1-9498-d7dc395b26ac}, !- Outside Boundary Condition Object
|
15613
15560
|
NoSun, !- Sun Exposure
|
15614
15561
|
NoWind, !- Wind Exposure
|
15615
15562
|
, !- View Factor to Ground
|
@@ -15625,10 +15572,10 @@ OS:Surface,
|
|
15625
15572
|
RoofCeiling, !- Surface Type
|
15626
15573
|
, !- Construction Name
|
15627
15574
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
15628
|
-
|
15629
|
-
,
|
15630
|
-
|
15631
|
-
|
15575
|
+
Surface, !- Outside Boundary Condition
|
15576
|
+
{99724be1-e9f3-4ca3-98dd-fdeb03f0ef5b}, !- Outside Boundary Condition Object
|
15577
|
+
NoSun, !- Sun Exposure
|
15578
|
+
NoWind, !- Wind Exposure
|
15632
15579
|
, !- View Factor to Ground
|
15633
15580
|
, !- Number of Vertices
|
15634
15581
|
9.144, 4.572, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -15642,17 +15589,16 @@ OS:Surface,
|
|
15642
15589
|
RoofCeiling, !- Surface Type
|
15643
15590
|
, !- Construction Name
|
15644
15591
|
{d7e311f6-f2c1-47c2-b301-cbba90b6f733}, !- Space Name
|
15645
|
-
|
15646
|
-
,
|
15647
|
-
|
15648
|
-
|
15592
|
+
Surface, !- Outside Boundary Condition
|
15593
|
+
{9856f526-25bf-47c5-b839-8fd160828349}, !- Outside Boundary Condition Object
|
15594
|
+
NoSun, !- Sun Exposure
|
15595
|
+
NoWind, !- Wind Exposure
|
15649
15596
|
, !- View Factor to Ground
|
15650
15597
|
, !- Number of Vertices
|
15651
15598
|
15.24, 10.668, 17.0732, !- X,Y,Z Vertex 1 {m}
|
15652
|
-
15.24,
|
15653
|
-
|
15654
|
-
9.144,
|
15655
|
-
9.144, 10.668, 17.0732; !- X,Y,Z Vertex 5 {m}
|
15599
|
+
15.24, 33.528, 17.0732, !- X,Y,Z Vertex 2 {m}
|
15600
|
+
9.144, 33.528, 17.0732, !- X,Y,Z Vertex 3 {m}
|
15601
|
+
9.144, 10.668, 17.0732; !- X,Y,Z Vertex 4 {m}
|
15656
15602
|
|
15657
15603
|
OS:Surface,
|
15658
15604
|
{95f382df-6256-48af-a274-6407639c0883}, !- Handle
|
@@ -15660,10 +15606,10 @@ OS:Surface,
|
|
15660
15606
|
Wall, !- Surface Type
|
15661
15607
|
, !- Construction Name
|
15662
15608
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
15663
|
-
|
15664
|
-
,
|
15665
|
-
|
15666
|
-
|
15609
|
+
Surface, !- Outside Boundary Condition
|
15610
|
+
{35d16a43-528e-4bb0-b366-0307cf03d08b}, !- Outside Boundary Condition Object
|
15611
|
+
NoSun, !- Sun Exposure
|
15612
|
+
NoWind, !- Wind Exposure
|
15667
15613
|
, !- View Factor to Ground
|
15668
15614
|
, !- Number of Vertices
|
15669
15615
|
62.484, 4.572, 12.8049, !- X,Y,Z Vertex 1 {m}
|
@@ -15677,17 +15623,16 @@ OS:Surface,
|
|
15677
15623
|
RoofCeiling, !- Surface Type
|
15678
15624
|
, !- Construction Name
|
15679
15625
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
15680
|
-
|
15681
|
-
,
|
15682
|
-
|
15683
|
-
|
15626
|
+
Surface, !- Outside Boundary Condition
|
15627
|
+
{0aeeafec-bf8f-44e0-8a34-f7210d40505a}, !- Outside Boundary Condition Object
|
15628
|
+
NoSun, !- Sun Exposure
|
15629
|
+
NoWind, !- Wind Exposure
|
15684
15630
|
, !- View Factor to Ground
|
15685
15631
|
, !- Number of Vertices
|
15686
15632
|
28.956, 4.572, 8.5366, !- X,Y,Z Vertex 1 {m}
|
15687
15633
|
28.956, 10.668, 8.5366, !- X,Y,Z Vertex 2 {m}
|
15688
15634
|
4.572, 10.668, 8.5366, !- X,Y,Z Vertex 3 {m}
|
15689
|
-
4.572, 4.572, 8.5366
|
15690
|
-
6.096, 4.572, 8.5366; !- X,Y,Z Vertex 5 {m}
|
15635
|
+
4.572, 4.572, 8.5366; !- X,Y,Z Vertex 4 {m}
|
15691
15636
|
|
15692
15637
|
OS:Surface,
|
15693
15638
|
{a6dda79a-4fad-4fdd-a5c4-fe1394697114}, !- Handle
|
@@ -15712,10 +15657,10 @@ OS:Surface,
|
|
15712
15657
|
Wall, !- Surface Type
|
15713
15658
|
, !- Construction Name
|
15714
15659
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
15715
|
-
|
15716
|
-
,
|
15717
|
-
|
15718
|
-
|
15660
|
+
Surface, !- Outside Boundary Condition
|
15661
|
+
{31936f26-632e-426b-8dc8-030f5fac62ef}, !- Outside Boundary Condition Object
|
15662
|
+
NoSun, !- Sun Exposure
|
15663
|
+
NoWind, !- Wind Exposure
|
15719
15664
|
, !- View Factor to Ground
|
15720
15665
|
, !- Number of Vertices
|
15721
15666
|
9.144, 15.24, 21.3415, !- X,Y,Z Vertex 1 {m}
|
@@ -15729,7 +15674,7 @@ OS:Surface,
|
|
15729
15674
|
Floor, !- Surface Type
|
15730
15675
|
, !- Construction Name
|
15731
15676
|
{75111445-9889-4e0e-bf8b-33e4ad0474cb}, !- Space Name
|
15732
|
-
|
15677
|
+
Adiabatic, !- Outside Boundary Condition
|
15733
15678
|
, !- Outside Boundary Condition Object
|
15734
15679
|
NoSun, !- Sun Exposure
|
15735
15680
|
NoWind, !- Wind Exposure
|
@@ -15746,10 +15691,10 @@ OS:Surface,
|
|
15746
15691
|
RoofCeiling, !- Surface Type
|
15747
15692
|
, !- Construction Name
|
15748
15693
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
15749
|
-
|
15750
|
-
,
|
15751
|
-
|
15752
|
-
|
15694
|
+
Surface, !- Outside Boundary Condition
|
15695
|
+
{e5c03150-746e-4fe1-8fb1-37a1549d0391}, !- Outside Boundary Condition Object
|
15696
|
+
NoSun, !- Sun Exposure
|
15697
|
+
NoWind, !- Wind Exposure
|
15753
15698
|
, !- View Factor to Ground
|
15754
15699
|
, !- Number of Vertices
|
15755
15700
|
15.24, 4.572, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -15763,7 +15708,7 @@ OS:Surface,
|
|
15763
15708
|
Floor, !- Surface Type
|
15764
15709
|
, !- Construction Name
|
15765
15710
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
15766
|
-
|
15711
|
+
Adiabatic, !- Outside Boundary Condition
|
15767
15712
|
, !- Outside Boundary Condition Object
|
15768
15713
|
NoSun, !- Sun Exposure
|
15769
15714
|
NoWind, !- Wind Exposure
|
@@ -15780,8 +15725,8 @@ OS:Surface,
|
|
15780
15725
|
Floor, !- Surface Type
|
15781
15726
|
, !- Construction Name
|
15782
15727
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
15783
|
-
|
15784
|
-
,
|
15728
|
+
Surface, !- Outside Boundary Condition
|
15729
|
+
{2391a487-d650-448e-adba-57399e0d8f4f}, !- Outside Boundary Condition Object
|
15785
15730
|
NoSun, !- Sun Exposure
|
15786
15731
|
NoWind, !- Wind Exposure
|
15787
15732
|
, !- View Factor to Ground
|
@@ -15797,10 +15742,10 @@ OS:Surface,
|
|
15797
15742
|
RoofCeiling, !- Surface Type
|
15798
15743
|
, !- Construction Name
|
15799
15744
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
15800
|
-
|
15801
|
-
,
|
15802
|
-
|
15803
|
-
|
15745
|
+
Surface, !- Outside Boundary Condition
|
15746
|
+
{db26f88b-0461-4e36-9106-29af9c7210f4}, !- Outside Boundary Condition Object
|
15747
|
+
NoSun, !- Sun Exposure
|
15748
|
+
NoWind, !- Wind Exposure
|
15804
15749
|
, !- View Factor to Ground
|
15805
15750
|
, !- Number of Vertices
|
15806
15751
|
9.144, 7.622, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -15831,10 +15776,10 @@ OS:Surface,
|
|
15831
15776
|
Wall, !- Surface Type
|
15832
15777
|
, !- Construction Name
|
15833
15778
|
{7802b3f6-be28-4f7e-ab11-b2ff579c4766}, !- Space Name
|
15834
|
-
|
15835
|
-
,
|
15836
|
-
|
15837
|
-
|
15779
|
+
Surface, !- Outside Boundary Condition
|
15780
|
+
{4683bd42-b498-4e6a-8c9d-da6dd09913cf}, !- Outside Boundary Condition Object
|
15781
|
+
NoSun, !- Sun Exposure
|
15782
|
+
NoWind, !- Wind Exposure
|
15838
15783
|
, !- View Factor to Ground
|
15839
15784
|
, !- Number of Vertices
|
15840
15785
|
9.144, 48.768, 21.3415, !- X,Y,Z Vertex 1 {m}
|
@@ -15865,10 +15810,10 @@ OS:Surface,
|
|
15865
15810
|
Wall, !- Surface Type
|
15866
15811
|
, !- Construction Name
|
15867
15812
|
{e02691e9-a447-40e1-aa67-039878424ae6}, !- Space Name
|
15868
|
-
|
15869
|
-
,
|
15870
|
-
|
15871
|
-
|
15813
|
+
Surface, !- Outside Boundary Condition
|
15814
|
+
{76751c10-af53-4e72-a903-a6af1ab73bc0}, !- Outside Boundary Condition Object
|
15815
|
+
NoSun, !- Sun Exposure
|
15816
|
+
NoWind, !- Wind Exposure
|
15872
15817
|
, !- View Factor to Ground
|
15873
15818
|
, !- Number of Vertices
|
15874
15819
|
9.144, 48.768, 21.3415, !- X,Y,Z Vertex 1 {m}
|
@@ -15882,10 +15827,10 @@ OS:Surface,
|
|
15882
15827
|
Wall, !- Surface Type
|
15883
15828
|
, !- Construction Name
|
15884
15829
|
{7f22e5a6-e759-445a-84cb-6b454b893756}, !- Space Name
|
15885
|
-
|
15886
|
-
,
|
15887
|
-
|
15888
|
-
|
15830
|
+
Surface, !- Outside Boundary Condition
|
15831
|
+
{2561ced8-dbd1-483c-8f7a-0f3c663991a5}, !- Outside Boundary Condition Object
|
15832
|
+
NoSun, !- Sun Exposure
|
15833
|
+
NoWind, !- Wind Exposure
|
15889
15834
|
, !- View Factor to Ground
|
15890
15835
|
, !- Number of Vertices
|
15891
15836
|
39.624, 4.572, 17.0732, !- X,Y,Z Vertex 1 {m}
|
@@ -15899,8 +15844,8 @@ OS:Surface,
|
|
15899
15844
|
Floor, !- Surface Type
|
15900
15845
|
, !- Construction Name
|
15901
15846
|
{7cce3ac6-5d1d-4960-9e9f-f0d99f44c040}, !- Space Name
|
15902
|
-
|
15903
|
-
,
|
15847
|
+
Surface, !- Outside Boundary Condition
|
15848
|
+
{1b7dfdb2-d6b9-4af1-bf74-e5631a0519db}, !- Outside Boundary Condition Object
|
15904
15849
|
NoSun, !- Sun Exposure
|
15905
15850
|
NoWind, !- Wind Exposure
|
15906
15851
|
, !- View Factor to Ground
|
@@ -15908,8 +15853,7 @@ OS:Surface,
|
|
15908
15853
|
48.768, 48.768, 4.2683, !- X,Y,Z Vertex 1 {m}
|
15909
15854
|
48.768, 47.244, 4.2683, !- X,Y,Z Vertex 2 {m}
|
15910
15855
|
39.624, 47.244, 4.2683, !- X,Y,Z Vertex 3 {m}
|
15911
|
-
39.624, 48.768, 4.2683
|
15912
|
-
45.72, 48.768, 4.2683; !- X,Y,Z Vertex 5 {m}
|
15856
|
+
39.624, 48.768, 4.2683; !- X,Y,Z Vertex 4 {m}
|
15913
15857
|
|
15914
15858
|
OS:Surface,
|
15915
15859
|
{b7981715-198d-4c47-bc1c-51fdd02cef6f}, !- Handle
|
@@ -15917,7 +15861,7 @@ OS:Surface,
|
|
15917
15861
|
Floor, !- Surface Type
|
15918
15862
|
, !- Construction Name
|
15919
15863
|
{7cce3ac6-5d1d-4960-9e9f-f0d99f44c040}, !- Space Name
|
15920
|
-
|
15864
|
+
Adiabatic, !- Outside Boundary Condition
|
15921
15865
|
, !- Outside Boundary Condition Object
|
15922
15866
|
NoSun, !- Sun Exposure
|
15923
15867
|
NoWind, !- Wind Exposure
|
@@ -15951,28 +15895,27 @@ OS:Surface,
|
|
15951
15895
|
Floor, !- Surface Type
|
15952
15896
|
, !- Construction Name
|
15953
15897
|
{dc66d323-72f5-4969-aebb-d547b4919d13}, !- Space Name
|
15954
|
-
|
15898
|
+
Adiabatic, !- Outside Boundary Condition
|
15955
15899
|
, !- Outside Boundary Condition Object
|
15956
15900
|
NoSun, !- Sun Exposure
|
15957
15901
|
NoWind, !- Wind Exposure
|
15958
15902
|
, !- View Factor to Ground
|
15959
15903
|
, !- Number of Vertices
|
15960
15904
|
4.572, 15.24, 17.0732, !- X,Y,Z Vertex 1 {m}
|
15961
|
-
4.572,
|
15962
|
-
|
15963
|
-
0,
|
15964
|
-
0, 15.24, 17.0732; !- X,Y,Z Vertex 5 {m}
|
15905
|
+
4.572, 8.992, 17.0732, !- X,Y,Z Vertex 2 {m}
|
15906
|
+
0, 8.992, 17.0732, !- X,Y,Z Vertex 3 {m}
|
15907
|
+
0, 15.24, 17.0732; !- X,Y,Z Vertex 4 {m}
|
15965
15908
|
|
15966
15909
|
OS:Surface,
|
15967
15910
|
{2345f1a9-96d4-4f6f-94db-b3e50f42535e}, !- Handle
|
15968
|
-
|
15911
|
+
Basement_Ceiling_14, !- Name
|
15969
15912
|
RoofCeiling, !- Surface Type
|
15970
15913
|
, !- Construction Name
|
15971
15914
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
15972
|
-
|
15915
|
+
Adiabatic, !- Outside Boundary Condition
|
15973
15916
|
, !- Outside Boundary Condition Object
|
15974
|
-
|
15975
|
-
|
15917
|
+
NoSun, !- Sun Exposure
|
15918
|
+
NoWind, !- Wind Exposure
|
15976
15919
|
, !- View Factor to Ground
|
15977
15920
|
, !- Number of Vertices
|
15978
15921
|
45.72, 48.768, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -15999,14 +15942,14 @@ OS:Surface,
|
|
15999
15942
|
|
16000
15943
|
OS:Surface,
|
16001
15944
|
{97165dc0-87f3-40e3-b9c7-9ecb39e05843}, !- Handle
|
16002
|
-
|
15945
|
+
Basement_Ceiling_12, !- Name
|
16003
15946
|
RoofCeiling, !- Surface Type
|
16004
15947
|
, !- Construction Name
|
16005
15948
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
16006
|
-
|
15949
|
+
Adiabatic, !- Outside Boundary Condition
|
16007
15950
|
, !- Outside Boundary Condition Object
|
16008
|
-
|
16009
|
-
|
15951
|
+
NoSun, !- Sun Exposure
|
15952
|
+
NoWind, !- Wind Exposure
|
16010
15953
|
, !- View Factor to Ground
|
16011
15954
|
, !- Number of Vertices
|
16012
15955
|
70.104, 48.768, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -16016,14 +15959,14 @@ OS:Surface,
|
|
16016
15959
|
|
16017
15960
|
OS:Surface,
|
16018
15961
|
{7b906724-8319-4614-887d-bcaaa7fd5f08}, !- Handle
|
16019
|
-
|
15962
|
+
Basement_Ceiling_8, !- Name
|
16020
15963
|
RoofCeiling, !- Surface Type
|
16021
15964
|
, !- Construction Name
|
16022
15965
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
16023
|
-
|
15966
|
+
Adiabatic, !- Outside Boundary Condition
|
16024
15967
|
, !- Outside Boundary Condition Object
|
16025
|
-
|
16026
|
-
|
15968
|
+
NoSun, !- Sun Exposure
|
15969
|
+
NoWind, !- Wind Exposure
|
16027
15970
|
, !- View Factor to Ground
|
16028
15971
|
, !- Number of Vertices
|
16029
15972
|
70.104, 0, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -16033,14 +15976,14 @@ OS:Surface,
|
|
16033
15976
|
|
16034
15977
|
OS:Surface,
|
16035
15978
|
{38db96bb-d919-494d-ad5e-37351a2c7afc}, !- Handle
|
16036
|
-
|
15979
|
+
Basement_Ceiling_5, !- Name
|
16037
15980
|
RoofCeiling, !- Surface Type
|
16038
15981
|
, !- Construction Name
|
16039
15982
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
16040
|
-
|
15983
|
+
Adiabatic, !- Outside Boundary Condition
|
16041
15984
|
, !- Outside Boundary Condition Object
|
16042
|
-
|
16043
|
-
|
15985
|
+
NoSun, !- Sun Exposure
|
15986
|
+
NoWind, !- Wind Exposure
|
16044
15987
|
, !- View Factor to Ground
|
16045
15988
|
, !- Number of Vertices
|
16046
15989
|
64.008, 4.572, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -16050,19 +15993,18 @@ OS:Surface,
|
|
16050
15993
|
64.008, 39.624, 0, !- X,Y,Z Vertex 5 {m}
|
16051
15994
|
64.008, 48.768, 0, !- X,Y,Z Vertex 6 {m}
|
16052
15995
|
39.624, 48.768, 0, !- X,Y,Z Vertex 7 {m}
|
16053
|
-
39.624, 4.572, 0
|
16054
|
-
45.72, 4.572, 0; !- X,Y,Z Vertex 9 {m}
|
15996
|
+
39.624, 4.572, 0; !- X,Y,Z Vertex 8 {m}
|
16055
15997
|
|
16056
15998
|
OS:Surface,
|
16057
15999
|
{375ce222-47ea-406e-89cf-a099e1eae452}, !- Handle
|
16058
|
-
|
16000
|
+
Basement_Ceiling_7, !- Name
|
16059
16001
|
RoofCeiling, !- Surface Type
|
16060
16002
|
, !- Construction Name
|
16061
16003
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
16062
|
-
|
16004
|
+
Adiabatic, !- Outside Boundary Condition
|
16063
16005
|
, !- Outside Boundary Condition Object
|
16064
|
-
|
16065
|
-
|
16006
|
+
NoSun, !- Sun Exposure
|
16007
|
+
NoWind, !- Wind Exposure
|
16066
16008
|
, !- View Factor to Ground
|
16067
16009
|
, !- Number of Vertices
|
16068
16010
|
64.008, 0, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -16072,14 +16014,14 @@ OS:Surface,
|
|
16072
16014
|
|
16073
16015
|
OS:Surface,
|
16074
16016
|
{a8df02b8-d7b0-456a-b443-554e2dfbc3c7}, !- Handle
|
16075
|
-
|
16017
|
+
Basement_Ceiling_13, !- Name
|
16076
16018
|
RoofCeiling, !- Surface Type
|
16077
16019
|
, !- Construction Name
|
16078
16020
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
16079
|
-
|
16021
|
+
Adiabatic, !- Outside Boundary Condition
|
16080
16022
|
, !- Outside Boundary Condition Object
|
16081
|
-
|
16082
|
-
|
16023
|
+
NoSun, !- Sun Exposure
|
16024
|
+
NoWind, !- Wind Exposure
|
16083
16025
|
, !- View Factor to Ground
|
16084
16026
|
, !- Number of Vertices
|
16085
16027
|
64.008, 48.768, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -16089,14 +16031,14 @@ OS:Surface,
|
|
16089
16031
|
|
16090
16032
|
OS:Surface,
|
16091
16033
|
{6cf60f34-9b41-4de1-99ee-1424125a8f52}, !- Handle
|
16092
|
-
|
16034
|
+
Basement_Ceiling_11, !- Name
|
16093
16035
|
RoofCeiling, !- Surface Type
|
16094
16036
|
, !- Construction Name
|
16095
16037
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
16096
|
-
|
16038
|
+
Adiabatic, !- Outside Boundary Condition
|
16097
16039
|
, !- Outside Boundary Condition Object
|
16098
|
-
|
16099
|
-
|
16040
|
+
NoSun, !- Sun Exposure
|
16041
|
+
NoWind, !- Wind Exposure
|
16100
16042
|
, !- View Factor to Ground
|
16101
16043
|
, !- Number of Vertices
|
16102
16044
|
70.104, 39.624, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -16106,14 +16048,14 @@ OS:Surface,
|
|
16106
16048
|
|
16107
16049
|
OS:Surface,
|
16108
16050
|
{2afb2ee6-b9a0-440b-9a67-0cc13b5c10be}, !- Handle
|
16109
|
-
|
16051
|
+
Basement_Ceiling_10, !- Name
|
16110
16052
|
RoofCeiling, !- Surface Type
|
16111
16053
|
, !- Construction Name
|
16112
16054
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
16113
|
-
|
16055
|
+
Adiabatic, !- Outside Boundary Condition
|
16114
16056
|
, !- Outside Boundary Condition Object
|
16115
|
-
|
16116
|
-
|
16057
|
+
NoSun, !- Sun Exposure
|
16058
|
+
NoWind, !- Wind Exposure
|
16117
16059
|
, !- View Factor to Ground
|
16118
16060
|
, !- Number of Vertices
|
16119
16061
|
70.104, 9.144, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -16123,14 +16065,14 @@ OS:Surface,
|
|
16123
16065
|
|
16124
16066
|
OS:Surface,
|
16125
16067
|
{298b48dd-e4f9-44cb-bf11-26cdf1c1e96b}, !- Handle
|
16126
|
-
|
16068
|
+
Basement_Ceiling_4, !- Name
|
16127
16069
|
RoofCeiling, !- Surface Type
|
16128
16070
|
, !- Construction Name
|
16129
16071
|
{8cefc791-4220-41cf-852d-0cd472e915e7}, !- Space Name
|
16130
|
-
|
16072
|
+
Adiabatic, !- Outside Boundary Condition
|
16131
16073
|
, !- Outside Boundary Condition Object
|
16132
|
-
|
16133
|
-
|
16074
|
+
NoSun, !- Sun Exposure
|
16075
|
+
NoWind, !- Wind Exposure
|
16134
16076
|
, !- View Factor to Ground
|
16135
16077
|
, !- Number of Vertices
|
16136
16078
|
21.3415, 0, 0, !- X,Y,Z Vertex 1 {m}
|
@@ -16144,10 +16086,10 @@ OS:Surface,
|
|
16144
16086
|
Wall, !- Surface Type
|
16145
16087
|
, !- Construction Name
|
16146
16088
|
{8ec78f13-57f2-4f0e-9746-f05360546e20}, !- Space Name
|
16147
|
-
|
16148
|
-
,
|
16149
|
-
|
16150
|
-
|
16089
|
+
Surface, !- Outside Boundary Condition
|
16090
|
+
{dacfed6f-6ad3-45b6-a644-8af9444f6f45}, !- Outside Boundary Condition Object
|
16091
|
+
NoSun, !- Sun Exposure
|
16092
|
+
NoWind, !- Wind Exposure
|
16151
16093
|
, !- View Factor to Ground
|
16152
16094
|
, !- Number of Vertices
|
16153
16095
|
0, 48.768, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -16174,14 +16116,14 @@ OS:Surface,
|
|
16174
16116
|
|
16175
16117
|
OS:Surface,
|
16176
16118
|
{568c28e0-56e4-4e5a-b7f9-e1e737ca82c0}, !- Handle
|
16177
|
-
|
16119
|
+
Lobby_Records_Flr_1_Ceiling_2, !- Name
|
16178
16120
|
RoofCeiling, !- Surface Type
|
16179
16121
|
, !- Construction Name
|
16180
16122
|
{ebe6e839-d2fb-4757-8148-ae01cb77f2b7}, !- Space Name
|
16181
|
-
|
16182
|
-
,
|
16183
|
-
|
16184
|
-
|
16123
|
+
Surface, !- Outside Boundary Condition
|
16124
|
+
{961b5dd0-285c-4ee0-8795-4f6340006009}, !- Outside Boundary Condition Object
|
16125
|
+
NoSun, !- Sun Exposure
|
16126
|
+
NoWind, !- Wind Exposure
|
16185
16127
|
, !- View Factor to Ground
|
16186
16128
|
, !- Number of Vertices
|
16187
16129
|
28.956, 21.3415, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -16212,10 +16154,10 @@ OS:Surface,
|
|
16212
16154
|
Wall, !- Surface Type
|
16213
16155
|
, !- Construction Name
|
16214
16156
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
16215
|
-
|
16157
|
+
Adiabatic, !- Outside Boundary Condition
|
16216
16158
|
, !- Outside Boundary Condition Object
|
16217
|
-
|
16218
|
-
|
16159
|
+
NoSun, !- Sun Exposure
|
16160
|
+
NoWind, !- Wind Exposure
|
16219
16161
|
, !- View Factor to Ground
|
16220
16162
|
, !- Number of Vertices
|
16221
16163
|
4.572, 21.3415, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -16225,14 +16167,14 @@ OS:Surface,
|
|
16225
16167
|
|
16226
16168
|
OS:Surface,
|
16227
16169
|
{566aea66-c1c2-4225-a368-75dd867cfee9}, !- Handle
|
16228
|
-
|
16170
|
+
Lobby_Records_Flr_1_Ceiling_4, !- Name
|
16229
16171
|
RoofCeiling, !- Surface Type
|
16230
16172
|
, !- Construction Name
|
16231
16173
|
{ebe6e839-d2fb-4757-8148-ae01cb77f2b7}, !- Space Name
|
16232
|
-
|
16233
|
-
,
|
16234
|
-
|
16235
|
-
|
16174
|
+
Surface, !- Outside Boundary Condition
|
16175
|
+
{779ede2e-8551-4f30-8c54-e211e6c20c3b}, !- Outside Boundary Condition Object
|
16176
|
+
NoSun, !- Sun Exposure
|
16177
|
+
NoWind, !- Wind Exposure
|
16236
16178
|
, !- View Factor to Ground
|
16237
16179
|
, !- Number of Vertices
|
16238
16180
|
4.572, 44.196, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -16242,7 +16184,7 @@ OS:Surface,
|
|
16242
16184
|
|
16243
16185
|
OS:Surface,
|
16244
16186
|
{dee36a69-8a1f-4fc4-a04c-ba65947c3620}, !- Handle
|
16245
|
-
|
16187
|
+
Lobby_Records_Flr_1_Ceiling_6, !- Name
|
16246
16188
|
RoofCeiling, !- Surface Type
|
16247
16189
|
, !- Construction Name
|
16248
16190
|
{ebe6e839-d2fb-4757-8148-ae01cb77f2b7}, !- Space Name
|
@@ -16263,8 +16205,8 @@ OS:Surface,
|
|
16263
16205
|
Floor, !- Surface Type
|
16264
16206
|
, !- Construction Name
|
16265
16207
|
{f4b6e0eb-817b-405c-98f0-c425865851fb}, !- Space Name
|
16266
|
-
|
16267
|
-
,
|
16208
|
+
Surface, !- Outside Boundary Condition
|
16209
|
+
{f36d2d43-71c7-46de-844a-219ec8723829}, !- Outside Boundary Condition Object
|
16268
16210
|
NoSun, !- Sun Exposure
|
16269
16211
|
NoWind, !- Wind Exposure
|
16270
16212
|
, !- View Factor to Ground
|
@@ -16276,14 +16218,14 @@ OS:Surface,
|
|
16276
16218
|
|
16277
16219
|
OS:Surface,
|
16278
16220
|
{fadb667e-b842-4205-bfc4-16869d1662c8}, !- Handle
|
16279
|
-
|
16221
|
+
Lobby_Records_Flr_1_Ceiling_1, !- Name
|
16280
16222
|
RoofCeiling, !- Surface Type
|
16281
16223
|
, !- Construction Name
|
16282
16224
|
{ebe6e839-d2fb-4757-8148-ae01cb77f2b7}, !- Space Name
|
16283
|
-
|
16284
|
-
,
|
16285
|
-
|
16286
|
-
|
16225
|
+
Surface, !- Outside Boundary Condition
|
16226
|
+
{ed09367e-45b9-4b95-8e1c-d7390d6a5443}, !- Outside Boundary Condition Object
|
16227
|
+
NoSun, !- Sun Exposure
|
16228
|
+
NoWind, !- Wind Exposure
|
16287
16229
|
, !- View Factor to Ground
|
16288
16230
|
, !- Number of Vertices
|
16289
16231
|
28.956, 0, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -16335,7 +16277,7 @@ OS:Surface,
|
|
16335
16277
|
Floor, !- Surface Type
|
16336
16278
|
, !- Construction Name
|
16337
16279
|
{e0b3f21a-5417-4d6d-9bad-44c2b5fb3717}, !- Space Name
|
16338
|
-
|
16280
|
+
Adiabatic, !- Outside Boundary Condition
|
16339
16281
|
, !- Outside Boundary Condition Object
|
16340
16282
|
NoSun, !- Sun Exposure
|
16341
16283
|
NoWind, !- Wind Exposure
|
@@ -16352,10 +16294,10 @@ OS:Surface,
|
|
16352
16294
|
RoofCeiling, !- Surface Type
|
16353
16295
|
, !- Construction Name
|
16354
16296
|
{e421471b-c574-4e8a-b7a8-245348dd3775}, !- Space Name
|
16355
|
-
|
16297
|
+
Adiabatic, !- Outside Boundary Condition
|
16356
16298
|
, !- Outside Boundary Condition Object
|
16357
|
-
|
16358
|
-
|
16299
|
+
NoSun, !- Sun Exposure
|
16300
|
+
NoWind, !- Wind Exposure
|
16359
16301
|
, !- View Factor to Ground
|
16360
16302
|
, !- Number of Vertices
|
16361
16303
|
70.104, 16.764, 4.2683, !- X,Y,Z Vertex 1 {m}
|
@@ -16371,17 +16313,16 @@ OS:Surface,
|
|
16371
16313
|
RoofCeiling, !- Surface Type
|
16372
16314
|
, !- Construction Name
|
16373
16315
|
{e0b3f21a-5417-4d6d-9bad-44c2b5fb3717}, !- Space Name
|
16374
|
-
|
16316
|
+
Adiabatic, !- Outside Boundary Condition
|
16375
16317
|
, !- Outside Boundary Condition Object
|
16376
|
-
|
16377
|
-
|
16318
|
+
NoSun, !- Sun Exposure
|
16319
|
+
NoWind, !- Wind Exposure
|
16378
16320
|
, !- View Factor to Ground
|
16379
16321
|
, !- Number of Vertices
|
16380
16322
|
70.104, 41.148, 8.5366, !- X,Y,Z Vertex 1 {m}
|
16381
16323
|
70.104, 47.244, 8.5366, !- X,Y,Z Vertex 2 {m}
|
16382
16324
|
65.532, 47.244, 8.5366, !- X,Y,Z Vertex 3 {m}
|
16383
|
-
65.532,
|
16384
|
-
65.532, 41.148, 8.5366; !- X,Y,Z Vertex 5 {m}
|
16325
|
+
65.532, 41.148, 8.5366; !- X,Y,Z Vertex 4 {m}
|
16385
16326
|
|
16386
16327
|
OS:Surface,
|
16387
16328
|
{8247b613-1770-4e1f-aec7-aa8fbc3d9a54}, !- Handle
|
@@ -16389,7 +16330,7 @@ OS:Surface,
|
|
16389
16330
|
Floor, !- Surface Type
|
16390
16331
|
, !- Construction Name
|
16391
16332
|
{e9e27262-9df7-40dc-9a36-b9e4a585473e}, !- Space Name
|
16392
|
-
|
16333
|
+
Adiabatic, !- Outside Boundary Condition
|
16393
16334
|
, !- Outside Boundary Condition Object
|
16394
16335
|
NoSun, !- Sun Exposure
|
16395
16336
|
NoWind, !- Wind Exposure
|
@@ -16406,10 +16347,10 @@ OS:Surface,
|
|
16406
16347
|
RoofCeiling, !- Surface Type
|
16407
16348
|
, !- Construction Name
|
16408
16349
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
16409
|
-
|
16350
|
+
Adiabatic, !- Outside Boundary Condition
|
16410
16351
|
, !- Outside Boundary Condition Object
|
16411
|
-
|
16412
|
-
|
16352
|
+
NoSun, !- Sun Exposure
|
16353
|
+
NoWind, !- Wind Exposure
|
16413
16354
|
, !- View Factor to Ground
|
16414
16355
|
, !- Number of Vertices
|
16415
16356
|
28.956, 0, 8.5366, !- X,Y,Z Vertex 1 {m}
|
@@ -16440,7 +16381,7 @@ OS:Surface,
|
|
16440
16381
|
Floor, !- Surface Type
|
16441
16382
|
, !- Construction Name
|
16442
16383
|
{e8233850-2c26-457b-b983-e0a87242a5d7}, !- Space Name
|
16443
|
-
|
16384
|
+
Adiabatic, !- Outside Boundary Condition
|
16444
16385
|
, !- Outside Boundary Condition Object
|
16445
16386
|
NoSun, !- Sun Exposure
|
16446
16387
|
NoWind, !- Wind Exposure
|
@@ -16453,7 +16394,7 @@ OS:Surface,
|
|
16453
16394
|
|
16454
16395
|
OS:Surface,
|
16455
16396
|
{54671b08-e7e7-4b89-b42d-cfafb4dae615}, !- Handle
|
16456
|
-
|
16397
|
+
Lobby_Records_Flr_1_Ceiling_3, !- Name
|
16457
16398
|
RoofCeiling, !- Surface Type
|
16458
16399
|
, !- Construction Name
|
16459
16400
|
{ebe6e839-d2fb-4757-8148-ae01cb77f2b7}, !- Space Name
|