aloytag / electrical-grid-simulator

Graphical user interface application for simulating electrical networks based on the pandapower library
MIT License
17 stars 0 forks source link

Short-Circuit Calculation extension #2

Open Kalandoros opened 3 months ago

Kalandoros commented 3 months ago

Is it planed to have the Short-Circuit Calculation module of pandapower to be implemented as an extension? By this the most common use cases (power flow and short-circuit calculation) are been covernd by this application.

aloytag commented 3 months ago

Hi @Kalandoros

Yes, sure. Short-circuit calculation is one of the next features to be included. I am still not sure if it is better to implement it as an extension or as part of the main application. Initially, when I started the program, my idea was that it would only support the creation of the network model. Then, you would need to export it to continue the calculation in text mode via pandapower. Even when it can be done in this way, I changed my mind and I became interested in including more features from pandapower, and even others that I use regularly in my research work. For the latter, which are more special applications, I made the extension system.

Short answer: Yes, I would like to incorporate short-circuit calculation soon.

Best regards. Ariel