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.DESIGN OF THE SYSTEM0
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
5.CONCLUSION
6.REFERENCES
7.APPENDIXs
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
V
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
Dk0=Vks, Fk0=0 k=2,3……..,G
Load buses
Dk0=1, Fk0=0 k=G+1,G+2,……..,N
Step3. Calculate the real and reactive power
Pki, Qki
Step4. Evaluate the powers of real, reactive and voltage
∆Pki, ∆Qki,∆Vki2
∆Pki=Pks–Pki k=2,3,……..,N
∆Qki=Qks–Qki k=G+1,G+2,……..,N
∆Vki2=Vk2–Vki2 k=2,3,……..,G
Where
Pks, Qks, and Vks
are scheduled (known) quantities and
Vki2=(Dki ) 2–(Fki ) 2
Then set
∆Xmax=∆Pmaxi or ∆Qmaxi or ∆Vkmax2i
whichever is largest.
Elements of the Jacobian matrix
J1kk=∂Pk∂Dk=Dk*Gkk–Fk*Bkk+Ak
k=G+1, G+2,…,N J=2,3,…,N K≠ j
Ak is real part of I= GD+BF (Diagonals)
J1kj=∂Pk∂Di=Dk*Gkj–FkBkj
J2kk=∂Pk∂Fk=Dk*Bkk+Fk*Gkk+Ck
k=G+1, G+2,…,N J=2,3,…,N K≠ j
Ck is imaginary part of I=GF-BD Off (Diagonals)
J2kj=∂Pk∂Fi=Dk*Bkj+Fk*Gkj
J3kk=∂Qk∂Dk=Dk*Bkk–Fk*Gkk–Ck
k=G+1, G+2,…,N J=2,3,…,N K≠ j
J3kj=∂Qk∂Dj=Dk*Bkj+Fk*Gkj
J4kk=∂Qk∂Fk=Fk*Bkk–Dk*Gkk+Ak
k=G+1, G+2,…,N J=2,3,…,N K≠ j
J4kj=∂Qk∂Fj=Fk*Bkj–Dk*Gkj
J5kk=∂Vk2∂Dk=2*Dk
k=2,3,…….G J=2,3,………N K≠ j
J5kj=∂Vk2∂Dj=0
J6kk=∂Vk2∂Fk=2*Fk
k=2,3,…….G J=2,3,………N K≠ j
J6kj=∂Vk2∂Fj=0
Step5. Calculate the bus currents (Ibus)
I
ki
=
Pki–jQki(Vki)*=Aki+jCki k=2,3,…..,N
Step6. Calculate the Jacobian matrix from step 4
Step7. Obtain by matrix inversion for the corrections or simultaneous soluction
∆Dki, ∆ Fki k=2,3…….,N
Step8. Calculate the new bus voltages and at the remaining buses
At the voltage- controlled buses:
Dki+1=Vkscosδki
k=2, 3,…..G
Fki+1=Vkssinδk i
where
δk i=
tan–1 (Fki/Dki
)
At the remaining buses:
Dki+1=Dki+∆Dki
k=G+1, G+2,…………,N
Fki+1=Fki+∆Fki
Step9. Replace the values of
Dki, Fki by Dki+1, Fki+1, for k=2,3,….,N
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
fx=0
the method uses differentiation because it relies the equation of tangents to the graph of
y=fx.
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
fx=0.
x4+3x–2=or e–x–sinx=
In this equivalent problem to solving values of x for which is graph of
y(x)=0
that intersects the horizontal axis, as shown in the diagram. When x has the particular values
x1, x2 and x3
then roots of y lies at zero position. In other terms
x1=0, fx2=0 and fx3=0
, and so the roots of
fx=0 are x=x1, x=x2and x=x3.
y
fx=0 y=f(x)
x1 x2 x3 x
In this figure, we will get the solution of
fx=0
can be located by finding values of
x
where the graph of
y=f(x)
intersects of x axis.
y y=f(x)
P
α
x1 x0 x
Presume a root exists at some unknown value
x=a
as illustrated in the diagram. Suppose we know the estimate of the roots
x=x0
. So, we can draw a tangent to the curve
y=f(x)
at the position
P(x0,f(x0)
, and use the x value at position where the tangent cuts the
x axis, x1
as a better estimate of the root.
To commence, we obtain the equation of the tangent to
y=fxat Px0, fxo.
It will get from
y=mx+c.
The gradient of m, will equal
∂y∂x
evaluated at
0
, which is context of the Newton-Raphson method. We can write as
f‘(x0)
. The equation becomes
y=f‘x0x+c.
Now find the constant of
c
. The tangent passes through the point
x0,fx0,
and so
fx0=f‘x0x0+c,
from which
c=fx0–f‘x0x0.
Here, we know the value of
x0
and calculate
fx0–f‘x0x0,
and so can
c
can be evaluated. Finally, we will get the tangent is
y=f‘x0x+fx0–f‘x0x0
In the diagram we can see that the tangent will cut the horizontal axis when
y=0
and
x=x1,
that is when
0=f‘x0x1+fx0–f‘x0x0
Rewriting this formula to make
x1
the subject gives
x1=x0–f(x0)f‘(x0)
Here,
x0
is our first approximation to the root. This formula allows us to calculate a better estimate of the root, denoted by
x1.
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.1 MATLAB Code
7.2 Matlab Command window outputs results:- 1st iteration
Results of 7th iteration
7.2 Budget
7.3 Gantt Chart
Essay Writing Service Features
Our Experience
No matter how complex your assignment is, we can find the right professional for your specific task. Contact Essay is an essay writing company that hires only the smartest minds to help you with your projects. Our expertise allows us to provide students with high-quality academic writing, editing & proofreading services.Free Features
Free revision policy
$10Free bibliography & reference
$8Free title page
$8Free formatting
$8How Our Essay Writing Service Works
First, you will need to complete an order form. It's not difficult but, in case there is anything you find not to be clear, you may always call us so that we can guide you through it. On the order form, you will need to include some basic information concerning your order: subject, topic, number of pages, etc. We also encourage our clients to upload any relevant information or sources that will help.
Complete the order formOnce we have all the information and instructions that we need, we select the most suitable writer for your assignment. While everything seems to be clear, the writer, who has complete knowledge of the subject, may need clarification from you. It is at that point that you would receive a call or email from us.
Writer’s assignmentAs soon as the writer has finished, it will be delivered both to the website and to your email address so that you will not miss it. If your deadline is close at hand, we will place a call to you to make sure that you receive the paper on time.
Completing the order and download