Skip to main content

A simulator for carbon-aware applications and systems.

Project description

Vessim

PyPI version Build License Supported versions

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 and months.

⚙️ Installation

If you are using Vessim for the first time, we recommend to clone and install this repository, so you have all code and examples at hand:

$ pip install -e .

Alternatively, you can also install our latest release via pip:

$ pip install vessim

🚀 Getting started

To execute our exemplary co-simulation scenario, run:

$ python examples/cosim_example.py

Software-in-the-Loop Simulation

Software-in-the-Loop (SiL) allows Vessim to interact with real computing systems. There is not yet good documentation on how to set up a full SiL scenario, but you can play with the existing functionality by installing

pip install vessim[sil]

and running:

$ python examples/cosim_sil_example.py

Vessim Base Components

We are still working on examples for the base modules such as CarbonApi or Generator which can be used directly without the use of Mosaik to support simple experiments that do not require the entire co-simulation engine to run.

Documentation and API are in progress.

🏗️ Development

Install Vessim with the dev option in a virtual environment:

python -m venv venv                # create venv
. venv/bin/activate                # activate venv
pip install ".[sil,dev,analysis]"  # install dependencies

📖 Publications

If you use Vessim in your research, please cite our vision paper:

Bibtex:

@misc{vessim2023,
    title={A Testbed for Carbon-Aware Applications and Systems}, 
    author={Wiesner, Philipp and Behnke, Ilja and Kao, Odej},
    year={2023},
    eprint={2306.09774},
    archivePrefix={arXiv},
    primaryClass={cs.DC}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vessim-0.2.0.tar.gz (17.9 kB view hashes)

Uploaded Source

Built Distribution

vessim-0.2.0-py3-none-any.whl (22.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page