mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
_secondary_heating_fraction_for_category returns 0.10 for category 11 (electric ceiling heating) 🟩
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a19b3dada1
commit
60b4cae498
1 changed files with 2 additions and 0 deletions
|
|
@ -995,6 +995,8 @@ _SECONDARY_HEATING_FRACTION_BY_CATEGORY: Final[dict[int, float]] = {
|
|||
# p.188). Cert 0380 (warm air mains gas, code 506, +
|
||||
# electric room-heater secondary) raised here before.
|
||||
10: 0.20,
|
||||
11: 0.10, # Electric ceiling heating (SAP code 701): direct-acting
|
||||
# electric, SAP 10.2 Table 11 "Other electric systems" row.
|
||||
}
|
||||
_SECONDARY_HEATING_FRACTION_DEFAULT: Final[float] = 0.10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue