powsybl / powsybl-open-loadflow

An open source loadflow based on PowSyBl
Mozilla Public License 2.0
47 stars 7 forks source link

Fast security analysis #129

Closed geofjamg closed 2 years ago

geofjamg commented 4 years ago

We need to implement a security analysis much faster than default one provided by com.powsybl.security.SecurityAnalysisImpl which is an external loop over com.powsybl.loadflow.LoadFlow run.

Some other performance ideas:

annetill commented 4 years ago

This issue is partially solved by this https://github.com/powsybl/powsybl-open-loadflow/pull/135

The beta version of the security analysis that is merged on master branch does not support:

annetill commented 3 years ago

The DC mode of the fast security analysis would be more efficiently done through our new OpenSensitivityAnalysisProvider. This mode could support actions too.

annetill commented 3 years ago

We still have a beta version of the security analysis. What we still need to support is:

annetill commented 3 years ago

@obrix and @Hadrien-Godard can you handle the two first bullets points?

geofjamg commented 2 years ago

I close this issue because most of it has been done and because it is too generic. Additional issues will be created to improve security analysis.