From 9ecf59c68f18899da0533e2225cf7c823b76a1c7 Mon Sep 17 00:00:00 2001 From: p_monsalvete Date: Tue, 2 May 2023 14:39:37 -0400 Subject: [PATCH] rolled back some changes and hardcoded values --- .../building_energy/insel/insel_monthly_energy_balance.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hub/exports/building_energy/insel/insel_monthly_energy_balance.py b/hub/exports/building_energy/insel/insel_monthly_energy_balance.py index 6b07179a..caf2e0a6 100644 --- a/hub/exports/building_energy/insel/insel_monthly_energy_balance.py +++ b/hub/exports/building_energy/insel/insel_monthly_energy_balance.py @@ -127,7 +127,7 @@ class InselMonthlyEnergyBalance(Insel): f'zone {i + 1} (degree Celsius)') parameters.append(f'{usage.thermal_control.heating_set_back} % BP(14) #4 Heating setback temperature ' f'zone {i + 1} (degree Celsius)') - parameters.append(f'{usage.thermal_control.mean_cooling_set_point+4} % BP(15) #5 Cooling setpoint temperature ' + parameters.append(f'{usage.thermal_control.mean_cooling_set_point} % BP(15) #5 Cooling setpoint temperature ' f'zone {i + 1} (degree Celsius)') parameters.append(f'{usage.hours_day} % BP(16) #6 Usage hours per day zone {i + 1}') parameters.append(f'{usage.days_year} % BP(17) #7 Usage days per year zone {i + 1}') @@ -153,8 +153,8 @@ class InselMonthlyEnergyBalance(Insel): for day_type in schedule.day_types: infiltration += infiltration_day * cte.DAYS_A_YEAR[day_type] / 365 ventilation += ventilation_day * cte.DAYS_A_YEAR[day_type] / 365 - #todo: eliminate hardcoded coefficient to ventilationinf - ventilation_infiltration = (ventilation + infiltration)*0.5 + + ventilation_infiltration = ventilation + infiltration parameters.append(f'{ventilation_infiltration} % BP(18) #8 Minimum air change rate zone {i + 1} (ACH)') parameters.append(f'{len(thermal_zone.thermal_boundaries)} % Number of surfaces = BP(11+8z) \n'