Skip to content

Simulations of hourly energy demand, capacity, storage, and CO2 for different expansion scenarios of District Heating (DH) network using EnergyPlus building energy demand .csv files and PVT generation input .csv file.

License

TStesco/DH-network-simulations

Repository files navigation

DH Network Simulations

Simulations of hourly energy demand, capacity, storage, and CO2 for different expansion scenarios of District Heating (DH) network using EnergyPlus building energy demand .csv files and PVT generation input .csv file.

Run script

It is recommended to use a python environment manager such as venv or conda. Make sure you have python 3.3+, pandas, numpy, and matplotlib. You should be able to import them without errors.

python3
import pandas
import numpy
import matplotlib

Run the script from terminal:

python Hourly_Balance_Model_v3.py

Output graphs

Capacity characteristics graph: capacity-graph
System Heat-to-Power ratio comparison graph: heat-to-power
Thermal exports comparison graph: thermal-exports
Thermal recovery and use graph: process-use

output sankey diagrams

To generate the sankey diagrams use this online tool: http://sankeymatic.com/build/
Copy and paste the sankey.txt files directly into the input box and hit "preview".

About

Simulations of hourly energy demand, capacity, storage, and CO2 for different expansion scenarios of District Heating (DH) network using EnergyPlus building energy demand .csv files and PVT generation input .csv file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages