diff --git a/hub/city_model_structure/building.py b/hub/city_model_structure/building.py index 345dc2fd..c3da0573 100644 --- a/hub/city_model_structure/building.py +++ b/hub/city_model_structure/building.py @@ -90,6 +90,7 @@ class Building(CityObject): self._interior_slabs.append(surface) else: logging.error('Building %s [%s] has an unexpected surface type %s.', self.name, self.aliases, surface.type) + self._heating_consumption_disaggregated = {} @property def shell(self) -> Polyhedron: @@ -811,3 +812,20 @@ class Building(CityObject): orientation_losses_factor[_key]['south'])] self._onsite_electrical_production[_key] = _results return self._onsite_electrical_production + + @property + def heating_consumption_disaggregated(self) -> dict: + """ + Get energy consumed for heating from different fuels in J + return: dict + """ + return self._heating_consumption_disaggregated + + @heating_consumption_disaggregated.setter + def heating_consumption_disaggregated(self, value): + """ + Get energy consumed for heating from different fuels in J + return: dict + """ + self._heating_consumption_disaggregated = value + diff --git a/main.py b/main.py index 1f950aa7..35cc2dcd 100644 --- a/main.py +++ b/main.py @@ -42,12 +42,5 @@ call_random(city.buildings, residential_new_systems_percentage) EnergySystemsFactory('north_america', city).enrich() SystemSizing(city.buildings).hvac_sizing() for building in city.buildings: - if building.energy_systems_archetype_name == 'PV+ASHP+GasBoiler+TES': - building_new_heating_consumption = SystemSimulation(building).archetype1() - building.heating_consumption[cte.HOUR] = building_new_heating_consumption - building.heating_consumption[cte.MONTH] = MonthlyValues.get_total_month(building.heating_consumption[cte.HOUR]) - building.heating_consumption[cte.YEAR] = [sum(building.heating_consumption[cte.MONTH])] - print(building.heating_consumption[cte.YEAR]) - print(building.energy_systems_archetype_name) - + SystemSimulation(building).enrich() print('test') diff --git a/out_files/Montreal.idf b/out_files/Montreal.idf index ff62f407..5301c728 100644 --- a/out_files/Montreal.idf +++ b/out_files/Montreal.idf @@ -991,7 +991,7 @@ ZONE, Yes; !- Part of Total Floor Area BUILDINGSURFACE:DETAILED, - b6f44170-9dae-4763-a880-e364a4ce43ed, !- Name + 6acf7617-7d20-4059-916f-a322696bf7d6, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1021,7 +1021,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - ee70a001-595d-4da6-98f2-8f6e4decda48, !- Name + c17f7386-d2bc-4d4a-b05a-e846aaaba4c3, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1051,7 +1051,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - b2228c74-79fd-494c-b0b4-a09c519aeb3b, !- Name + ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1075,12 +1075,12 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e7ca8706-0361-4896-931d-a86022d49e31, !- Name + 4fa50238-068d-4e20-a2ba-8a5a0a93b796, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name Surface, !- Outside Boundary Condition - e7ca8706-0361-4896-931d-a86022d49e31, !- Outside Boundary Condition Object + 4fa50238-068d-4e20-a2ba-8a5a0a93b796, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1099,7 +1099,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 6df4bbcb-ad4e-4ba3-9c65-566681a3aee6, !- Name + 3b6d9d89-a422-445a-b305-4e9d2f952782, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1123,7 +1123,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - a235f52e-3a6a-4e7a-8a7f-6a0344556902, !- Name + 9dcd5d84-78df-4da5-80c4-fae17544226e, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1147,7 +1147,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3, !- Name + c8cd208f-797f-428f-94dc-277adc9ef001, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1171,7 +1171,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 72a06231-0209-4259-8b1f-8ee30daad9a7, !- Name + 1b2839c9-4131-44ca-bd66-b4f56f1f1306, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1195,7 +1195,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 71154d81-bde7-461a-9be9-be6cfc29260d, !- Name + 7f337640-75a0-437b-8c4f-6ec6a6b647df, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1219,7 +1219,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 72bd8c4b-84f6-4cb6-8bc4-c019929525be, !- Name + 69118bc1-ac76-440f-9c42-f25c672ce2f6, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1243,7 +1243,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3, !- Name + f7a66c0b-f3e1-46c4-9afe-f040250343b2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1267,7 +1267,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9c2deb6a-bfac-417a-a29c-b45bba4e92ab, !- Name + 673f9ddd-64f1-4f17-ad3b-320a0f77383b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1291,7 +1291,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 77ece0c5-d40c-4a11-be61-133b5d2a4885, !- Name + f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1315,12 +1315,12 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e4c1de67-37d2-491d-b759-f167f667a48f, !- Name + dad33850-1cac-42d6-baba-76aa1e6e4a4d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name Surface, !- Outside Boundary Condition - e4c1de67-37d2-491d-b759-f167f667a48f, !- Outside Boundary Condition Object + dad33850-1cac-42d6-baba-76aa1e6e4a4d, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1339,7 +1339,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 04915bd5-0ee2-4978-a59a-c231aefc8cf4, !- Name + 6e6afc12-5493-40c0-b7e5-da42f550f2b5, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1369,7 +1369,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 5da3dc7a-6bbc-4a12-9146-3639cf10b214, !- Name + 0b62f37e-edec-4014-a6d4-01279f8a3493, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1399,7 +1399,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 359b32fe-d688-4896-82e4-2b4738d66642, !- Name + 79eac576-a260-4143-83b0-32cf204bbe7b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1423,7 +1423,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1667ba92-5d91-4465-9492-893451a13847, !- Name + a43b5153-da22-4fd3-a4fc-ed018be3f5f0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1447,7 +1447,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2, !- Name + ea75342e-1ccc-4a1d-9ae3-56ffea395133, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1471,7 +1471,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - efe6a56c-754a-4e0c-92dc-30b0d870a9a5, !- Name + 48a796fd-5d1f-463d-9357-c9e2182110a4, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1495,7 +1495,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - fa718aa3-e71e-4f60-9c5a-848f1c14e4c7, !- Name + 13ea4940-36e8-4e27-87eb-55c74e690355, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1519,7 +1519,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d4715739-2ada-426b-89b5-ad8415f6e726, !- Name + 958929bb-acd4-4629-ab9f-b6984e758263, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1543,10 +1543,10 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - b2228c74-79fd-494c-b0b4-a09c519aeb3b window, !- Name + ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - b2228c74-79fd-494c-b0b4-a09c519aeb3b, !- Building Surface Name + ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1566,10 +1566,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 6df4bbcb-ad4e-4ba3-9c65-566681a3aee6 window, !- Name + 3b6d9d89-a422-445a-b305-4e9d2f952782 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 6df4bbcb-ad4e-4ba3-9c65-566681a3aee6, !- Building Surface Name + 3b6d9d89-a422-445a-b305-4e9d2f952782, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1589,10 +1589,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - a235f52e-3a6a-4e7a-8a7f-6a0344556902 window, !- Name + 9dcd5d84-78df-4da5-80c4-fae17544226e window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - a235f52e-3a6a-4e7a-8a7f-6a0344556902, !- Building Surface Name + 9dcd5d84-78df-4da5-80c4-fae17544226e, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1612,10 +1612,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3 window, !- Name + c8cd208f-797f-428f-94dc-277adc9ef001 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3, !- Building Surface Name + c8cd208f-797f-428f-94dc-277adc9ef001, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1635,10 +1635,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 72a06231-0209-4259-8b1f-8ee30daad9a7 window, !- Name + 1b2839c9-4131-44ca-bd66-b4f56f1f1306 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 72a06231-0209-4259-8b1f-8ee30daad9a7, !- Building Surface Name + 1b2839c9-4131-44ca-bd66-b4f56f1f1306, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1658,10 +1658,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3 window, !- Name + f7a66c0b-f3e1-46c4-9afe-f040250343b2 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3, !- Building Surface Name + f7a66c0b-f3e1-46c4-9afe-f040250343b2, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1681,10 +1681,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9c2deb6a-bfac-417a-a29c-b45bba4e92ab window, !- Name + 673f9ddd-64f1-4f17-ad3b-320a0f77383b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9c2deb6a-bfac-417a-a29c-b45bba4e92ab, !- Building Surface Name + 673f9ddd-64f1-4f17-ad3b-320a0f77383b, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1704,10 +1704,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 77ece0c5-d40c-4a11-be61-133b5d2a4885 window, !- Name + f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 77ece0c5-d40c-4a11-be61-133b5d2a4885, !- Building Surface Name + f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1727,10 +1727,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 359b32fe-d688-4896-82e4-2b4738d66642 window, !- Name + 79eac576-a260-4143-83b0-32cf204bbe7b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 359b32fe-d688-4896-82e4-2b4738d66642, !- Building Surface Name + 79eac576-a260-4143-83b0-32cf204bbe7b, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1750,10 +1750,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 1667ba92-5d91-4465-9492-893451a13847 window, !- Name + a43b5153-da22-4fd3-a4fc-ed018be3f5f0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 1667ba92-5d91-4465-9492-893451a13847, !- Building Surface Name + a43b5153-da22-4fd3-a4fc-ed018be3f5f0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1773,10 +1773,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2 window, !- Name + ea75342e-1ccc-4a1d-9ae3-56ffea395133 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2, !- Building Surface Name + ea75342e-1ccc-4a1d-9ae3-56ffea395133, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1796,10 +1796,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - efe6a56c-754a-4e0c-92dc-30b0d870a9a5 window, !- Name + 48a796fd-5d1f-463d-9357-c9e2182110a4 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - efe6a56c-754a-4e0c-92dc-30b0d870a9a5, !- Building Surface Name + 48a796fd-5d1f-463d-9357-c9e2182110a4, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1819,10 +1819,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - fa718aa3-e71e-4f60-9c5a-848f1c14e4c7 window, !- Name + 13ea4940-36e8-4e27-87eb-55c74e690355 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - fa718aa3-e71e-4f60-9c5a-848f1c14e4c7, !- Building Surface Name + 13ea4940-36e8-4e27-87eb-55c74e690355, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1842,10 +1842,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - d4715739-2ada-426b-89b5-ad8415f6e726 window, !- Name + 958929bb-acd4-4629-ab9f-b6984e758263 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d4715739-2ada-426b-89b5-ad8415f6e726, !- Building Surface Name + 958929bb-acd4-4629-ab9f-b6984e758263, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name diff --git a/out_files/Montreal_out.bnd b/out_files/Montreal_out.bnd index 2384557d..63876c4f 100644 --- a/out_files/Montreal_out.bnd +++ b/out_files/Montreal_out.bnd @@ -1,4 +1,4 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11 ! This file shows details about the branches, nodes, and other ! elements of the flow connections. ! This file is intended for use in "debugging" potential problems diff --git a/out_files/Montreal_out.eio b/out_files/Montreal_out.eio index b77cb542..7932f1c9 100644 --- a/out_files/Montreal_out.eio +++ b/out_files/Montreal_out.eio @@ -1,4 +1,4 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11 ! , Version ID Version, 9.5 ! , #TimeSteps, Minutes per TimeStep {minutes} diff --git a/out_files/Montreal_out.end b/out_files/Montreal_out.end index 0e9d4492..74d0d82a 100644 --- a/out_files/Montreal_out.end +++ b/out_files/Montreal_out.end @@ -1 +1 @@ -EnergyPlus Completed Successfully-- 26 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 11.44sec +EnergyPlus Completed Successfully-- 26 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 6.36sec diff --git a/out_files/Montreal_out.err b/out_files/Montreal_out.err index 39eb1f14..fa2c46d5 100644 --- a/out_files/Montreal_out.err +++ b/out_files/Montreal_out.err @@ -1,6 +1,6 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36, +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11, ** Warning ** GetHTSurfaceData: Surfaces with interface to Ground found but no "Ground Temperatures" were input. - ** ~~~ ** Found first in surface=B6F44170-9DAE-4763-A880-E364A4CE43ED + ** ~~~ ** Found first in surface=6ACF7617-7D20-4059-916F-A322696BF7D6 ** ~~~ ** Defaults, constant throughout the year of (18.0) will be used. ** Warning ** GetInternalHeatGains: People="175785_OCCUPANCY", Activity Level Schedule Name values ** ~~~ ** fall outside typical range [70,1000] W/person for Thermal Comfort Reporting. @@ -53,4 +53,4 @@ Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36, ************* Use Output:Diagnostics,DisplayUnusedObjects; to see them. ************* EnergyPlus Warmup Error Summary. During Warmup: 0 Warning; 0 Severe Errors. ************* EnergyPlus Sizing Error Summary. During Sizing: 0 Warning; 0 Severe Errors. - ************* EnergyPlus Completed Successfully-- 26 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 11.44sec + ************* EnergyPlus Completed Successfully-- 26 Warning; 1 Severe Errors; Elapsed Time=00hr 00min 6.36sec diff --git a/out_files/Montreal_out.eso b/out_files/Montreal_out.eso index 9737536d..4b617024 100644 --- a/out_files/Montreal_out.eso +++ b/out_files/Montreal_out.eso @@ -1,4 +1,4 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11 1,5,Environment Title[],Latitude[deg],Longitude[deg],Time Zone[],Elevation[m] 2,8,Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],Hour[],StartMinute[],EndMinute[],DayType 3,5,Cumulative Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],DayType ! When Daily Report Variables Requested diff --git a/out_files/Montreal_out.expidf b/out_files/Montreal_out.expidf index c0102a11..ba8dea97 100644 --- a/out_files/Montreal_out.expidf +++ b/out_files/Montreal_out.expidf @@ -991,7 +991,7 @@ ZONE, Yes; !- Part of Total Floor Area BUILDINGSURFACE:DETAILED, - b6f44170-9dae-4763-a880-e364a4ce43ed, !- Name + 6acf7617-7d20-4059-916f-a322696bf7d6, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1021,7 +1021,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - ee70a001-595d-4da6-98f2-8f6e4decda48, !- Name + c17f7386-d2bc-4d4a-b05a-e846aaaba4c3, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1051,7 +1051,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - b2228c74-79fd-494c-b0b4-a09c519aeb3b, !- Name + ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1075,12 +1075,12 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e7ca8706-0361-4896-931d-a86022d49e31, !- Name + 4fa50238-068d-4e20-a2ba-8a5a0a93b796, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name Surface, !- Outside Boundary Condition - e7ca8706-0361-4896-931d-a86022d49e31, !- Outside Boundary Condition Object + 4fa50238-068d-4e20-a2ba-8a5a0a93b796, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1099,7 +1099,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 6df4bbcb-ad4e-4ba3-9c65-566681a3aee6, !- Name + 3b6d9d89-a422-445a-b305-4e9d2f952782, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1123,7 +1123,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - a235f52e-3a6a-4e7a-8a7f-6a0344556902, !- Name + 9dcd5d84-78df-4da5-80c4-fae17544226e, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1147,7 +1147,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3, !- Name + c8cd208f-797f-428f-94dc-277adc9ef001, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1171,7 +1171,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 72a06231-0209-4259-8b1f-8ee30daad9a7, !- Name + 1b2839c9-4131-44ca-bd66-b4f56f1f1306, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 175785, !- Zone Name @@ -1195,7 +1195,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 71154d81-bde7-461a-9be9-be6cfc29260d, !- Name + 7f337640-75a0-437b-8c4f-6ec6a6b647df, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1219,7 +1219,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 72bd8c4b-84f6-4cb6-8bc4-c019929525be, !- Name + 69118bc1-ac76-440f-9c42-f25c672ce2f6, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1243,7 +1243,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3, !- Name + f7a66c0b-f3e1-46c4-9afe-f040250343b2, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1267,7 +1267,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 9c2deb6a-bfac-417a-a29c-b45bba4e92ab, !- Name + 673f9ddd-64f1-4f17-ad3b-320a0f77383b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1291,7 +1291,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 77ece0c5-d40c-4a11-be61-133b5d2a4885, !- Name + f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name @@ -1315,12 +1315,12 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - e4c1de67-37d2-491d-b759-f167f667a48f, !- Name + dad33850-1cac-42d6-baba-76aa1e6e4a4d, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 176293, !- Zone Name Surface, !- Outside Boundary Condition - e4c1de67-37d2-491d-b759-f167f667a48f, !- Outside Boundary Condition Object + dad33850-1cac-42d6-baba-76aa1e6e4a4d, !- Outside Boundary Condition Object NoSun, !- Sun Exposure NoWind, !- Wind Exposure autocalculate, !- View Factor to Ground @@ -1339,7 +1339,7 @@ BUILDINGSURFACE:DETAILED, 12; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 04915bd5-0ee2-4978-a59a-c231aefc8cf4, !- Name + 6e6afc12-5493-40c0-b7e5-da42f550f2b5, !- Name floor, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1369,7 +1369,7 @@ BUILDINGSURFACE:DETAILED, 0; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 5da3dc7a-6bbc-4a12-9146-3639cf10b214, !- Name + 0b62f37e-edec-4014-a6d4-01279f8a3493, !- Name roof, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1399,7 +1399,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 6 Zcoordinate BUILDINGSURFACE:DETAILED, - 359b32fe-d688-4896-82e4-2b4738d66642, !- Name + 79eac576-a260-4143-83b0-32cf204bbe7b, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1423,7 +1423,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 1667ba92-5d91-4465-9492-893451a13847, !- Name + a43b5153-da22-4fd3-a4fc-ed018be3f5f0, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1447,7 +1447,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - 5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2, !- Name + ea75342e-1ccc-4a1d-9ae3-56ffea395133, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1471,7 +1471,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - efe6a56c-754a-4e0c-92dc-30b0d870a9a5, !- Name + 48a796fd-5d1f-463d-9357-c9e2182110a4, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1495,7 +1495,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - fa718aa3-e71e-4f60-9c5a-848f1c14e4c7, !- Name + 13ea4940-36e8-4e27-87eb-55c74e690355, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1519,7 +1519,7 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate BUILDINGSURFACE:DETAILED, - d4715739-2ada-426b-89b5-ad8415f6e726, !- Name + 958929bb-acd4-4629-ab9f-b6984e758263, !- Name wall, !- Surface Type 1981_1990_6, !- Construction Name 182393, !- Zone Name @@ -1543,10 +1543,10 @@ BUILDINGSURFACE:DETAILED, 8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - b2228c74-79fd-494c-b0b4-a09c519aeb3b window, !- Name + ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - b2228c74-79fd-494c-b0b4-a09c519aeb3b, !- Building Surface Name + ff11f32e-61f9-4ceb-a28e-e9d8a2d21d7a, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1566,10 +1566,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 6df4bbcb-ad4e-4ba3-9c65-566681a3aee6 window, !- Name + 3b6d9d89-a422-445a-b305-4e9d2f952782 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 6df4bbcb-ad4e-4ba3-9c65-566681a3aee6, !- Building Surface Name + 3b6d9d89-a422-445a-b305-4e9d2f952782, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1589,10 +1589,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - a235f52e-3a6a-4e7a-8a7f-6a0344556902 window, !- Name + 9dcd5d84-78df-4da5-80c4-fae17544226e window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - a235f52e-3a6a-4e7a-8a7f-6a0344556902, !- Building Surface Name + 9dcd5d84-78df-4da5-80c4-fae17544226e, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1612,10 +1612,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3 window, !- Name + c8cd208f-797f-428f-94dc-277adc9ef001 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 53e3614d-4a94-4af1-a75c-ac0f1c7ca9f3, !- Building Surface Name + c8cd208f-797f-428f-94dc-277adc9ef001, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1635,10 +1635,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 72a06231-0209-4259-8b1f-8ee30daad9a7 window, !- Name + 1b2839c9-4131-44ca-bd66-b4f56f1f1306 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 72a06231-0209-4259-8b1f-8ee30daad9a7, !- Building Surface Name + 1b2839c9-4131-44ca-bd66-b4f56f1f1306, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1658,10 +1658,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3 window, !- Name + f7a66c0b-f3e1-46c4-9afe-f040250343b2 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - dccd510f-e17e-42cd-a4c5-7a2d46cfb6b3, !- Building Surface Name + f7a66c0b-f3e1-46c4-9afe-f040250343b2, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1681,10 +1681,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 9c2deb6a-bfac-417a-a29c-b45bba4e92ab window, !- Name + 673f9ddd-64f1-4f17-ad3b-320a0f77383b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 9c2deb6a-bfac-417a-a29c-b45bba4e92ab, !- Building Surface Name + 673f9ddd-64f1-4f17-ad3b-320a0f77383b, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1704,10 +1704,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 77ece0c5-d40c-4a11-be61-133b5d2a4885 window, !- Name + f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 77ece0c5-d40c-4a11-be61-133b5d2a4885, !- Building Surface Name + f0e8f86a-0dc1-4e31-b33e-3562fb8b2bdc, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1727,10 +1727,10 @@ FENESTRATIONSURFACE:DETAILED, 7.2; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 359b32fe-d688-4896-82e4-2b4738d66642 window, !- Name + 79eac576-a260-4143-83b0-32cf204bbe7b window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 359b32fe-d688-4896-82e4-2b4738d66642, !- Building Surface Name + 79eac576-a260-4143-83b0-32cf204bbe7b, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1750,10 +1750,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 1667ba92-5d91-4465-9492-893451a13847 window, !- Name + a43b5153-da22-4fd3-a4fc-ed018be3f5f0 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 1667ba92-5d91-4465-9492-893451a13847, !- Building Surface Name + a43b5153-da22-4fd3-a4fc-ed018be3f5f0, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1773,10 +1773,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - 5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2 window, !- Name + ea75342e-1ccc-4a1d-9ae3-56ffea395133 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - 5a4389d9-78a5-4ded-8e62-d6d7c8e1f9c2, !- Building Surface Name + ea75342e-1ccc-4a1d-9ae3-56ffea395133, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1796,10 +1796,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - efe6a56c-754a-4e0c-92dc-30b0d870a9a5 window, !- Name + 48a796fd-5d1f-463d-9357-c9e2182110a4 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - efe6a56c-754a-4e0c-92dc-30b0d870a9a5, !- Building Surface Name + 48a796fd-5d1f-463d-9357-c9e2182110a4, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1819,10 +1819,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - fa718aa3-e71e-4f60-9c5a-848f1c14e4c7 window, !- Name + 13ea4940-36e8-4e27-87eb-55c74e690355 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - fa718aa3-e71e-4f60-9c5a-848f1c14e4c7, !- Building Surface Name + 13ea4940-36e8-4e27-87eb-55c74e690355, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name @@ -1842,10 +1842,10 @@ FENESTRATIONSURFACE:DETAILED, 4.8; !- Vertex 4 Zcoordinate FENESTRATIONSURFACE:DETAILED, - d4715739-2ada-426b-89b5-ad8415f6e726 window, !- Name + 958929bb-acd4-4629-ab9f-b6984e758263 window, !- Name Window, !- Surface Type window_construction_1, !- Construction Name - d4715739-2ada-426b-89b5-ad8415f6e726, !- Building Surface Name + 958929bb-acd4-4629-ab9f-b6984e758263, !- Building Surface Name , !- Outside Boundary Condition Object autocalculate, !- View Factor to Ground , !- Frame and Divider Name diff --git a/out_files/Montreal_out.mtr b/out_files/Montreal_out.mtr index 3ac785a9..303d85ab 100644 --- a/out_files/Montreal_out.mtr +++ b/out_files/Montreal_out.mtr @@ -1,4 +1,4 @@ -Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36 +Program Version,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11 1,5,Environment Title[],Latitude[deg],Longitude[deg],Time Zone[],Elevation[m] 2,8,Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],Hour[],StartMinute[],EndMinute[],DayType 3,5,Cumulative Day of Simulation[],Month[],Day of Month[],DST Indicator[1=yes 0=no],DayType ! When Daily Meters Requested diff --git a/out_files/Montreal_out.rvaudit b/out_files/Montreal_out.rvaudit index d0451c25..a3eec13d 100644 --- a/out_files/Montreal_out.rvaudit +++ b/out_files/Montreal_out.rvaudit @@ -1,16 +1,16 @@ ReadVarsESO - processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_223586.rvi + processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_2b6a14.rvi input file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.eso output file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.csv getting all vars from:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.eso number variables requested for output= 19 - ReadVars Run Time=00hr 00min 0.81sec + ReadVars Run Time=00hr 00min 0.52sec ReadVarsESO program completed successfully. ReadVarsESO - processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_223586.mvi + processing:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_2b6a14.mvi input file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.mtr output file:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_mtr.csv getting all vars from:C:\Users\umroot\PycharmProjects\system_assignation\out_files\Montreal_out.mtr number variables requested for output= 4 - ReadVars Run Time=00hr 00min 0.25sec + ReadVars Run Time=00hr 00min 0.14sec ReadVarsESO program completed successfully. diff --git a/out_files/Montreal_out.shd b/out_files/Montreal_out.shd index 9466409d..3c518585 100644 --- a/out_files/Montreal_out.shd +++ b/out_files/Montreal_out.shd @@ -3,219 +3,219 @@ Shadowing Combinations ..In the following, only the first 10 reference surfaces will be shown. ..But all surfaces are used in the calculations. ================================== -Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B is used as Receiving Surface in calculations and is convex. +Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 -..Surface=1667BA92-5D91-4465-9492-893451A13847 +..Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2 +..Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B WINDOW +....Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A WINDOW ================================== -Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B WINDOW is not used as Receiving Surface in calculations. +Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=E7CA8706-0361-4896-931D-A86022D49E31 is not used as Receiving Surface in calculations. +Surface=4FA50238-068D-4E20-A2BA-8A5A0A93B796 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 is used as Receiving Surface in calculations and is convex. +Surface=3B6D9D89-A422-445A-B305-4E9D2F952782 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902 -..Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885 +..Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E +..Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 WINDOW +....Surface=3B6D9D89-A422-445A-B305-4E9D2F952782 WINDOW ================================== -Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 WINDOW is not used as Receiving Surface in calculations. +Surface=3B6D9D89-A422-445A-B305-4E9D2F952782 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902 is used as Receiving Surface in calculations and is convex. +Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 -..Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885 +..Surface=3B6D9D89-A422-445A-B305-4E9D2F952782 +..Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902 WINDOW +....Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E WINDOW ================================== -Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902 WINDOW is not used as Receiving Surface in calculations. +Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 is used as Receiving Surface in calculations and is convex. +Surface=C8CD208F-797F-428F-94DC-277ADC9EF001 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 WINDOW +....Surface=C8CD208F-797F-428F-94DC-277ADC9EF001 WINDOW ================================== -Surface=53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 WINDOW is not used as Receiving Surface in calculations. +Surface=C8CD208F-797F-428F-94DC-277ADC9EF001 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 is used as Receiving Surface in calculations and is convex. +Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=1667BA92-5D91-4465-9492-893451A13847 -..Surface=5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 -..Surface=EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 +..Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 +..Surface=EA75342E-1CCC-4A1D-9AE3-56FFEA395133 +..Surface=48A796FD-5D1F-463D-9357-C9E2182110A4 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 WINDOW +....Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 WINDOW ================================== -Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 WINDOW is not used as Receiving Surface in calculations. +Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=B6F44170-9DAE-4763-A880-E364A4CE43ED is not used as Receiving Surface in calculations. +Surface=6ACF7617-7D20-4059-916F-A322696BF7D6 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=EE70A001-595D-4DA6-98F2-8F6E4DECDA48 is used as Receiving Surface in calculations and is non-convex. +Surface=C17F7386-D2BC-4D4A-B05A-E846AAABA4C3 is used as Receiving Surface in calculations and is non-convex. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 is used as Receiving Surface in calculations and is convex. +Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B -..Surface=1667BA92-5D91-4465-9492-893451A13847 +..Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A +..Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 WINDOW +....Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2 WINDOW ================================== -Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 WINDOW is not used as Receiving Surface in calculations. +Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB is used as Receiving Surface in calculations and is convex. +Surface=673F9DDD-64F1-4F17-AD3B-320A0F77383B is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB WINDOW +....Surface=673F9DDD-64F1-4F17-AD3B-320A0F77383B WINDOW ================================== -Surface=9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB WINDOW is not used as Receiving Surface in calculations. +Surface=673F9DDD-64F1-4F17-AD3B-320A0F77383B WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885 is used as Receiving Surface in calculations and is convex. +Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=2 -..Surface=6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 -..Surface=A235F52E-3A6A-4E7A-8A7F-6A0344556902 +..Surface=3B6D9D89-A422-445A-B305-4E9D2F952782 +..Surface=9DCD5D84-78DF-4DA5-80C4-FAE17544226E Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885 WINDOW +....Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC WINDOW ================================== -Surface=77ECE0C5-D40C-4A11-BE61-133B5D2A4885 WINDOW is not used as Receiving Surface in calculations. +Surface=F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=E4C1DE67-37D2-491D-B759-F167F667A48F is not used as Receiving Surface in calculations. +Surface=DAD33850-1CAC-42D6-BABA-76AA1E6E4A4D is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=71154D81-BDE7-461A-9BE9-BE6CFC29260D is not used as Receiving Surface in calculations. +Surface=7F337640-75A0-437B-8C4F-6EC6A6B647DF is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=72BD8C4B-84F6-4CB6-8BC4-C019929525BE is used as Receiving Surface in calculations and is convex. +Surface=69118BC1-AC76-440F-9C42-F25C672CE2F6 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=359B32FE-D688-4896-82E4-2B4738D66642 is used as Receiving Surface in calculations and is convex. +Surface=79EAC576-A260-4143-83B0-32CF204BBE7B is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=D4715739-2ADA-426B-89B5-AD8415F6E726 +..Surface=958929BB-ACD4-4629-AB9F-B6984E758263 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=359B32FE-D688-4896-82E4-2B4738D66642 WINDOW +....Surface=79EAC576-A260-4143-83B0-32CF204BBE7B WINDOW ================================== -Surface=359B32FE-D688-4896-82E4-2B4738D66642 WINDOW is not used as Receiving Surface in calculations. +Surface=79EAC576-A260-4143-83B0-32CF204BBE7B WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=1667BA92-5D91-4465-9492-893451A13847 is used as Receiving Surface in calculations and is convex. +Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=3 -..Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B -..Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 -..Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 +..Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A +..Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 +..Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=1667BA92-5D91-4465-9492-893451A13847 WINDOW +....Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 WINDOW ================================== -Surface=1667BA92-5D91-4465-9492-893451A13847 WINDOW is not used as Receiving Surface in calculations. +Surface=A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 is used as Receiving Surface in calculations and is convex. +Surface=EA75342E-1CCC-4A1D-9AE3-56FFEA395133 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 +..Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 WINDOW +....Surface=EA75342E-1CCC-4A1D-9AE3-56FFEA395133 WINDOW ================================== -Surface=5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 WINDOW is not used as Receiving Surface in calculations. +Surface=EA75342E-1CCC-4A1D-9AE3-56FFEA395133 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 is used as Receiving Surface in calculations and is convex. +Surface=48A796FD-5D1F-463D-9357-C9E2182110A4 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 +..Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 WINDOW +....Surface=48A796FD-5D1F-463D-9357-C9E2182110A4 WINDOW ================================== -Surface=EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 WINDOW is not used as Receiving Surface in calculations. +Surface=48A796FD-5D1F-463D-9357-C9E2182110A4 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 is used as Receiving Surface in calculations and is convex. +Surface=13EA4940-36E8-4E27-87EB-55C74E690355 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 WINDOW +....Surface=13EA4940-36E8-4E27-87EB-55C74E690355 WINDOW ================================== -Surface=FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 WINDOW is not used as Receiving Surface in calculations. +Surface=13EA4940-36E8-4E27-87EB-55C74E690355 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=D4715739-2ADA-426B-89B5-AD8415F6E726 is used as Receiving Surface in calculations and is convex. +Surface=958929BB-ACD4-4629-AB9F-B6984E758263 is used as Receiving Surface in calculations and is convex. Number of general casting surfaces=1 -..Surface=359B32FE-D688-4896-82E4-2B4738D66642 +..Surface=79EAC576-A260-4143-83B0-32CF204BBE7B Number of back surfaces=0 Number of receiving sub surfaces=1 -....Surface=D4715739-2ADA-426B-89B5-AD8415F6E726 WINDOW +....Surface=958929BB-ACD4-4629-AB9F-B6984E758263 WINDOW ================================== -Surface=D4715739-2ADA-426B-89B5-AD8415F6E726 WINDOW is not used as Receiving Surface in calculations. +Surface=958929BB-ACD4-4629-AB9F-B6984E758263 WINDOW is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=04915BD5-0EE2-4978-A59A-C231AEFC8CF4 is not used as Receiving Surface in calculations. +Surface=6E6AFC12-5493-40C0-B7E5-DA42F550F2B5 is not used as Receiving Surface in calculations. Number of general casting surfaces=0 Number of back surfaces=0 Number of receiving sub surfaces=0 ================================== -Surface=5DA3DC7A-6BBC-4A12-9146-3639CF10B214 is used as Receiving Surface in calculations and is non-convex. +Surface=0B62F37E-EDEC-4014-A6D4-01279F8A3493 is used as Receiving Surface in calculations and is non-convex. Number of general casting surfaces=3 -..Surface=B2228C74-79FD-494C-B0B4-A09C519AEB3B -..Surface=72A06231-0209-4259-8B1F-8EE30DAAD9A7 -..Surface=DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 +..Surface=FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A +..Surface=1B2839C9-4131-44CA-BD66-B4F56F1F1306 +..Surface=F7A66C0B-F3E1-46C4-9AFE-F040250343B2 Number of back surfaces=0 Number of receiving sub surfaces=0 diff --git a/out_files/Montreal_tbl.csv b/out_files/Montreal_tbl.csv index 813d9f7b..6a274f73 100644 --- a/out_files/Montreal_tbl.csv +++ b/out_files/Montreal_tbl.csv @@ -1,4 +1,4 @@ -Program Version:,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36 +Program Version:,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11 Tabular Output Report in Format: ,Comma Building:,Buildings in b'Montreal' @@ -181,7 +181,7 @@ FOR:,Entire Facility General ,,Value -,Program Version and Build,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36 +,Program Version and Build,EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11 ,RunPeriod,RUN PERIOD 1 ,Weather File,Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270 ,Latitude [deg],45.47 @@ -317,52 +317,52 @@ FOR:,Entire Facility Opaque Exterior ,,Construction,Reflectance,U-Factor with Film [W/m2-K],U-Factor no Film [W/m2-K],Gross Area [m2],Net Area [m2],Azimuth [deg],Tilt [deg],Cardinal Direction -,B2228C74-79FD-494C-B0B4-A09C519AEB3B,1981_1990_6,0.40,0.644,0.713,79.35,63.50,89.98,90.00,E -,6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6,1981_1990_6,0.40,0.644,0.713,1.88,1.50,270.07,90.00,W -,A235F52E-3A6A-4E7A-8A7F-6A0344556902,1981_1990_6,0.40,0.644,0.713,38.53,30.83,0.07,90.00,N -,53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3,1981_1990_6,0.40,0.644,0.713,77.98,62.40,269.91,90.00,W -,72A06231-0209-4259-8B1F-8EE30DAAD9A7,1981_1990_6,0.40,0.644,0.713,212.34,169.91,179.99,90.00,S -,B6F44170-9DAE-4763-A880-E364A4CE43ED,1981_1990_6,0.40,0.639,0.713,116.93,116.93,359.99,180.00, -,EE70A001-595D-4DA6-98F2-8F6E4DECDA48,1981_1990_6,0.40,0.649,0.713,116.93,116.93,0.13,0.00, -,DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3,1981_1990_6,0.40,0.644,0.713,76.55,61.25,89.98,90.00,E -,9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB,1981_1990_6,0.40,0.644,0.713,173.82,139.09,0.13,90.00,N -,77ECE0C5-D40C-4A11-BE61-133B5D2A4885,1981_1990_6,0.40,0.644,0.713,76.55,61.25,270.04,90.00,W -,71154D81-BDE7-461A-9BE9-BE6CFC29260D,1981_1990_6,0.40,0.639,0.713,92.42,92.42,0.13,180.00, -,72BD8C4B-84F6-4CB6-8BC4-C019929525BE,1981_1990_6,0.40,0.649,0.713,92.42,92.42,0.13,0.00, -,359B32FE-D688-4896-82E4-2B4738D66642,1981_1990_6,0.40,0.644,0.713,3.22,2.58,91.08,90.00,E -,1667BA92-5D91-4465-9492-893451A13847,1981_1990_6,0.40,0.644,0.713,106.72,85.40,2.33,90.00,N -,5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2,1981_1990_6,0.40,0.644,0.713,7.94,6.35,1.96,90.00,N -,EFE6A56C-754A-4E0C-92DC-30B0D870A9A5,1981_1990_6,0.40,0.644,0.713,57.91,46.34,270.12,90.00,W -,FA718AA3-E71E-4F60-9C5A-848F1C14E4C7,1981_1990_6,0.40,0.644,0.713,114.28,91.44,180.13,90.00,S -,D4715739-2ADA-426B-89B5-AD8415F6E726,1981_1990_6,0.40,0.644,0.713,50.34,40.28,90.40,90.00,E -,04915BD5-0EE2-4978-A59A-C231AEFC8CF4,1981_1990_6,0.40,0.639,0.713,99.69,99.69,270.40,180.00, -,5DA3DC7A-6BBC-4A12-9146-3639CF10B214,1981_1990_6,0.40,0.649,0.713,99.69,99.69,91.08,0.00, +,FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A,1981_1990_6,0.40,0.644,0.713,79.35,63.50,89.98,90.00,E +,3B6D9D89-A422-445A-B305-4E9D2F952782,1981_1990_6,0.40,0.644,0.713,1.88,1.50,270.07,90.00,W +,9DCD5D84-78DF-4DA5-80C4-FAE17544226E,1981_1990_6,0.40,0.644,0.713,38.53,30.83,0.07,90.00,N +,C8CD208F-797F-428F-94DC-277ADC9EF001,1981_1990_6,0.40,0.644,0.713,77.98,62.40,269.91,90.00,W +,1B2839C9-4131-44CA-BD66-B4F56F1F1306,1981_1990_6,0.40,0.644,0.713,212.34,169.91,179.99,90.00,S +,6ACF7617-7D20-4059-916F-A322696BF7D6,1981_1990_6,0.40,0.639,0.713,116.93,116.93,359.99,180.00, +,C17F7386-D2BC-4D4A-B05A-E846AAABA4C3,1981_1990_6,0.40,0.649,0.713,116.93,116.93,0.13,0.00, +,F7A66C0B-F3E1-46C4-9AFE-F040250343B2,1981_1990_6,0.40,0.644,0.713,76.55,61.25,89.98,90.00,E +,673F9DDD-64F1-4F17-AD3B-320A0F77383B,1981_1990_6,0.40,0.644,0.713,173.82,139.09,0.13,90.00,N +,F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC,1981_1990_6,0.40,0.644,0.713,76.55,61.25,270.04,90.00,W +,7F337640-75A0-437B-8C4F-6EC6A6B647DF,1981_1990_6,0.40,0.639,0.713,92.42,92.42,0.13,180.00, +,69118BC1-AC76-440F-9C42-F25C672CE2F6,1981_1990_6,0.40,0.649,0.713,92.42,92.42,0.13,0.00, +,79EAC576-A260-4143-83B0-32CF204BBE7B,1981_1990_6,0.40,0.644,0.713,3.22,2.58,91.08,90.00,E +,A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0,1981_1990_6,0.40,0.644,0.713,106.72,85.40,2.33,90.00,N +,EA75342E-1CCC-4A1D-9AE3-56FFEA395133,1981_1990_6,0.40,0.644,0.713,7.94,6.35,1.96,90.00,N +,48A796FD-5D1F-463D-9357-C9E2182110A4,1981_1990_6,0.40,0.644,0.713,57.91,46.34,270.12,90.00,W +,13EA4940-36E8-4E27-87EB-55C74E690355,1981_1990_6,0.40,0.644,0.713,114.28,91.44,180.13,90.00,S +,958929BB-ACD4-4629-AB9F-B6984E758263,1981_1990_6,0.40,0.644,0.713,50.34,40.28,90.40,90.00,E +,6E6AFC12-5493-40C0-B7E5-DA42F550F2B5,1981_1990_6,0.40,0.639,0.713,99.69,99.69,270.40,180.00, +,0B62F37E-EDEC-4014-A6D4-01279F8A3493,1981_1990_6,0.40,0.649,0.713,99.69,99.69,91.08,0.00, Opaque Interior ,,Construction,Reflectance,U-Factor with Film [W/m2-K],U-Factor no Film [W/m2-K],Gross Area [m2],Net Area [m2],Azimuth [deg],Tilt [deg],Cardinal Direction -,E7CA8706-0361-4896-931D-A86022D49E31,1981_1990_6,0.40,0.609,0.713,173.90,173.90,0.13,90.00,N -,E4C1DE67-37D2-491D-B759-F167F667A48F,1981_1990_6,0.40,0.609,0.713,173.90,173.90,180.13,90.00,S +,4FA50238-068D-4E20-A2BA-8A5A0A93B796,1981_1990_6,0.40,0.609,0.713,173.90,173.90,0.13,90.00,N +,DAD33850-1CAC-42D6-BABA-76AA1E6E4A4D,1981_1990_6,0.40,0.609,0.713,173.90,173.90,180.13,90.00,S Exterior Fenestration ,,Construction,Glass Area [m2],Frame Area [m2],Divider Area [m2],Area of One Opening [m2],Area of Multiplied Openings [m2],Glass U-Factor [W/m2-K],Glass SHGC,Glass Visible Transmittance,Frame Conductance [W/m2-K],Divider Conductance [W/m2-K],Shade Control,Parent Surface,Azimuth [deg],Tilt [deg],Cardinal Direction -,B2228C74-79FD-494C-B0B4-A09C519AEB3B WINDOW,WINDOW_CONSTRUCTION_1,15.85,0.00,0.00,15.85,15.85,2.954,0.391,0.305,,,No,B2228C74-79FD-494C-B0B4-A09C519AEB3B,89.98,90.00,E -,6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 WINDOW,WINDOW_CONSTRUCTION_1,0.37,0.00,0.00,0.37,0.37,2.954,0.391,0.305,,,No,6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6,270.07,90.00,W -,A235F52E-3A6A-4E7A-8A7F-6A0344556902 WINDOW,WINDOW_CONSTRUCTION_1,7.70,0.00,0.00,7.70,7.70,2.954,0.391,0.305,,,No,A235F52E-3A6A-4E7A-8A7F-6A0344556902,0.07,90.00,N -,53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 WINDOW,WINDOW_CONSTRUCTION_1,15.58,0.00,0.00,15.58,15.58,2.954,0.391,0.305,,,No,53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3,269.91,90.00,W -,72A06231-0209-4259-8B1F-8EE30DAAD9A7 WINDOW,WINDOW_CONSTRUCTION_1,42.43,0.00,0.00,42.43,42.43,2.954,0.391,0.305,,,No,72A06231-0209-4259-8B1F-8EE30DAAD9A7,179.99,90.00,S -,DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 WINDOW,WINDOW_CONSTRUCTION_1,15.29,0.00,0.00,15.29,15.29,2.954,0.391,0.305,,,No,DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3,89.98,90.00,E -,9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB WINDOW,WINDOW_CONSTRUCTION_1,34.73,0.00,0.00,34.73,34.73,2.954,0.391,0.305,,,No,9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB,0.13,90.00,N -,77ECE0C5-D40C-4A11-BE61-133B5D2A4885 WINDOW,WINDOW_CONSTRUCTION_1,15.29,0.00,0.00,15.29,15.29,2.954,0.391,0.305,,,No,77ECE0C5-D40C-4A11-BE61-133B5D2A4885,270.04,90.00,W -,359B32FE-D688-4896-82E4-2B4738D66642 WINDOW,WINDOW_CONSTRUCTION_1,0.64,0.00,0.00,0.64,0.64,2.954,0.391,0.305,,,No,359B32FE-D688-4896-82E4-2B4738D66642,91.08,90.00,E -,1667BA92-5D91-4465-9492-893451A13847 WINDOW,WINDOW_CONSTRUCTION_1,21.32,0.00,0.00,21.32,21.32,2.954,0.391,0.305,,,No,1667BA92-5D91-4465-9492-893451A13847,2.33,90.00,N -,5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 WINDOW,WINDOW_CONSTRUCTION_1,1.59,0.00,0.00,1.59,1.59,2.954,0.391,0.305,,,No,5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2,1.96,90.00,N -,EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 WINDOW,WINDOW_CONSTRUCTION_1,11.57,0.00,0.00,11.57,11.57,2.954,0.391,0.305,,,No,EFE6A56C-754A-4E0C-92DC-30B0D870A9A5,270.12,90.00,W -,FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 WINDOW,WINDOW_CONSTRUCTION_1,22.83,0.00,0.00,22.83,22.83,2.954,0.391,0.305,,,No,FA718AA3-E71E-4F60-9C5A-848F1C14E4C7,180.13,90.00,S -,D4715739-2ADA-426B-89B5-AD8415F6E726 WINDOW,WINDOW_CONSTRUCTION_1,10.06,0.00,0.00,10.06,10.06,2.954,0.391,0.305,,,No,D4715739-2ADA-426B-89B5-AD8415F6E726,90.40,90.00,E +,FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A WINDOW,WINDOW_CONSTRUCTION_1,15.85,0.00,0.00,15.85,15.85,2.954,0.391,0.305,,,No,FF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A,89.98,90.00,E +,3B6D9D89-A422-445A-B305-4E9D2F952782 WINDOW,WINDOW_CONSTRUCTION_1,0.37,0.00,0.00,0.37,0.37,2.954,0.391,0.305,,,No,3B6D9D89-A422-445A-B305-4E9D2F952782,270.07,90.00,W +,9DCD5D84-78DF-4DA5-80C4-FAE17544226E WINDOW,WINDOW_CONSTRUCTION_1,7.70,0.00,0.00,7.70,7.70,2.954,0.391,0.305,,,No,9DCD5D84-78DF-4DA5-80C4-FAE17544226E,0.07,90.00,N +,C8CD208F-797F-428F-94DC-277ADC9EF001 WINDOW,WINDOW_CONSTRUCTION_1,15.58,0.00,0.00,15.58,15.58,2.954,0.391,0.305,,,No,C8CD208F-797F-428F-94DC-277ADC9EF001,269.91,90.00,W +,1B2839C9-4131-44CA-BD66-B4F56F1F1306 WINDOW,WINDOW_CONSTRUCTION_1,42.43,0.00,0.00,42.43,42.43,2.954,0.391,0.305,,,No,1B2839C9-4131-44CA-BD66-B4F56F1F1306,179.99,90.00,S +,F7A66C0B-F3E1-46C4-9AFE-F040250343B2 WINDOW,WINDOW_CONSTRUCTION_1,15.29,0.00,0.00,15.29,15.29,2.954,0.391,0.305,,,No,F7A66C0B-F3E1-46C4-9AFE-F040250343B2,89.98,90.00,E +,673F9DDD-64F1-4F17-AD3B-320A0F77383B WINDOW,WINDOW_CONSTRUCTION_1,34.73,0.00,0.00,34.73,34.73,2.954,0.391,0.305,,,No,673F9DDD-64F1-4F17-AD3B-320A0F77383B,0.13,90.00,N +,F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC WINDOW,WINDOW_CONSTRUCTION_1,15.29,0.00,0.00,15.29,15.29,2.954,0.391,0.305,,,No,F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC,270.04,90.00,W +,79EAC576-A260-4143-83B0-32CF204BBE7B WINDOW,WINDOW_CONSTRUCTION_1,0.64,0.00,0.00,0.64,0.64,2.954,0.391,0.305,,,No,79EAC576-A260-4143-83B0-32CF204BBE7B,91.08,90.00,E +,A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 WINDOW,WINDOW_CONSTRUCTION_1,21.32,0.00,0.00,21.32,21.32,2.954,0.391,0.305,,,No,A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0,2.33,90.00,N +,EA75342E-1CCC-4A1D-9AE3-56FFEA395133 WINDOW,WINDOW_CONSTRUCTION_1,1.59,0.00,0.00,1.59,1.59,2.954,0.391,0.305,,,No,EA75342E-1CCC-4A1D-9AE3-56FFEA395133,1.96,90.00,N +,48A796FD-5D1F-463D-9357-C9E2182110A4 WINDOW,WINDOW_CONSTRUCTION_1,11.57,0.00,0.00,11.57,11.57,2.954,0.391,0.305,,,No,48A796FD-5D1F-463D-9357-C9E2182110A4,270.12,90.00,W +,13EA4940-36E8-4E27-87EB-55C74E690355 WINDOW,WINDOW_CONSTRUCTION_1,22.83,0.00,0.00,22.83,22.83,2.954,0.391,0.305,,,No,13EA4940-36E8-4E27-87EB-55C74E690355,180.13,90.00,S +,958929BB-ACD4-4629-AB9F-B6984E758263 WINDOW,WINDOW_CONSTRUCTION_1,10.06,0.00,0.00,10.06,10.06,2.954,0.391,0.305,,,No,958929BB-ACD4-4629-AB9F-B6984E758263,90.40,90.00,E ,Total or Average,,,,,,215.26,2.954,0.391,0.305,,,,,,, ,North Total or Average,,,,,,65.34,2.954,0.391,0.305,,,,,,, ,Non-North Total or Average,,,,,,149.93,2.954,0.391,0.305,,,,,,, diff --git a/out_files/Montreal_tbl.htm b/out_files/Montreal_tbl.htm index 1491a714..daf0fc5b 100644 --- a/out_files/Montreal_tbl.htm +++ b/out_files/Montreal_tbl.htm @@ -2,27 +2,27 @@ Buildings in b'Montreal' RUN PERIOD 1 ** Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270 - 2024-01-17 - 12:36:18 + 2024-01-18 + 14:11:45 - EnergyPlus

Table of Contents

-

Program Version:EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36

+

Program Version:EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11

Tabular Output Report in Format: HTML

Building: Buildings in b'Montreal'

Environment: RUN PERIOD 1 ** Montreal Int'l PQ CAN WYEC2-B-94792 WMO#=716270

-

Simulation Timestamp: 2024-01-17 - 12:36:18

+

Simulation Timestamp: 2024-01-18 + 14:11:45


Table of Contents

Report: Annual Building Utility Performance Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Values gathered over 8760.00 hours



Site and Source Energy

@@ -1203,8 +1203,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Input Verification and Results Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

General

@@ -1213,7 +1213,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -1508,8 +1508,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Demand End Use Components Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

End Uses

Program Version and BuildEnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.17 12:36EnergyPlus, Version 9.5.0-de239b2e5f, YMD=2024.01.18 14:11
RunPeriod
@@ -2168,15 +2168,15 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Component Sizing Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45


Table of Contents

Report: Adaptive Comfort Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Time Not Meeting the Adaptive Comfort Models during Occupied Hours

@@ -2194,8 +2194,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Climatic Data Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

SizingPeriod:DesignDay

@@ -2235,8 +2235,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Envelope Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Opaque Exterior

@@ -2252,7 +2252,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2264,7 +2264,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2276,7 +2276,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2288,7 +2288,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2300,7 +2300,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2312,7 +2312,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2324,7 +2324,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2336,7 +2336,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2348,7 +2348,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2360,7 +2360,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2372,7 +2372,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2384,7 +2384,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2396,7 +2396,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2408,7 +2408,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2420,7 +2420,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2432,7 +2432,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2444,7 +2444,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2456,7 +2456,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2468,7 +2468,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2480,7 +2480,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2508,7 +2508,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2520,7 +2520,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2555,7 +2555,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2568,13 +2568,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2587,13 +2587,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2606,13 +2606,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2625,13 +2625,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2644,13 +2644,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2663,13 +2663,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2682,13 +2682,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2701,13 +2701,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2720,13 +2720,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2739,13 +2739,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2758,13 +2758,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2777,13 +2777,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2796,13 +2796,13 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + - + @@ -2815,7 +2815,7 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.
- + @@ -2948,8 +2948,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Lighting Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Interior Lighting

Cardinal Direction
B2228C74-79FD-494C-B0B4-A09C519AEB3BFF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A 1981_1990_6 0.40 0.644 E
6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE63B6D9D89-A422-445A-B305-4E9D2F952782 1981_1990_6 0.40 0.644 W
A235F52E-3A6A-4E7A-8A7F-6A03445569029DCD5D84-78DF-4DA5-80C4-FAE17544226E 1981_1990_6 0.40 0.644 N
53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3C8CD208F-797F-428F-94DC-277ADC9EF001 1981_1990_6 0.40 0.644 W
72A06231-0209-4259-8B1F-8EE30DAAD9A71B2839C9-4131-44CA-BD66-B4F56F1F1306 1981_1990_6 0.40 0.644 S
B6F44170-9DAE-4763-A880-E364A4CE43ED6ACF7617-7D20-4059-916F-A322696BF7D6 1981_1990_6 0.40 0.639  
EE70A001-595D-4DA6-98F2-8F6E4DECDA48C17F7386-D2BC-4D4A-B05A-E846AAABA4C3 1981_1990_6 0.40 0.649  
DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3F7A66C0B-F3E1-46C4-9AFE-F040250343B2 1981_1990_6 0.40 0.644 E
9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB673F9DDD-64F1-4F17-AD3B-320A0F77383B 1981_1990_6 0.40 0.644 N
77ECE0C5-D40C-4A11-BE61-133B5D2A4885F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC 1981_1990_6 0.40 0.644 W
71154D81-BDE7-461A-9BE9-BE6CFC29260D7F337640-75A0-437B-8C4F-6EC6A6B647DF 1981_1990_6 0.40 0.639  
72BD8C4B-84F6-4CB6-8BC4-C019929525BE69118BC1-AC76-440F-9C42-F25C672CE2F6 1981_1990_6 0.40 0.649  
359B32FE-D688-4896-82E4-2B4738D6664279EAC576-A260-4143-83B0-32CF204BBE7B 1981_1990_6 0.40 0.644 E
1667BA92-5D91-4465-9492-893451A13847A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 1981_1990_6 0.40 0.644 N
5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2EA75342E-1CCC-4A1D-9AE3-56FFEA395133 1981_1990_6 0.40 0.644 N
EFE6A56C-754A-4E0C-92DC-30B0D870A9A548A796FD-5D1F-463D-9357-C9E2182110A4 1981_1990_6 0.40 0.644 W
FA718AA3-E71E-4F60-9C5A-848F1C14E4C713EA4940-36E8-4E27-87EB-55C74E690355 1981_1990_6 0.40 0.644 S
D4715739-2ADA-426B-89B5-AD8415F6E726958929BB-ACD4-4629-AB9F-B6984E758263 1981_1990_6 0.40 0.644 E
04915BD5-0EE2-4978-A59A-C231AEFC8CF46E6AFC12-5493-40C0-B7E5-DA42F550F2B5 1981_1990_6 0.40 0.639  
5DA3DC7A-6BBC-4A12-9146-3639CF10B2140B62F37E-EDEC-4014-A6D4-01279F8A3493 1981_1990_6 0.40 0.649 Cardinal Direction
E7CA8706-0361-4896-931D-A86022D49E314FA50238-068D-4E20-A2BA-8A5A0A93B796 1981_1990_6 0.40 0.609 N
E4C1DE67-37D2-491D-B759-F167F667A48FDAD33850-1CAC-42D6-BABA-76AA1E6E4A4D 1981_1990_6 0.40 0.609 Cardinal Direction
B2228C74-79FD-494C-B0B4-A09C519AEB3B WINDOWFF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A WINDOW WINDOW_CONSTRUCTION_1 15.85 0.00     NoB2228C74-79FD-494C-B0B4-A09C519AEB3BFF11F32E-61F9-4CEB-A28E-E9D8A2D21D7A 89.98 90.00 E
6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE6 WINDOW3B6D9D89-A422-445A-B305-4E9D2F952782 WINDOW WINDOW_CONSTRUCTION_1 0.37 0.00     No6DF4BBCB-AD4E-4BA3-9C65-566681A3AEE63B6D9D89-A422-445A-B305-4E9D2F952782 270.07 90.00 W
A235F52E-3A6A-4E7A-8A7F-6A0344556902 WINDOW9DCD5D84-78DF-4DA5-80C4-FAE17544226E WINDOW WINDOW_CONSTRUCTION_1 7.70 0.00     NoA235F52E-3A6A-4E7A-8A7F-6A03445569029DCD5D84-78DF-4DA5-80C4-FAE17544226E 0.07 90.00 N
53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3 WINDOWC8CD208F-797F-428F-94DC-277ADC9EF001 WINDOW WINDOW_CONSTRUCTION_1 15.58 0.00     No53E3614D-4A94-4AF1-A75C-AC0F1C7CA9F3C8CD208F-797F-428F-94DC-277ADC9EF001 269.91 90.00 W
72A06231-0209-4259-8B1F-8EE30DAAD9A7 WINDOW1B2839C9-4131-44CA-BD66-B4F56F1F1306 WINDOW WINDOW_CONSTRUCTION_1 42.43 0.00     No72A06231-0209-4259-8B1F-8EE30DAAD9A71B2839C9-4131-44CA-BD66-B4F56F1F1306 179.99 90.00 S
DCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3 WINDOWF7A66C0B-F3E1-46C4-9AFE-F040250343B2 WINDOW WINDOW_CONSTRUCTION_1 15.29 0.00     NoDCCD510F-E17E-42CD-A4C5-7A2D46CFB6B3F7A66C0B-F3E1-46C4-9AFE-F040250343B2 89.98 90.00 E
9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB WINDOW673F9DDD-64F1-4F17-AD3B-320A0F77383B WINDOW WINDOW_CONSTRUCTION_1 34.73 0.00     No9C2DEB6A-BFAC-417A-A29C-B45BBA4E92AB673F9DDD-64F1-4F17-AD3B-320A0F77383B 0.13 90.00 N
77ECE0C5-D40C-4A11-BE61-133B5D2A4885 WINDOWF0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC WINDOW WINDOW_CONSTRUCTION_1 15.29 0.00     No77ECE0C5-D40C-4A11-BE61-133B5D2A4885F0E8F86A-0DC1-4E31-B33E-3562FB8B2BDC 270.04 90.00 W
359B32FE-D688-4896-82E4-2B4738D66642 WINDOW79EAC576-A260-4143-83B0-32CF204BBE7B WINDOW WINDOW_CONSTRUCTION_1 0.64 0.00     No359B32FE-D688-4896-82E4-2B4738D6664279EAC576-A260-4143-83B0-32CF204BBE7B 91.08 90.00 E
1667BA92-5D91-4465-9492-893451A13847 WINDOWA43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 WINDOW WINDOW_CONSTRUCTION_1 21.32 0.00     No1667BA92-5D91-4465-9492-893451A13847A43B5153-DA22-4FD3-A4FC-ED018BE3F5F0 2.33 90.00 N
5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2 WINDOWEA75342E-1CCC-4A1D-9AE3-56FFEA395133 WINDOW WINDOW_CONSTRUCTION_1 1.59 0.00     No5A4389D9-78A5-4DED-8E62-D6D7C8E1F9C2EA75342E-1CCC-4A1D-9AE3-56FFEA395133 1.96 90.00 N
EFE6A56C-754A-4E0C-92DC-30B0D870A9A5 WINDOW48A796FD-5D1F-463D-9357-C9E2182110A4 WINDOW WINDOW_CONSTRUCTION_1 11.57 0.00     NoEFE6A56C-754A-4E0C-92DC-30B0D870A9A548A796FD-5D1F-463D-9357-C9E2182110A4 270.12 90.00 W
FA718AA3-E71E-4F60-9C5A-848F1C14E4C7 WINDOW13EA4940-36E8-4E27-87EB-55C74E690355 WINDOW WINDOW_CONSTRUCTION_1 22.83 0.00     NoFA718AA3-E71E-4F60-9C5A-848F1C14E4C713EA4940-36E8-4E27-87EB-55C74E690355 180.13 90.00 S
D4715739-2ADA-426B-89B5-AD8415F6E726 WINDOW958929BB-ACD4-4629-AB9F-B6984E758263 WINDOW WINDOW_CONSTRUCTION_1 10.06 0.00     NoD4715739-2ADA-426B-89B5-AD8415F6E726958929BB-ACD4-4629-AB9F-B6984E758263 90.40 90.00 E
@@ -3082,8 +3082,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Equipment Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Central Plant

@@ -3307,8 +3307,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: HVAC Sizing Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Zone Sensible Cooling

@@ -3520,8 +3520,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: System Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Economizer

@@ -3656,8 +3656,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Outdoor Air Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Average Outdoor Air During Occupied Hours

@@ -3753,8 +3753,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Object Count Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Surfaces by Class

@@ -3903,8 +3903,8 @@ Note 1: An asterisk (*) indicates that the feature is not yet implemented.

Report: Sensible Heat Gain Summary

For: Entire Facility

-

Timestamp: 2024-01-17 - 12:36:18

+

Timestamp: 2024-01-18 + 14:11:45

Annual Building Sensible Heat Gain Components

diff --git a/system_simulation.py b/system_simulation.py index 01ab6f6a..8fbe9148 100644 --- a/system_simulation.py +++ b/system_simulation.py @@ -5,12 +5,13 @@ from typing import List from pathlib import Path import hub.helpers.constants as cte +from hub.helpers.monthly_values import MonthlyValues class SystemSimulation: def __init__(self, building): + self.building = building self.energy_systems = building.energy_systems - self.heating_demand = building.heating_demand[cte.HOUR] self.cooling_demand = building.cooling_demand self.dhw_demand = building.domestic_hot_water_heat_demand @@ -18,6 +19,7 @@ class SystemSimulation: self.maximum_heating_demand = building.heating_peak_load[cte.YEAR][0] self.maximum_cooling_demand = building.cooling_peak_load[cte.YEAR][0] self.name = building.name + self.energy_system_archetype = building.energy_systems_archetype_name def archetype1(self): out_path = (Path(__file__).parent / 'out_files') @@ -27,7 +29,7 @@ class SystemSimulation: hp_electricity: List[float] = [0.0] * len(self.heating_demand) aux_fuel: List[float] = [0.0] * len(self.heating_demand) heating_consumption: List[float] = [0.0] * len(self.heating_demand) - + boiler_consumption: List[float] = [0.0] * len(self.heating_demand) T[0], dt = 25, 3600 # Assuming dt is defined somewhere ua, v, hp_cap, hp_efficiency, boiler_efficiency = 0, 0, 0, 0, 0 for energy_system in self.energy_systems: @@ -87,17 +89,44 @@ class SystemSimulation: if tes_output < self.heating_demand[i + 1]: q_aux[i + 1] = self.heating_demand[i + 1] - tes_output aux_fuel[i + 1] = (q_aux[i + 1] * dt) / 50e6 - heating_consumption[i + 1] = q_aux[i + 1] / boiler_efficiency + hp_electricity[i + 1] + boiler_consumption[i + 1] = q_aux[i + 1] / boiler_efficiency + heating_consumption[i + 1] = boiler_consumption[i + 1] + hp_electricity[i + 1] data = list(zip(T, T_sup, T_ret, m_ch, m_dis, q_hp, hp_electricity, aux_fuel, q_aux, self.heating_demand)) file_name = f'simulation_results_{self.name}.csv' with open(out_path / file_name, 'w', newline='') as csvfile: output_file = csv.writer(csvfile) - # Write header output_file.writerow(['T', 'T_sup', 'T_ret', 'm_ch', 'm_dis', 'q_hp', 'hp_electricity', 'aux_fuel', 'q_aux', 'heating_demand']) - # Write data output_file.writerows(data) - return heating_consumption + return heating_consumption, hp_electricity, boiler_consumption + + def enrich(self): + if self.energy_system_archetype == 'PV+ASHP+GasBoiler+TES': + building_new_heating_consumption, building_heating_electricity_consumption, building_heating_gas_consumption = ( + self.archetype1()) + self.building.heating_consumption[cte.HOUR] = building_new_heating_consumption + self.building.heating_consumption[cte.MONTH] = MonthlyValues.get_total_month(self.building.heating_consumption[cte.HOUR]) + self.building.heating_consumption[cte.YEAR] = [sum(self.building.heating_consumption[cte.MONTH])] + disaggregated_consumption = {} + for energy_system in self.building.energy_systems: + if cte.HEATING in energy_system.demand_types: + for generation_system in energy_system.generation_systems: + disaggregated_consumption[generation_system.fuel_type] = {} + if generation_system.fuel_type == cte.ELECTRICITY: + disaggregated_consumption[generation_system.fuel_type][ + cte.HOUR] = building_heating_electricity_consumption + disaggregated_consumption[generation_system.fuel_type][cte.MONTH] = MonthlyValues.get_total_month( + disaggregated_consumption[generation_system.fuel_type][cte.HOUR]) + disaggregated_consumption[generation_system.fuel_type][cte.YEAR] = [ + sum(disaggregated_consumption[generation_system.fuel_type][cte.MONTH])] + else: + disaggregated_consumption[generation_system.fuel_type][cte.HOUR] = building_heating_gas_consumption + disaggregated_consumption[generation_system.fuel_type][cte.MONTH] = MonthlyValues.get_total_month( + disaggregated_consumption[generation_system.fuel_type][cte.HOUR]) + disaggregated_consumption[generation_system.fuel_type][cte.YEAR] = [ + sum(disaggregated_consumption[generation_system.fuel_type][cte.MONTH])] + self.building.heating_consumption_disaggregated = disaggregated_consumption + return self.building