https://github.com/ashwaniydv/load-flow-analysis-power-systems
MATLAB programs for solving the power-flow equations using either of methods: Gauss-Seidel (G-S), Newton-Raphson (N-R) & Fast Decoupled Load Flow (FDLF).
https://github.com/ashwaniydv/load-flow-analysis-power-systems
electrical-engineering gauss-seidel gauss-seidel-method loadflowanalysis matlab newton-raphson newton-rapshon-method numerical-methods power-systems
Last synced: 4 months ago
JSON representation
MATLAB programs for solving the power-flow equations using either of methods: Gauss-Seidel (G-S), Newton-Raphson (N-R) & Fast Decoupled Load Flow (FDLF).
- Host: GitHub
- URL: https://github.com/ashwaniydv/load-flow-analysis-power-systems
- Owner: ashwaniYDV
- Created: 2020-11-27T09:39:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T12:54:54.000Z (about 2 years ago)
- Last Synced: 2025-04-23T22:35:31.027Z (6 months ago)
- Topics: electrical-engineering, gauss-seidel, gauss-seidel-method, loadflowanalysis, matlab, newton-raphson, newton-rapshon-method, numerical-methods, power-systems
- Language: MATLAB
- Homepage:
- Size: 9.77 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Load flow Analysis Power Systems
### IIT Patna - Course EE381MATLAB programs for solving the power-flow equations using either of methods: Gauss-Seidel (G-S), Newton-Raphson (N-R) & Fast Decoupled Load Flow (FDLF).
* The key information presented in power flow analysis is the magnitude and phase angle of voltage at each bus and the real and reactive power flowing in each transmission lines.
* The purpose of any load flow analysis is to compute precise steady-state voltages magnitudes and angles of all buses in the network, the real and reactive power flows into every line and transformer, under the assumption of known generation and load.
* Power flow analysis is the backbone of power system analysis and design and are necessary for planning, operation, economic scheduling and exchange of power between utilities.