Electrical Engineering Development Project on Load Flow Studies
✅ Paper Type: Free Essay | ✅ Subject: Engineering |
✅ Wordcount: 8347 words | ✅ Published: 8th Feb 2020 |
Contents
Abstract……………………………………………………………3
Acknowledgment…………………………………………………….4
1.INTRODUCTION…………………………………………………….5
2. DESCRIPTION OF RESEARCH & FINAL SPECIFICATION ………………….………………..6
2.1 Classification of buses in the load flow studies……………………………………………….6
2.2 Steps for calculation Newton-Raphson technique…………………………………………….7
3.1 Newton-Raphson Method……………………………………………………………………………10
4.SOFTWARE/ HARDWARE DESCRIPTION AND FLOWCHART
4.1 Software Description………………………………………………………………………..………12
4.2 Hardware Description……………………………………………………………………………….12
4.3 Flow chart for Newton-Raphson Method……………………………………………………………13
4.4 Final results……………………………………………………………………………………….….14
7.1 MATLAB Coding…………………………………………………..17
7.2 MATLAB command window output results……………………………………………………………………………………21
7.3 Budget…………………………………………………………..24
7.4 Gantt Chart……………………………………………………….26
Abstract
Load flow study is playing significant role in power system analysis and design. It is necessary for planning, operating, fault analysis and exchange of power between utilities. In the beginning, we have to find the real and reactive power at sending and receiving end of the transmission line as well as we find the magnitude and phase angle of voltage at each bus. There are number of methods to calculate the load flow studies such as Newton-Raphson, Gauss-Seidel, Fast decoupled method. In this project, I am using Newton-Raphson method to calculate the Load flow studies. The objective of this project is to calculate the real and reactive power, magnitude of voltage and phase angle. Primarily, this report comprises the introduction of the project, specification of project, design of three buses system and flow chart. Newton-Raphson method coding by using Matlab software, simulation output, simulation results will be compared with number of iterations.
Introduction
Load flow study is study of power system under steady-state condition that means the system is working in balance condition. Load flow analysis is done to find the value of unknown bus voltage of an interconnected system that is
magnitude and
angle. Active and reactive power flows from the generation to the load via a power network buses and branches the flow of active and reactive power is known as load flow studies. Load flow study gives us a arranged mathematical path for determine of different bus voltages phase angle active and reactive power flows via various branches generator and load under steady-state condition. The main motive of load flow study is to obtain the magnitude and phase angle of the voltage at every bus and the real and reactive power flowing in each power line. There are number of methods to calculate the load flow study such as Newton-Raphson, Gauss-Seidel, Fast decoupled method. In this project, we are using Newton-Raphson method with Matlab to calculate the load flow equations.
Important steps involved to calculate the load flow studies:-
Step 1:- find the unknown bus voltage and phase angle ׀V׀, ∆δ
Step 2:- Find active power and reactive power (PG, QG)
Step 3:- find complex power flow in the whole power system
Step 4:- find power losses in the network
2. Description of research and final specifications
In this project we will design the three bus system load flow diagram and explain the each parameter of the circuit.
2.1 Classification of buses in the load flow studies
Classification of Buses Ref. 2, 6
- Load bus:- Generator is not connected to load bus. Real (P) and reactive (Q) power is specified on this bus and it is desired to calculate the voltage magnitude and phase angle through load flow results.
- Voltage controlled or Generator bus:- Voltage magnitude kept constant at generator bus. The generator connected with generating station can be controlled by adjusting the prime mover and voltage magnitude can be controlled by adjusting the generator excitation. At voltage controlled bus we knows the real power and voltage magnitude but reactive power and phase angle are unspecified .Now obtain the phase angle of voltage and the reactive power (Q).
- Slack or Swing bus:-for the slack bus, we have to assume that the voltage magnitude ׀V׀and voltage phase angle are known or voltage phase angle assume to be zero. We need to obtain the real (P) and reactive (Q) via load flow calculations.
2.2 Steps for calculation Newton-Raphson technique:-
The steps for solution of load flow problems using newton- Raphson method is explained as follows :-
Step1. From pu YBUS (admittance matrix to impedance matrix)
Step2. Assume the initial values for all buses except the slack bus or swing bus
Voltage – controlled (generator) bus
Load buses
Step3. Calculate the real and reactive power
Step4. Evaluate the powers of real, reactive and voltage
Where
are scheduled (known) quantities and
Then set
whichever is largest.
Elements of the Jacobian matrix
k=G+1, G+2,…,N J=2,3,…,N K≠ j
Ak is real part of I= GD+BF (Diagonals)
k=G+1, G+2,…,N J=2,3,…,N K≠ j
Ck is imaginary part of I=GF-BD Off (Diagonals)
k=G+1, G+2,…,N J=2,3,…,N K≠ j
k=G+1, G+2,…,N J=2,3,…,N K≠ j
k=2,3,…….G J=2,3,………N K≠ j
k=2,3,…….G J=2,3,………N K≠ j
Step5. Calculate the bus currents (Ibus)
I
=
Step6. Calculate the Jacobian matrix from step 4
Step7. Obtain by matrix inversion for the corrections or simultaneous soluction
Step8. Calculate the new bus voltages and at the remaining buses
At the voltage- controlled buses:
k=2, 3,…..G
where
)
At the remaining buses:
k=G+1, G+2,…………,N
Step9. Replace the values of
Step10. Now get the final results of the current iteration. If solution is not specified then repeat the steps three-seven until the solution is reached.
Step11. In the final step calculate the real(P1) and reactive(Q1) powers.
3. Design of the System
3.1 Newton- Raphson Method:-`
N-R method is most valuable for solving the non-linear equations. This method is faster and sure to cover most cases as compared to the Gauss- Seidel method. It’s the most powerful practical method for solving load flow solution of any power system networks.
The Newton-Raphson method is a technique to find the approximations to a solution or root of an equation
the method uses differentiation because it relies the equation of tangents to the graph of
It produces the numerical sequences of values get closer and closer to the real root. For instance we may wish to solve the equations that can be written in the form
In this equivalent problem to solving values of x for which is graph of
that intersects the horizontal axis, as shown in the diagram. When x has the particular values
then roots of y lies at zero position. In other terms
, and so the roots of
In this figure, we will get the solution of
can be located by finding values of
where the graph of
intersects of x axis.
P
Presume a root exists at some unknown value
as illustrated in the diagram. Suppose we know the estimate of the roots
. So, we can draw a tangent to the curve
at the position
, and use the x value at position where the tangent cuts the
as a better estimate of the root.
To commence, we obtain the equation of the tangent to
It will get from
The gradient of m, will equal
evaluated at
, which is context of the Newton-Raphson method. We can write as
. The equation becomes
Now find the constant of
. The tangent passes through the point
and so
from which
Here, we know the value of
and calculate
and so can
can be evaluated. Finally, we will get the tangent is
In the diagram we can see that the tangent will cut the horizontal axis when
and
that is when
Rewriting this formula to make
the subject gives
Here,
is our first approximation to the root. This formula allows us to calculate a better estimate of the root, denoted by
4. Software/ Hardware Description and flow chart
4.1 Software Description:-
In this project, we are using MATLAB software for load flow calculation. It is very hard to calculate the number of iterations by hand, with the help of Matlab easy to repeat the number of iteration to get accurate results. We are using Newton-Raphson method by Matlab to calculate bus voltages and real and reactive power for each bus.
Hardware Description:-
In this project we will not using any type of hardware equipment for working this project, it’s based on software (MATLAB) coding for load flow studies.
4.3 Flow Chart for Newton-Raphson Method:-
L
O
O
P
START SIMULATION
Define Ybus Variables
Assume the initial values
Calculate real and reactive power
Calculate the Delta Angle
Calculate the bus Currents
Calculate the Jacobin Matrix
Calculate the Inverse of Jacobin
No Accurate
Check Accuracy
Yes Accurate
Find buses power
STOP SIMULATION
4.4 Final results:-
5. Conclusion
Load flow study is important for planning future expansion of any power network as well as in determining the operation existing system. We learn how load flow equations are apply on any working power system. The main target of this project the information obtain from the load flow is the magnitude and phase angle of the voltage at each bus and calculates the real and reactive power is flowing in each power line. In the present scenario, the most accurate and fast method is the Newton-Raphson for analysis the load flow study for any power system network. Nowadays, Newton-Raphson method is more popular because of its high versatility, reliability and accuracy for calculation any load flow system. In second part of the project we will analysis this `power system network with MATLAB coding. It is easy to repeat the long iteration with Matlab coding. In the final part of the coding we got accurate results of the voltages, real and reactive power for each bus.
6. REFERENCES
1. Retrieved from https://www.ijert.org/ .
2. Modern power system Analysis, D P kothari and I J Nagrath
3.https://en.wikipedia.org/wiki/Electric_power_transmission. [Accessed 20 september 2017].
4. Power Sysstem By Behic R.Gungor Published- Haecourt Brace Jouanovich 1/01/1998
5. https://www.scribd.com/document/245485139/Power-Flow-Study
7. APPENDIXs
7.2 Matlab Command window outputs results:- 1st iteration
Results of 7th iteration
7.2 Budget
7.3 Gantt Chart
Cite This Work
To export a reference to this article please select a referencing stye below:
Related Services
View allDMCA / Removal Request
If you are the original writer of this essay and no longer wish to have your work published on UKEssays.com then please: