A simulator for carbon-aware applications and systems.
Project description
Vessim
Vessim is a versatile co-simulation testbed for carbon-aware applications and systems. It lets users connect domain-specific simulators for energy system components like renewable power generation, energy storage, and power flow analysis with real software and hardware.
Vessim is in alpha stage and under active development. Functionality and documentation will improve in the next weeks an months.
⚙️ Installation
You can install the latest release of Vessim via pip:
$ pip install vessim
🚀 Getting started
Vessim uses Mosaik for co-simulation. To run the example scenario, clone the repository (including all examples) and set up your environment via:
$ pip install -e .
To execute the fully simulated example scenario, run:
$ python examples/scenario_1.py
Development
Install the requirements in a virtual environment:
python3 -m venv venv # create venv
. venv/bin/activate # activate venv
pip3 install -r requirements.txt # install dependencies
Install & start docker systemctl start docker
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.