Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.39 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.39 KB

MATPOWER-SICNM

This repo is an extension package for the algorithms of Matpower, includeing:

  1. Our proposed semi-implicit continuous Newton method.
  2. The classic Iwamoto's robust method 1;
  3. The original explicit2 and implicit3 Continuous Newton method proposed by Federico Milano .
  4. Other algorithms used for comparison in our paper.

This repo also holds the source codes of our paper currently under peer review.

Usage

Please add the src folder to your matlab path. Use the runpfa() function to run the cases in cases folder.

Cite Us

[1] R. Yu, W. Gu, S. Lu, and Y. Xu, “Semi-implicit continuous newton method for power flow analysis,” 2023, arXiv:2312.02809.

Footnotes

  1. 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.

  2. F. Milano, “Continuous newton’s method for power flow analysis,” IEEE Trans. Power Syst., vol. 24, no. 1, pp. 50–57, 2009.

  3. F. Milano, “Implicit continuous newton method for power flow analysis,” IEEE Trans. Power Syst., vol. 34, no. 4, pp. 3309–3311, 2019.