Skip to content

Load Flow Analysis Power System. This is a console application that implements load flow analysis for a grid system fed by the user

Notifications You must be signed in to change notification settings

wayri/Gauss_Siedel_Load_Flow_Analyser

Repository files navigation

This is a parrallel program to Bus_Matrix_Generator

Gauss_Siedel_Load_Flow_Analyser

This is a console program that uses complex vectors (in C++) to perform gauss seidel analysis on the data fed by the user. The program is documented in the comments.

Flow

The program flow begins with taking in the required data as | Bus Admittance Matrix (see bus matrix), Bus Parameters as Apparent Power 'S' and phasor Voltage 'V', Bus type among; SLACK, LOAD or GEN bus. The function call to bus_voltage(--) function should be performed only after the required data is entered as a whole and verified. The program does not implement in-built protection against such scenarios where any data would be incomplete.

About

Load Flow Analysis Power System. This is a console application that implements load flow analysis for a grid system fed by the user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published