Pseudo-Measurements #28
-
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! |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
thank you very much 👍 |
Beta Was this translation helpful? Give feedback.
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