District Energy System (DES)
A Python package for simulating district heating networks using the mosaik co-simulation framework. Models include heat pumps, CHP units, boilers, PV systems, battery storage, and thermal tanks.
Developed at Hochschule Offenburg – Institute for Sustainable Energy Systems INES.
Installation
Create a new conda environment:
conda create --name des_sim python=3.10.13
conda activate des_sim
pip install DES-sim
(If you plan to modify the core models in the src/ folder, install in editable mode instead using pip install -e .)
Usage
Run the simulation from the project root:
python main_sim.py
Configuration is pulled from data/inputs/input_params.json, and outputs are saved to data/outputs/.
Documentation
The documentation for the individual models is available here.
Release files for DES-sim 1.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| des_sim-1.3.0.tar.gz | 50.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| des_sim-1.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 110.4 kB
Release files / des_sim-1.3.0.tar.gz
| Download URL | des_sim-1.3.0.tar.gz |
|---|---|
| Size | 50.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a3aee6f1e8e5ea2eb87a6f18131f187064b157032fa6464ed566c240c4362087
|
|
BLAKE2b-256 checksum How to use checksums |
3b1ac490985fa692e8ace8d8ae40f54373141361a0c42c65e61885d6940177e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|
Release files / des_sim-1.3.0-py3-none-any.whl
| Download URL | des_sim-1.3.0-py3-none-any.whl |
|---|---|
| Size | 59.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c2b5b43dd79e618fd5f99af99f9c0289e6e789f33b91e496dde5ffd03cb6fd81
|
|
BLAKE2b-256 checksum How to use checksums |
44a2d803d60e952d95af6de53d0a5a6154309ed740b95519dc4946958ef3ee87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|