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

ENH: Allow passing multiple phases to potential references #251

Closed
alihamdan opened this issue Aug 5, 2024 · 0 comments · Fixed by #258
Closed

ENH: Allow passing multiple phases to potential references #251

alihamdan opened this issue Aug 5, 2024 · 0 comments · Fixed by #258
Assignees
Labels
enhancement New feature or request

Comments

@alihamdan
Copy link
Member

A potential reference connected to a bus can be set on any (one) phase of the bus, in this case, the potential on that phase is fixed at 0V. Another type of potential reference exist for buses without neutral that set the sum of potentials of the bus to 0V.

We cannot currently use the second type with a bus that has a neutral. We cannot also choose what phases are considered for the second type. I suggest to change the PotentialRef constructor to allow the user to specify any phase configuration of the bus to be used as a reference of potentials.

In the docs, we should encourage the users to not pass the phases and rely on the default behavior as it always chooses the best configuration for any given scenario. In an "Advanced" section (to be created) in the docs, we can add a page that explains the advanced usages of the potential reference and show, using plots, the difference in the results.

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

Successfully merging a pull request may close this issue.

1 participant