Open hakanozlemis opened 1 year ago
@SteffenMeinecke, @rbolgaryn, any suggestions for this topic?
Dear @hakanozlemis ,
at the moment we do not have an immediate plan to invest effort in the improvement of the performance of 3ph power flow.
If you are interested in implementing the recycle feature, we will review your pull request and give our comments, and answer specific questions.
Would you be interested in implementing the recycle feature for the 3ph power flow?
Best regards, Roman
There is an implementation of power grid model interface that is faster.
Nevertheless, it would be nice to have a recycle feature implemented in pandapower.
Dear @rbolgaryn,
Thanks for your quick reply!
I am currently writing my master's thesis and I wanted accelerate the simulations for my thesis. However, I am racing quite against the clock, as you can understand. I am unfortunately not expert in source code of Pandapower, thus, I cannot estimate how much work it would be. Could you please provide me an estimate of how much you think the implementation would take?
I had a follow-up question to your second message. You probably mean LightSim2Grid, right? I am already using it, but I would appreciate if you can let me know if there is an alternative. However, I think, the missing recycling is the limiting factor at this point.
Best, Hakan Özlemis
Dear @hakanozlemis ,
here is what I meant:
As for the effort, I think between days and weeks.
Best regards, Roman
Dear @rbolgaryn ,
I did not know about the cool PGM extension. Thanks for letting me know about it!
Just to document it further regarding the solver: In my case, the limiting factor still stays the preparation (e.g., calulcation of Ybus) for numerical computation instead of the numerics or the asymmetric solver itself.
Thanks also for letting me know about your effort estimate. Just so you know, I do not think I cannot afford it in near future (6 months), but we can see if we manage something after that!
Best regards, Hakan
@hakanozlemis what is the progress on this topic? A PR would be appreciated.
Issue Report Checklist
Labels (if access available)
labels
at the right side (e.g.bug
,controller
,OPF
...)Question
Hello dear pandapower community,
I had a question to you regarding the time series simulation performance for 3ph power flow. In the meanwhile, I have faced a significant performance drop (10-times slower) after changing from single-phase to three-phase simulation which is not only due to problem complexitiy arising with three phases. I have realized then that the
recycle
feature is not available for 3ph-simulations (runpp_3ph
and asymmetric elements such asasymmetric_load
), see the following code lines:I got curious about if you have already a workaround solution to use recycling also for 3ph-simulations or are planning to add this feature as well. I would be glad to hear back from you.
You can find my both test cases below.
Best, Hakan Özlemis
Single-phase timeseries simulation:
Three-phase timeseries simulation: