mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
handled ceiling and underfloor
This commit is contained in:
parent
8f3c76fde9
commit
8dcb9c11d8
1 changed files with 4 additions and 0 deletions
|
|
@ -442,6 +442,10 @@ class Funding:
|
||||||
return "Electric Storage Heaters Responsiveness <=0.2"
|
return "Electric Storage Heaters Responsiveness <=0.2"
|
||||||
return "Electric Storage Heaters Responsiveness >0.2"
|
return "Electric Storage Heaters Responsiveness >0.2"
|
||||||
|
|
||||||
|
# direct-acting electric space heating (no storage)
|
||||||
|
if mainheating["has_electric_underfloor_heating"] or mainheating["has_electric_ceiling_heating"]:
|
||||||
|
return "Electric Room Heaters"
|
||||||
|
|
||||||
raise ValueError("Invalid pre heating system")
|
raise ValueError("Invalid pre heating system")
|
||||||
|
|
||||||
def calculate_partial_project_abs(
|
def calculate_partial_project_abs(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue