From 446c7fa4ce357280541da8eba65316d8e49168e6 Mon Sep 17 00:00:00 2001 From: guille Date: Wed, 10 Jul 2024 07:39:53 +0200 Subject: [PATCH] Correct correct shadding object selection and idd file --- hub/exports/building_energy/idf.py | 2 +- hub/exports/building_energy/idf_files/Energy+.idd | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hub/exports/building_energy/idf.py b/hub/exports/building_energy/idf.py index 3f713be3..5641a600 100644 --- a/hub/exports/building_energy/idf.py +++ b/hub/exports/building_energy/idf.py @@ -514,7 +514,7 @@ class Idf: for building in self._city.buildings: for internal_zone in building.internal_zones: if internal_zone.thermal_zones_from_internal_zones is None: - self._add_shading(building) # if the building has not archetype use it as shadow object + self._add_shading(building) # if the building has no archetype use it as shadow object continue for thermal_zone in internal_zone.thermal_zones_from_internal_zones: for thermal_boundary in thermal_zone.thermal_boundaries: diff --git a/hub/exports/building_energy/idf_files/Energy+.idd b/hub/exports/building_energy/idf_files/Energy+.idd index 40da6796..95d10597 100644 --- a/hub/exports/building_energy/idf_files/Energy+.idd +++ b/hub/exports/building_energy/idf_files/Energy+.idd @@ -1,4 +1,4 @@ -!IDD_Version 23.2.0 +!IDD_Version 24.1.0 !IDD_BUILD 7636e6b3e9 ! *************************************************************************** ! This file is the Input Data Dictionary (IDD) for EnergyPlus. @@ -30002,10 +30002,10 @@ People, A7 , \field Mean Radiant Temperature Calculation Type \note optional (only required for thermal comfort runs) \type choice - \key ZoneAveraged + \key EnclosureAveraged \key SurfaceWeighted \key AngleFactor - \default ZoneAveraged + \default EnclosureAveraged A8 , \field Surface Name/Angle Factor List Name \type object-list \object-list AllHeatTranAngFacNames