PSCLab1 2023 Exp3
PSCLab1 2023 Exp3
PSCLab1 2023 Exp3
(EE5203)
Experiment: 03
Gauss Seidel Load Flow
Experiment title:
Gauss Seidel Load flow solution Matrix
Aim:
Write a generalized MATLAB program for load flow solution
using Gauss Seidel method. Validate the same on following
test systems
• 5 bus system
• IEEE 14 bus system
S. No. From bus To bus R (pu) X (pu) B (pu) Tap ratio (t)
1 1 2 0.042 0.168 0.082 1.00
2 1 5 0.031 0.126 0.062 1.00
3 2 3 0.031 0.126 0.062 1.00
4 3 4 0.024 0.136 0.164 1.00
5 3 5 0.053 0.210 0.102 1.00
6 4 5 0.063 0.252 0.122 1.00
1 1 1 0 0 0 0 0 0 0
2 2 1 0 50 0 0 0 -500 500
3 2 1 0 100 0 0 0 -500 500
4 3 1 0 0 0 115 60 0 0
5 3 1 0 0 0 85 40 0 0
Bus |v| 𝜃 Pi Qi
(deg) (MW) (MVAR)
1 1 0 0 0
2 1 0 50 0
3 1 0 100 0
4 1 0 0 0
5 1 0 0 0
Bus |v| 𝜃 Pi Qi
(deg) (MW) (MVAR)
1 1 0 0 0
2 1 0 50 0
3 1 0 100 0
4 1 0 0 0
5 1 0 0 0
1. Experiment Title
2. Aim of the Experiment
3. Theory
• Basic concepts associated to the experiment
• Key assumptions if required
4. MATLAB Codes
• Printout of m-file or screenshot of the codes
• First line of code should be your roll no and name, such as,
• % ABC – XYZ where ABC is roll no and XYZ is the name of the student
5. Results
• Results in tabular/figure or any other suitable form
• Copy or screenshot of the results (command window)
6. Observations