handling electricaire system

This commit is contained in:
Khalim Conn-Kowlessar 2025-08-09 18:07:35 +01:00
parent b847b8bdd2
commit 20d58aa5d8

View file

@ -434,6 +434,14 @@ class Funding:
else:
return "Non Condensing Gas Boiler"
if mainheating["has_electricaire"]:
# Based on current understanding, electricaire is an electric warm air storage heater, using
# off-peak electricity to heat a thermal store and then a fan blows the heat through ducts
# into rooms
if mainheat_energy_eff == "Very Poor":
return "Electric Storage Heaters Responsiveness <=0.2"
return "Electric Storage Heaters Responsiveness >0.2"
raise ValueError("Invalid pre heating system")
def calculate_partial_project_abs(