Open Paulnkk opened 4 months ago
Dear @Paulnkk,
I agree that numerical issues might arise when trying to solve the power flow with the converted grid data. You can try to run pp.diagnostic(net)
after receiving the data from matpower conversion. Maybe some r, x, or b values are extreme, for some reason.
@SteffenMeinecke thanks a lot for the suggestion, I will try the approach you proposed and try to fix the issue
Feature Checklist
[x] Searched the issues page for similar reports
[x] Read the relevant sections of the documentation
[x] Browse the tutorials and tests for usefull code snippets and examples of use
Issue
Hey,
I am currently running power flow analysis in order to generate the admittance matrix Ybus:
Now I am facing the issue, when I run those lines for the "case14Tree.m" that I receive the following error message:
I assumed that the issue was related to dimensionality of the dataset but when I run the code on higher dimensional cases such as "case30Tree.m", I receive the correct results. Probably, it is not the best approach to generate admittance matrix (grateful if you know a better way to do so) but not sure how to resolve this issue.
Thanks in advance and best regards,
Paul
Label