Failed to converge due to adjacent links #85
Answered by
figueroa1395
Mar 2, 2026
Replies: 2 comments 3 replies
|
Hi @noelhuang, Thank you for your question. Links are indeed a well-known potential source of instabilities (see e.g. PowerGridModel/power-grid-model#1217 which may be related to the edge case you're facing). We are working on improving this (see e.g. PowerGridModel/power-grid-model#35 , which is currently under active development), but for the time being, a workaround is indeed required.
|
3 replies
|
Hi @figueroa1395 , Indeed the issues have been resolved, and as you summarized, after setting the Thanks again for your help! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Hello @noelhuang,
As I understand it, the issues have now been resolved. The main problem, besides what has been mentioned here already, was that the
u_reffor thesourcewas set inVinstead ofp.u.. Once that and the other things were addressed, not only the convergence was successful, but the results were accurate.If this is true, please let us know and mark the answer as correct, so other users can potentially pinpoint. Feel free to add anything else needed :).