Introduction#
This repo builds the engine behind the topology optimization project ToOp at EliaGroup. ToOp provides tools to perform topology optimization on a grid file including import, DC optimization and AC validation. The following resources may be helpful to grasp the key concepts:
- Quickstart: Grasp the basics and follow along examples. The first one take you through a DC loadflow computation using the DC Solver package.
- Usage: Learn about the two different ways to use this software, either via python or kafka.
- Topology Optimizer: Understand the key concepts behind the topology optimizer.
Note: This project does not provide a GUI or system integration code. You are expected to interact with the module through either python or kafka commands.
Finding help#
If you require help with using this package, your first point of contact is ToOp@eliagroup.eu.
Contributing#
If you want to contribute to ToOp, check out our Contribution Guide.