Skip to content
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

Fix power flow initialisation of synchronous generators #238

Merged
merged 10 commits into from
Nov 30, 2023

Commits on Nov 28, 2023

  1. fix initialization of SG power after powerflow

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga authored and dinkelbachjan committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f18262f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cef7439 View commit details
    Browse the repository at this point in the history
  3. remove unused function setSGPower

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga authored and dinkelbachjan committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c0fb8b7 View commit details
    Browse the repository at this point in the history
  4. add function setPower<Complex> to SimNode

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga authored and dinkelbachjan committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9201481 View commit details
    Browse the repository at this point in the history
  5. correct power calculation of PQ buses after powerflow

    Signed-off-by: Martin Moraga <[email protected]>
    martinmoraga authored and dinkelbachjan committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f2eec8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0331903 View commit details
    Browse the repository at this point in the history
  7. improve some comments

    Signed-off-by: Jan Dinkelbach <[email protected]>
    dinkelbachjan committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    981abc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. enforce setting of domain argument for initWithPowerflow

    Signed-off-by: Jan Dinkelbach <[email protected]>
    dinkelbachjan committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    234b3f9 View commit details
    Browse the repository at this point in the history
  2. fix pybind double definition of components_at_node

    Signed-off-by: Jan Dinkelbach <[email protected]>
    dinkelbachjan committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7fb0981 View commit details
    Browse the repository at this point in the history
  3. add comments on power solution setters in powerflow solver

    Signed-off-by: Jan Dinkelbach <[email protected]>
    dinkelbachjan committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9405f52 View commit details
    Browse the repository at this point in the history