powsybl-open-loadflow icon indicating copy to clipboard operation
powsybl-open-loadflow copied to clipboard

An open source loadflow based on PowSyBl

Results 96 powsybl-open-loadflow issues
Sort by recently updated
recently updated
newest added

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

bug

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