e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
848 stars 478 forks source link

Disconnected elements error. #2214

Closed imsaumil closed 7 months ago

imsaumil commented 8 months ago

Feature Checklist

Issue

This is not an issue but stems from my limited knowledge of this library.

I have buses, lines, load, generator, 2w-transformer, and slack generator. It gives me this error through the diagnostic tool and prevents me from running the load flow.

I am yet to add other components and it is an incomplete system. But, wanted to get an idea if this error is due to missing switches in the system?

Thanks for your help in advance.

image

Label

rbolgaryn commented 7 months ago

It is usually due to the buses not having a path to the slack bus - either because there are no elements connecting them, or some switches are open. You do not need to have switches for the connectivity, the connectivity is also there without switches.