Pseudo-Measurements #28
Answered
by
TonyXiang8787
scud-soptim
asked this question in
Q&A
|
In state estimation, a pseudo-balance measurement (e.g., S=0 MVar) is often used at a node without a load or generator to achieve more stable results. Unfortunately, I couldn't find specific references to this in the source code of PGM (presumably Power Grid Management).
Thank you for your insights and assistance! |
Answered by
TonyXiang8787
Mar 11, 2024
Replies: 2 comments 7 replies
|
Hi @sudo-ac thanks for your question. Indeed we treat a node without any load/generator as a zero-injection constraint. We enforce this constraints in our solver. The user does not need to add any sensors to achieve this. The PGM can automatically detect a zero-injection node and enforce the constraint. If you are interested, please see below the code segment. |
7 replies
Answer selected by
mgovers
|
thank you very much 👍 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sudo-ac thanks for your question. Indeed we treat a node without any load/generator as a zero-injection constraint. We enforce this constraints in our solver. The user does not need to add any sensors to achieve this. The PGM can automatically detect a zero-injection node and enforce the constraint.
If you are interested, please see below the code segment.
https://github.com/PowerGridModel/power-grid-model/blob/cdb65fce5b24a6ff1f6ccfd8c39e14bf45e8fb04/power_grid_model_c/power_grid_model/include/power_grid_model/math_solver/measured_values.hpp#L234-L235