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

State estimation with voltage magnitude, active and reactive power. #17

Open
grg-l opened this issue Jul 24, 2022 · 0 comments
Open

State estimation with voltage magnitude, active and reactive power. #17

grg-l opened this issue Jul 24, 2022 · 0 comments

Comments

@grg-l
Copy link

grg-l commented Jul 24, 2022

Problem description
While using the algorithm of the state estimation our developement team noticed something unusual in the behaviour of the function.
Two behaviours occured with our input:

  • State estimation function went into an infinite loop in this function epsilon value is never converging to the wanted result.
  • When the epsilon value converges the return are some values that are not accurate and descriptive of the grid (like Nan and infinite values)

To Reproduce
Build an example like this one but instead of the Voltage magnitude and phase input provide in input Voltae magnitude(MeasType.V_mag), active and reactive power.

Expected behavior
Return a state of all the input grid with relevant values trough the Result class included in the pyvolt.result module, where all nodes and branches informations after estimation are contained.

Additional context
The issue has already been discussed with Jan Dinkelbach, member of the community, who gave to the team support and noticed that this behaviour is not normal and could be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant