This repository contains a Python implementation of the Newton-Raphson (NR) power flow analysis. The program takes input from the IEEE Power Flow Test Cases and computes key power flow results, including:
- Bus Voltage Magnitudes & Angles
- Generator Outputs
- Line Power Flows
Below is the flowchart illustrating the Newton-Raphson power flow calculation process:
Planned enhancements for the next versions:
- Improve Jacobian Matrix computation for better efficiency
- Enhance Q-limits enforcement for generators
- Include shunt susceptance at specific buses
- Implement transformer phase shift angles
This project is open-source! Feel free to fork the repository and contribute improvements.
Ensure you have Python 3.x installed along with the required libraries:
pip install numpy
