pypowsybl
pypowsybl copied to clipboard
DynaFlow integration
- Do you want to request a feature or report a bug?
Feature.
- What is the expected behavior?
Being able to use dynaflow as the loadflow provider.
lf_results = pp.loadflow.run_ac(network, provider='DynaFlow')
- Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, spectrum, etc)
Should mainly consist in adding the powsybl-dynaflow
dependency to thejar aggregation, but it might need some config for native-image build.
Is there a release of dynaflow available somewhere? Nothing at https://github.com/dynawo/dynaflow-launcher
As of today, there is a 'nightly' release, at https://github.com/dynawo/dynaflow-launcher
Implemented in #475