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

Unbalanced power flow algorithm in phase representation #873

Open
lthurner opened this issue Aug 17, 2020 · 1 comment
Open

Unbalanced power flow algorithm in phase representation #873

lthurner opened this issue Aug 17, 2020 · 1 comment

Comments

@lthurner
Copy link
Collaborator

The current unbalanced power flow is based on symmetric components and a mixture of Newton-Raphson (positive sequence) and current iteration (zero/negative sequence) according to the paper "Improved Three-Phase Power-Flow Methods Using Sequence Components". This method works and gives accurate results that have been validated against commercial software.

However, there are two main drawbacks:

  • current iteration usually does not scale well with system size
  • symmetric component approach does not allow to model 1/2 phase load/transformer elements

That is why we want to switch to Newton-Raphson solver in phase representation.

The admittance matrices are already validated in positive/negative/zero sequence components, so it makes sense to keep them this way. They could be transformed to Ya/Yb/Yc matrices and then solved with a Newton-Raphson. Does anyone know of a good description for an unbalanced Newton-Raphson in literature?

@lthurner
Copy link
Collaborator Author

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

No branches or pull requests

1 participant