is_heated and is_cooled pass from thermal_zone to usage_zone

This commit is contained in:
Pilar 2021-08-12 11:42:47 -04:00
parent e6d290385d
commit 308a91dbe1

View File

@ -181,7 +181,7 @@ class ThermalDemandDynamicSimulation:
str(n_weather) + ".1", # ventilation temperature
str(n_zone[i_zone] + 4) + ".1", # from chs
]
print('usage_zone has no sense here!!!')
parameters = [usage_zone.volume + " %[RoomAirVol]",
usage_zone.initial_temperature + " %[Tini]",
usage_zone.cooling_on + " %[CSOn]",