The N k Problem using AC Power Flows

Size: px
Start display at page:

Download "The N k Problem using AC Power Flows"

Transcription

1 The N k Problem using AC Power Flows Sean Harnett

2 Outline Introduction AC power flow model The optimization problem Some results

3 Goal: find a small set of lines whose removal will cause the power grid to fail. There are a number of ways the grid can fail; one is due to voltage instability (voltage collapse) Normal voltages: V [ ] T. Voltage disturbance: #buses i=1 (1 V i ) 2

4 Why the AC model DC model is widely used, can compute power flows by simply solving a linear system. Why use the more complicated non-linear AC model? The DC model ignores reactive power, very important when considering voltage collapse The DC model assumes all voltage magnitudes are equal AC allows for study of wider range of phenomena, particularly useful for voltage instability

5 The power flow problem A. Bergen and V. Vittal, Power Systems Analysis Goal: find V i = V i e jθ i at each bus i given the known quantities: complex power S i = P i + jq i demanded at each demand bus real power P i and voltage magnitude V i at each generator parameters for transmission lines (impedance, capacitance, transformer parameters, etc.) After finding the V i, can calculate other possible quantities of interest, such as Q i at generators, power flow on lines, etc

6 Current injected into the grid at bus i (Kirchoff): I i = I Gi I Di = n I ik = k=1 n k=1 V i V k Z ik = n Y ik V k k=1 Y is the admittance matrix. Y ii = 1 k i Z ik, Y ik = 1 Z ik. Captures the physical parameters of the transmission lines admittance is the inverse of impedance: Y = Z 1 = (R + jx ) 1 Example with two buses: I 1 = Y 11 V 1 + Y 12 V 2 = V 1 Z + V 2 Z = V 1 V 2 Z

7 The power injected into the grid at bus i is: S i = S Gi S Di = V i I i = V i n k=1 Y ik V k S = diag[v ](YV ) Recall that S i = P i + jq i, that P is known at the generators, and that both P and Q are known at the demand nodes system of complex quadratic equations. Want to find vector V to satisfy the above

8 Solving the power flow problem Use Newton s method and look for high-voltage solution with V i 1 (after scaling) MATPOWER Possible problems with Newton: there is no solution there is a solution, but it s too far from initial guess for Newton to find it Newton converges to one of many possible bad solutions

9 Other methods: enhanced Newton, general polynomial equation solvers, homotopy methods If Newton s method doesn t work, chances are nothing else will Steven Low - convex problem, semi-definite programming

10 Back to the N k problem Recall: looking for small set of lines that will cause maximum damage this is known to be very hard, even in the linear (DC) case

11 Combinatorial approach is too hard try something continuous Imagine an adversary who modifies impedances of the power lines (within budgets) to maximize voltage disturbance Why? We expect one of two interesting possibilities: The optimal adversarial action focuses on a handful of lines, or The optimal adversarial action focuses on a handful of lines, but spreads the remaining budget in a nontrivial way among many lines In other words, we expect the solution to be combinatorial, but we are (superficially) bypassing the combinatorial complexity

12 Find set of impedances which leads to maximum voltage disturbance The optimization problem: variable is the vector of impedance multipliers, call it x objective is the voltage disturbance, call it f (x) = #buses i=1 (1 V i ) 2 ( black box ) constraints are 1 x a and #lines i=1 (x i 1) B

13 Gradient search: Frank-Wolfe Try a simple first-order method, fast and easy General idea: climb up the voltage disturbance hill while staying within the budget Find the gradient by finite differences. Requires solving the AC power flow thousands of times slow. (save LU factors of Jacobian, parallel)

14 More about Frank-Wolfe Near the point x k approximate f by a linear function f (x k + y) f (x k ) + f (x k ) T (y x k ) Finding the maximizer y k (subject to the constraints) is an LP (gurobi). This gives the search direction p k = y k x k. Find a satisfactory step length α [0, 1] and define x k+1 = x k + αp k

15 Experiments and Observations case2383wp: power flow data for Polish system - winter peak lines a=3, B=6 took about 40 seconds to run allocated entire budget to five lines (typical)

16 Results for case2383wp: iteration objective step size (Recall the objective: voltage disturbance: #buses i=1 (1 V i ) 2. Here I subtract off the voltage disturbance of the unperturbed initial case)

17 The voltage disturbance is concentrated on a small percentage of buses, and is mostly a decrease in voltage:

18 Looking at only the change from the base case:

19 Better methods? Why use such a simple algorithm? Also tried IPOPT, modern library for large scale nonlinear optimization indeed finds an allocation with greater objective but chooses the same lines as Frank-Wolfe (slightly changing the allocation between those lines) slower

20 Comparison of Frank-Wolfe and IPOPT Example - solution for the 2383-bus Polish case: method objective time FW s IPOPT s Solutions for the IEEE test cases (14, 30, 57, 118, and 300 bus cases) were identical for the two methods, with IPOPT being 5-10 times slower.

21 A second example case15029: power flow data for Eastern interconnect, 2003 summer peak estimate lines a=5, B=12 took Frank-Wolfe about two hours to run, IPOPT over ten hours allocated budget over 30 lines

22 Results for case15029, lines IPOPT objective.217. Frank-Wolfe objective.2166, 12 iterations. IPOPT Frank-Wolfe line multiplier line multiplier

23 Voltage magnitudes after attack 1.5 attack on case voltage magnitude bus

24 Looking at only the change from the base case: attack on case change in voltage magnitude bus

25 Thank you

26 Low Voltage Power Flow Solutions and Their Role in Exit Time Based Security Measures for Voltage Collapse, C. DeMarco and T. Overbye

Optimization Methods for Power Grid Reliability

Optimization Methods for Power Grid Reliability Optimization Methods for Power Grid Reliability Sean Harnett Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate School of Arts and Sciences COLUMBIA

More information

= V I = Bus Admittance Matrix. Chapter 6: Power Flow. Constructing Ybus. Example. Network Solution. Triangular factorization. Let

= V I = Bus Admittance Matrix. Chapter 6: Power Flow. Constructing Ybus. Example. Network Solution. Triangular factorization. Let Chapter 6: Power Flow Network Matrices Network Solutions Newton-Raphson Method Fast Decoupled Method Bus Admittance Matri Let I = vector of currents injected into nodes V = vector of node voltages Y bus

More information

Power Grid State Estimation after a Cyber-Physical Attack under the AC Power Flow Model

Power Grid State Estimation after a Cyber-Physical Attack under the AC Power Flow Model Power Grid State Estimation after a Cyber-Physical Attack under the AC Power Flow Model Saleh Soltan, Gil Zussman Department of Electrical Engineering Columbia University, New York, NY Email: {saleh,gil}@ee.columbia.edu

More information

Cyber Attacks, Detection and Protection in Smart Grid State Estimation

Cyber Attacks, Detection and Protection in Smart Grid State Estimation 1 Cyber Attacks, Detection and Protection in Smart Grid State Estimation Yi Zhou, Student Member, IEEE Zhixin Miao, Senior Member, IEEE Abstract This paper reviews the types of cyber attacks in state estimation

More information

Lossy DC Power Flow. John W. Simpson-Porco. Universidad de Chile Santiago, Chile. March 2, 2017

Lossy DC Power Flow. John W. Simpson-Porco. Universidad de Chile Santiago, Chile. March 2, 2017 Lossy DC Power Flow John W. Simpson-Porco Universidad de Chile Santiago, Chile March 2, 2017 Our 20th Century Bulk Power System A large-scale, nonlinear, hybrid, stochastic, distributed, cyber-physical...

More information

EE 581 Power Systems. Admittance Matrix: Development, Direct and Iterative solutions

EE 581 Power Systems. Admittance Matrix: Development, Direct and Iterative solutions EE 581 Power Systems Admittance Matrix: Development, Direct and Iterative solutions Overview and HW # 8 Chapter 2.4 Chapter 6.4 Chapter 6.1-6.3 Homework: Special Problem 1 and 2 (see handout) Overview

More information

Robustness Analysis of Power Grid under False Data Attacks Against AC State Estimation

Robustness Analysis of Power Grid under False Data Attacks Against AC State Estimation Robustness Analysis of Power Grid under False Data Attacks Against AC State Estimation Presenter: Ming Jin INFORMS 2017 Ming Jin, Prof Javad Lavaei, and Prof Karl Johansson 1 Power system resilience against

More information

A Generalized Hamiltonian Model for Power System Dynamics with Relay Action. Raja Timihiri. Project Advisor: Christopher DeMarco

A Generalized Hamiltonian Model for Power System Dynamics with Relay Action. Raja Timihiri. Project Advisor: Christopher DeMarco A Generalized Hamiltonian Model for Power System Dynamics with Relay Action by Raja Timihiri Project Advisor: Christopher DeMarco In partial fulfillment of the degree of Masters In Electrical Engineering

More information

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation

Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation Incorporation of Asynchronous Generators as PQ Model in Load Flow Analysis for Power Systems with Wind Generation James Ranjith Kumar. R, Member, IEEE, Amit Jain, Member, IEEE, Power Systems Division,

More information

An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables

An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables An Equivalent Circuit Formulation of the Power Flow Problem with Current and Voltage State Variables David M. Bromberg, Marko Jereminov, Xin Li, Gabriela Hug, Larry Pileggi Dept. of Electrical and Computer

More information

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM

CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 16 CHAPTER 2 LOAD FLOW ANALYSIS FOR RADIAL DISTRIBUTION SYSTEM 2.1 INTRODUCTION Load flow analysis of power system network is used to determine the steady state solution for a given set of bus loading

More information

State Estimation and Power Flow Analysis of Power Systems

State Estimation and Power Flow Analysis of Power Systems JOURNAL OF COMPUTERS, VOL. 7, NO. 3, MARCH 01 685 State Estimation and Power Flow Analysis of Power Systems Jiaxiong Chen University of Kentucky, Lexington, Kentucky 40508 U.S.A. Email: jch@g.uky.edu Yuan

More information

LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR

LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR LINE FLOW ANALYSIS OF IEEE BUS SYSTEM WITH THE LOAD SENSITIVITY FACTOR Puneet Sharma 1, Jyotsna Mehra 2, Virendra Kumar 3 1,2,3 M.Tech Research scholar, Galgotias University, Greater Noida, India Abstract

More information

False Data Injection Attacks Against Nonlinear State Estimation in Smart Power Grids

False Data Injection Attacks Against Nonlinear State Estimation in Smart Power Grids 1 False Data Injection Attacks Against Nonlinear State Estimation in Smart Power rids Md. Ashfaqur Rahman and Hamed Mohsenian-Rad Department of Electrical and Computer Engineering, Texas Tech University,

More information

Optimal Tap Settings for Voltage Regulation Transformers in Distribution Networks

Optimal Tap Settings for Voltage Regulation Transformers in Distribution Networks Optimal Tap Settings for Voltage Regulation Transformers in Distribution Networks Brett A. Robbins Department of Electrical and Computer Engineering University of Illinois at Urbana-Champaign May 9, 2014

More information

Chapter 8 VOLTAGE STABILITY

Chapter 8 VOLTAGE STABILITY Chapter 8 VOTAGE STABIITY The small signal and transient angle stability was discussed in Chapter 6 and 7. Another stability issue which is important, other than angle stability, is voltage stability.

More information

POWER flow studies are the cornerstone of power system

POWER flow studies are the cornerstone of power system University of Wisconsin-Madison Department of Electrical and Computer Engineering. Technical Report ECE-2-. A Sufficient Condition for Power Flow Insolvability with Applications to Voltage Stability Margins

More information

A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems

A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems electronics Article A Novel Technique to Improve the Online Calculation Performance of Nonlinear Problems in DC Power Systems Qingshan Xu 1, Yuqi Wang 1, * ID, Minjian Cao 1 and Jiaqi Zheng 2 1 School

More information

PowerApps Optimal Power Flow Formulation

PowerApps Optimal Power Flow Formulation PowerApps Optimal Power Flow Formulation Page1 Table of Contents 1 OPF Problem Statement... 3 1.1 Vector u... 3 1.1.1 Costs Associated with Vector [u] for Economic Dispatch... 4 1.1.2 Costs Associated

More information

ECEN 667 Power System Stability Lecture 17: Transient Stability Solutions, Load Models

ECEN 667 Power System Stability Lecture 17: Transient Stability Solutions, Load Models ECEN 667 Power System Stability Lecture 17: Transient Stability Solutions, Load Models Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, overbye@tamu.edu 1 Announcements

More information

Controlling variability in power systems

Controlling variability in power systems Daniel APAM Nov 17 2017 A simple example: 100 100 A simple example: 100 100 Only one solution: 200 100 200 100 100 100 A simple example: 100 100 Only one solution: 200 100 200 100 100 100 But what if the

More information

Power grid vulnerability analysis

Power grid vulnerability analysis Power grid vulnerability analysis Daniel Bienstock Columbia University Dimacs 2010 Daniel Bienstock (Columbia University) Power grid vulnerability analysis Dimacs 2010 1 Background: a power grid is three

More information

Branch Flow Model. Computing + Math Sciences Electrical Engineering

Branch Flow Model. Computing + Math Sciences Electrical Engineering Branch Flow Model Masoud Farivar Steven Low Computing + Math Sciences Electrical Engineering Arpil 014 TPS paper Farivar and Low Branch flow model: relaxations and convexification IEEE Trans. Power Systems,

More information

1 Unified Power Flow Controller (UPFC)

1 Unified Power Flow Controller (UPFC) Power flow control with UPFC Rusejla Sadikovic Internal report 1 Unified Power Flow Controller (UPFC) The UPFC can provide simultaneous control of all basic power system parameters ( transmission voltage,

More information

Power Distribution in Electrical Grids

Power Distribution in Electrical Grids Power Distribution in Electrical Grids Safatul Islam, Deanna Johnson, Homa Shayan, Jonathan Utegaard Mentors: Aalok Shah, Dr. Ildar Gabitov April 5, 2013 Abstract Power in electrical grids is modeled using

More information

Summary The paper considers the problem of nding points of maximum loadability which are closest (in a local

Summary The paper considers the problem of nding points of maximum loadability which are closest (in a local Calculation of Power System Critical Loading Conditions Ian A. Hiskens Yuri V. Makarov Department of Electrical and Computer Engineering The University of Newcastle, Callaghan, NSW, 8, Australia Summary

More information

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur. Lecture - 21 Power Flow VI

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur. Lecture - 21 Power Flow VI Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian Institute of Technology, Kharagpur Lecture - 21 Power Flow VI (Refer Slide Time: 00:57) Welcome to lesson 21. In this

More information

ECEN 615 Methods of Electric Power Systems Analysis Lecture 18: Least Squares, State Estimation

ECEN 615 Methods of Electric Power Systems Analysis Lecture 18: Least Squares, State Estimation ECEN 615 Methods of Electric Power Systems Analysis Lecture 18: Least Squares, State Estimation Prof. om Overbye Dept. of Electrical and Computer Engineering exas A&M University overbye@tamu.edu Announcements

More information

Power Distribution in Electrical Grids

Power Distribution in Electrical Grids Power Distribution in Electrical Grids Safatul Islam, Deanna Johnson, Homa Shayan, Jonathan Utegaard Mentors: Aalok Shah, Dr. Ildar Gabitov May 7, 2013 Abstract Power in electrical grids is modeled using

More information

03-Economic Dispatch 1. EE570 Energy Utilization & Conservation Professor Henry Louie

03-Economic Dispatch 1. EE570 Energy Utilization & Conservation Professor Henry Louie 03-Economic Dispatch 1 EE570 Energy Utilization & Conservation Professor Henry Louie 1 Topics Generator Curves Economic Dispatch (ED) Formulation ED (No Generator Limits, No Losses) ED (No Losses) ED Example

More information

ECE 476. Exam #2. Tuesday, November 15, Minutes

ECE 476. Exam #2. Tuesday, November 15, Minutes Name: Answers ECE 476 Exam #2 Tuesday, November 15, 2016 75 Minutes Closed book, closed notes One new note sheet allowed, one old note sheet allowed 1. / 20 2. / 20 3. / 20 4. / 20 5. / 20 Total / 100

More information

Weighted Least Squares Topology Error Detection And Identification

Weighted Least Squares Topology Error Detection And Identification Weighted Least Squares Topology Error Detection And Identification A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Jason Glen Lindquist IN PARTIAL FULFILLMENT

More information

Nonlinear Optimization: What s important?

Nonlinear Optimization: What s important? Nonlinear Optimization: What s important? Julian Hall 10th May 2012 Convexity: convex problems A local minimizer is a global minimizer A solution of f (x) = 0 (stationary point) is a minimizer A global

More information

Understanding Load Flow Studies by using PSAT

Understanding Load Flow Studies by using PSAT Understanding Load Flow Studies by using PSAT Vijay Kumar Shukla 1, Ashutosh Bhadoria 2 1,2 Department of Electrical Engineering, Lovely Professional University, Jalandhar, India Abstract: Load Flow Study

More information

EE5250 TERM PROJECT. Report by: Akarsh Sheilendranath

EE5250 TERM PROJECT. Report by: Akarsh Sheilendranath EE5250 TERM PROJECT Analytical Approaches for Optimal Placement of Distributed Generation Sources in Power System Caisheng Wang, student member, IEEE, and M. Hashem Nehrir, senior member, IEEE Report by:

More information

LOCAL SEARCH. Today. Reading AIMA Chapter , Goals Local search algorithms. Introduce adversarial search 1/31/14

LOCAL SEARCH. Today. Reading AIMA Chapter , Goals Local search algorithms. Introduce adversarial search 1/31/14 LOCAL SEARCH Today Reading AIMA Chapter 4.1-4.2, 5.1-5.2 Goals Local search algorithms n hill-climbing search n simulated annealing n local beam search n genetic algorithms n gradient descent and Newton-Rhapson

More information

EE 451 Power System Stability

EE 451 Power System Stability EE 451 Power System Stability Power system operates in synchronous mode Power system is subjected to a wide range of disturbances (small and large) - Loads and generation changes - Network changes - Faults

More information

Effect of Various Holomorphic Embeddings on Convergence Rate and Condition Number as Applied to the Power Flow Problem

Effect of Various Holomorphic Embeddings on Convergence Rate and Condition Number as Applied to the Power Flow Problem Effect of Various Holomorphic Embeddings on Convergence Rate and Condition Number as Applied to the Power Flow Problem Yuting Li Committee members: Dr. Daniel J. Tylavsky, Chair Dr. John Undrill Dr. Vijay

More information

Simulating a Power System

Simulating a Power System Simulating a Power System Presented by Prof. Tyrone Fernando School of Electrical and Electronic Engineering (EECE), University of Western Australia (UWA) 1. Motivations In an actual power system, it is

More information

Blackouts in electric power transmission systems

Blackouts in electric power transmission systems University of Sunderland From the SelectedWorks of John P. Karamitsos 27 Blackouts in electric power transmission systems Ioannis Karamitsos Konstadinos Orfanidis Available at: https://works.bepress.com/john_karamitsos/9/

More information

DELFT UNIVERSITY OF TECHNOLOGY

DELFT UNIVERSITY OF TECHNOLOGY DELFT UNIVERSITY OF TECHNOLOGY REPORT 16-01 OPTIMAL CONFIGURATION OF FUTURE ELECTRICITY GRID M. DE BEURS, P. DE GRAAF, P. HANSLER, S. HERMANS, K. VAN WALSTIJN, J. DE WINTER AND D.J.P. LAHAYE ISSN 1389-6520

More information

Tutorial 2: Modelling Transmission

Tutorial 2: Modelling Transmission Tutorial 2: Modelling Transmission In our previous example the load and generation were at the same bus. In this tutorial we will see how to model the transmission of power from one bus to another. The

More information

Numerical Methods I Solving Nonlinear Equations

Numerical Methods I Solving Nonlinear Equations Numerical Methods I Solving Nonlinear Equations Aleksandar Donev Courant Institute, NYU 1 donev@courant.nyu.edu 1 MATH-GA 2011.003 / CSCI-GA 2945.003, Fall 2014 October 16th, 2014 A. Donev (Courant Institute)

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION DOI: 1.138/NPHYS535 Spontaneous synchrony in power-grid networks Adilson E. Motter, Seth A. Myers, Marian Anghel and Takashi Nishikawa Supplementary Sections S1. Power-grid data. The data required for

More information

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor

Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor Simultaneous placement of Distributed Generation and D-Statcom in a radial distribution system using Loss Sensitivity Factor 1 Champa G, 2 Sunita M N University Visvesvaraya college of Engineering Bengaluru,

More information

UNIT-I ECONOMIC OPERATION OF POWER SYSTEM-1

UNIT-I ECONOMIC OPERATION OF POWER SYSTEM-1 UNIT-I ECONOMIC OPERATION OF POWER SYSTEM-1 1.1 HEAT RATE CURVE: The heat rate characteristics obtained from the plot of the net heat rate in Btu/Wh or cal/wh versus power output in W is shown in fig.1

More information

A DC Power Flow Extension

A DC Power Flow Extension 2013 4th IEEE PES Innovative Smart Grid Technologies Europe (ISGT Europe), October 6-9, Copenhagen 1 A DC Power Flow Extension Theodoros Kyriakidis, Rachid Cherkaoui, Maher Kayal Electronics Laboratory

More information

SECTION 5: POWER FLOW. ESE 470 Energy Distribution Systems

SECTION 5: POWER FLOW. ESE 470 Energy Distribution Systems SECTION 5: POWER FLOW ESE 470 Energy Distribution Systems 2 Introduction Nodal Analysis 3 Consider the following circuit Three voltage sources VV sss, VV sss, VV sss Generic branch impedances Could be

More information

Generalized Injection Shift Factors and Application to Estimation of Power Flow Transients

Generalized Injection Shift Factors and Application to Estimation of Power Flow Transients Generalized Injection Shift Factors and Application to Estimation of Power Flow Transients Yu Christine Chen, Alejandro D. Domínguez-García, and Peter W. Sauer Department of Electrical and Computer Engineering

More information

Convex Relaxations of AC Optimal Power Flow under Uncertainty

Convex Relaxations of AC Optimal Power Flow under Uncertainty Convex Relaxations of AC Optimal Power Flow under Uncertainty Andreas Venzke, PhD student Center for Electric Power and Energy Technical University of Denmark (DTU) PhD advisors: Spyros Chatzivasileiadis

More information

Contents Economic dispatch of thermal units

Contents Economic dispatch of thermal units Contents 2 Economic dispatch of thermal units 2 2.1 Introduction................................... 2 2.2 Economic dispatch problem (neglecting transmission losses)......... 3 2.2.1 Fuel cost characteristics........................

More information

BIFURCATION theory is the commonly used tool to analyze

BIFURCATION theory is the commonly used tool to analyze IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 51, NO. 8, AUGUST 2004 1525 Computation of Singular and Singularity Induced Bifurcation Points of Differential-Algebraic Power System Model

More information

The Necessity for Considering Distribution Systems in Voltage Stability Studies

The Necessity for Considering Distribution Systems in Voltage Stability Studies The Necessity for Considering Distribution Systems in Voltage Stability Studies Farid Karbalaei 1, Ataollah Abedinzadeh 2 and Mehran Kavyani 3 1,2,3 Faculty of Electrical & Computer Engineering, Shahid

More information

An Accelerated Block-Parallel Newton Method via Overlapped Partitioning

An Accelerated Block-Parallel Newton Method via Overlapped Partitioning An Accelerated Block-Parallel Newton Method via Overlapped Partitioning Yurong Chen Lab. of Parallel Computing, Institute of Software, CAS (http://www.rdcps.ac.cn/~ychen/english.htm) Summary. This paper

More information

Topology-Driven Performance Analysis of Power Grids

Topology-Driven Performance Analysis of Power Grids Topology-Driven Performance Analysis of Power Grids Hale Çetinay, Yakup Koç, Fernando A. Kuipers, Piet Van Mieghem Abstract Direct connections between nodes usually result in efficient transmission in

More information

Two-Layer Network Equivalent for Electromagnetic Transients

Two-Layer Network Equivalent for Electromagnetic Transients 1328 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 18, NO. 4, OCTOBER 2003 Two-Layer Network Equivalent for Electromagnetic Transients Mohamed Abdel-Rahman, Member, IEEE, Adam Semlyen, Life Fellow, IEEE, and

More information

Structural Vulnerability Assessment of Electric Power Grids

Structural Vulnerability Assessment of Electric Power Grids Structural Vulnerability Assessment of Electric Power Grids Yakup Koç 1 Martijn Warnier 1 Robert E. Kooij 2,3 Frances M.T. Brazier 1 1 Faculty of Technology, Policy and Management, Delft University of

More information

Smart Grid State Estimation by Weighted Least Square Estimation

Smart Grid State Estimation by Weighted Least Square Estimation International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 8958, Volume-5, Issue-6, August 2016 Smart Grid State Estimation by Weighted Least Square Estimation Nithin V G, Libish T

More information

Appearance of multiple stable load flow solutions under power flow reversal conditions

Appearance of multiple stable load flow solutions under power flow reversal conditions Appearance of multiple stable load flow solutions under power flow reversal conditions Hung D. Nguyen School of Mechanical Engineering Massachusetts Institute of Technology Cambrie, MA 02139 Email: hunghtd@mit.edu

More information

Voltage Instability Analysis Using P-V or Q-V Analysis. Weili Yi

Voltage Instability Analysis Using P-V or Q-V Analysis. Weili Yi Voltage Instability Analysis Using P-V or Q-V Analysis by Weili Yi A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science Approved April 2017 by the Graduate Supervisory

More information

STATE ESTIMATION IN DISTRIBUTION SYSTEMS

STATE ESTIMATION IN DISTRIBUTION SYSTEMS SAE ESIMAION IN DISRIBUION SYSEMS 2015 CIGRE Grid of the Future Symposium Chicago (IL), October 13, 2015 L. Garcia-Garcia, D. Apostolopoulou Laura.GarciaGarcia@ComEd.com Dimitra.Apostolopoulou@ComEd.com

More information

Dynamic Decomposition for Monitoring and Decision Making in Electric Power Systems

Dynamic Decomposition for Monitoring and Decision Making in Electric Power Systems Dynamic Decomposition for Monitoring and Decision Making in Electric Power Systems Contributed Talk at NetSci 2007 May 20, 2007 Le Xie (lx@ece.cmu.edu) Advisor: Marija Ilic Outline Motivation Problem Statement

More information

Reliability of Bulk Power Systems (cont d)

Reliability of Bulk Power Systems (cont d) Reliability of Bulk Power Systems (cont d) Important requirements of a reliable electric power service Voltage and frequency must be held within close tolerances Synchronous generators must be kept running

More information

Scientific Computing: An Introductory Survey

Scientific Computing: An Introductory Survey Scientific Computing: An Introductory Survey Chapter 5 Nonlinear Equations Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign Copyright c 2002. Reproduction

More information

Optimizing VSC set points for embedded HVDC power systems

Optimizing VSC set points for embedded HVDC power systems Optimizing VSC set points for embedded HVDC power systems Joost Linthorst Supervisors: Marjan van den Akker (UU) Han Hoogeveen (UU) Gabriël Bloemhof (DNV GL) Cornelis Plet (DNV GL) April 21, 2017 Nomenclature

More information

CS 542G: Robustifying Newton, Constraints, Nonlinear Least Squares

CS 542G: Robustifying Newton, Constraints, Nonlinear Least Squares CS 542G: Robustifying Newton, Constraints, Nonlinear Least Squares Robert Bridson October 29, 2008 1 Hessian Problems in Newton Last time we fixed one of plain Newton s problems by introducing line search

More information

IN RECENT years, an instability, usually termed a voltage

IN RECENT years, an instability, usually termed a voltage IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 52, NO. 3, MARCH 2005 625 Toward a CPFLOW-Based Algorithm to Compute all the Type-1 Load-Flow Solutions in Electric Power Systems Chih-Wen

More information

Newton s Method and Linear Approximations

Newton s Method and Linear Approximations Newton s Method and Linear Approximations Curves are tricky. Lines aren t. Newton s Method and Linear Approximations Newton s Method for finding roots Goal: Where is f (x) = 0? f (x) = x 7 + 3x 3 + 7x

More information

A first order divided difference

A first order divided difference A first order divided difference For a given function f (x) and two distinct points x 0 and x 1, define f [x 0, x 1 ] = f (x 1) f (x 0 ) x 1 x 0 This is called the first order divided difference of f (x).

More information

GMD Impacts on Power System Voltage Stability. Komal S. Shetye Research Engineer University of Illinois at Urbana-Champaign

GMD Impacts on Power System Voltage Stability. Komal S. Shetye Research Engineer University of Illinois at Urbana-Champaign 1 GMD Impacts on Power System Voltage Stability Komal S. Shetye Research Engineer University of Illinois at Urbana-Champaign shetye1@illinois.edu 2 Overview of GMDs and GICs GMD: Geomagnetic Disturbances

More information

2.098/6.255/ Optimization Methods Practice True/False Questions

2.098/6.255/ Optimization Methods Practice True/False Questions 2.098/6.255/15.093 Optimization Methods Practice True/False Questions December 11, 2009 Part I For each one of the statements below, state whether it is true or false. Include a 1-3 line supporting sentence

More information

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION

OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION OPTIMAL DISPATCH OF REAL POWER GENERATION USING PARTICLE SWARM OPTIMIZATION: A CASE STUDY OF EGBIN THERMAL STATION Onah C. O. 1, Agber J. U. 2 and Ikule F. T. 3 1, 2, 3 Department of Electrical and Electronics

More information

Numerical solutions of nonlinear systems of equations

Numerical solutions of nonlinear systems of equations Numerical solutions of nonlinear systems of equations Tsung-Ming Huang Department of Mathematics National Taiwan Normal University, Taiwan E-mail: min@math.ntnu.edu.tw August 28, 2011 Outline 1 Fixed points

More information

Power Grid Partitioning: Static and Dynamic Approaches

Power Grid Partitioning: Static and Dynamic Approaches Power Grid Partitioning: Static and Dynamic Approaches Miao Zhang, Zhixin Miao, Lingling Fan Department of Electrical Engineering University of South Florida Tampa FL 3320 miaozhang@mail.usf.edu zmiao,

More information

Coordinated Multilateral Trades for Electric Power Networks: Theory and Implementation. Felix F. Wu and Pravin Varaiya

Coordinated Multilateral Trades for Electric Power Networks: Theory and Implementation. Felix F. Wu and Pravin Varaiya PWP-031 Coordinated Multilateral Trades for Electric Power Networks: Theory and Implementation Felix F. Wu and Pravin Varaiya June 1995 This paper is part of the working papers series of the Program on

More information

WIND and solar power account for almost half of newly

WIND and solar power account for almost half of newly Computing Saddle-Node and Limit-Induced Bifurcation Manifolds for Subtransmission and Transmission Wind Generation Sina S. Baghsorkhi, Student Member, IEEE Department of Electrical Engineering and Computer

More information

Outline. Scientific Computing: An Introductory Survey. Nonlinear Equations. Nonlinear Equations. Examples: Nonlinear Equations

Outline. Scientific Computing: An Introductory Survey. Nonlinear Equations. Nonlinear Equations. Examples: Nonlinear Equations Methods for Systems of Methods for Systems of Outline Scientific Computing: An Introductory Survey Chapter 5 1 Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign

More information

Various Techniques for Nonlinear Energy-Related Optimizations. Javad Lavaei. Department of Electrical Engineering Columbia University

Various Techniques for Nonlinear Energy-Related Optimizations. Javad Lavaei. Department of Electrical Engineering Columbia University Various Techniques for Nonlinear Energy-Related Optimizations Javad Lavaei Department of Electrical Engineering Columbia University Acknowledgements Caltech: Steven Low, Somayeh Sojoudi Columbia University:

More information

ELEC4612 Power System Analysis Power Flow Analysis

ELEC4612 Power System Analysis Power Flow Analysis ELEC462 Power Sstem Analsis Power Flow Analsis Dr Jaashri Ravishankar jaashri.ravishankar@unsw.edu.au Busbars The meeting point of various components of a PS is called bus. The bus or busbar is a conductor

More information

Assessment and enhancement of voltage stability based on reactive power management using UPFC

Assessment and enhancement of voltage stability based on reactive power management using UPFC Assessment and enhancement of voltage stability based on reactive power management using UPFC Priyawrat Anshuman ME, Department of Electrical Engineering Jabalpur Engineering College, Jabalpur, India Abstract:

More information

Preliminaries Overview OPF and Extensions. Convex Optimization. Lecture 8 - Applications in Smart Grids. Instructor: Yuanzhang Xiao

Preliminaries Overview OPF and Extensions. Convex Optimization. Lecture 8 - Applications in Smart Grids. Instructor: Yuanzhang Xiao Convex Optimization Lecture 8 - Applications in Smart Grids Instructor: Yuanzhang Xiao University of Hawaii at Manoa Fall 2017 1 / 32 Today s Lecture 1 Generalized Inequalities and Semidefinite Programming

More information

Review for Exam 2 Ben Wang and Mark Styczynski

Review for Exam 2 Ben Wang and Mark Styczynski Review for Exam Ben Wang and Mark Styczynski This is a rough approximation of what we went over in the review session. This is actually more detailed in portions than what we went over. Also, please note

More information

Real power-system economic dispatch using a variable weights linear programming method

Real power-system economic dispatch using a variable weights linear programming method Open Access Journal Journal of Power Technologies 95 (1) (2015) 34 39 journal homepage:papers.itc.pw.edu.pl Real power-system economic dispatch using a variable weights linear programming method M. Rahli,

More information

High Performance Nonlinear Solvers

High Performance Nonlinear Solvers What is a nonlinear system? High Performance Nonlinear Solvers Michael McCourt Division Argonne National Laboratory IIT Meshfree Seminar September 19, 2011 Every nonlinear system of equations can be described

More information

04-Economic Dispatch 2. EE570 Energy Utilization & Conservation Professor Henry Louie

04-Economic Dispatch 2. EE570 Energy Utilization & Conservation Professor Henry Louie 04-Economic Dispatch EE570 Energy Utilization & Conservation Professor Henry Louie 1 Topics Example 1 Example Dr. Henry Louie Consider two generators with the following cost curves and constraints: C 1

More information

ECEN 667 Power System Stability Lecture 20: Oscillations, Small Signal Stability Analysis

ECEN 667 Power System Stability Lecture 20: Oscillations, Small Signal Stability Analysis ECEN 667 Power System Stability Lecture 20: Oscillations, Small Signal Stability Analysis Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, overbye@tamu.edu 1 Announcements

More information

AC Power Flows, Generalized OPF Costs and their Derivatives using Complex Matrix Notation

AC Power Flows, Generalized OPF Costs and their Derivatives using Complex Matrix Notation AC Power Flows, Generalized OPF Costs and their Derivatives using Complex Matrix Notation Ray D. Zimmerman February 24, 2010 Matpower Technical Note 2 c 2008, 2010, 2011, 2017, 2018 Power Systems Engineering

More information

Optimal Power Flow Formulations in Modern Distribution Grids

Optimal Power Flow Formulations in Modern Distribution Grids P L Power Systems Laboratory Optimal Power Flow Formulations in Modern Distribution Grids Student Etta Shyti Supervisors Stavros Karagiannopoulos Dmitry Shchetinin Examiner Prof. Dr. Gabriela Hug Project

More information

Analyzing the Effect of Loadability in the

Analyzing the Effect of Loadability in the Analyzing the Effect of Loadability in the Presence of TCSC &SVC M. Lakshmikantha Reddy 1, V. C. Veera Reddy 2, Research Scholar, Department of Electrical Engineering, SV University, Tirupathi, India 1

More information

Trajectory Sensitivity Analysis as a Means of Performing Dynamic Load Sensitivity Studies in Power System Planning

Trajectory Sensitivity Analysis as a Means of Performing Dynamic Load Sensitivity Studies in Power System Planning 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2014 Grid of the Future Symposium Trajectory Sensitivity Analysis as a Means of Performing Dynamic Load Sensitivity Studies

More information

FLEXIBLE ac transmission system (FACTS) devices give

FLEXIBLE ac transmission system (FACTS) devices give 694 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 19, NO. 2, APRIL 2004 A Newton-Type Current Injection Model of UPFC for Studying Low-Frequency Oscillations Kwang M. Son, Member, IEEE, and Robert H. Lasseter,

More information

Sinusoidal Steady State Analysis (AC Analysis) Part II

Sinusoidal Steady State Analysis (AC Analysis) Part II Sinusoidal Steady State Analysis (AC Analysis) Part II Amin Electronics and Electrical Communications Engineering Department (EECE) Cairo University elc.n102.eng@gmail.com http://scholar.cu.edu.eg/refky/

More information

Power System Linear Modeling. Application for Small Signal Stability Analysis

Power System Linear Modeling. Application for Small Signal Stability Analysis Power System Linear Modeling. Application for Small Signal Stability Analysis Carlos E. Biteznik, Jorge L. Agüero y Mario C. Beroqui Instituto de Investigaciones Tecnológicas para Redes y Equipos Eléctricos

More information

FAST OPTIMAL POWER FLOW ANALYSIS FOR LARGE-SCALE SMART GRID YI LIANG THESIS

FAST OPTIMAL POWER FLOW ANALYSIS FOR LARGE-SCALE SMART GRID YI LIANG THESIS c 2013 Yi Liang FAST OPTIMAL POWER FLOW ANALYSIS FOR LARGE-SCALE SMART GRID BY YI LIANG THESIS Submitted in partial fulfillment of the requirements for the degree of Master of Science in Electrical and

More information

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method

Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Power Flow Analysis of Radial Distribution System using Backward/Forward Sweep Method Gurpreet Kaur 1, Asst. Prof. Harmeet Singh Gill 2 1,2 Department of Electrical Engineering, Guru Nanak Dev Engineering

More information

J. Electrical Systems x-x (2010): x-xx. Regular paper

J. Electrical Systems x-x (2010): x-xx. Regular paper JBV Subrahmanyam Radhakrishna.C J. Electrical Systems x-x (2010): x-xx Regular paper A novel approach for Optimal Capacitor location and sizing in Unbalanced Radial Distribution Network for loss minimization

More information

Modelling and Analysis of Electric Power Systems

Modelling and Analysis of Electric Power Systems Modelling and Analysis of Electric Power Systems Power Flow Analysis Fault Analysis Power Systems Dynamics and Stability Lecture 227-0526-00, ITET ETH Zürich Göran Andersson EEH - Power Systems Laboratory

More information

EVALUATION OF THE IMPACT OF POWER SECTOR REFORM ON THE NIGERIA POWER SYSTEM TRANSIENT STABILITY

EVALUATION OF THE IMPACT OF POWER SECTOR REFORM ON THE NIGERIA POWER SYSTEM TRANSIENT STABILITY EVALUATION OF THE IMPACT OF POWER SECTOR REFORM ON THE NIGERIA POWER SYSTEM TRANSIENT STABILITY F. I. Izuegbunam * Department of Electrical & Electronic Engineering, Federal University of Technology, Imo

More information

The Power Flow & Optimal Power Flow Problems

The Power Flow & Optimal Power Flow Problems The Power Flow & Optimal Power Flow Problems Smith College, EGR 325 February 1, 2018 1 Overview Quick recap of power flow equations Begin using the PowerWorld simulator Practice problems in class Homework

More information

Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques

Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques Enhanced Newton Method Based Radial Distribution System Load Flow Analysis with Extrapolation Techniques Asst. Prof. Dr. Hassan Kuhba Electrical Engineering Department, Engineering College/Baghdad University,

More information