Power-flow study

Last updated

In power engineering, the power-flow study, or load-flow study, is a numerical analysis of the flow of electric power in an interconnected system. A power-flow study usually uses simplified notations such as a one-line diagram and per-unit system, and focuses on various aspects of AC power parameters, such as voltages, voltage angles, real power and reactive power. It analyzes the power systems in normal steady-state operation.

Contents

Power-flow or load-flow studies are important for planning future expansion of power systems as well as in determining the best operation of existing systems. The principal information obtained from the power-flow study is the magnitude and phase angle of the voltage at each bus, and the real and reactive power flowing in each line.

Commercial power systems are usually too complex to allow for hand solution of the power flow. Special-purpose network analyzers were built between 1929 and the early 1960s to provide laboratory-scale physical models of power systems. Large-scale digital computers replaced the analog methods with numerical solutions.

In addition to a power-flow study, computer programs perform related calculations such as short-circuit fault analysis, stability studies (transient and steady-state), unit commitment and economic dispatch. [1] In particular, some programs use linear programming to find the optimal power flow, the conditions which give the lowest cost per kilowatt hour delivered.

A load flow study is especially valuable for a system with multiple load centers, such as a refinery complex. The power-flow study is an analysis of the system’s capability to adequately supply the connected load. The total system losses, as well as individual line losses, also are tabulated. Transformer tap positions are selected to ensure the correct voltage at critical locations such as motor control centers. Performing a load-flow study on an existing system provides insight and recommendations as to the system operation and optimization of control settings to obtain maximum capacity while minimizing the operating costs. The results of such an analysis are in terms of active power, reactive power, voltage magnitude and phase angle. Furthermore, power-flow computations are crucial for optimal operations of groups of generating units.

In term of its approach to uncertainties, load-flow study can be divided to deterministic load flow and uncertainty-concerned load flow. Deterministic load-flow study does not take into account the uncertainties arising from both power generations and load behaviors. To take the uncertainties into consideration, there are several approaches that has been used such as probabilistic, possibilistic, information gap decision theory, robust optimization, and interval analysis. [2]

Model

An alternating current power-flow model is a model used in electrical engineering to analyze power grids. It provides a nonlinear system of equations which describes the energy flow through each transmission line. The problem is non-linear because the power flow into load impedances is a function of the square of the applied voltages. Due to nonlinearity, in many cases the analysis of large network via AC power-flow model is not feasible, and a linear (but less accurate) DC power-flow model is used instead.

Usually analysis of a three-phase power system is simplified by assuming balanced loading of all three phases. Sinusoidal steady-state operation is assumed, with no transient changes in power flow or voltage due to load or generation changes, meaning all current and voltage waveforms are sinusoidal with no DC offset and have the same constant frequency. The previous assumption is the same as assuming the power system is linear time-invariant (even though the system of equations is nonlinear), driven by sinusoidal sources of same frequency, and operating in steady-state, which allows to use phasor analysis, another simplification. A further simplification is to use the per-unit system to represent all voltages, power flows, and impedances, scaling the actual target system values to some convenient base. A system one-line diagram is the basis to build a mathematical model of the generators, loads, buses, and transmission lines of the system, and their electrical impedances and ratings.

Power-flow problem formulation

The goal of a power-flow study is to obtain complete voltages angle and magnitude information for each bus in a power system for specified load and generator real power and voltage conditions. [3] Once this information is known, real and reactive power flow on each branch as well as generator reactive power output can be analytically determined. Due to the nonlinear nature of this problem, numerical methods are employed to obtain a solution that is within an acceptable tolerance.

The solution to the power-flow problem begins with identifying the known and unknown variables in the system. The known and unknown variables are dependent on the type of bus. A bus without any generators connected to it is called a Load Bus. With one exception, a bus with at least one generator connected to it is called a Generator Bus. The exception is one arbitrarily-selected bus that has a generator. This bus is referred to as the slack bus.

In the power-flow problem, it is assumed that the real power PD and reactive power QD at each Load Bus are known. For this reason, Load Buses are also known as PQ Buses. For Generator Buses, it is assumed that the real power generated PG and the voltage magnitude |V| is known. For the Slack Bus, it is assumed that the voltage magnitude |V| and voltage phase Θ are known. Therefore, for each Load Bus, both the voltage magnitude and angle are unknown and must be solved for; for each Generator Bus, the voltage angle must be solved for; there are no variables that must be solved for the Slack Bus. In a system with N buses and R generators, there are then unknowns.

In order to solve for the unknowns, there must be equations that do not introduce any new unknown variables. The possible equations to use are power balance equations, which can be written for real and reactive power for each bus. The real power balance equation is:

where is the net active power injected at bus i, is the real part of the element in the bus admittance matrix YBUS corresponding to the row and column, is the imaginary part of the element in the YBUS corresponding to the row and column and is the difference in voltage angle between the and buses (). The reactive power balance equation is:

where is the net reactive power injected at bus i.

Equations included are the real and reactive power balance equations for each Load Bus and the real power balance equation for each Generator Bus. Only the real power balance equation is written for a Generator Bus because the net reactive power injected is assumed to be unknown and therefore including the reactive power balance equation would result in an additional unknown variable. For similar reasons, there are no equations written for the Slack Bus.

In many transmission systems, the impedance of the power network lines is primarily inductive, i.e. the phase angles of the power lines impedance are usually relatively large and very close to 90 degrees. There is thus a strong coupling between real power and voltage angle, and between reactive power and voltage magnitude, while the coupling between real power and voltage magnitude, as well as reactive power and voltage angle, is weak. As a result, real power is usually transmitted from the bus with higher voltage angle to the bus with lower voltage angle, and reactive power is usually transmitted from the bus with higher voltage magnitude to the bus with lower voltage magnitude. However, this approximation does not hold when the phase angle of the power line impedance is relatively small. [4]

Newton–Raphson solution method

There are several different methods of solving the resulting nonlinear system of equations. The most popular[ according to whom? ] is a variation of the Newton–Raphson method. The Newton-Raphson method is an iterative method which begins with initial guesses of all unknown variables (voltage magnitude and angles at Load Buses and voltage angles at Generator Buses). Next, a Taylor Series is written, with the higher order terms ignored, for each of the power balance equations included in the system of equations. The result is a linear system of equations that can be expressed as:

where and are called the mismatch equations:

and is a matrix of partial derivatives known as a Jacobian: .

The linearized system of equations is solved to determine the next guess (m + 1) of voltage magnitude and angles based on:

The process continues until a stopping condition is met. A common stopping condition is to terminate if the norm of the mismatch equations is below a specified tolerance.

A rough outline of solution of the power-flow problem is:

  1. Make an initial guess of all unknown voltage magnitudes and angles. It is common to use a "flat start" in which all voltage angles are set to zero and all voltage magnitudes are set to 1.0 p.u.
  2. Solve the power balance equations using the most recent voltage angle and magnitude values.
  3. Linearize the system around the most recent voltage angle and magnitude values
  4. Solve for the change in voltage angle and magnitude
  5. Update the voltage magnitude and angles
  6. Check the stopping conditions, if met then terminate, else go to step 2.

Other power-flow methods

DC power-flow

Direct current load flow gives estimations of lines power flows on AC power systems. Direct current load flow looks only at active power flows and neglects reactive power flows. This method is non-iterative and absolutely convergent but less accurate than AC Load Flow solutions. Direct current load flow is used wherever repetitive and fast load flow estimations are required. [9]

Related Research Articles

<span class="mw-page-title-main">Laplace's equation</span> Second-order partial differential equation

In mathematics and physics, Laplace's equation is a second-order partial differential equation named after Pierre-Simon Laplace, who first studied its properties. This is often written as

<span class="mw-page-title-main">Three-phase electric power</span> Common electrical power generation, transmission and distribution method for alternating currents

Three-phase electric power is a common type of alternating current (AC) used in electricity generation, transmission, and distribution. It is a type of polyphase system employing three wires and is the most common method used by electrical grids worldwide to transfer power.

In electrical engineering, the power factor of an AC power system is defined as the ratio of the real power absorbed by the load to the apparent power flowing in the circuit. Real power is the average of the instantaneous product of voltage and current and represents the capacity of the electricity for performing work. Apparent power is the product of root mean square (RMS) current and voltage. Due to energy stored in the load and returned to the source, or due to a non-linear load that distorts the wave shape of the current drawn from the source, the apparent power may be greater than the real power, so more current flows in the circuit than would be required to transfer real power alone. A power factor magnitude of less than one indicates the voltage and current are not in phase, reducing the average product of the two. A negative power factor occurs when the device generates real power, which then flows back towards the source.

<span class="mw-page-title-main">Flexible AC transmission system</span>

A Flexible Alternating Current Transmission System (FACTS) is a family of Power-Electronic based devices designed for use on an Alternating Current (AC) Transmission System to improve and control Power Flow and support Voltage. FACTs devices are alternatives to traditional electric grid solutions and improvements, where building additional Transmission Lines or Substation is not economically or logistically viable.

<span class="mw-page-title-main">Volumetric flow rate</span> Volume of fluid which passes per unit time

In physics and engineering, in particular fluid dynamics, the volumetric flow rate is the volume of fluid which passes per unit time; usually it is represented by the symbol Q. It contrasts with mass flow rate, which is the other main type of fluid flow rate. In most contexts a mention of rate of fluid flow is likely to refer to the volumetric rate. In hydrometry, the volumetric flow rate is known as discharge.

<span class="mw-page-title-main">Dipole antenna</span> Antenna consisting of two rod shaped conductors

In radio and telecommunications a dipole antenna or doublet is one of the two simplest and most widely-used types of antenna; the other is the monopole. The dipole is any one of a class of antennas producing a radiation pattern approximating that of an elementary electric dipole with a radiating structure supporting a line current so energized that the current has only one node at each far end. A dipole antenna commonly consists of two identical conductive elements such as metal wires or rods. The driving current from the transmitter is applied, or for receiving antennas the output signal to the receiver is taken, between the two halves of the antenna. Each side of the feedline to the transmitter or receiver is connected to one of the conductors. This contrasts with a monopole antenna, which consists of a single rod or conductor with one side of the feedline connected to it, and the other side connected to some type of ground. A common example of a dipole is the "rabbit ears" television antenna found on broadcast television sets. All dipoles are electrically equivalent to two monopoles mounted end-to-end and fed with opposite phases, with the ground plane between them made "virtual" by the opposing monopole.

In analytical mechanics, generalized coordinates are a set of parameters used to represent the state of a system in a configuration space. These parameters must uniquely define the configuration of the system relative to a reference state. The generalized velocities are the time derivatives of the generalized coordinates of the system. The adjective "generalized" distinguishes these parameters from the traditional use of the term "coordinate" to refer to Cartesian coordinates.

The solar zenith angle is the zenith angle of the sun, i.e., the angle between the sun’s rays and the vertical direction. It is the complement to the solar altitude or solar elevation, which is the altitude angle or elevation angle between the sun’s rays and a horizontal plane. At solar noon, the zenith angle is at a minimum and is equal to latitude minus solar declination angle. This is the basis by which ancient mariners navigated the oceans.

<span class="mw-page-title-main">Mathematics of three-phase electric power</span> Mathematics and basic principles of three-phase electric power

In electrical engineering, three-phase electric power systems have at least three conductors carrying alternating voltages that are offset in time by one-third of the period. A three-phase system may be arranged in delta (∆) or star (Y). A wye system allows the use of two different voltages from all three phases, such as a 230/400 V system which provides 230 V between the neutral and any one of the phases, and 400 V across any two phases. A delta system arrangement provides only one voltage, but it has a greater redundancy as it may continue to operate normally with one of the three supply windings offline, albeit at 57.7% of total capacity. Harmonic current in the neutral may become very large if nonlinear loads are connected.

<span class="mw-page-title-main">Phasor</span> Complex number representing a particular sine wave

In physics and engineering, a phasor is a complex number representing a sinusoidal function whose amplitude, and initial phase are time-invariant and whose angular frequency is fixed. It is related to a more general concept called analytic representation, which decomposes a sinusoid into the product of a complex constant and a factor depending on time and frequency. The complex constant, which depends on amplitude and phase, is known as a phasor, or complex amplitude, and sinor or even complexor.

<span class="mw-page-title-main">Laser beam welding</span> Welding technique

Laser beam welding (LBW) is a welding technique used to join pieces of metal or thermoplastics through the use of a laser. The beam provides a concentrated heat source, allowing for narrow, deep welds and high welding rates. The process is frequently used in high volume and precision requiring applications using automation, as in the automotive and aeronautics industries. It is based on keyhole or penetration mode welding.

<span class="mw-page-title-main">AC power</span> Power in alternating current systems

In an electric circuit, instantaneous power is the time rate of flow of energy past a given point of the circuit. In alternating current circuits, energy storage elements such as inductors and capacitors may result in periodic reversals of the direction of energy flow. Its SI unit is the watt.

<span class="mw-page-title-main">Electric power</span> Rate at which electrical energy is transferred by an electric circuit

Electric power is the rate of transfer of electrical energy within a circuit. Its SI unit is the watt, the general unit of power, defined as one joule per second. Standard prefixes apply to watts as with other SI units: thousands, millions and billions of watts are called kilowatts, megawatts and gigawatts respectively.

In algebra, casus irreducibilis is one of the cases that may arise in solving polynomials of degree 3 or higher with integer coefficients algebraically, i.e., by obtaining roots that are expressed with radicals. It shows that many algebraic numbers are real-valued but cannot be expressed in radicals without introducing complex numbers. The most notable occurrence of casus irreducibilis is in the case of cubic polynomials that have three real roots, which was proven by Pierre Wantzel in 1843. One can see whether a given cubic polynomial is in so-called casus irreducibilis by looking at the discriminant, via Cardano's formula.

The Scherrer equation, in X-ray diffraction and crystallography, is a formula that relates the size of sub-micrometre crystallites in a solid to the broadening of a peak in a diffraction pattern. It is often referred to, incorrectly, as a formula for particle size measurement or analysis. It is named after Paul Scherrer. It is used in the determination of size of crystals in the form of powder.

A permanent magnet synchronous generator is a generator where the excitation field is provided by a permanent magnet instead of a coil. The term synchronous refers here to the fact that the rotor and magnetic field rotate with the same speed, because the magnetic field is generated through a shaft mounted permanent magnet mechanism and current is induced into the stationary armature.

<span class="mw-page-title-main">Lagrangian mechanics</span> Formulation of classical mechanics

In physics, Lagrangian mechanics is a formulation of classical mechanics founded on the stationary-action principle. It was introduced by the Italian-French mathematician and astronomer Joseph-Louis Lagrange in his presentation to the Turin Academy of Science in 1760 culminating in his 1788 grand opus, Mécanique analytique.

In electrical power systems a slack bus, defined as a Vδ bus, is used to balance the active power |P| and reactive power |Q| in a system while performing load flow studies. The slack bus is used to provide for system losses by emitting or absorbing active and/or reactive power to and from the system.

<span class="mw-page-title-main">Leading and lagging current</span> Phenomena that occur as a result of alternating current

Leading and lagging current are phenomena that occur as a result of alternating current. In a circuit with alternating current, the value of voltage and current vary sinusoidally. In this type of circuit, the terms lead, lag, and in phase are used to describe current with reference to voltage. Current is in phase with voltage when there is no phase shift between the sinusoids describing their time varying behavior. This generally occurs when the load drawing the current is resistive.

In mathematics, a linear recurrence with constant coefficients sets equal to 0 a polynomial that is linear in the various iterates of a variable—that is, in the values of the elements of a sequence. The polynomial's linearity means that each of its terms has degree 0 or 1. A linear recurrence denotes the evolution of some variable over time, with the current time period or discrete moment in time denoted as t, one period earlier denoted as t − 1, one period later as t + 1, etc.

References

  1. Low, S. H. (2013). "Convex relaxation of optimal power flow: A tutorial". 2013 IREP Symposium Bulk Power System Dynamics and Control - IX Optimization, Security and Control of the Emerging Power Grid. pp. 1–06. doi:10.1109/IREP.2013.6629391. ISBN   978-1-4799-0199-9. S2CID   14195805.
  2. Aien, Morteza; Hajebrahimi, Ali; Fotuhi-Firuzabad, Mahmud (2016). "A comprehensive review on uncertainty modeling techniques in power system studies". Renewable and Sustainable Energy Reviews. 57: 1077–1089. doi:10.1016/j.rser.2015.12.070.
  3. Grainger, J.; Stevenson, W. (1994). Power System Analysis. New York: McGraw–Hill. ISBN   0-07-061293-5.
  4. Andersson, G: Lectures on Modelling and Analysis of Electric Power Systems Archived 2017-02-15 at the Wayback Machine
  5. Stott, B.; Alsac, O. (May 1974). "Fast Decoupled Load Flow". IEEE Transactions on Power Apparatus and Systems. PAS-93 (3): 859–869. Bibcode:1974ITPAS..93..859S. doi:10.1109/tpas.1974.293985. ISSN   0018-9510.
  6. Petridis, S.; Blanas, O.; Rakopoulos, D.; Stergiopoulos, F.; Nikolopoulos, N.; Voutetakis, S. An Efficient Backward/Forward Sweep Algorithm for Power Flow Analysis through a Novel Tree-Like Structure for Unbalanced Distribution Networks. Energies 2021, 14, 897. https://doi.org/10.3390/en14040897, https://www.mdpi.com/1996-1073/14/4/897
  7. Giraldo, J. S., Montoya, O. D., Vergara, P. P., & Milano, F. (2022). A fixed-point current injection power flow for electric distribution systems using Laurent series. Electric Power Systems Research, 211, 108326. https://doi.org/10.1016/j.epsr.2022.108326
  8. Shirmohammadi, D., Hong, H. W., Semlyen, A., & Luo, G. X. (1988). A compensation-based power flow method for weakly meshed distribution and transmission networks. IEEE Transactions on power systems, 3(2), 753-762. https://doi.org/10.1109/59.192932
  9. Seifi, H. &. (2011). Appendix A: DC Load Flow. In H. &. Seifi, Electric power system planning: issues, algorithms and solutions (pp. 245-249). Berlin: Springer