powsybl-open-loadflow
powsybl-open-loadflow copied to clipboard
An open source loadflow based on PowSyBl
### Describe the current behavior In [AbstractSecurityAnalysis::runSync](https://github.com/powsybl/powsybl-open-loadflow/blob/main/src/main/java/com/powsybl/openloadflow/sa/AbstractSecurityAnalysis.java#L107) if the process is multi-threaded it results in redundant reports created through [Reports::createDetailedSolverReporter](https://github.com/powsybl/powsybl-open-loadflow/blob/main/src/main/java/com/powsybl/openloadflow/util/Reports.java#L486), [Reports::createNetworkInfoReporter](https://github.com/powsybl/powsybl-open-loadflow/blob/main/src/main/java/com/powsybl/openloadflow/util/Reports.java#L418) and [Reports::createPreContingencySimulation](https://github.com/powsybl/powsybl-open-loadflow/blob/main/src/main/java/com/powsybl/openloadflow/util/Reports.java#L466) because a network is loaded for each...
**Please check if the PR fulfills these requirements** - [X] The commit message follows our guidelines - [ ] Tests for the changes have been added (for bug fixes /...
### Describe the current behavior Currently, when computing reactive limits of a generator (or a battery) that is defined by its ReactiveCapabiltyCurve, when P is out of the bounds of...
**Please check if the PR fulfills these requirements** - [ ] The commit message follows our guidelines - [ ] Tests for the changes have been added (for bug fixes...
### Describe the current behavior The percent change load action is not a supported OperatorStrategies action in OLF. ### Describe the expected behavior The percent change load action is a...
**Please check if the PR fulfills these requirements** - [ ] The commit message follows our guidelines - [ ] Tests for the changes have been added (for bug fixes...