powsybl-open-loadflow icon indicating copy to clipboard operation
powsybl-open-loadflow copied to clipboard

SVC with stand by automaton

Open annetill opened this issue 3 years ago • 2 comments

Please check if the PR fulfills these requirements (please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes)

  • [ ] The commit message follows our guidelines
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem ? If so, link to this issue using '#XXX' and skip the rest

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change or deprecate an API? If yes, check the following:

  • [ ] The Breaking Change or Deprecated label has been added
  • [ ] The migration guide has been updated in the github wiki (What changes might users need to make in their application due to this PR?)

Other information:

(if any of the questions/checkboxes don't apply, please delete them entirely)

annetill avatar Oct 23 '22 17:10 annetill

The only thing that should remain to do is to move standby automaton to its own outer loop. Looking at the code the standby automaton code seems to be totally disjoint from classical reactive limit management

geofjamg avatar Dec 11 '22 19:12 geofjamg

@annetill should be discard SVC with automaton in reactive outerloop. Imagine a SVC turns to voltage control because reaching a min or max, then it could be processed by normal outerloop like any other generator and switched PQ again?

geofjamg avatar Dec 15 '22 11:12 geofjamg

@annetill should be discard SVC with automaton in reactive outerloop. Imagine a SVC turns to voltage control because reaching a min or max, then it could be processed by normal outerloop like any other generator and switched PQ again?

I is what we want. After becoming a PV bus, it should behave as classical PV bus!

annetill avatar Dec 15 '22 11:12 annetill

@annetill should be discard SVC with automaton in reactive outerloop. Imagine a SVC turns to voltage control because reaching a min or max, then it could be processed by normal outerloop like any other generator and switched PQ again?

I is what we want. After becoming a PV bus, it should behave as classical PV bus!

But not going back PQ

geofjamg avatar Dec 15 '22 11:12 geofjamg

@annetill should be discard SVC with automaton in reactive outerloop. Imagine a SVC turns to voltage control because reaching a min or max, then it could be processed by normal outerloop like any other generator and switched PQ again?

I is what we want. After becoming a PV bus, it should behave as classical PV bus!

But not going back PQ

Yes, it could become PQ again.

annetill avatar Dec 15 '22 11:12 annetill

@annetill should be discard SVC with automaton in reactive outerloop. Imagine a SVC turns to voltage control because reaching a min or max, then it could be processed by normal outerloop like any other generator and switched PQ again?

I is what we want. After becoming a PV bus, it should behave as classical PV bus!

But not going back PQ

Yes, it could become PQ again.

this not like a classical generator where PQ means, reactive limit has been reached.

geofjamg avatar Dec 15 '22 11:12 geofjamg