Skip to content

DonotDonut/Term_Project-IEEE_Sample_Test_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newton-Raphson Power Flow Analysis

Power System Operation - EE572

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

Term Project Flowchart

Below is the flowchart illustrating the Newton-Raphson power flow calculation process:

Term Project Flowchart

Future Improvements

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

Liscence

This project is open-source! Feel free to fork the repository and contribute improvements.

Prerequisites

Ensure you have Python 3.x installed along with the required libraries:

pip install numpy

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages