Electrical Engineering Development Project on Load Flow Studies

Contents

Don't use plagiarized sources. Get Your Custom Essay on
Electrical Engineering Development Project on Load Flow Studies
Just from $13/Page
Order Essay

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

 

What Will You Get?

We provide professional writing services to help you score straight A’s by submitting custom written assignments that mirror your guidelines.

Premium Quality

Get result-oriented writing and never worry about grades anymore. We follow the highest quality standards to make sure that you get perfect assignments.

Experienced Writers

Our writers have experience in dealing with papers of every educational level. You can surely rely on the expertise of our qualified professionals.

On-Time Delivery

Your deadline is our threshold for success and we take it very seriously. We make sure you receive your papers before your predefined time.

24/7 Customer Support

Someone from our customer support team is always here to respond to your questions. So, hit us up if you have got any ambiguity or concern.

Complete Confidentiality

Sit back and relax while we help you out with writing your papers. We have an ultimate policy for keeping your personal and order-related details a secret.

Authentic Sources

We assure you that your document will be thoroughly checked for plagiarism and grammatical errors as we use highly authentic and licit sources.

Moneyback Guarantee

Still reluctant about placing an order? Our 100% Moneyback Guarantee backs you up on rare occasions where you aren’t satisfied with the writing.

Order Tracking

You don’t have to wait for an update for hours; you can track the progress of your order any time you want. We share the status after each step.

image

Areas of Expertise

Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.

Areas of Expertise

Although you can leverage our expertise for any writing task, we have a knack for creating flawless papers for the following document types.

image

Trusted Partner of 9650+ Students for Writing

From brainstorming your paper's outline to perfecting its grammar, we perform every step carefully to make your paper worthy of A grade.

Preferred Writer

Hire your preferred writer anytime. Simply specify if you want your preferred expert to write your paper and we’ll make that happen.

Grammar Check Report

Get an elaborate and authentic grammar check report with your work to have the grammar goodness sealed in your document.

One Page Summary

You can purchase this feature if you want our writers to sum up your paper in the form of a concise and well-articulated summary.

Plagiarism Report

You don’t have to worry about plagiarism anymore. Get a plagiarism report to certify the uniqueness of your work.

Free Features $66FREE

  • Most Qualified Writer $10FREE
  • Plagiarism Scan Report $10FREE
  • Unlimited Revisions $08FREE
  • Paper Formatting $05FREE
  • Cover Page $05FREE
  • Referencing & Bibliography $10FREE
  • Dedicated User Area $08FREE
  • 24/7 Order Tracking $05FREE
  • Periodic Email Alerts $05FREE
image

Our Services

Join us for the best experience while seeking writing assistance in your college life. A good grade is all you need to boost up your academic excellence and we are all about it.

  • On-time Delivery
  • 24/7 Order Tracking
  • Access to Authentic Sources
Academic Writing

We create perfect papers according to the guidelines.

Professional Editing

We seamlessly edit out errors from your papers.

Thorough Proofreading

We thoroughly read your final draft to identify errors.

image

Delegate Your Challenging Writing Tasks to Experienced Professionals

Work with ultimate peace of mind because we ensure that your academic work is our responsibility and your grades are a top concern for us!

Check Out Our Sample Work

Dedication. Quality. Commitment. Punctuality

Categories
All samples
Essay (any type)
Essay (any type)
The Value of a Nursing Degree
Undergrad. (yrs 3-4)
Nursing
2
View this sample

It May Not Be Much, but It’s Honest Work!

Here is what we have achieved so far. These numbers are evidence that we go the extra mile to make your college journey successful.

0+

Happy Clients

0+

Words Written This Week

0+

Ongoing Orders

0%

Customer Satisfaction Rate
image

Process as Fine as Brewed Coffee

We have the most intuitive and minimalistic process so that you can easily place an order. Just follow a few steps to unlock success.

See How We Helped 9000+ Students Achieve Success

image

We Analyze Your Problem and Offer Customized Writing

We understand your guidelines first before delivering any writing service. You can discuss your writing needs and we will have them evaluated by our dedicated team.

  • Clear elicitation of your requirements.
  • Customized writing as per your needs.

We Mirror Your Guidelines to Deliver Quality Services

We write your papers in a standardized way. We complete your work in such a way that it turns out to be a perfect description of your guidelines.

  • Proactive analysis of your writing.
  • Active communication to understand requirements.
image
image

We Handle Your Writing Tasks to Ensure Excellent Grades

We promise you excellent grades and academic excellence that you always longed for. Our writers stay in touch with you via email.

  • Thorough research and analysis for every order.
  • Deliverance of reliable writing service to improve your grades.
Place an Order Start Chat Now
image

Order your essay today and save 30% with the discount code Happy