Skip to content

PowerOwl models power grids as a whole and allows to simulate their power-domain behavior.

License

Notifications You must be signed in to change notification settings

fkie-cad/powerowl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerOwl

PowerOwl models multi-layered power grid architectures, covering the technical grid, individual facilities, organizational units, a corresponding network topology, individual network assets, communication configurations and more. Its primary use is to model and simulate the scenarios used by Wattson or other co-simulation approaches.

Setup

git clone https://github.com/fkie-cad/powerowl.git
python3 -m pip install -e powerowl

Example usage

from powerowl.power_owl import PowerOwl
from pathlib import Path

# Create PowerOwl instance
owl = PowerOwl()
# Load MLG from the examples folder
owl.load_from_file(Path("example-models/cigre_mv_mlg.json"))
# Show the model in the browser
owl.draw()

Disclaimer

For now, the part of PowerOwl that allows to derive the whole grid architecture based just on a power grid topology remains private. Thus, only models that are published along with Wattson are available.

About

PowerOwl models power grids as a whole and allows to simulate their power-domain behavior.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages