Correct correct shadding object selection and idd file
This commit is contained in:
parent
3c5f1b7357
commit
446c7fa4ce
|
@ -514,7 +514,7 @@ class Idf:
|
||||||
for building in self._city.buildings:
|
for building in self._city.buildings:
|
||||||
for internal_zone in building.internal_zones:
|
for internal_zone in building.internal_zones:
|
||||||
if internal_zone.thermal_zones_from_internal_zones is None:
|
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
|
continue
|
||||||
for thermal_zone in internal_zone.thermal_zones_from_internal_zones:
|
for thermal_zone in internal_zone.thermal_zones_from_internal_zones:
|
||||||
for thermal_boundary in thermal_zone.thermal_boundaries:
|
for thermal_boundary in thermal_zone.thermal_boundaries:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
!IDD_Version 23.2.0
|
!IDD_Version 24.1.0
|
||||||
!IDD_BUILD 7636e6b3e9
|
!IDD_BUILD 7636e6b3e9
|
||||||
! ***************************************************************************
|
! ***************************************************************************
|
||||||
! This file is the Input Data Dictionary (IDD) for EnergyPlus.
|
! This file is the Input Data Dictionary (IDD) for EnergyPlus.
|
||||||
|
@ -30002,10 +30002,10 @@ People,
|
||||||
A7 , \field Mean Radiant Temperature Calculation Type
|
A7 , \field Mean Radiant Temperature Calculation Type
|
||||||
\note optional (only required for thermal comfort runs)
|
\note optional (only required for thermal comfort runs)
|
||||||
\type choice
|
\type choice
|
||||||
\key ZoneAveraged
|
\key EnclosureAveraged
|
||||||
\key SurfaceWeighted
|
\key SurfaceWeighted
|
||||||
\key AngleFactor
|
\key AngleFactor
|
||||||
\default ZoneAveraged
|
\default EnclosureAveraged
|
||||||
A8 , \field Surface Name/Angle Factor List Name
|
A8 , \field Surface Name/Angle Factor List Name
|
||||||
\type object-list
|
\type object-list
|
||||||
\object-list AllHeatTranAngFacNames
|
\object-list AllHeatTranAngFacNames
|
||||||
|
|
Loading…
Reference in New Issue
Block a user