Effects of running a state estimation with initialized load elements #59
Unanswered
davidcano90
asked this question in
Q&A
Replies: 1 comment
-
Hi David, Thank you for opening this topic. I think I understand your question, but to make sure, can you please elaborate a little bit more?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello PGM Community!
I want to do a (asymmetric) state-estimation (SE) of a meshed network with 193 nodes, 202 lines, 2 transformers (just to give you an idea). There are enough power and voltage sensors. Considering a random seed number generator to be able to reproduce the scenarios, I have realized the following with the corresponding effects:
SE execution with load elements in the model for each node. The values for each phase are set to zero:
There is a successful convergence of the SE.
SE execution with load elements in the model for each node. The values for each phase are set to a non-zero value - e.g. P = 1 kW; Q = 0 Var:
There is a successful convergence of the SE, but the results are not exactly the same as in case 1).
SE execution without load elements:
_There is no convergence. "power_grid_model.core.errors.IterationDiverge: Iteration failed to converge after 2000 iterations! Max deviation: 2.59437e-06, error tolerance: 8e-07."
SE execution without load elements with error tolerance set to 2.6 e-06:
There is a convergence, but the results vary significantly with respect to case 1) and 2).
For all cases the algorithm used was “iterative linear”.
From the above I have two questions that I would appreciate if you could help me to solve them:
Thank you in advance for your help!
Best regards
David
Beta Was this translation helpful? Give feedback.
All reactions