Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T12:54:54.000Z (over 1 year ago)
- Last Synced: 2024-01-29T10:18:42.665Z (11 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: 8
- Watchers: 2
- 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.