This repo is an extension package for the algorithms of Matpower, includeing:
- Our proposed semi-implicit continuous Newton method.
- The classic Iwamoto's robust method 1;
- The original explicit2 and implicit3 Continuous Newton method proposed by Federico Milano .
- Other algorithms used for comparison in our paper.
This repo also holds the source codes of our paper currently under peer review.
Please add the src
folder to your matlab path. Use the runpfa()
function to run the cases in cases
folder.
[1] R. Yu, W. Gu, S. Lu, and Y. Xu, “Semi-implicit continuous newton method for power flow analysis,” 2023, arXiv:2312.02809.
Footnotes
-
S. Iwamoto and Y. Tamura, “A load flow calculation method for ill- conditioned power systems,” IEEE Transactions on Power Apparatus and Systems, vol. PAS-100, no. 4, pp. 1736–1743, 1981. ↩
-
F. Milano, “Continuous newton’s method for power flow analysis,” IEEE Trans. Power Syst., vol. 24, no. 1, pp. 50–57, 2009. ↩
-
F. Milano, “Implicit continuous newton method for power flow analysis,” IEEE Trans. Power Syst., vol. 34, no. 4, pp. 3309–3311, 2019. ↩