SlideShare a Scribd company logo
1 of 4
EXPERIMENT-4 
OBJECTIVE 
To develop a computer program to solve the set of non linear load flow equations using 
Gauss seidal load flow algorithm. 
SOFTWARE USED 
MATLAB 
THEORY 
Load flow analysis is the most frequently performed system study by electric utilities. This 
analysis is performed on a symmetrical steady-state operating condition of a power system 
under โ€˜normalโ€™ mode of operation and aims at obtaining bus voltages and line/transformer 
flows for a given load condition. This information is essential both for long term planning 
and next day operational planning. In long term planning, load flow analysis helps in 
investigating the effectiveness of alternative plans and choosing the โ€˜bestโ€™ plan for system 
expansion to meet the projected operating state. In operational planning, it helps in choosing 
the โ€˜bestโ€™ unit commitment plan and generation schedules to run the system efficiently for 
them next dayโ€™s load condition without violating the bus voltage and line flow operating 
limits. 
The Gauss seidal method is an iterative algorithm for solving a set of non- linear algebraic 
equations. The relationship between network bus voltages and currents may be represented 
by either loop equations or node equations. Node equations are normally preferred because 
the number of independent node equation is smaller than the number of independent loop 
equations. 
The network equations in terms of the bus admittance matrix can be written as, 
ํผbus=[Ybus]ํ‘‰bus (1) 
For a n bus system, the above performance equation can be expanded as, 
[ 
ํผ1 
ํผ2 
โ‹ฎ 
โ‹ฎ 
ํผํ‘ 
โ‹ฎ 
ํผํ‘›] 
= 
ํ‘Œ11 ํ‘Œ12 โ€ฆ ํ‘Œ1ํ‘ ํ‘Œ1ํ‘› 
ํ‘Œ12 ํ‘Œ22 โ€ฆ ํ‘Œ2ํ‘ ํ‘Œ2ํ‘› 
โ‹ฎ โ‹ฎ โ‹ฎ โ‹ฎ 
โ‹ฎ โ‹ฎ โ‹ฎ โ‹ฎ 
ํ‘Œํ‘1 ํ‘Œํ‘2 โ€ฆ ํ‘Œํ‘ํ‘ ํ‘Œํ‘ํ‘› 
โ‹ฎ โ‹ฎ โ‹ฎ โ‹ฎ 
ํ‘Œํ‘›1 ํ‘Œํ‘›2 โ€ฆ ํ‘Œํ‘›ํ‘ ํ‘Œํ‘›ํ‘› 
[ 
] 
ํ‘‰1 
ํ‘‰2 
โ‹ฎ 
โ‹ฎ 
ํ‘‰ํ‘ 
โ‹ฎ 
ํ‘‰ํ‘›] 
[ 
(2) 
where n is the total number of nodes. 
Vp is the phasor voltage to ground at node p. 
Ip is the phasor current flowing into the network at node p.
At the pth bus, current injection: 
ํผํ‘=Yp1V1+ Yp2V2+YppVp+โ€ฆโ€ฆ.YpnVn 
ํ‘›ํ‘ž 
= ฮฃ ํ‘Œํ‘ํ‘ž ํ‘‰ํ‘ž 
ํ‘› 
ํ‘ž=1 
ํ‘žโ‰ ํ‘ 
=1 = ํ‘Œํ‘ํ‘ํ‘‰ํ‘ + ฮฃ ํ‘Œํ‘ํ‘ž ํ‘‰ํ‘ž 
(3) 
Vp = 1 
Ypp 
[ํผํ‘ โˆ’ 
ํ‘› 
ํ‘ž=1 
ํ‘žโ‰ ํ‘ 
ฮฃ ํ‘Œํ‘ํ‘ž ํ‘‰ํ‘ž 
] (4) 
At bus p , we can write Pp โ€“jQp=Vp*Ip 
Hence, the current at any node p is related to P, Q and V as follows: 
โˆด Ip = 
(Ppโˆ’jQp ) 
Vp โˆ— 
(for any bus p except slack bus s) 
Substituting for Ip in Equation (4), 
Vp = 
1 
Ypp 
[ 
(Pp โˆ’ jQp ) 
โˆ— โˆ’ ฮฃ ํ‘Œํ‘ํ‘ž ํ‘‰ํ‘ž 
Vp 
ํ‘› 
ํ‘ž=1 
ํ‘žโ‰ ํ‘ 
] 
ALGORITHM: 
Step 1: Read the input data. 
Step 2: Find out the admittance matrix. 
Step 3: Choose the flat voltage profile 1+j0 to all buses except slack bus. 
Step 4: Set the iteration count p = 0 and bus count i = 1. 
Step 5: Check the slack bus, if it is the generator bus then go to the next step otherwise go to 
Next step 7. 
Step 6: Before the check for the slack bus if it is slack bus then go to step 11 otherwise go to 
Next step. 
Step 7: Check the reactive power of the generator bus within the given limit. 
Step 8: If the reactive power violates a limit then treat the bus as load bus. 
Step 9: Calculate the phase of the bus voltage on load bus 
Step 10: Calculate the change in bus voltage of the repeat step mentioned above until all the 
bus voltages are calculated. 
Step 11: Stop the program and print the results 
PROBLEM STATEMENT 
For the sample system the generators are connected at all the four buses by loads are at buses 
2 and 3. Values of real and reactive power are listed in tables.All buses other than the slack 
are PQ type. 
Assuming a flat voltage start find the voltages and bus angles at the three buses at the end of 
the first GS iteration
Bus Pi(pu) Qi,(pu) Vi,(pu) Remarks 
1 - - 1.04<00 Slack bus 
2 0.5 -0.2 - PQ bus 
3 -1.0 0.5 - PQ bus 
4 0.3 -0.1 - PQ bus 
S
Treat this as gen bus & calculate Vpi 
Calculate the 
change in voltage 
Increment the bus 
count 
Check i>n 
Check del Vpi 
<E 
Increment iteration 
count 
P=P+1 
Print the result 
Stop 
D 
A 
E 
B

More Related Content

What's hot

Load flow studies 19
Load flow studies 19Load flow studies 19
Load flow studies 19Asha Anu Kurian
ย 
Z bus building algorithm
Z bus building algorithmZ bus building algorithm
Z bus building algorithmKaransinh Parmar
ย 
Representation of power system components
Representation of power system componentsRepresentation of power system components
Representation of power system componentsPrasanna Rao
ย 
Swing equation
Swing equationSwing equation
Swing equationDarshil Shah
ย 
Power System Operation and Control
Power System Operation and ControlPower System Operation and Control
Power System Operation and ControlBiswajit Pratihari
ย 
Computer Application in Power system chapter one - introduction
Computer Application in Power system chapter one - introductionComputer Application in Power system chapter one - introduction
Computer Application in Power system chapter one - introductionAdama Science and Technology University
ย 
Generation shift factor and line outage factor
Generation shift factor and line outage factorGeneration shift factor and line outage factor
Generation shift factor and line outage factorViren Pandya
ย 
Different method of frequency and voltage control
Different method of frequency and voltage controlDifferent method of frequency and voltage control
Different method of frequency and voltage control8141245710
ย 
Control of active power &amp; reactive power
Control of active power &amp; reactive powerControl of active power &amp; reactive power
Control of active power &amp; reactive powerPavithran Selvam
ย 
Load flow study
Load flow studyLoad flow study
Load flow studyf s
ย 
Sag in overhead transmission line, sag calculation &amp; string chart
Sag in overhead transmission line, sag   calculation &amp; string chartSag in overhead transmission line, sag   calculation &amp; string chart
Sag in overhead transmission line, sag calculation &amp; string chartvishalgohel12195
ย 
Capacitance on transmission line
Capacitance on transmission lineCapacitance on transmission line
Capacitance on transmission linevishalgohel12195
ย 
Gauss Siedel method of Load Flow
Gauss Siedel method of Load FlowGauss Siedel method of Load Flow
Gauss Siedel method of Load FlowAbdul Azeem
ย 
INTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERINTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERNitish NIT
ย 
Introduction of wide area mesurement syatem
Introduction of wide area mesurement syatemIntroduction of wide area mesurement syatem
Introduction of wide area mesurement syatemPanditNitesh
ย 
Fuse characteristics
Fuse characteristicsFuse characteristics
Fuse characteristicssuresh shindhe
ย 
INSULATORS AND ITS TYPES
INSULATORS AND ITS TYPESINSULATORS AND ITS TYPES
INSULATORS AND ITS TYPESRaviteja Damerla
ย 

What's hot (20)

Load flow studies 19
Load flow studies 19Load flow studies 19
Load flow studies 19
ย 
Z bus building algorithm
Z bus building algorithmZ bus building algorithm
Z bus building algorithm
ย 
Representation of power system components
Representation of power system componentsRepresentation of power system components
Representation of power system components
ย 
Per unit system
Per unit systemPer unit system
Per unit system
ย 
Swing equation
Swing equationSwing equation
Swing equation
ย 
Power System Operation and Control
Power System Operation and ControlPower System Operation and Control
Power System Operation and Control
ย 
Computer Application in Power system chapter one - introduction
Computer Application in Power system chapter one - introductionComputer Application in Power system chapter one - introduction
Computer Application in Power system chapter one - introduction
ย 
Generation shift factor and line outage factor
Generation shift factor and line outage factorGeneration shift factor and line outage factor
Generation shift factor and line outage factor
ย 
Power flow through transmission line.
Power flow through transmission line.Power flow through transmission line.
Power flow through transmission line.
ย 
Different method of frequency and voltage control
Different method of frequency and voltage controlDifferent method of frequency and voltage control
Different method of frequency and voltage control
ย 
Control of active power &amp; reactive power
Control of active power &amp; reactive powerControl of active power &amp; reactive power
Control of active power &amp; reactive power
ย 
Load flow study
Load flow studyLoad flow study
Load flow study
ย 
Sag in overhead transmission line, sag calculation &amp; string chart
Sag in overhead transmission line, sag   calculation &amp; string chartSag in overhead transmission line, sag   calculation &amp; string chart
Sag in overhead transmission line, sag calculation &amp; string chart
ย 
Capacitance on transmission line
Capacitance on transmission lineCapacitance on transmission line
Capacitance on transmission line
ย 
Unit commitment
Unit commitmentUnit commitment
Unit commitment
ย 
Gauss Siedel method of Load Flow
Gauss Siedel method of Load FlowGauss Siedel method of Load Flow
Gauss Siedel method of Load Flow
ย 
INTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLERINTERLINE FLOW CONTROLLER
INTERLINE FLOW CONTROLLER
ย 
Introduction of wide area mesurement syatem
Introduction of wide area mesurement syatemIntroduction of wide area mesurement syatem
Introduction of wide area mesurement syatem
ย 
Fuse characteristics
Fuse characteristicsFuse characteristics
Fuse characteristics
ย 
INSULATORS AND ITS TYPES
INSULATORS AND ITS TYPESINSULATORS AND ITS TYPES
INSULATORS AND ITS TYPES
ย 

Viewers also liked

Power System Analysis!
Power System Analysis!Power System Analysis!
Power System Analysis!PRABHAHARAN429
ย 
Lecture 11
Lecture 11Lecture 11
Lecture 11Forward2025
ย 
ANN for Load Flow Studies
ANN for Load Flow StudiesANN for Load Flow Studies
ANN for Load Flow Studiesmjvshin
ย 
A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2yareda6
ย 
The newton raphson method
The newton raphson methodThe newton raphson method
The newton raphson methodLove Leoann Duran
ย 
Gauss sediel
Gauss sedielGauss sediel
Gauss sedieljorgeduardooo
ย 
Newton raphson
Newton raphsonNewton raphson
Newton raphsonbaxter89
ย 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson MethodJigisha Dabhi
ย 
Newton Raphson method for load flow analysis
Newton Raphson method for load flow analysisNewton Raphson method for load flow analysis
Newton Raphson method for load flow analysisdivyanshuprakashrock
ย 
Ee 1351 power system analysis
Ee 1351 power system analysisEe 1351 power system analysis
Ee 1351 power system analysisHari Kumar
ย 
Electric power transmission system engineering 2nd edition by turan gonen
Electric power transmission system engineering  2nd edition by turan gonenElectric power transmission system engineering  2nd edition by turan gonen
Electric power transmission system engineering 2nd edition by turan gonenUmmi Robbania Mushthofa
ย 
Power plant engineering complete five unit vtu notes pdf download
Power plant engineering complete five unit vtu notes pdf downloadPower plant engineering complete five unit vtu notes pdf download
Power plant engineering complete five unit vtu notes pdf downloadkiran555555
ย 

Viewers also liked (13)

Gauss seidel
Gauss seidelGauss seidel
Gauss seidel
ย 
Power System Analysis!
Power System Analysis!Power System Analysis!
Power System Analysis!
ย 
Lecture 11
Lecture 11Lecture 11
Lecture 11
ย 
ANN for Load Flow Studies
ANN for Load Flow StudiesANN for Load Flow Studies
ANN for Load Flow Studies
ย 
A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2A review on_load_flow_studies_final_2
A review on_load_flow_studies_final_2
ย 
The newton raphson method
The newton raphson methodThe newton raphson method
The newton raphson method
ย 
Gauss sediel
Gauss sedielGauss sediel
Gauss sediel
ย 
Newton raphson
Newton raphsonNewton raphson
Newton raphson
ย 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson Method
ย 
Newton Raphson method for load flow analysis
Newton Raphson method for load flow analysisNewton Raphson method for load flow analysis
Newton Raphson method for load flow analysis
ย 
Ee 1351 power system analysis
Ee 1351 power system analysisEe 1351 power system analysis
Ee 1351 power system analysis
ย 
Electric power transmission system engineering 2nd edition by turan gonen
Electric power transmission system engineering  2nd edition by turan gonenElectric power transmission system engineering  2nd edition by turan gonen
Electric power transmission system engineering 2nd edition by turan gonen
ย 
Power plant engineering complete five unit vtu notes pdf download
Power plant engineering complete five unit vtu notes pdf downloadPower plant engineering complete five unit vtu notes pdf download
Power plant engineering complete five unit vtu notes pdf download
ย 

Similar to Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.

Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5.	Newton Raphson load flow analysis Matlab SoftwareExp 5 (1)5.	Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5. Newton Raphson load flow analysis Matlab SoftwareShweta Yadav
ย 
Power_System_Load_Flow.pptx
Power_System_Load_Flow.pptxPower_System_Load_Flow.pptx
Power_System_Load_Flow.pptxHabibNazzar1
ย 
Application of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
Application of SVC on IEEE 6 Bus System for Optimization of Voltage StabilityApplication of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
Application of SVC on IEEE 6 Bus System for Optimization of Voltage Stabilityijeei-iaes
ย 
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...sunny katyara
ย 
Newton Raphson
Newton RaphsonNewton Raphson
Newton RaphsonAisu
ย 
Power flow solution
Power flow solutionPower flow solution
Power flow solutionBalaram Das
ย 
W1_EE566.pptx
W1_EE566.pptxW1_EE566.pptx
W1_EE566.pptxBekirTalat
ย 
EE454_Power Flow Programming
EE454_Power Flow ProgrammingEE454_Power Flow Programming
EE454_Power Flow Programmingki hei chan
ย 
Three Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus SystemThree Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus Systempaperpublications3
ย 
Load-Flow dengan Gauss Seidel dan Newton Raphson.pptx
Load-Flow dengan Gauss Seidel dan Newton Raphson.pptxLoad-Flow dengan Gauss Seidel dan Newton Raphson.pptx
Load-Flow dengan Gauss Seidel dan Newton Raphson.pptxAmitKumar103259
ย 
Power Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR MethodPower Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR Methodijtsrd
ย 
Evaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow AnalysisEvaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow AnalysisIJERA Editor
ย 
Power Flow Analysis using Power World Simulator
Power Flow Analysis using Power World SimulatorPower Flow Analysis using Power World Simulator
Power Flow Analysis using Power World SimulatorUmair Shahzad
ย 
DFisher ETLS 747 Paper - Optimal Power Flow
DFisher ETLS 747 Paper - Optimal Power FlowDFisher ETLS 747 Paper - Optimal Power Flow
DFisher ETLS 747 Paper - Optimal Power FlowDan Fisher
ย 
6_Renewable-Power-Generation-Systems-with-Improved-Active-Power-Filter-for-Pe...
6_Renewable-Power-Generation-Systems-with-Improved-Active-Power-Filter-for-Pe...6_Renewable-Power-Generation-Systems-with-Improved-Active-Power-Filter-for-Pe...
6_Renewable-Power-Generation-Systems-with-Improved-Active-Power-Filter-for-Pe...siva krishna
ย 
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...iosrjce
ย 
Iaetsd static network equivalents for large power systems
Iaetsd static network equivalents for large power systemsIaetsd static network equivalents for large power systems
Iaetsd static network equivalents for large power systemsIaetsd Iaetsd
ย 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmITIIIndustries
ย 

Similar to Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software. (20)

Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5.	Newton Raphson load flow analysis Matlab SoftwareExp 5 (1)5.	Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
ย 
Power_System_Load_Flow.pptx
Power_System_Load_Flow.pptxPower_System_Load_Flow.pptx
Power_System_Load_Flow.pptx
ย 
Application of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
Application of SVC on IEEE 6 Bus System for Optimization of Voltage StabilityApplication of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
Application of SVC on IEEE 6 Bus System for Optimization of Voltage Stability
ย 
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
ย 
Newton Raphson
Newton RaphsonNewton Raphson
Newton Raphson
ย 
Power flow solution
Power flow solutionPower flow solution
Power flow solution
ย 
W1_EE566.pptx
W1_EE566.pptxW1_EE566.pptx
W1_EE566.pptx
ย 
Load flow analysis of 10 bus loop distribution network excited by a generator...
Load flow analysis of 10 bus loop distribution network excited by a generator...Load flow analysis of 10 bus loop distribution network excited by a generator...
Load flow analysis of 10 bus loop distribution network excited by a generator...
ย 
EE454_Power Flow Programming
EE454_Power Flow ProgrammingEE454_Power Flow Programming
EE454_Power Flow Programming
ย 
Three Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus SystemThree Phase Load Flow Analysis on Four Bus System
Three Phase Load Flow Analysis on Four Bus System
ย 
Load-Flow dengan Gauss Seidel dan Newton Raphson.pptx
Load-Flow dengan Gauss Seidel dan Newton Raphson.pptxLoad-Flow dengan Gauss Seidel dan Newton Raphson.pptx
Load-Flow dengan Gauss Seidel dan Newton Raphson.pptx
ย 
Power Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR MethodPower Flow Analysis for Four Buses System by NR Method
Power Flow Analysis for Four Buses System by NR Method
ย 
Evaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow AnalysisEvaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
Evaluation of IEEE 57 Bus System for Optimal Power Flow Analysis
ย 
Power Flow Analysis using Power World Simulator
Power Flow Analysis using Power World SimulatorPower Flow Analysis using Power World Simulator
Power Flow Analysis using Power World Simulator
ย 
DFisher ETLS 747 Paper - Optimal Power Flow
DFisher ETLS 747 Paper - Optimal Power FlowDFisher ETLS 747 Paper - Optimal Power Flow
DFisher ETLS 747 Paper - Optimal Power Flow
ย 
6_Renewable-Power-Generation-Systems-with-Improved-Active-Power-Filter-for-Pe...
6_Renewable-Power-Generation-Systems-with-Improved-Active-Power-Filter-for-Pe...6_Renewable-Power-Generation-Systems-with-Improved-Active-Power-Filter-for-Pe...
6_Renewable-Power-Generation-Systems-with-Improved-Active-Power-Filter-for-Pe...
ย 
F010624651
F010624651F010624651
F010624651
ย 
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
A Novel Distribution System Power Flow Algorithm using Forward Backward Matri...
ย 
Iaetsd static network equivalents for large power systems
Iaetsd static network equivalents for large power systemsIaetsd static network equivalents for large power systems
Iaetsd static network equivalents for large power systems
ย 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic Algorithm
ย 

More from Shweta Yadav

Exp 8 (1)8. Load-frequency dynamics of single area power system
Exp 8 (1)8.	Load-frequency dynamics of single area power systemExp 8 (1)8.	Load-frequency dynamics of single area power system
Exp 8 (1)8. Load-frequency dynamics of single area power systemShweta Yadav
ย 
Exp 7 (1)7. Load sharing between two interconnected power systems including t...
Exp 7 (1)7.	Load sharing between two interconnected power systems including t...Exp 7 (1)7.	Load sharing between two interconnected power systems including t...
Exp 7 (1)7. Load sharing between two interconnected power systems including t...Shweta Yadav
ย 
Exp 6 . Load sharing between two interconnected power systems
Exp 6 .	Load sharing between two interconnected power systemsExp 6 .	Load sharing between two interconnected power systems
Exp 6 . Load sharing between two interconnected power systemsShweta Yadav
ย 
Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.
Exp 3 (1)3.	To Formulate YBUS Matrix By Singular Transformation.Exp 3 (1)3.	To Formulate YBUS Matrix By Singular Transformation.
Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.Shweta Yadav
ย 
Exp 2 (1)2. To plot Swing Curve for one Machine System
Exp 2 (1)2.	To plot Swing Curve for one Machine SystemExp 2 (1)2.	To plot Swing Curve for one Machine System
Exp 2 (1)2. To plot Swing Curve for one Machine SystemShweta Yadav
ย 
Exp list (1)
Exp list (1)Exp list (1)
Exp list (1)Shweta Yadav
ย 
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...Shweta Yadav
ย 
M gopal digital control and state variable methods - copy
M gopal   digital control and state variable methods - copyM gopal   digital control and state variable methods - copy
M gopal digital control and state variable methods - copyShweta Yadav
ย 
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...Shweta Yadav
ย 

More from Shweta Yadav (9)

Exp 8 (1)8. Load-frequency dynamics of single area power system
Exp 8 (1)8.	Load-frequency dynamics of single area power systemExp 8 (1)8.	Load-frequency dynamics of single area power system
Exp 8 (1)8. Load-frequency dynamics of single area power system
ย 
Exp 7 (1)7. Load sharing between two interconnected power systems including t...
Exp 7 (1)7.	Load sharing between two interconnected power systems including t...Exp 7 (1)7.	Load sharing between two interconnected power systems including t...
Exp 7 (1)7. Load sharing between two interconnected power systems including t...
ย 
Exp 6 . Load sharing between two interconnected power systems
Exp 6 .	Load sharing between two interconnected power systemsExp 6 .	Load sharing between two interconnected power systems
Exp 6 . Load sharing between two interconnected power systems
ย 
Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.
Exp 3 (1)3.	To Formulate YBUS Matrix By Singular Transformation.Exp 3 (1)3.	To Formulate YBUS Matrix By Singular Transformation.
Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.
ย 
Exp 2 (1)2. To plot Swing Curve for one Machine System
Exp 2 (1)2.	To plot Swing Curve for one Machine SystemExp 2 (1)2.	To plot Swing Curve for one Machine System
Exp 2 (1)2. To plot Swing Curve for one Machine System
ย 
Exp list (1)
Exp list (1)Exp list (1)
Exp list (1)
ย 
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
ย 
M gopal digital control and state variable methods - copy
M gopal   digital control and state variable methods - copyM gopal   digital control and state variable methods - copy
M gopal digital control and state variable methods - copy
ย 
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
ย 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
ย 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
ย 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
ย 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
ย 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
ย 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
ย 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
ย 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
ย 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
ย 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
ย 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
ย 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
ย 
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”soniya singh
ย 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxnull - The Open Security Community
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
ย 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
ย 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
ย 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
ย 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
ย 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
ย 
โ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
โ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCRโ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
โ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
ย 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
ย 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
ย 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
ย 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
ย 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
ย 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
ย 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
ย 
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
ย 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
ย 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
ย 

Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.

  • 1. EXPERIMENT-4 OBJECTIVE To develop a computer program to solve the set of non linear load flow equations using Gauss seidal load flow algorithm. SOFTWARE USED MATLAB THEORY Load flow analysis is the most frequently performed system study by electric utilities. This analysis is performed on a symmetrical steady-state operating condition of a power system under โ€˜normalโ€™ mode of operation and aims at obtaining bus voltages and line/transformer flows for a given load condition. This information is essential both for long term planning and next day operational planning. In long term planning, load flow analysis helps in investigating the effectiveness of alternative plans and choosing the โ€˜bestโ€™ plan for system expansion to meet the projected operating state. In operational planning, it helps in choosing the โ€˜bestโ€™ unit commitment plan and generation schedules to run the system efficiently for them next dayโ€™s load condition without violating the bus voltage and line flow operating limits. The Gauss seidal method is an iterative algorithm for solving a set of non- linear algebraic equations. The relationship between network bus voltages and currents may be represented by either loop equations or node equations. Node equations are normally preferred because the number of independent node equation is smaller than the number of independent loop equations. The network equations in terms of the bus admittance matrix can be written as, ํผbus=[Ybus]ํ‘‰bus (1) For a n bus system, the above performance equation can be expanded as, [ ํผ1 ํผ2 โ‹ฎ โ‹ฎ ํผํ‘ โ‹ฎ ํผํ‘›] = ํ‘Œ11 ํ‘Œ12 โ€ฆ ํ‘Œ1ํ‘ ํ‘Œ1ํ‘› ํ‘Œ12 ํ‘Œ22 โ€ฆ ํ‘Œ2ํ‘ ํ‘Œ2ํ‘› โ‹ฎ โ‹ฎ โ‹ฎ โ‹ฎ โ‹ฎ โ‹ฎ โ‹ฎ โ‹ฎ ํ‘Œํ‘1 ํ‘Œํ‘2 โ€ฆ ํ‘Œํ‘ํ‘ ํ‘Œํ‘ํ‘› โ‹ฎ โ‹ฎ โ‹ฎ โ‹ฎ ํ‘Œํ‘›1 ํ‘Œํ‘›2 โ€ฆ ํ‘Œํ‘›ํ‘ ํ‘Œํ‘›ํ‘› [ ] ํ‘‰1 ํ‘‰2 โ‹ฎ โ‹ฎ ํ‘‰ํ‘ โ‹ฎ ํ‘‰ํ‘›] [ (2) where n is the total number of nodes. Vp is the phasor voltage to ground at node p. Ip is the phasor current flowing into the network at node p.
  • 2. At the pth bus, current injection: ํผํ‘=Yp1V1+ Yp2V2+YppVp+โ€ฆโ€ฆ.YpnVn ํ‘›ํ‘ž = ฮฃ ํ‘Œํ‘ํ‘ž ํ‘‰ํ‘ž ํ‘› ํ‘ž=1 ํ‘žโ‰ ํ‘ =1 = ํ‘Œํ‘ํ‘ํ‘‰ํ‘ + ฮฃ ํ‘Œํ‘ํ‘ž ํ‘‰ํ‘ž (3) Vp = 1 Ypp [ํผํ‘ โˆ’ ํ‘› ํ‘ž=1 ํ‘žโ‰ ํ‘ ฮฃ ํ‘Œํ‘ํ‘ž ํ‘‰ํ‘ž ] (4) At bus p , we can write Pp โ€“jQp=Vp*Ip Hence, the current at any node p is related to P, Q and V as follows: โˆด Ip = (Ppโˆ’jQp ) Vp โˆ— (for any bus p except slack bus s) Substituting for Ip in Equation (4), Vp = 1 Ypp [ (Pp โˆ’ jQp ) โˆ— โˆ’ ฮฃ ํ‘Œํ‘ํ‘ž ํ‘‰ํ‘ž Vp ํ‘› ํ‘ž=1 ํ‘žโ‰ ํ‘ ] ALGORITHM: Step 1: Read the input data. Step 2: Find out the admittance matrix. Step 3: Choose the flat voltage profile 1+j0 to all buses except slack bus. Step 4: Set the iteration count p = 0 and bus count i = 1. Step 5: Check the slack bus, if it is the generator bus then go to the next step otherwise go to Next step 7. Step 6: Before the check for the slack bus if it is slack bus then go to step 11 otherwise go to Next step. Step 7: Check the reactive power of the generator bus within the given limit. Step 8: If the reactive power violates a limit then treat the bus as load bus. Step 9: Calculate the phase of the bus voltage on load bus Step 10: Calculate the change in bus voltage of the repeat step mentioned above until all the bus voltages are calculated. Step 11: Stop the program and print the results PROBLEM STATEMENT For the sample system the generators are connected at all the four buses by loads are at buses 2 and 3. Values of real and reactive power are listed in tables.All buses other than the slack are PQ type. Assuming a flat voltage start find the voltages and bus angles at the three buses at the end of the first GS iteration
  • 3. Bus Pi(pu) Qi,(pu) Vi,(pu) Remarks 1 - - 1.04<00 Slack bus 2 0.5 -0.2 - PQ bus 3 -1.0 0.5 - PQ bus 4 0.3 -0.1 - PQ bus S
  • 4. Treat this as gen bus & calculate Vpi Calculate the change in voltage Increment the bus count Check i>n Check del Vpi <E Increment iteration count P=P+1 Print the result Stop D A E B