pypowsybl icon indicating copy to clipboard operation
pypowsybl copied to clipboard

DynaFlow integration

Open sylvlecl opened this issue 3 years ago • 2 comments

  • 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.

sylvlecl avatar Sep 17 '21 09:09 sylvlecl

Is there a release of dynaflow available somewhere? Nothing at https://github.com/dynawo/dynaflow-launcher

geofjamg avatar Oct 05 '21 16:10 geofjamg

As of today, there is a 'nightly' release, at https://github.com/dynawo/dynaflow-launcher

CBiasuzzi avatar Apr 11 '22 17:04 CBiasuzzi

Implemented in #475

sylvlecl avatar Jan 12 '23 15:01 sylvlecl