Implementation of Power flow solver with
- Newton-Raphson
- Backward-Forward sweep (Gauss-Seidal method) for distribution system (Radial Network)
39 bus system data from MATPOWER
References:
- Shirmohammadi, Dariush, et al. "A compensation-based power flow method for weakly meshed distribution and transmission networks." IEEE Transactions on power systems 3.2 (1988): 753-762.
- Zimmerman, Ray Daniel, Carlos Edmundo Murillo-Sánchez, and Robert John Thomas. "MATPOWER: Steady-state operations, planning, and analysis tools for power systems research and education." IEEE Transactions on power systems 26.1 (2011): 12-19.
References:
- Andersson, Göran. "Dynamics and control of electric power systems." Lecture notes (2012): 227-0528.
- Sauer, Peter W., Mangalore A. Pai, and Joe H. Chow. Power System Dynamics and Stability: With Synchrophasor Measurement and Power System Toolbox. John Wiley & Sons, 2017.
The code runs Transient Stability Assessment based on the following methods
- Time domain simulation
- Potential Energy Boundary Surface (PEBS)
- Boundary Controlling u.e.p. Method (BCU)
The data is imported in PSAT format. The code closely follows the example in Sauer et.al. [1].
References
- Sauer, Peter W., Mangalore A. Pai, and Joe H. Chow. Power System Dynamics and Stability: With Synchrophasor Measurement and Power System Toolbox. John Wiley & Sons, 2017.
- Chiang, Hsiao-Dong. Direct methods for stability analysis of electric power systems: theoretical foundation, BCU methodologies, and applications. John Wiley & Sons, 2011.
Simulink model and parameter setting by looking at the root locus.
Reference:
- Andersson, Göran. "Dynamics and control of electric power systems." Lecture notes (2012): 227-0528. (Chapter 4)