Closed geofjamg closed 2 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:
The DC mode of the fast security analysis would be more efficiently done through our new OpenSensitivityAnalysisProvider
. This mode could support actions too.
We still have a beta version of the security analysis. What we still need to support is:
@obrix and @Hadrien-Godard can you handle the two first bullets points?
ContingencyElementType
support, I think that you can start with GENERATOR
and SVC
.ActivePowerLimits
(in MW) and continue with ApparentPowerLimits
(in MVA).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.
We need to implement a security analysis much faster than default one provided by
com.powsybl.security.SecurityAnalysisImpl
which is an external loop overcom.powsybl.loadflow.LoadFlow
run.com.powsybl.security.SecurityAnalysis
ContingencyTopologyTraverser
could be helpful to identify for each of the contingency the branches and couplers that could be opened to simulate the contingency (fault propagation analysis).OuterLoop
instance.OuterLoop
instance.Some other performance ideas: