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.2.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.2.0.tar.gz | 49.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| des_sim-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 108.5 kB
Release files / des_sim-1.2.0.tar.gz
| Download URL | des_sim-1.2.0.tar.gz |
|---|---|
| Size | 49.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
350d94216ad6d422c31572ed3c665c37b2c6649e5c41e967d375ab84cd535ec0
|
|
BLAKE2b-256 checksum How to use checksums |
13cb0c35cc5d6bedf9f702b944df3846e6d00a87916f75149618b2096cca4838
|
| 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.2.0-py3-none-any.whl
| Download URL | des_sim-1.2.0-py3-none-any.whl |
|---|---|
| Size | 58.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
24fcb7e287b02216f645129e16b2303f92639d5ce9316042beabd17ba020bb7f
|
|
BLAKE2b-256 checksum How to use checksums |
d98b2b6e93aaf8250de941194526027e4410b98cbf1f4a25ae837bab3d0c7104
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.21
|