_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:
Daniel Roth 2026-06-25 15:59:47 +00:00
parent a19b3dada1
commit 60b4cae498

View file

@ -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