powsybl / powsybl-core

A framework to build power system oriented software
https://www.powsybl.org
Mozilla Public License 2.0
124 stars 40 forks source link

Load Flow Validation: add support for non-linear shunt compensators #3109

Open jeandemanged opened 2 months ago

jeandemanged commented 2 months ago

Describe the current behavior

In Load Flow Validation, an exception is thrown if the network contains non-linear shunt compensators

throw new PowsyblException("non linear shunt not supported yet")

Only workaround is to disable shunts validation

Describe the expected behavior

add support for non-linear shunt compensators in load flow validation

Describe the motivation

completeness

Extra Information

reported by PyPowSyBl user via slack discussion