e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
859 stars 481 forks source link

Unbalanced power flow algorithm in phase representation #873

Open lthurner opened 4 years ago

lthurner commented 4 years ago

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:

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 commented 4 years ago

This seems like a good source: https://repository.tudelft.nl/islandora/object/uuid%3A505450d0-2cc0-46fc-bb7d-2f9578645e25