SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
Chapter 2 transmission line parameters
Chapter 2  transmission line parametersChapter 2  transmission line parameters
Chapter 2 transmission line parametersfiraoltemesgen1
 
Presentation topic is transmission line
Presentation topic is transmission linePresentation topic is transmission line
Presentation topic is transmission linemd muzahidul haque
 
Tripping and control of impulse generators
Tripping and control of impulse generatorsTripping and control of impulse generators
Tripping and control of impulse generatorsFariza Zahari
 
power flow and optimal power flow
power flow and optimal power flowpower flow and optimal power flow
power flow and optimal power flowAhmed M. Elkholy
 
Application of Capacitors to Distribution System and Voltage Regulation
Application of Capacitors to Distribution System and Voltage RegulationApplication of Capacitors to Distribution System and Voltage Regulation
Application of Capacitors to Distribution System and Voltage RegulationAmeen San
 
Receiving end circle diagram
Receiving end circle diagram Receiving end circle diagram
Receiving end circle diagram GPERI
 
Planning & Designing of Distribution System
Planning & Designing of Distribution SystemPlanning & Designing of Distribution System
Planning & Designing of Distribution SystemPratim Chakrabortty
 
Representation of power system components
Representation of power system componentsRepresentation of power system components
Representation of power system componentsPrasanna Rao
 
Unit 4 ac voltage controller
Unit 4 ac voltage controllerUnit 4 ac voltage controller
Unit 4 ac voltage controllerEr.Meraj Akhtar
 
static series synchronus compensator
static series synchronus compensatorstatic series synchronus compensator
static series synchronus compensatorbhupendra kumar
 
MTDC Systems: Control & Protection of MTDC Systems
MTDC Systems: Control & Protection of MTDC SystemsMTDC Systems: Control & Protection of MTDC Systems
MTDC Systems: Control & Protection of MTDC SystemsAsif Jamadar
 
Transient in Power system
Transient in Power systemTransient in Power system
Transient in Power systemPreet_patel
 

Was ist angesagt? (20)

Tcsc ppt
Tcsc pptTcsc ppt
Tcsc ppt
 
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
 
Gauss seidel method
Gauss seidel methodGauss seidel method
Gauss seidel method
 
Static relay
Static relayStatic relay
Static relay
 
Chapter 2 transmission line parameters
Chapter 2  transmission line parametersChapter 2  transmission line parameters
Chapter 2 transmission line parameters
 
Faults on Power System
Faults on Power SystemFaults on Power System
Faults on Power System
 
TRANSIENT IN POWER SYSTEM
TRANSIENT IN POWER SYSTEMTRANSIENT IN POWER SYSTEM
TRANSIENT IN POWER SYSTEM
 
Presentation topic is transmission line
Presentation topic is transmission linePresentation topic is transmission line
Presentation topic is transmission line
 
Tripping and control of impulse generators
Tripping and control of impulse generatorsTripping and control of impulse generators
Tripping and control of impulse generators
 
power flow and optimal power flow
power flow and optimal power flowpower flow and optimal power flow
power flow and optimal power flow
 
Application of Capacitors to Distribution System and Voltage Regulation
Application of Capacitors to Distribution System and Voltage RegulationApplication of Capacitors to Distribution System and Voltage Regulation
Application of Capacitors to Distribution System and Voltage Regulation
 
Power flow analysis
Power flow analysisPower flow analysis
Power flow analysis
 
Receiving end circle diagram
Receiving end circle diagram Receiving end circle diagram
Receiving end circle diagram
 
Planning & Designing of Distribution System
Planning & Designing of Distribution SystemPlanning & Designing of Distribution System
Planning & Designing of Distribution System
 
Representation of power system components
Representation of power system componentsRepresentation of power system components
Representation of power system components
 
Unit 4 ac voltage controller
Unit 4 ac voltage controllerUnit 4 ac voltage controller
Unit 4 ac voltage controller
 
static series synchronus compensator
static series synchronus compensatorstatic series synchronus compensator
static series synchronus compensator
 
Droop control approach for power sharing in AC microgrid
Droop control approach for power sharing in AC microgrid Droop control approach for power sharing in AC microgrid
Droop control approach for power sharing in AC microgrid
 
MTDC Systems: Control & Protection of MTDC Systems
MTDC Systems: Control & Protection of MTDC SystemsMTDC Systems: Control & Protection of MTDC Systems
MTDC Systems: Control & Protection of MTDC Systems
 
Transient in Power system
Transient in Power systemTransient in Power system
Transient in Power system
 

Andere mochten auch

Power System Analysis!
Power System Analysis!Power System Analysis!
Power System Analysis!PRABHAHARAN429
 
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
 
Load flow study
Load flow studyLoad flow study
Load flow studyf s
 
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
 

Andere mochten auch (16)

Gauss seidel
Gauss seidelGauss seidel
Gauss seidel
 
Load flow study
Load flow studyLoad flow study
Load flow study
 
load flow 1
 load flow 1 load flow 1
load flow 1
 
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
 
Load flow study
Load flow studyLoad flow study
Load flow study
 
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
 

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

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
 
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
 
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...elelijjournal
 
Gauss Siedel method of Load Flow
Gauss Siedel method of Load FlowGauss Siedel method of Load Flow
Gauss Siedel method of Load FlowAbdul Azeem
 

Ähnlich wie Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software. (20)

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
 
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
 
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
FAST VOLTAGE STABILTY INDEX BASED OPTIMAL REACTIVE POWER PLANNING USING DIFFE...
 
Gauss Siedel method of Load Flow
Gauss Siedel method of Load FlowGauss Siedel method of Load Flow
Gauss Siedel method of Load Flow
 

Mehr von 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 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
 

Mehr von 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...
 

Kürzlich hochgeladen

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
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
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

Kürzlich hochgeladen (20)

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
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...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
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, ...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
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
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

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