power-grid-model icon indicating copy to clipboard operation
power-grid-model copied to clipboard

[FEATURE] Automatic adjustment of transformer tap changer

Open TonyXiang8787 opened this issue 2 years ago • 1 comments

Feature

  • Add control logic for transformer tap changer.
  • In power flow calculation, add an option to change the tap changer of transformer automatically.

Considerations

  • How to model tap changer controller? A separate class or inside transformer?
  • How to implement it in the power flow solver?

TonyXiang8787 avatar May 27 '22 20:05 TonyXiang8787

For the tap changer, we implemented a ranking algorithm for transformers (with tap) in the following PRs:

  • [STEP 1]
  • https://github.com/PowerGridModel/power-grid-model/pull/545
  • https://github.com/PowerGridModel/power-grid-model/pull/558
  • [UNIT TEST]

Jerry-Jinfeng-Guo avatar Apr 03 '24 09:04 Jerry-Jinfeng-Guo