This article presents a load flow analysis of an IEEE14 BUS system using the Newton-Raphson method, which simplifies the analysis of load balancing problems. The software used for the programming platform is MATLAB. This paper gives an overview of the electrical performance and power flows (real and reactive) under a steady state. There are various methods for load flow computations. The gauss-seidel method is more popular in smaller systems because of less computational time. In the case of larger systems computation time increases in this condition, the Newton-Raphson method is preferred. This project aims to develop a MATLAB program to calculate voltages and active and reactive power at each bus for IEEE 14 bus systems. The MATLAB program is executed with the input data and results are compared.
Introduction
I. INTRODUCTION
In addition to providing real and effective power flow research provides information about line loading and transformer (as and losses) throughout the system and voltages at different locations in the system to monitor and control the performance of power systems. Required research is already done in the development of computer programs for a load flow analysis. When a radial distribution system with a large number of buses is to be solved, however, these general-purpose programs may encounter convergence difficulties, necessitating the development of a special program for radial distribution studies. Load flow analysis can be solved using a variety of methods. The N-R Technique is used to solve nonlinear equations numerically.
The method is named an iterative root-finding scheme. This method aims to solve equations such, as f(x) =0. In such an equation, the solution will be called x*, and it is the root of the function f(x). Power flow calculations are generally obtained by the first-order N-R method. Since successive approximations are required to reach a solution, it is iterative. Below is a general overview of the process. To start, guess a solution. The guess will be wrong, until & unless we are very fortunate. In other words, we update the "old" solution with a "new" solution with the objective that the "new" solution is better than the "old" solution.
II. POWER FLOW OVERVIEW
This paper aims to make a system that allows users to solve power flow problems. The objectives are:
The power sector is in its fast-growing phase to meet the growing electricity demand, with the integration of a Distribution network (DN).
The power grid is committed to providing good quality power to the consumer and maintaining the stability of the network.
Load flow studies are very important to analyze the performance of the network. Based on the case studies, the results show that the Newton-Raphson method is preferable for a distribution system.
The load flow solution determines the voltage at various buses and phase angles, therefore the power injection at all the buses and power flows through interconnecting power channels are computed.
It determines the voltage of the buses. The voltage level at certain buses must be kept within the closed tolerances.
the line flows can be known. The line should not be overloaded, which means, we should not operate close to their stability or thermal limits
To study the performance of the transmission lines, transformer, and generator at steady-state conditions.
III. POWER FLOW ANALYSIS
A junction at which one or many lines, one or many loads, and generators are connected is calles as a Bus or Node. In an electrical network, each node or the bus is having 4 measures which are , the voltage magnitude, phase angle of voltage, the active or true power, and reactive power in a load flow problem two out of these 4 quantities are specified and the remaining 2 are required to be determined through the solution of the equation. Depending on the specified measures, the buses are classified into 3 types. Load buses- This is also called the P-Q bus and at this bus, the active and reactive power is filled into the network. The magnitude and phase of the voltage are to be computed. Here the active power P and reactive power Q are defined, and the load bus voltage can be allowed within a tolerable value, i.e., 5%.
A. Generator Bus or Voltage Controlled Bus
This bus is additionally called the P-V bus, and on this bus, the voltage magnitude like generate voltage and true or active power P like its rating are specified. Voltage is kept constant & defined by injection of reactive power. The reactive power generation Q and phase angle δ of the voltage is to be computed.
B. Slack Bus or Reference Bus
Slack bus during a power grid absorbs or emits the active or reactive power from the facility system. The slack bus doesn't carry any load. At this node, the voltage magnitude and phase angle are specified. The phase of the voltage is typically set adequate to zero. The active and reactive power of this bus is typically determined through the answer of equations. The slack bus can be an imaginary concept in load flow study & because the losses of the power system are unknown beforehand for the load flow calculation. Therefore, the entire injected power can't be specified on every bus. The phase of the voltage at the slack bus is typically taken as reference or zero.
C. Newton-Raphson Method of load flow Analysis
There are a few positive aspects of Newton Raphson's approach: Meetings happen as soon as the first guess is near the right solution. Also, it can be converted to many sizes and can be used to polish roots obtained by other methods. Additionally, it has a large meeting place. However, except for the long time required for Newton Raphson's repetition method, the total duration of the repetition process is shorter compared to the Gauss-Seidel method because there are fewer repetitions to meet. If not, there are a few negative aspects of Newton Raphson's approach: It takes a long time for each repetition. In addition, it becomes even more difficult to create codes. Short-term steps to implementing the N-R method:
Construct Y Bus per Unit
Begin from an initial supposition for unknown magnitude and angle of voltage for a flat start
For iteration k, find the divergence vector
For iteration k, obtain the Jacobian matrix J - Identify the error vector
Using an iteration number (k+1), verify that the power mismatches are acceptable, if so, you can continue, otherwise, go back to the second step.
Calculate the active and reactive power of the Slack Bus
Calculate Line Flows
IV. REQUIRED CHARACTERISTICS OF LOAD FLOW SOLUTION METHOD
To be a good method for load flow analysis, it must acquire the following properties:
High Computational Speed: High computational speed is needed for effective results to deal with large power system networks, real-time operations, or multiple case data.
Low Computer Storage: Large computer memory is required to store load flow data for large power system networks and this can be achieved by using mini-computers mainly for online applications.
Reliability of Solution:It's veritably essential that the results attained after carrying out cargo inflow computations must be dependable and should give effective data.
Versatility: The versatility of the solution means the ability of the load flow method to handle conventional and special features. E.g., transformer tap setting. The load flow solution obtained must be a versatile one.
Simplicity: While carrying out load flow calculations, the load flow method should provide ease of coding.
V. COMPUTATIONAL ALGORITHM FOR NEWTON RAPHSON LOAD FLOW METHOD
For executing load flow analysis with N-R approach, the required methodology is as follows: Step 1: Develop the nodal admittance matrix (Yij).
A. Detailed Flow Chart for Newton-Raphson load flow Method
In the context of varied steps concerned in completing load flow studies with the Newton Raphson methodology, the subsequent elaborate flow chart has been designed.
???????
Conclusion
This paper pressed a study of the Newton-Raphson Method of Load flow analysis. Comparison is made between obtained and expected results and found that the algorithm is working properly. The result is found in 3 to 5 iterations. This method is found best to use for optimal load flow studies
References
[1] M.N.Alzyod and I.O.Habiballah \"Review on Comparative Analysis of Load Flow Calculation Methods”, vol.2. Issue-12, December 21.
[2] A. Dubey, “LOAD FLOW ANALYSIS OF POWER SYSTEMS,” International Journal of Scientific & Engineering Research, vol. 7, no. 5, 2016, [Online].Available: http://www.ijser.org
[3] D.P Kothari, I.J.Nagrath, Modern Power System Analysis?, (McGraw-Hill, 3rd edition, 2003).
[4] Glenn W Stagg, and I. Stagg, “Computer Methods in Power System Analysis”.
[5] J W.D. Stevenson Jr, Elements of power system analysis?, (McGraw-Hill, 4th edition, 1982).