Blog
OpenEnergyMonitor

Hourly energy model example 5: Simple space heating model with heatpump's powered by renewable energy

The 5th example in the online zero carbon energy modelling tool is where it starts to get more interesting: modelling the supply/demand matching between a variable renewable supply and space heating delivered by heatpumps. The electrification of heating with heatpumps so that heating can be supplied with renewable electricity is one of the key solutions used in ZeroCarbonBritain and Sustainable energy without the hot air.


Online tool: http://openenergymonitor.org/energymodel > navigate to 5. Variable supply and space heating demand

The ZeroCarbonBritain dataset includes weighted daily temperatures for 10 years. This dataset can be combined with the solar dataset and a basic household energy model to create a seasonal heating demand model.

Solar gains are an important aspect of space heating. Using MyHomeEnergyPlanner (The open source retrofit modelling tool we are developing with Carbon Coop) to model a concept low energy house with fabric energy efficiency of 120W/K and a total of 16m2 of window area on a 80m2 (floor area) house with external surface area 206.4m2 the maximum potential annual solar gains where calculated to be 4429 kWh.

MyHomeEnergyPlanner: http://github.com/emoncms/MyHomeEnergyPlanner
Running a low electricity demand of 2200 kWh a year and taking into account the solar gains. The space heating demand is only 4,247 kWh/year (compared to 13500 kWh/year for a typical house today a 68% space heating energy saving). If that remaining heat demand is supplied by a heatpump the electrical input should be 1,416 kWh/year.

Building an hourly space heating model:

In order to calculate the space heating demand the model first calculates the total heating demand before solar gains and internal gains are taken into account. The space heating demand assumes constant internal temperature target of 18.5C rather than a morning and evening heating period. A further example with a higher internal temperature and variable profile would worth exploring for comparison. (21.0C being the passivhaus internal temperature target and there is an interesting discussion about the role of heating profiles, heatpump performance and demand spikes)

The model then subtracts the internal gains (heat given off by appliances/cooking/lights etc) and the heat provided by solar gains through the windows, we use the solar pv capacity factor dataset here to provide our solar irradiance dataset. The amount of solar gain was scaled to match the amount of solar gain calculated in the SAP MyHomeEnergyPlanner tool based on the window orientations and areas – the total available solar gain energy is equivalent of 5.0 kW of solar pv.

The model also keeps track of unused solar and internal gains when the internal temperature is already at the target temperature. The assumption at this point is that the excess heat is dumped outside perhaps through increased ventilation.

The space heating demand after internal and solar gains are taken into account is then supplied with a heatpump with the simplifying assumption that the COP is constant and the heatpump fully responsive. A more complex model taking into account a degree of thermal mass in the building and the dynamics of the heatpump cross checked with real data would be useful here to check the assumptions taken in order to create an initial simplified model.

Running the same fabric energy efficiency, max available solar gains and internal gains through this hourly model gives a space heating demand that is 14% higher than the space heating demand calculated with the SAP based MyHomeEnergyPlanner. The difference may be due to the differences in the way solar gains and internal gains utilisation is calculated in a monthly vs hourly model, further investigation is needed to fully understand the reason for this difference.

Model heating demand results:
Total heat demand8445 kWh/y
- Total utilized internal gains:2044 kWh/y of 2201 kWh/y
- Total utilized solar gains:1566 kWh/y of 4132 kWh/y
= Total space heating demand:4835 kWh/y
Total heatpump electricity demand:1611 kWh/y

Running the model for each renewable generation type to investigate the degree of direct supply demand matching we get the following results:

Onshore wind Offshore wind Wave Tidal Solar
Installed capacity 0.568kW0.383kW0.651kW0.776kW1.95kW
Percentage of demand
supplied directly
51%57%61%43%10%
Percentage of time demand is
more or the same as the supply
59%59%58%54%41%

Onshore, Offshore and Wave give quite similar levels of matching. Solar PV supplies the least demand because most of the solar electricity is generated in the summer and most of the heating demand is of course in the winter but also importantly when the sun is shining the heat demand is less due to direct solar gains, the dataset we are using for solar pv generation and solar gains is the same dataset.

The online example also explores the effect of adding a very basic thermal store in order to increase the level of supply matching.

The source code and datasets for the heating demand model and full supply/heating demand matching simulation is all open source available in both javascript and python.

Space heating demand varsupply_spaceheatingdemand.py
Space heating demand with heatstorevarsupply_spaceheatingdemand_store.py
Full source code: https://github.com/TrystanLea/zcem To engage in discussion regarding this post, please post on our Community Forum.