Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
100% found this document useful (1 vote)
4K views

Power Flow Analysis Unit-II: Flowchart: Gauss-Seidel Method

The document presents a flowchart for performing power flow analysis using the Gauss-Seidel method. The flowchart shows the steps as: 1) read system data and initialize voltages, 2) calculate voltage updates iteratively for each bus until convergence is achieved, 3) check if voltage difference is less than threshold, otherwise repeat updates. It iterates between calculating voltage magnitude and angle updates for each bus type, tracking iteration count and convergence.

Uploaded by

thamizmani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
4K views

Power Flow Analysis Unit-II: Flowchart: Gauss-Seidel Method

The document presents a flowchart for performing power flow analysis using the Gauss-Seidel method. The flowchart shows the steps as: 1) read system data and initialize voltages, 2) calculate voltage updates iteratively for each bus until convergence is achieved, 3) check if voltage difference is less than threshold, otherwise repeat updates. It iterates between calculating voltage magnitude and angle updates for each bus type, tracking iteration count and convergence.

Uploaded by

thamizmani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Power Flow Analysis Unit-II

Flowchart: Gauss-seidel method:

Start

Read number of buses, n. Read line admittances yjk,


Read slack bus voltage. For load buses read Pp, Qp.
For generator bus read Pp, |Vp|spec, Qp,max, Qp,min
From Ybus matrix and determine Yjk for j = 1,2,.n
& K = 1,2,..n
Set Vpo = 1+j0 except slack bus. Set convergence
criterion, . Set iteration count, k=0
B
Set bus count, p=1
C
Yes

Check
For slack bus

No
No

Check
For generator
bus

Yes
+1
Temporarily set, |Vpk| = , |Vp|spec, Calculate reactive power , ,

Set Qp = Qp,min and treat


this bus as load bus

Yes

Check if
< ,

+1
,

No
Set Qp = Qp,max and treat
this bus as load bus

Yes

Check if
+1
,
> ,

No
Calculate
Set

+1
+1

+1
and then ,
+1
= ,

Treat the bus as generator bus and calculate


of +1 ). Set +1 =, |Vp|spec+1

+1 (Phase

A
Flow Chart for Load Flow Analysis by using Gauss-Seidel Method

Power Flow Analysis Unit-II


A

Calculate +1

Set = +1

Advance bus count i.e, set p= p+1

Check if
P>n

No

Yes
Evaluate |Vmax| which is largest of +1

No
B

Set, k = k+1

Check if
|Vmax| <
Yes
Evaluate line flow and
Slack bus power

Stop

FLOW CHART: GAUSS-SEIDEL METHOD

Flow Chart for Load Flow Analysis by using Gauss-Seidel Method

You might also like