Model/backend/app/assumptions.py
Khalim Conn-Kowlessar 7107e37027 handling fuel sources
2024-08-12 17:24:06 +01:00

4 lines
262 B
Python

# Assumes that the average efficiency of an air source heat pump is 250%, taking the median of the 200-400% range,
# which is often quoted as a sensible efficiency range for air source heat pumps.
PESSIMISTIC_ASHPY_EFFICIENCY = 200
AVERAGE_ASHP_EFFICIENCY = 300