Optimal Power Flow Formulations in Modern Distribution Grids

Size: px
Start display at page:

Download "Optimal Power Flow Formulations in Modern Distribution Grids"

Transcription

1 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 Number 1820 Report Date July 25, 2018 Power Systems Laboratory ETH Zurich

2 ii

3 Abstract In this semester thesis two different optimal power flow formulations for active distribution networks are compared in terms of optimality and computational speed. More specifically, on the one hand we examine the full AC OPF formulation, which is implemented in MATLAB and solved using IPOPT, and on the other the existing Backward Forward Sweep approach for the OPF [1], which was already implemented in MATLAB using YALMIP by one of the supervisors and solved using GUROBI. Some control measures available to the distribution system operator from the distributed energy resources present in the network are also implemented, such as active power curtailment, reactive power control, controllable loads and battery energy storage systems. Two case studies are considered in order to first compare the results of the different formulations, and in the second case the effects of the various control measures. The results of the simulations for these two case studies are presented and evaluated. Finally, conclusions are drawn and future work and further steps are proposed. iii

4 iv

5 Acknowledgements I would like to sincerely thank my supervisors, Stavros and Dmitry, for their guidance and support, and for helping me gain this valuable experience regarding optimal power flow formulations at the power systems lab. v

6 vi

7 Contents List of Acronyms ix 1 Introduction Motivation Contribution Optimal Power Flow Standard AC OPF BFS approach Implementation Case studies Input data Results and Evaluation 11 5 Conclusion 21 Bibliography 23 vii

8 viii CONTENTS

9 List of Acronyms DSO DER LV DN OPF PF BFS BIBC BCBV DG APC RPC CL BESS Distribution System Operator Distributed Energy Resources Low voltage Distribution Network Optimal Power Flow Power Flow Backward Forward Sweep Bus-Injection to Branch-Current Branch-Current to Bus-Voltage Distributed Generators Active Power Curtailment Reactive Power Control Controllable Load Battery Energy Storage System ix

10 x CONTENTS

11 Chapter 1 Introduction 1.1 Motivation Modern power systems have been developed from a fundamental change in structure of the traditional power systems. The main driver is the increasing number of distributed energy resources (DERs), which are being installed in the medium voltage (MV) and low voltage (LV) networks. Distribution System Operators (DSOs) are facing new challenges due to the uncertainty of renewable resources, which tend to bring fluctuations of power flows, overvoltages and undervoltages in the grid. Figure 1.1: Modern power systems [2] 1

12 2 CHAPTER 1. INTRODUCTION Therefore, DSOs need to use all of the available measures at hand to ensure a safe and reliable operation of the distribution networks (DNs), while supplying the total load demand, minimizing costs and fulfilling all operating constraints. When DERs are controllable and dispatchable, as is assumed in this semester thesis, they can provide flexibility for the DSOs and new opportunities to allow them to use active control measures in real time operation. Hence, DSOs need to make significant changes both in the planning stage and in the operational stage and exploit the operational flexibility of the DERs. The main focus during this project is specifically the optimal power flow (OPF) calculation, which has many applications, such as state estimation, economic dispatch, demand response, contingency analysis, etc. In DNs it is very important for finding the optimal operating points for the available controllable DERs in the system. There has been continuous research in the field of computational algorithms for OPF and there have been recent advancements and higher attention due to the increasing number of electric vehicles, energy storage systems, inverter based PVs, flexible loads etc. 1.2 Contribution The goal of the thesis is to compare known OPF formulations and solution techniques for DNs in terms of robustness, computational speed and applicability. The versions of the AC OPF for DNs that are investigated are the standard AC OPF and the AC OPF based on the Backward Forward Sweep (BFS) approach. First, the full AC OPF problem is formulated and implemented. Next, the already implemented BFS OPF [1] is studied and fully understood. Finally, the different OPF calculations are simulated using a benchmark distribution test system and are compared based on optimality, operating point and speed. The remainder of this thesis is structured as follows: Chapter 2 introduces the OPF in general terms and elaborates more on the standard AC OPF formulation and the BFS approach. Chapter 3 provides some details regarding the implementation and describes the considered case studies. Chapter 4 presents and evaluates the results of the case studies and Chapter 5 finally draws the main conclusions from the results of this thesis, followed by an outlook for possible future steps and further developments.

13 Chapter 2 Optimal Power Flow Optimal power flow (OPF) is a crucial computation to allow DSOs to find the optimal dispatch of the control measures available from the DERs in active DNs. The total load demand needs to be supplied while minimizing costs and power losses in the network. The DSOs must also ensure that all the network operational constraints are not violated, such as the limits on branch currents, bus voltage magnitudes etc. In general the goal of an optimization problem is to minimize an objective function f(x), which, for power systems, can be the cost of generation, power losses etc., such that it satisfies a set of equality constraints g(x) and inequality constraints h(x), e.g. power balance equations, voltage, current and generation limits etc. The optimization problem variables x are separated into state variables, which consist in voltage magnitudes, angles etc., and control variables, which can include amounts of active power curtailment and reactive power generation from the inverter based distributed generators, amount of shifting for controllable loads etc. [3] minimize x f(x) subject to g(x) = 0 h(x) 0 Since the power balance equations are nonlinear and non-convex, this leads to complex OPF calculations and raises tractability concerns. Due to the nature and characteristics of DNs certain approximations and linearizations applied to the power balance equations for transmission networks are not valid, which would simplify the problem. Additionally, solving such an optimization problem for active DNs can become quite computationally intense, considering the inter-temporal constraints which need to be fulfilled for the different active control measures. [1] OPF FORMULATIONS There has been a lot of research in order to find new ways to formulate and solve the multi-period AC OPF. Some of the techniques that have been proposed consist of linear approximations of the AC Power Flow (PF), heuristics, convex relaxations etc., but most of them are mainly developed for transmission grids and are not suitable for distribution networks. Another approach focuses on the possibility to solve the power flow problem using iterative methods based on the BFS PF. These exploit the radial DN topology and have been used in multi-period three-phase systems with unbalanced loading, meshed configurations and AC feasible solutions considering uncertainties. 3

14 4 CHAPTER 2. OPTIMAL POWER FLOW 2.1 Standard AC OPF In this section a formulation of the full AC OPF for active distribution grids with DERs is presented, which is the one considered in this project.[1] The objective function, shown in Eq. (2.1), aims at minimizing the cost of active power curtailment P curt,j,t and reactive power control Q ctrl,j,t for bus j and time t over all buses N b, and the losses in the grid P sub,t for time t, considering the entire time horizon N hor. Active power curtailment (APC) is defined as P curt,j,t = Pg,j,t max P f g,j,t, which is the difference between the maximum active power available from the distributed generators (DGs) and the actual power produced. Reactive power control (RPC) is defined as Q ctrl,j,t = Q f g,j,t, which is the reactive power injected into the node. The total losses in the system are calculated by summing the power demanded from or fed into the substation P sub,t = in node 2 at time t over the entire time horizon N hor. The corresponding P f g,2,t price factors are c P = 3 CHF kw h, c Q = CHF kw h and c L = 0.3 CHF N hor min u t=1 N b j=1 kw h. ( c T P P curt,j,t + c T Q Q 2 ) ctrl,j,t + c T L P sub,t t (2.1) In order to keep a power balance in the grid the exact AC power flow equations, shown in Eqs. (2.2) and (2.3), bring non-linearity to the optimization problem. The active power injections, P f inj,j,t, defined in Eq. (2.4), are expressed in terms of the active power generated by the DGs, P f g,j,t, the amount of active power demand from the load after control and load shifting, P f lflex,j,t, and the charging and discharging power of the energy storage system, PB,j,t ch and P dis B,j,t. Regarding the reactive power injections, Qf inj,j,t, shown in Eq. (2.5), they are defined in terms of the reactive power injected from the DGs, Q f g,j,t, and the reactive power demand after load shifting, P f lflex,j,t tan (θ load). P f inj,j,t = V bus,k,t Q f inj,j,t = V bus,k,t N b m=1 N b m=1 V bus,m,t (G km cos θ km,t + B km sin θ km,t ) (2.2) V bus,m,t (G km sin θ km,t + B km cos θ km,t ) (2.3) P f inj,j,t = P f g,j,t P f ch lflex,j,t (PB,j,t PB,j,t) dis (2.4) Q f inj,j,t = Qf g,j,t P f lflex,j,t tan (θ load) (2.5) There are limits for the magnitudes of the bus voltages V bus,j,t, shown in Eq. (2.6), the fixed reference slack bus voltage magnitude V slack and angle θ 1, shown in Eqs. (2.7) and (2.8), and thermal loading limits I br,i,t, shown in Eq. (2.9), which define the maximum branch currents I i,max allowed on the lines. V min V bus,j,t V max (2.6) V slack = 1 (2.7) θ 1 = 0 (2.8) I br,i,t I i,max (2.9)

15 2.1. STANDARD AC OPF 5 Next, there are the inverter based DGs limits for active power and reactive power generation, shown in Eqs. (2.10) and (2.11). It can be noticed that the considered control method sets limits on the reactive power generation of the PVs depending on the active power generation and maximum allowed power factor cos (φ max ). P min g,j,t P f g,j,t P max g,j,t (2.10) tan (φ max ) P f g,j,t Qf g,j,t tan (φ max) P f g,j,t (2.11) The considered controllable load (CL) allows for a specific amount of load to be shifted as shown in Eq. (2.12), under the condition that the total daily load demand is satisfied as expressed in Eq. (2.13). P lflex,j,t = P l,j,t + P l,j,t (2.12) N hor t=1 P l,j,t = 0 (2.13) The battery energy storage system (BESS) has limits on the available energy capacity, Ej,t bat, defined in terms of the installed capacity, Ebat inst,j, and the minimum and maximum allowed states of charge, SoCmin bat and SoCbat max. The initial energy level available, Ej,1 bat, is set to half the installed capacity of the battery as shown in Eq. (2.16). Regarding the charging power and discharging power, they are both positive as defined in Eqs. (2.17) and (2.18) and the constrains in Eqs. (2.19) and (2.20) make sure the battery does not charge and discharge at the same time, using the small value of ˆη = SoCmin bat Einst,j bat Ej,t bat SoCmax bat Einst,j bat (2.14) E bat j,t Ej,1 bat = 0.5 E bat ( = Ej,t 1 bat + η bat PB,j,t ch P dis inst,j (2.15) B,j,t η bat ) t (2.16) P ch B,j,t 0 (2.17) P dis B,j,t 0 (2.18) B,j,t (P l,j,t Pg,j,t max ) ˆη (2.19) B,j,t (P l,j,t Pg,j,t max ) ˆη (2.20) P ch P dis The power flow equations are nonlinear, which leads to higher complexity for solving the OPF problem. In the following section, another approach based on the BFS PF is considered, which avoids the use of the non-convex AC PF.

16 6 CHAPTER 2. OPTIMAL POWER FLOW 2.2 BFS approach As already mentioned, the BFS PF exploits the radial structure of the DNs. In order to provide a short overview of this iterative approach the grid shown in Fig. 2.1 is considered. Two matrices are required for performing the PF: the Bus-Injection to Branch-Current (BIBC), shown in Fig. 2.2a, which defines the topology of the network, and the Branch- Current to Bus-Voltage (BCBV), shown in Fig. 2.2b, a matrix composed of the impedances of the lines. After forming the two matrices there are two sweeping steps. During the first step, namely the backward sweep step, the branch currents are calculated from the injected currents, and in the second one, namely the forward sweep, the branch currents are used to update the voltages. The sweeping steps are performed repeatedly in a loop until the differences between the voltage magnitudes of the current iteration with the previous one are below a certain predetermined threshold. This algorithm is shown in Fig. 2.3 and yields a full PF calculation. [1] [3] Figure 2.1: Example of radial distribution grid [3] (a) Bus-Injection to Branch- Current (BIBC) [3] (b) Branch-Current to Bus-Voltage (BCBV) [3] Figure 2.2: Matrices required for the BFS PF

17 2.2. BFS APPROACH 7 Figure 2.3: BFS algorithm [1] BFS-OPF IMPLEMENTATION First, the bus voltage magnitudes and angles and the iteration counter are initialized. Next the BFS based OPF approach incorporates the BFS PF by performing one single sweeping iteration described above instead of the equations for the non-convex exact AC power flow. Solving the BFS OPF problem provides the optimal set-points and the operating point, which is updated in the next step by performing the full BFS PF until convergence. This allows for the operating point to be projected into the feasible domain of the exact AC power flow equations. The iterative approach uses the updated operating point as a starting point for the next iteration of the multi-period BFS OPF and repeats until the mismatches between the voltage magnitudes resulting from the OPF and those resulting from the full PF are below a specified threshold. Since this algorithm updates the resulting voltages and currents from the solution of the OPF problem for each iteration by running the BFS PF, it expedites and facilitates in general the convergence of the multi-period BFS OPF. [1]

18 8 CHAPTER 2. OPTIMAL POWER FLOW Figure 2.4: Multi-period BFS OPF [1]

19 Chapter 3 Implementation The goal and contribution from this semester thesis lies in the realization of a standard AC OPF centralized scheme for operating a LV DN model in order to compare its results with the already implemented BFS OPF approach. The OPF was modelled as an optimization problem as presented in Section 2.1 and all the parameters were set the same as in case of the existing BFS OPF. The work was carried out in MATLAB R2016b and the time horizon considered was 24 hours. The active control measures from DERs that were implemented are APC, RPC, which are both provided by the inverter based DGs, CL and BESS. AC OPF The AC OPF was modeled in MATLAB and then it was passed directly to the solvers. The chosen solvers were IPOPT [4] and the TOMLAB nonlinear solver SNOPT [5]. A wrapper function was provided by one of the supervisors, Dmitry, to make it easier to switch between them, which prepared the data according to the specified solver and performed preprocessing steps. A MATLAB structure called model was defined to describe the optimization problem and contained all the necessary parameters for the solvers. The variables considered: V, theta, δp P V, Q P V, δp L, P ch, P dis, E b, P sub. First, the lower and upper bounds for the variables were set, then the objective function was formulated, followed by the linear constraints and the nonlinear constraints. Some MATPOWER functions were used in order to help with the nonlinear constraints, specifically for the right hand side of the active and reactive power balance equations shown in Eqs. (2.2) and (2.3), and for calculating the current magnitudes in Eq. (2.9) to check if they were within the set limits. Additionally, the gradient and hessian of the objective function and the Jacobian of the nonlinear constraints were provided manually. They were required for IPOPT, while for the case of SNOPT they contributed significantly to making the solution process faster. Finally, the Hessian of the Lagrangian was also provided manually by Dmitry, speeding up the process further. BFS OPF The BFS OPF implementation as shown in Fig. 2.4 was provided by Stavros and was modeled using the YALMIP MATLAB toolbox for optimization modeling. The solver that was chosen in this case was GUROBI [6]. 9

20 10 CHAPTER 3. IMPLEMENTATION 3.1 Case studies After implementing the AC OPF with all the available control measures, two case studies were considered: Case study A: Using only APC as a control measure, the results obtained from running the AC OPF and the BFS OPF were compared in terms of objective function, speed and operating point. Case study B: To identify their individual contribution, the AC OPF was simulated using each of the different control measures provided by the DERs - APC, RPC CL and BESS. The comparison was based again on the objective function value, speed and operating point. 3.2 Input data The network used in the case studies presented above is based on the benchmark radial LV grid from CIGRE and a single phase was considered in a balanced system. The data for the PV injection profiles is real data obtained from PV stations in Zurich and the load data consists of typical profiles provided by CIGRE. There are four PVs installed in nodes 12, 16, 18 and 19. Additionally, in node 16 there is a BESS unit present, which has an energy capacity of 26 kwh, as well as a CL with 5 kw available to the DSO for shifting. A summer day simulation is considered in order to include violations of network constraints. The acceptable limits for voltage magnitudes are 0.9 p.u. as lower limit and 1.04 as upper limit, while for branch currents a maximum value of 1 p.u. is allowed. Figure 3.1: CIGRE LV benchmark grid [7]

21 Chapter 4 Results and Evaluation Case study A After running the simulations for both the AC OPF and BFS OPF, the results obtained show that the BFS yields a higher objective function value of around 50 CHF as shown in the graph in Fig. 4.1, while both solvers IPOPT and SNOPT achieve the same result for the ACOPF. Solving the BFS OPF seems to be only slightly slower than solving the AC OPF using IPOPT, while SNOPT achieves a solution very fast as can be noticed in Fig However, the solving times vary with every simulation. OBJECTIVE FUNCTION (KCHF) AC OPF (IPOPT) AC OPF (SNOPT) BFS OPF SOLVER TIME (s) 0.28 AC OPF (IPOPT) AC OPF (SNOPT) BFS OPF Figure 4.1: Resulting objective function and needed time from the solver 11

22 12 CHAPTER 4. RESULTS AND EVALUATION In terms of operating point the AC OPF and the BFS OPF achieve results that are quite close, but with small differences. As it can noticed from the graphs in Fig. 4.2 the voltage magnitudes look almost the same with small deviations amounting to a root mean square error (RMSE) of e-04. Figure 4.2: Results for voltage magnitudes

23 13 The results for APC also look quite similar as seen in Fig. 4.3, but the values are slightly higher for the BFS. These small differences are mainly responsible for the higher value of the objective function for hte BFS, due to the high price coefficient (c P = 3). More specifically the overall cost of PV curtailment for the AC OPF amounts to kchf, while for the BFS OPF is kchf. Figure 4.3: Results for PV curtailment

24 14 CHAPTER 4. RESULTS AND EVALUATION Likewise, as it can be observed in Fig. 4.4 the line loadings are very similar, with the AC OPF not exceeding 81.2% and BFS OPF 80.3%. However, the overall costs of losses in the grid are again slightly higher for the BFS with a value of kchf, while for the AC OPF they amount to kchf. Figure 4.4: Results for line loadings In summary, the BFS OPF achieves a slightly higher objective function value, due to the small differences in the operating point, such as the amount of APC. One possible reason could be that the BFS OPF might be stuck at a local optimum and results in a different operating point. When solving the ACOPT with IPOPT, the BFS is almost as fast, however it is quite slow when compared to using SNOPT. IPOPT also requires the gradient and hessian of the objective function and the Jacobian of the nonlinear constraints, which need to be provided manually, which is not the case for SNOPT.

25 15 Case study B In order to compare the influence of the different active control measures available from the DERs, the AC OPF was simulated adding one measure at a time. The results show that the objective function decreases continuously as shown in Fig. 4.5, achieving the lowest value when all four measures are used. The cost coefficient for RPC is three orders of magnitude lower than the one for APC, and CL and BESS have no operational cost and do not contribute to the objective function. Thus, being able to use the cheaper options and lower the amount of APC explains the decrease in objective function value. On the other hand, the solver time increases each time a new control measure is introduced, since having an additional element brings more complexity to the problem and requires more time to be solved. OBJECTIVE FUNCTION 2.46 (kchf) APC + RPC + Flex + Bat SOLVER TIME (s) APC + RPC + Flex + Bat Figure 4.5: Resulting objective function and needed time from the solver

26 16 CHAPTER 4. RESULTS AND EVALUATION In terms of operating point, there are lower voltage magnitudes when using all measures APC, RPC, CL and BESS, compared to using only APC, as it can be noticed in Fig Figure 4.6: Results for voltage magnitudes

27 17 There is considerably lower PV curtailment as well, as shown in Fig When using all four measures APC, RPC, CL and BESS there is curtailment only in node 16 and up to 36%, compared to having only APC available, where node 16 is curtailed up to 45% and there is curtailment in node 19 as well. Figure 4.7: Results for PV curtailment

28 18 CHAPTER 4. RESULTS AND EVALUATION Regarding RPC, it is almost always used at the maximum when needed since it is an effective and cheap option with a low cost coefficient c Q = The amount of RPC remains almost constant while adding other measures, as can be noticed in Fig Figure 4.8: Results for Q P V generation

29 19 From Fig. 4.9 it can be observed that using all of the available control measures leads to higher loading of lines in general. Especially lines 2-3 and 3-4 are loaded at full capacity for a few hours, while on the other hand when only APC is used, lines are loaded at a maximum of 81.2%. Figure 4.9: Results for line loadings Summarizing, using APC, RPC, CL and BESS leads to the lowest cost for the DSO, but requires the longest computation time. When all four control measures are used voltage magnitudes are lower, while also allowing for higher PV generation and less PV curtailment compared to using only APC. RPC is used at its maximum and kept almost constant even after adding the CL and BESS. However, line loadings are generally higher with two lines being loaded at maximum for a certain amount of time.

30 20 CHAPTER 4. RESULTS AND EVALUATION

31 Chapter 5 Conclusion Conlcusion During this semester project the full AC OPF was implemented in MATLAB and compared to the existing BFS-approach OPF in terms of optimal solution and computational speed. The formulation of the optimization problem was the same for both methods, except for the power balance equations, which were approximated with a single sweep of the BFS PF in the case of the BFS OPF. All the parameters were kept identical in order to allow for a comparison. The controllable DERs that were modelled were inverter-based distributed generators, which offer APC and RPC, a Cl and a BESS. Two case studies were considered in order to compare the results between the AC OPF and the BFS OPF and to distinguish between the role of each of the available control measures from the DERs. From the results of the simulations it was concluded that for: Case study A: The BFS approach is quite accurate compared with the standard AC OPF It leads to a slightly higher objective function value and more PV curtailment However it achieves almost the same operating point BFS could be considered as a good approximation for the case under study. Case study B: Using APC, RPC, flexible load and batteries leads to the lowest cost, but highest computation time However, some of the lines in the system are loaded at full capacity for a few hours APC is used less when the other control measures are available RPC is used whenever needed at maximum since it is cheap and effective If DERs are controllable and dispatchable they are very beneficial to the DSOs Further steps After having set up the AC OPF optimization problem, some further steps and alternatives for the implementation could be: 21

32 22 CHAPTER 5. CONCLUSION Considering a larger network as input data Having a larger share of DERs (more PVs, Cls and BESS) Adding On-Load-Tap-Changers (OLTC) Applying convex relaxations to AC OPF In this work, we only consider balanced, single-phase system operation, but the framework can be extended to three-phase unbalanced networks.

33 Bibliography [1] S. Karagiannopoulos, L. Roald, P. Aristidou, and G. Hug, Operational planning of active distribution grids under uncertainty, IREP, Espinho, Portugal, [2] svg. [3] P. G. Hug, Power System Analysis: Lecture Notes. Power Systems Laboratory (EEH), ETH Zurich, [4] COIN-OR, Introduction to ipopt: A tutorial for downloading, installing, and using ipopt, Ipopt/doc/documentation.pdf?format=raw. [5] K. Holmström, A. O. Göran, and M. M. Edvall, User s guide for tomlab/snopt, [6] G. optimization, Gurobi optimizer reference manual, com/documentation/8.0/refman/index.html. [7] K. Strunz, E. Abbasi, C. Abbey, C. Andrieu, F. Gao, T. Gaunt, A. Gole, N. Hatziargyriou, and R. Iravani, Benchmark Systems for Network Integration of Renewable and Distributed Energy Resources. CIGRE, Task Force C6.04,

Data-driven Local Control Design using Optimization and Machine Learning Techniques

Data-driven Local Control Design using Optimization and Machine Learning Techniques Data-driven Local Control Design using Optimization and Machine Learning Techniques Stavros Karagiannopoulos, Student Member, IEEE, Petros Aristidou, Member, IEEE, and Gabriela Hug, Senior Member, IEEE

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 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

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

Optimal Placement & sizing of Distributed Generator (DG)

Optimal Placement & sizing of Distributed Generator (DG) Chapter - 5 Optimal Placement & sizing of Distributed Generator (DG) - A Single Objective Approach CHAPTER - 5 Distributed Generation (DG) for Power Loss Minimization 5. Introduction Distributed generators

More information

A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED DISTRIBUTION NETWORK

A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED DISTRIBUTION NETWORK VOL. 3, NO. 4, AUGUST 28 ISSN 89-668 26-28 Asian Research Publishing Network (ARPN). All rights reserved. A LOOP BASED LOAD FLOW METHOD FOR WEAKLY MESHED S. Sivanagaraju, J. Viswanatha Rao 2 and M. Giridhar

More information

Networked Feedback Control for a Smart Power Distribution Grid

Networked Feedback Control for a Smart Power Distribution Grid Networked Feedback Control for a Smart Power Distribution Grid Saverio Bolognani 6 March 2017 - Workshop 1 Future power distribution grids Traditional Power Generation transmission grid It delivers power

More information

Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation

Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation Distributed vs Bulk Power in Distribution Systems Considering Distributed Generation Abdullah A. Alghamdi 1 and Prof. Yusuf A. Al-Turki 2 1 Ministry Of Education, Jeddah, Saudi Arabia. 2 King Abdulaziz

More information

Abstract. Index Terms. Energy storage systems, siting and sizing, voltage sensitivity matrix, multi-period optimal power flow. I.

Abstract. Index Terms. Energy storage systems, siting and sizing, voltage sensitivity matrix, multi-period optimal power flow. I. Optimal Allocation of Energy Storage Systems for Voltage Control in LV Distribution Networks Antonio Giannitrapani, Member, IEEE, Simone Paoletti, Member, IEEE, Antonio Vicino, Fellow, IEEE, Donato Zarrilli

More information

Technical work in WP2 and WP5

Technical work in WP2 and WP5 Technical work in WP2 and WP5 UNIZG-FER Mato Baotić, Branimir Novoselnik, Jadranko Matuško, Mario Vašak, Andrej Jokić Aachen, October 9, 2015 This project has received funding from the European Union s

More information

Optimal Power Flow. S. Bose, M. Chandy, M. Farivar, D. Gayme S. Low. C. Clarke. Southern California Edison. Caltech. March 2012

Optimal Power Flow. S. Bose, M. Chandy, M. Farivar, D. Gayme S. Low. C. Clarke. Southern California Edison. Caltech. March 2012 Optimal Power Flow over Radial Networks S. Bose, M. Chandy, M. Farivar, D. Gayme S. Low Caltech C. Clarke Southern California Edison March 2012 Outline Motivation Semidefinite relaxation Bus injection

More information

Analytical Study Based Optimal Placement of Energy Storage Devices in Distribution Systems to Support Voltage and Angle Stability

Analytical Study Based Optimal Placement of Energy Storage Devices in Distribution Systems to Support Voltage and Angle Stability University of Wisconsin Milwaukee UWM Digital Commons Theses and Dissertations June 2017 Analytical Study Based Optimal Placement of Energy Storage Devices in Distribution Systems to Support Voltage and

More information

Corrective Control to Handle Forecast Uncertainty: A Chance Constrained Optimal Power Flow

Corrective Control to Handle Forecast Uncertainty: A Chance Constrained Optimal Power Flow 1 Corrective Control to Handle Forecast Uncertainty: A Chance Constrained Optimal Power Flow Line Roald, Sidhant Misra, Thilo Krause, and Göran Andersson arxiv:169.2194v1 [math.oc] 7 Sep 216 Abstract Higher

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

DIRECTED GRAPH BASED POWER-FLOW ALGORITHM FOR 1-PHASE RDN

DIRECTED GRAPH BASED POWER-FLOW ALGORITHM FOR 1-PHASE RDN method is used to formulate element-currents during the Forward-Sweep and the inclusion of power variable in the algorithm during Backward Sweep leads to more accurate results. The proposed TT based power-flow

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

R O B U S T E N E R G Y M AN AG E M E N T S Y S T E M F O R I S O L AT E D M I C R O G R I D S

R O B U S T E N E R G Y M AN AG E M E N T S Y S T E M F O R I S O L AT E D M I C R O G R I D S ROBUST ENERGY MANAGEMENT SYSTEM FOR ISOLATED MICROGRIDS Jose Daniel La r a Claudio Cañizares Ka nka r Bhattacharya D e p a r t m e n t o f E l e c t r i c a l a n d C o m p u t e r E n g i n e e r i n

More information

Keeping medium-voltage grid operation within secure limits

Keeping medium-voltage grid operation within secure limits Chaire académique ORES «Smart Grids Smart Metering» Journée d études, Fac. Polytech. UMons, 20 nov. 2014 Keeping medium-voltage grid operation within secure limits Thierry Van Cutsem Hamid Soleimani Bidgoli

More information

Analysis of Adaptive Certainty-Equivalent Techniques for the Stochastic Unit Commitment Problem

Analysis of Adaptive Certainty-Equivalent Techniques for the Stochastic Unit Commitment Problem power systems eehlaboratory José Sebastián Espejo-Uribe Analysis of Adaptive Certainty-Equivalent Techniques for the Stochastic Unit Commitment Problem Master Thesis PSL177 EEH Power Systems Laboratory

More information

Geometry of power flows and convex-relaxed power flows in distribution networks with high penetration of renewables

Geometry of power flows and convex-relaxed power flows in distribution networks with high penetration of renewables Downloaded from orbit.dtu.dk on: Oct 15, 2018 Geometry of power flows and convex-relaxed power flows in distribution networks with high penetration of renewables Huang, Shaojun; Wu, Qiuwei; Zhao, Haoran;

More information

Load Capability for Smart Distribution Systems. A Thesis. Submitted to the Faculty. Drexel University. Nicholas Stephen Coleman

Load Capability for Smart Distribution Systems. A Thesis. Submitted to the Faculty. Drexel University. Nicholas Stephen Coleman Load Capability for Smart Distribution Systems A Thesis Submitted to the Faculty of Drexel University by Nicholas Stephen Coleman in partial fulfillment of the requirements for the degree of Master of

More information

The N k Problem using AC Power Flows

The N k Problem using AC Power Flows The N k Problem using AC Power Flows Sean Harnett 5-19-2011 Outline Introduction AC power flow model The optimization problem Some results Goal: find a small set of lines whose removal will cause the power

More information

The AR OPF: an Exact Convex Formulation for the Optimal Power Flow in Radial Distribution Networks

The AR OPF: an Exact Convex Formulation for the Optimal Power Flow in Radial Distribution Networks Photo credit: Infineon The AR OPF: an Exact Convex Formulation for the Optimal Power Flow in Radial Distribution Networks Jean Yves Le Boudec and Mario Paolone EPFL LCA and DESL (joint work with Dr. Mostafa

More information

METHODS FOR ANALYSIS AND PLANNING OF MODERN DISTRIBUTION SYSTEMS. Salem Elsaiah

METHODS FOR ANALYSIS AND PLANNING OF MODERN DISTRIBUTION SYSTEMS. Salem Elsaiah METHODS FOR ANALYSIS AND PLANNING OF MODERN DISTRIBUTION SYSTEMS By Salem Elsaiah A DISSERTATION Submitted to Michigan State University in partial fulfillment of the requirements for the degree of Electrical

More information

Optimized Risk Limits for Stochastic Optimal Power Flow

Optimized Risk Limits for Stochastic Optimal Power Flow power systems eehlaboratory Andrew Morrison Optimized Risk Limits for Stochastic Optimal Power Flow Master Thesis PSL1521 EEH Power Systems Laboratory Swiss Federal Institute of Technology (ETH) Zurich

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

SIGNIFICANT increase in amount of private distributed

SIGNIFICANT increase in amount of private distributed 1 Distributed DC Optimal Power Flow for Radial Networks Through Partial Primal Dual Algorithm Vahid Rasouli Disfani, Student Member, IEEE, Lingling Fan, Senior Member, IEEE, Zhixin Miao, Senior Member,

More information

Convex Relaxations for Optimization of AC and HVDC Grids under Uncertainty

Convex Relaxations for Optimization of AC and HVDC Grids under Uncertainty P L Power Systems Laboratory Center for Electric Power and Energy Department of Electrical Engineering Andreas Horst Venzke Convex Relaxations for Optimization of AC and HVDC Grids under Uncertainty Master

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

A Julia JuMP-based module for polynomial optimization with complex variables applied to ACOPF

A Julia JuMP-based module for polynomial optimization with complex variables applied to ACOPF JuMP-dev workshop 018 A Julia JuMP-based module for polynomial optimization with complex variables applied to ACOPF Gilles Bareilles, Manuel Ruiz, Julie Sliwak 1. MathProgComplex.jl: A toolbox for Polynomial

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

2015 IEEE. Digital Object Identifier: /PTC

2015 IEEE. Digital Object Identifier: /PTC 2015 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other users, including reprinting/ republishing this material for advertising or promotional purposes,

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

Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks

Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks Int. J. on Recent Trends in Engineering and Technology, Vol. 10, No. 2, Jan 2014 Performance Improvement of the Radial Distribution System by using Switched Capacitor Banks M. Arjun Yadav 1, D. Srikanth

More information

Software Tools: Congestion Management

Software Tools: Congestion Management Software Tools: Congestion Management Tom Qi Zhang, PhD CompuSharp Inc. (408) 910-3698 Email: zhangqi@ieee.org October 16, 2004 IEEE PES-SF Workshop on Congestion Management Contents Congestion Management

More information

Managing Uncertainty and Security in Power System Operations: Chance-Constrained Optimal Power Flow

Managing Uncertainty and Security in Power System Operations: Chance-Constrained Optimal Power Flow Managing Uncertainty and Security in Power System Operations: Chance-Constrained Optimal Power Flow Line Roald, November 4 th 2016 Line Roald 09.11.2016 1 Outline Introduction Chance-Constrained Optimal

More information

A Data-driven Voltage Control Framework for Power Distribution Systems

A Data-driven Voltage Control Framework for Power Distribution Systems A Data-driven Voltage Control Framework for Power Distribution Systems Hanchen Xu, Alejandro D. Domínguez-García, and Peter W. Sauer arxiv:1711.04159v1 [math.oc] 11 Nov 2017 Abstract In this paper, we

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

Chapter 3 AUTOMATIC VOLTAGE CONTROL

Chapter 3 AUTOMATIC VOLTAGE CONTROL Chapter 3 AUTOMATIC VOLTAGE CONTROL . INTRODUCTION TO EXCITATION SYSTEM The basic function of an excitation system is to provide direct current to the field winding of the synchronous generator. The excitation

More information

A Benders Decomposition Approach to Corrective Security Constrained OPF with Power Flow Control Devices

A Benders Decomposition Approach to Corrective Security Constrained OPF with Power Flow Control Devices A Benders Decomposition Approach to Corrective Security Constrained OPF with Power Flow Control Devices Javad Mohammadi, Gabriela Hug, Soummya Kar Department of Electrical and Computer Engineering Carnegie

More information

DIMACS, Rutgers U January 21, 2013 Michael Caramanis

DIMACS, Rutgers U January 21, 2013 Michael Caramanis Power Market Participation of Flexible Loads and Reactive Power Providers: Real Power, Reactive Power, and Regulation Reserve Capacity Pricing at T&D Networks DIMACS, Rutgers U January 21, 2013 Michael

More information

Performance analysis and comparison of load flow methods in a practical distribution system

Performance analysis and comparison of load flow methods in a practical distribution system Performance analysis and comparison of load flow methods in a practical distribution system B.Muruganantham Dept. of Electrical and Electronics Engineering Pondicherry Engineering College Puducherry -

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

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

Semidefinite Relaxation of Optimal Power Flow for ac-dc Grids

Semidefinite Relaxation of Optimal Power Flow for ac-dc Grids Semidefinite Relaxation of Optimal Power Flow for ac-dc Grids Shahab Bahrami, Student Member, IEEE, Francis Therrien, Member, IEEE, Vincent W.S. Wong, Fellow, IEEE, and Juri Jatsevich, Senior Member, IEEE

More information

Role of Synchronized Measurements In Operation of Smart Grids

Role of Synchronized Measurements In Operation of Smart Grids Role of Synchronized Measurements In Operation of Smart Grids Ali Abur Electrical and Computer Engineering Department Northeastern University Boston, Massachusetts Boston University CISE Seminar November

More information

ACOMMONLY observable recent phenomenon has been

ACOMMONLY observable recent phenomenon has been 938 IEEE TRANSACTIONS ON SUSTAINABLE ENERGY, VOL. 8, NO. 3, JULY 2017 Real-Time Integration of Intermittent Generation With Voltage Rise Considerations Pirathayini Srikantha, Student Member, IEEE, and

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

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

ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES

ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES SYNOPSIS OF ECONOMIC OPERATION OF POWER SYSTEMS USING HYBRID OPTIMIZATION TECHNIQUES A THESIS to be submitted by S. SIVASUBRAMANI for the award of the degree of DOCTOR OF PHILOSOPHY DEPARTMENT OF ELECTRICAL

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

ITERATIVE techniques based on the Newton-Raphson algorithm

ITERATIVE techniques based on the Newton-Raphson algorithm Jacobian Singularities in Optimal Power Flow Problems Caused by Intertemporal Constraints Kyri Baker, Student Member, IEEE, Dinghuan Zhu, Student Member, IEEE, Gabriela Hug, Member, IEEE, and Xin Li, Senior

More information

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS

A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS A PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS 1 P.DIVYA, 2 PROF. G.V.SIVA KRISHNA RAO A.U.College of Engineering, Andhra University, Visakhapatnam Abstract: Capacitors in

More information

Edinburgh Research Explorer

Edinburgh Research Explorer Edinburgh Research Explorer Decentralized Multi-Period Economic Dispatch for Real-Time Flexible Demand Management Citation for published version: Loukarakis, E, Dent, C & Bialek, J 216, 'Decentralized

More information

Software for Integer and Nonlinear Optimization

Software for Integer and Nonlinear Optimization Software for Integer and Nonlinear Optimization Sven Leyffer, leyffer@mcs.anl.gov Mathematics & Computer Science Division Argonne National Laboratory Roger Fletcher & Jeff Linderoth Advanced Methods and

More information

Control Strategies for Microgrids

Control Strategies for Microgrids Control Strategies for Microgrids Ali Mehrizi-Sani Assistant Professor School of Electrical Engineering and Computer Science Washington State University Graz University of Technology Thursday, November

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

Comparison of Power Flow Algorithms for inclusion in On-line Power Systems Operation Tools

Comparison of Power Flow Algorithms for inclusion in On-line Power Systems Operation Tools University of New Orleans ScholarWorks@UNO University of New Orleans Theses and Dissertations Dissertations and Theses 12-17-2010 Comparison of Power Flow Algorithms for inclusion in On-line Power Systems

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

CAPACITOR PLACEMENT IN UNBALANCED POWER SYSTEMS

CAPACITOR PLACEMENT IN UNBALANCED POWER SYSTEMS CAPACITOR PLACEMET I UBALACED POWER SSTEMS P. Varilone and G. Carpinelli A. Abur Dipartimento di Ingegneria Industriale Department of Electrical Engineering Universita degli Studi di Cassino Texas A&M

More information

OPTIMAL LOCATION AND SIZING OF DISTRIBUTED GENERATOR IN RADIAL DISTRIBUTION SYSTEM USING OPTIMIZATION TECHNIQUE FOR MINIMIZATION OF LOSSES

OPTIMAL LOCATION AND SIZING OF DISTRIBUTED GENERATOR IN RADIAL DISTRIBUTION SYSTEM USING OPTIMIZATION TECHNIQUE FOR MINIMIZATION OF LOSSES 780 OPTIMAL LOCATIO AD SIZIG OF DISTRIBUTED GEERATOR I RADIAL DISTRIBUTIO SYSTEM USIG OPTIMIZATIO TECHIQUE FOR MIIMIZATIO OF LOSSES A. Vishwanadh 1, G. Sasi Kumar 2, Dr. D. Ravi Kumar 3 1 (Department of

More information

Solving Large-Scale AC Optimal Power Flow Problems Including Energy Storage, Renewable Generation, and Forecast Uncertainty

Solving Large-Scale AC Optimal Power Flow Problems Including Energy Storage, Renewable Generation, and Forecast Uncertainty Solving Large-Scale AC Optimal Power Flow Problems Including Energy Storage, Renewable Generation, and Forecast Uncertainty by Jennifer Felder Marley A dissertation submitted in partial fulfillment of

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

Inverter VAR Control for Distribution Systems with Renewables

Inverter VAR Control for Distribution Systems with Renewables The Whole Picture - Sense, Communicate, Compute, Control (IEEE SmartGridComm) Inverter VAR Control for Distribution Systems with Renewables Masoud Farivar, Christopher R. Clarke, Steven H. Low, K. Mani

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

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

Equivalent relaxations of optimal power flow

Equivalent relaxations of optimal power flow Equivalent relaxations of optimal power flow 1 Subhonmesh Bose 1, Steven H. Low 2,1, Thanchanok Teeraratkul 1, Babak Hassibi 1 1 Electrical Engineering, 2 Computational and Mathematical Sciences California

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

Application of Monte Carlo Simulation to Multi-Area Reliability Calculations. The NARP Model

Application of Monte Carlo Simulation to Multi-Area Reliability Calculations. The NARP Model Application of Monte Carlo Simulation to Multi-Area Reliability Calculations The NARP Model Any power system reliability model using Monte Carlo simulation consists of at least the following steps: 1.

More information

Solving the economic power dispatch and related problems more efficiently (and reliably)

Solving the economic power dispatch and related problems more efficiently (and reliably) Solving the economic power dispatch and related problems more efficiently (and reliably) Richard P O'Neill FERC With Mary Cain, Anya Castillo, Clay Campaigne, Paula A. Lipka, Mehrdad Pirnia, Shmuel Oren

More information

Convex Relaxation of Optimal Power Flow Problem

Convex Relaxation of Optimal Power Flow Problem Project Report EE 227BT Convex Relaxation of Optimal Power Flow Problem Somil Bansal and Chia-Yin Shih 1 Introduction Optimal power flow problem (OPF) is fundamental in power system operations as it underlies

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

Mohd Jamil Khan and 2 Yogesh Kumar. Churu, Raj., India.

Mohd Jamil Khan and 2 Yogesh Kumar. Churu, Raj., India. International Journal of Mathematics Research. ISSN 0976-5840 Volume 8, Number 3 (2016), pp. 251-263 International Research Publication House http://www.irphouse.com Optimal Power Flow (OPF) formulation

More information

PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS

PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION FEEDERS IMPACT: International ournal of Research in Engineering & Technology (IMPACT: IRET) ISSN 2321-8843 Vol. 1, Issue 3, Aug 2013, 85-92 Impact ournals PROPOSED STRATEGY FOR CAPACITOR ALLOCATION IN RADIAL DISTRIBUTION

More information

Reactive Power Management using Firefly and Spiral Optimization under Static and Dynamic Loading Conditions

Reactive Power Management using Firefly and Spiral Optimization under Static and Dynamic Loading Conditions 1 Reactive Power Management using Firefly and Spiral Optimization under Static and Dynamic Loading Conditions Ripunjoy Phukan, ripun000@yahoo.co.in Abstract Power System planning encompasses the concept

More information

Deregulated Electricity Market for Smart Grid: A Network Economic Approach

Deregulated Electricity Market for Smart Grid: A Network Economic Approach Deregulated Electricity Market for Smart Grid: A Network Economic Approach Chenye Wu Institute for Interdisciplinary Information Sciences (IIIS) Tsinghua University Chenye Wu (IIIS) Network Economic Approach

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

Analytical Approach for Active Distribution Network Restoration Including Optimal Voltage Regulation

Analytical Approach for Active Distribution Network Restoration Including Optimal Voltage Regulation 1 Analytical Approach for Active Distribution Network Restoration Including Optimal Voltage Regulation Hossein Sekhavatmanesh, Student Member, IEEE, Rachid Cherkaoui, Senior Member, IEEE Abstract The ever-increasing

More information

Course notes for EE394V Restructured Electricity Markets: Locational Marginal Pricing

Course notes for EE394V Restructured Electricity Markets: Locational Marginal Pricing Course notes for EE394V Restructured Electricity Markets: Locational Marginal Pricing Ross Baldick Copyright c 2013 Ross Baldick www.ece.utexas.edu/ baldick/classes/394v/ee394v.html Title Page 1 of 132

More information

Construction of power flow feasibility sets

Construction of power flow feasibility sets IEEE TRANSACTIONS ON POWER SYSTEMS, VOL., NO., 2015 1 Construction of power flow feasibility sets Krishnamurthy Dvijotham, Konstantin Turitsyn arxiv:1506.07191v3 [cs.sy] 11 Jul 2015 Abstract We develop

More information

Development of Short Term Solar Forecasts

Development of Short Term Solar Forecasts power systems eehlaboratory Seraina Buchmeier Development of Short Term Solar Forecasts Semester Project EEH Power Systems Laboratory Swiss Federal Institute of Technology (ETH) Zurich Supervisors: Olivier

More information

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System.

Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Application of Teaching Learning Based Optimization for Size and Location Determination of Distributed Generation in Radial Distribution System. Khyati Mistry Electrical Engineering Department. Sardar

More information

APPLICATIONS OF SENSITIVITY ANALYSIS IN PLANNING AND OPERATION OF MODERN POWER SYSTEMS. Mohammed Ben-Idris

APPLICATIONS OF SENSITIVITY ANALYSIS IN PLANNING AND OPERATION OF MODERN POWER SYSTEMS. Mohammed Ben-Idris APPLICATIONS OF SENSITIVITY ANALYSIS IN PLANNING AND OPERATION OF MODERN POWER SYSTEMS By Mohammed Ben-Idris A DISSERTATION Submitted to Michigan State University in partial fulfillment of the requirements

More information

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

The use of second-order information in structural topology optimization. Susana Rojas Labanda, PhD student Mathias Stolpe, Senior researcher

The use of second-order information in structural topology optimization. Susana Rojas Labanda, PhD student Mathias Stolpe, Senior researcher The use of second-order information in structural topology optimization Susana Rojas Labanda, PhD student Mathias Stolpe, Senior researcher What is Topology Optimization? Optimize the design of a structure

More information

Convex Optimization Approach to the Optimal Power Flow Problem in DC-Microgrids with Energy Storage

Convex Optimization Approach to the Optimal Power Flow Problem in DC-Microgrids with Energy Storage Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 7-12-2018 Convex Optimization Approach to the Optimal Power Flow Problem in DC-Microgrids with Energy Storage

More information

Power System Security. S. Chakrabarti

Power System Security. S. Chakrabarti Power System Security S. Chakrabarti Outline Introduction Major components of security assessment On-line security assessment Tools for contingency analysis DC power flow Linear sensitivity factors Line

More information

Final Exam, Second Semester: 2015/2016 Electrical Engineering Department

Final Exam, Second Semester: 2015/2016 Electrical Engineering Department Philadelphia University Faculty of Engineering Student Name Student No: Serial No Final Exam, Second Semester: 2015/2016 Electrical Engineering Department Course Title: Power II Date: 21 st June 2016 Course

More information

Modeling and Stability Analysis of a DC Microgrid Employing Distributed Control Algorithm

Modeling and Stability Analysis of a DC Microgrid Employing Distributed Control Algorithm Modeling and Stability Analysis of a DC Microgrid Employing Distributed Control Algorithm Niloofar Ghanbari, M. Mobarrez 2, and S. Bhattacharya Department of Electrical and Computer Engineering North Carolina

More information

B.E. / B.Tech. Degree Examination, April / May 2010 Sixth Semester. Electrical and Electronics Engineering. EE 1352 Power System Analysis

B.E. / B.Tech. Degree Examination, April / May 2010 Sixth Semester. Electrical and Electronics Engineering. EE 1352 Power System Analysis B.E. / B.Tech. Degree Examination, April / May 2010 Sixth Semester Electrical and Electronics Engineering EE 1352 Power System Analysis (Regulation 2008) Time: Three hours Answer all questions Part A (10

More information

Optimal Capacitor placement in Distribution Systems with Distributed Generators for Voltage Profile improvement by Particle Swarm Optimization

Optimal Capacitor placement in Distribution Systems with Distributed Generators for Voltage Profile improvement by Particle Swarm Optimization Optimal Capacitor placement in Distribution Systems with Distributed Generators for Voltage Profile improvement by Particle Swarm Optimization G. Balakrishna 1, Dr. Ch. Sai Babu 2 1 Associate Professor,

More information

On the Approximate Linear Programming Approach for Network Revenue Management Problems

On the Approximate Linear Programming Approach for Network Revenue Management Problems On the Approximate Linear Programming Approach for Network Revenue Management Problems Chaoxu Tong School of Operations Research and Information Engineering, Cornell University, Ithaca, New York 14853,

More information

Nonlinear Security Constrained Optimal Power Flow for Combined AC and HVDC Grids

Nonlinear Security Constrained Optimal Power Flow for Combined AC and HVDC Grids power systems eehlaboratory Vasileios Saplamidis Nonlinear Security Constrained Optimal Power Flow for Combined AC and HVDC Grids Master Thesis PSL 1417 EEH Power Systems Laboratory ETH Zurich Supervisor:

More information

GA BASED OPTIMAL POWER FLOW SOLUTIONS

GA BASED OPTIMAL POWER FLOW SOLUTIONS GA BASED OPTIMAL POWER FLOW SOLUTIONS Thesis submitted in partial fulfillment of the requirements for the award of degree of Master of Engineering in Power Systems & Electric Drives Thapar University,

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

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

Locating Distributed Generation. Units in Radial Systems

Locating Distributed Generation. Units in Radial Systems Contemporary Engineering Sciences, Vol. 10, 2017, no. 21, 1035-1046 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ces.2017.79112 Locating Distributed Generation Units in Radial Systems Gabriel

More information

MODELLING OF LOADS IN POWER

MODELLING OF LOADS IN POWER MODELLING OF LOADS IN POWER FLOW ANALYSIS SIBASISH KANUNGO (109EE0274) Department of Electrical Engineering National Institute of Technology Rourkela 1 MODELLING OF LOADS IN POWER FLOW ANALYSIS A Thesis

More information

Multidisciplinary System Design Optimization (MSDO)

Multidisciplinary System Design Optimization (MSDO) Multidisciplinary System Design Optimization (MSDO) Numerical Optimization II Lecture 8 Karen Willcox 1 Massachusetts Institute of Technology - Prof. de Weck and Prof. Willcox Today s Topics Sequential

More information

Load Flow Analysis of Unbalanced Radial Distribution Systems. Biswajit Naik(110EE0211) Nikhil Mudgal (110EE0210) Somanath Behera(110EE0190)

Load Flow Analysis of Unbalanced Radial Distribution Systems. Biswajit Naik(110EE0211) Nikhil Mudgal (110EE0210) Somanath Behera(110EE0190) Load Flow Analysis of Unbalanced Radial Distribution Systems Biswajit Naik(110EE0211) Nikhil Mudgal (110EE0210) Somanath Behera(110EE0190) Department of Electrical Engineering National Institute of Technology

More information