-
Notifications
You must be signed in to change notification settings - Fork 35
Allow meshed control transformers #927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow meshed control transformers #927
Conversation
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
..._grid_model_c/power_grid_model/include/power_grid_model/optimizer/tap_position_optimizer.hpp
Outdated
Show resolved
Hide resolved
..._grid_model_c/power_grid_model/include/power_grid_model/optimizer/tap_position_optimizer.hpp
Outdated
Show resolved
Hide resolved
..._grid_model_c/power_grid_model/include/power_grid_model/optimizer/tap_position_optimizer.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
..._grid_model_c/power_grid_model/include/power_grid_model/optimizer/tap_position_optimizer.hpp
Outdated
Show resolved
Hide resolved
…ansformer-ranking-restriction Signed-off-by: Nitish Bharambe <78108900+nitbharambe@users.noreply.github.com>
…ansformer-ranking-restriction
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
…ansformer-ranking-restriction Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
…ansformer-ranking-restriction Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com> # Conflicts: # power_grid_model_c/power_grid_model/include/power_grid_model/optimizer/tap_position_optimizer.hpp
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
..._grid_model_c/power_grid_model/include/power_grid_model/optimizer/tap_position_optimizer.hpp
Show resolved
Hide resolved
Signed-off-by: Nitish Bharambe <nitish.bharambe@alliander.com>
Added do-not-merge label, because we have not made a decision on the right implementation yet |
If we are going to merge this branch, we should clearly document which cases we do and which we do not support in automatic tap calculations |
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
Signed-off-by: Jerry Guo <6221579+Jerry-Jinfeng-Guo@users.noreply.github.com>
Please only remove the label once we get the go signal from stakeholders. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@figueroa1395 Could you put this in the merge queue once you see fit in the whole merging gala?
Changes proposed in this PR include:
The updated implementation of automatic transformer tap changer was too restrictive on allowed cases for tap control. Meshed control of transformers was not allowed. With this PR, we shall now put the rank of transformer at the end of the mesh to a
last_rank
. Controlling the slack bus is still prevented by this way.