Optimal Power Flow Calculation for Unbalanced Distribution Grids

Size: px
Start display at page:

Download "Optimal Power Flow Calculation for Unbalanced Distribution Grids"

Transcription

1 Power Systems P L Laboratory Stefanie Aebi Optimal Power Flow Calculation for Unbalanced Distribution Grids Semester Project PSL EEH Power Systems Laboratory ETH Zurich Examiner: Prof. Dr. Gabriela Hug Supervisor: MSc Stavros Karagiannopoulos Zurich, June 28, 2017

2 ii

3 Abstract New developments in distribution grids including the increased penetration of distributed energy resources require the distribution system operator to apply new planning and operating schemes for cost-effective and secure power supply. This paper proposes a centralized approach for the operational planning of unbalanced active distribution grids based on [1], where the algorithm of [1] has been extended to 3-phase unbalanced operation. Optimal set-points of distributed energy resources are determined with a multi-period optimal power flow algorithm. An exact power flow computation to ensure feasibility of the resulting flows is then done using a backward-forward sweep method as proposed by [2]. The resulting planning scheme is applied to and demonstrated on a low-voltage distribution network model. We see that the efficient use of active control measures helps maintaining currents and voltages under acceptable thresholds. In this thesis, we compare the symmetrical 1-phase case against the 3-phase representation in order to identify differences in the control usage arising from the 3-phase coupling. iii

4 iv

5 Acknowledgements My special thanks go to Stavros Karagiannopoulos who has supervised this project, spent a lot of time helping me to find algorithm bugs, supported me with his specialist knowledge and motivated and challenged me throughout this project. I m really greatful for your support! v

6 vi

7 Contents List of Acronyms ix 1 Introduction Motivation: New Developments in Distribution Grids Employed Algorithm Main Contributions Power Flow Calculations in DNs Characteristics of Distribution Grids Backward Forward Sweep Method Case Study I: Power Flow Calculations in DNs Case Study Setup Results Multi-Period PF results Optimal Power Flow Calculations in DNs Optimal Power Flow Fundamentals Objective Function Power Balance Constraints Power Quality Constraints OPF Calculation Specifications in this Project Case Study II: OPF Results Discussion Conclusion 21 vii

8 viii CONTENTS

9 List of Acronyms DG DER DSO OPF BFS DN RPC APC Distribution Grid Distributed Energy Resource Distribution System Operator Optimal Power Flow Backward-Forward Sweep Distribution Network Reactive Power Control Active Power Curtailment YALMIP Yet Another Linear Matrix Inequality Parser PF BIBC BCBV LV OLTC BESS Power Flow Bus Injection to Branch Current [matrix] Branch Current to Bus Voltage [matrix] Low Voltage On Load Tap Changer Battery Energy Storage System ix

10 x CONTENTS

11 Chapter 1 Introduction 1.1 Motivation: New Developments in Distribution Grids The increasing share of distributed energy resources (DERs) in the electricity distribution network (DN) constitutes new challenges as well as new opportunities. Intermittent renewable energy generators and other DERs lead to intensified power flow (PF) variability, and thus, constantly changing operating conditions [1]. On the other hand, controllable DERs represent new sources of flexibility by providing ancillary services such as reactive power control (RPC) [3] and active power curtailment (APC) [4], whereof RPC is usually preferred to APC for the treatment of voltage or congestion problems because it usually incurs lower cost [1]. These new developments in DNs require the distribution system operator (DSO) to apply new planning and operating schemes to ensure optimal cost-effectiveness and security of supply. This project focuses on optimal power flow calculations for balanced and unbalanced distribution grids. 1.2 Employed Algorithm In this project, a centralized scheme for the operational planning of active DNs was developed, extending [1] to unbalanced operating situations. At the core of the proposed algorithm lies a multi-period centralized optimal power flow (OPF) calculation, employing optimization under consideration of system-wide information. In a first step, a multi-period OPF algorithm is used to compute the optimal set-points of controllable DERs. To reduce computational burden, this is approximated based on the first step of a backward-forward sweep (BFS) algorithm. In a second step, an iterative power flow computation based on BFS is run until convergence to determine the solution state, and thus, ensure feasibility of the resulting power flows and tractability of the algorithm. The resulting operational planning scheme 1

12 2 CHAPTER 1. INTRODUCTION is tested on the Cigre European low-voltage distribution network [6]. 1.3 Main Contributions A centralized scheme for the operational planning of active distribution grids has been proposed in [1]. This project extends the algorithm used by [1] to unbalanced operating conditions, which is usually the case in distribution networks. Furthermore, this paper uses a case study in order to investigate the system behaviour under balanced and unbalanced loading operations.

13 Chapter 2 Power Flow Calculations in DNs 2.1 Characteristics of Distribution Grids It is well-known that power distribution systems are significantly different from transmission systems. They are usually radial or weakly meshed, show high R/X ratios and are operated multiphase and unbalanced. Moreover, DNs contain increasing shares of distributed loads and generation [5]. All these factors make traditional power flow methods, e.g. based on Newton Raphson method, inappropriate for distribution grids due to poor convergence features. However, various methods making use of the specific characteristics of distribution grids have been proposed and can be summed into three groups: network reduction methods, backward/forward sweep methods and fast decoupled methods [5]. The algorithm proposed in this project builds upon a direct backward/forward sweep procedure based on [2], which solves PF exploiting the radial DN topology. 2.2 Backward Forward Sweep Method A backward forward sweep method (BFS), in short terms, is carried out by iteratively sweeping the network and updating the variables at each iteration. A rough summary of the algorithm is given in Algorithm 1. 3

14 4 CHAPTER 2. POWER FLOW CALCULATIONS IN DNS Algorithm 1: Main steps of BFS, based on [2], taken from [1] Input: BIBC, BCBV, P inj, Q inj, V slack Output: Ibranch k, V bus k 1: initialize: k = 1, Vbus k = 1 0 2: do ( ) 3: Backward sweep: Iinj k = (Pinj +jq inj ) 4: I k branch = BIBC Ik inj V k bus 5: Forward sweep: V k+1 = BCBV Ibranch k 6: V k+1 bus = V slack + V k+1 7: Update ( iteration: k+ = ) 1 8: while max Vbus k k 1 Vbus η 9: return Ibranch k, V bus k The Bus Injection to Branch Current matrix (BIBC) is a matrix capturing the network topology and the Branch Current to Bus Voltage matrix (BCBV) the complex line impedances. The algorithm proposed by [2] was expanded to 3-phase systems in order to account for imbalances; BIBC thus in our case contains 3x3 identity matrices and BCBV is made of 3x3 complex impedance matrices. During the backward sweep, current injections at all buses are calculated and then used to compute branch currents. These branch currents are then used in the forward sweep to determine the voltage drops over all branches and thus update the bus voltages. 2.3 Case Study I: Power Flow Calculations in DNs Case Study Setup The methods suggested in this project are demonstrated on a benchmark system proposed in [6]. CIGRE benchmark systems form a common basis of test systems for the analysis and validation of new methods and techniques tackling the integration of DERs and Smart Grid technology in the power system [6]. In this project, the proposed algorithm was applied to the CIGRE European low-voltage distribution network, which is depicted in Fig All network parameters were taken from [6]. The grid consists of 18 branches and 19 buses, including loads at buses 12, 16, 17, 18 and 19. In this project, the case of a system with a small battery storage at node 16 and PV generation at nodes 12, 16, 18 and 19 with a share of 30% each on the load was studied for a worst-case summer day. The applied load was balanced over all phases, however the algorithm is also supposed to work under unbalanced loading conditions.

15 2.3. CASE STUDY I: POWER FLOW CALCULATIONS IN DNS 5 Figure 2.1: CIGRE European low-voltage distribution network [6] Results A BFS PF calculation was applied to the Cigre LV grid without control. Fig. 2.2 and 2.3 show the resulting voltage magnitudes and angles at all buses of the system. For a comparison, the states calculated by [1] for 1-phase balanced operation (using self-impedances only and symmetrical components) are plotted next to the full 3-phase BFS results. It can be observed that the two approaches yield very similar results regarding the voltage magnitudes, yet differ substantially concerning the voltage angles. The 3-phase BFS results in slightly lower voltage magnitudes as an effect of phase interference (mutual impedance) leading to higher overall impedances. It can be shown that the algorithm results in exactly the same PF results for 3-phase calculation as it does for 1-phase calculation, if the mutual impedances (i.e. the off-diagonal elements in the line impedance matrices) are left out (Fig. 2.4). This implies that phase interference is responsible for the differences observed between the 3-phase and 1-phase calculation and - since these differences are not negligible - must be considered if the assumption of having balanced loading is not realistic Multi-Period PF results The voltage and current magnitude evolution over a period of 24 hours is depicted in Fig Regarding the PV injections, we consider the worst summer day in order to investigate the control behavior under high solar radiation. It can easily be seen that for the given worst-case scenario, the system experiences severe overvoltages (up to 10%) and thermal overloadings. This calls for active control measures, which will be considered in the next chapter.

16 6 CHAPTER 2. POWER FLOW CALCULATIONS IN DNS voltage magnitude [p.u.] BFS 1-phase Matpower bus (a) Voltage magnitudes, 1-phase, according to [1] voltage magnitude [p.u.] BFS phase A-B BFS phase B-C BFS phase C-A bus (b) Voltage magnitudes, 3-phase Figure 2.2: Voltage magnitudes at all the buses for a symmetrical singlephase (top) and a 3-phase (bottom) representation

17 2.3. CASE STUDY I: POWER FLOW CALCULATIONS IN DNS 7 voltage angle [deg] BFS 1-phase Matpower bus (a) Voltage angles, 1-phase, according to [1] voltage angle [deg] BFS phase A-B BFS phase B-C BFS phase C-A bus (b) Voltage angles, 3 phases Figure 2.3: Voltage angles at all the buses for a symmetrical single-phase (top) and a 3-phase (bottom) representation

18 8 CHAPTER 2. POWER FLOW CALCULATIONS IN DNS voltage magnitude [p.u.] BFS phase A-B BFS phase B-C BFS phase C-A 1-phase reference bus (a) Voltage magnitudes, 1 phase and 3 phase without phase interference voltage angle [deg] BFS phase A-B BFS phase B-C BFS phase C-A 1-phase reference bus (b) Voltage angle, 1phase and 3 phases without phase interference Figure 2.4: Voltage magnitudes and angles at all the buses, considering all three phases but without mutual interference, compared to the 1-phase reference of [1]

19 2.3. CASE STUDY I: POWER FLOW CALCULATIONS IN DNS node time [h] (a) Voltage magnitudes (p.u.) 150 thermal loading [%] branch (b) Thermal loadings Figure 2.5: Voltage magnitudes and thermal loadings for an uncontrolled 1-phase system, based on [1]

20 10 CHAPTER 2. POWER FLOW CALCULATIONS IN DNS

21 Chapter 3 Optimal Power Flow Calculations in DNs To make sure that the network constraints are not violated, the system needs to be controlled. Optimal Power Flow (OPF) is a widely used tool in this context. In this project, an Optimal Power Flow algorithm for unbalanced distribution grids was set up and investigated. The algorithm is an extension of [1] and basically consists of two main steps processed in an iterative manner: First, a multi-period OPF is run to calculate optimal set-points of DERs in the system. Second, an iterative PF computation using BFS (as described in Chapter 2) is run until convergence to determine the solution states of the system (Fig. 3.1). What has been modified as compared to [1] is that 3 phases have been considered in the PF computation, making the algorithm applicable to unbalanced loading. 3.1 Optimal Power Flow Fundamentals Optimal Power Flow is a powerful tool which is used to calculate DERs optimal set-points in the context of this project. It works on the optimization of an objective function under given constraints. Usually, the objective is a cost function and to be minimized: min u c(x, u) where u is the control vector (i.e., the DERs set-points) and x is the state vector (i.e. the bus voltage magnitudes and angles). The control vector u is optimized over the objective function Objective Function In our case, the cost function is based on cost of APC and RPC, which are assumed to account for the overall cost of DER control to guarantee a safe 11

22 12 CHAPTER 3. OPTIMAL POWER FLOW CALCULATIONS IN DNS Figure 3.1: Proposed operational planning scheme, based on [1] grid, and on the network losses [1]. For a multi-period OPF, the objective function is summed over the entire time horizon N hor and over all buses N bus and branches N branch : N hor min u t=1 N bus (c T P P curt,j,t + c T Q Q ctrl,j,t ) + j=1 N branch i=1 c T P P loss,i,t t where P curt,j,t is the curtailed active power at node j and time t and Q ctrl,j,t the reactive power support, c T P and ct Q represent the cost of curtailing active power and supplying reactive power, respectively. Reactive power control is usually the preferred option. P loss,i,t accounts for the power losses in branch i at time t Power Balance Constraints Power balance constraints create a relation between injected and withdrawn powers from the network. They are set up for both active and reactive power: P f inj,j,t = P f gen,j,t P f charge flex.load,j,t (PB,j,t P discharge B,j,t ) Q f inj,j,t = Qf gen,j,t P f flex.load,j,t tan(arcos(pf)) where P f inj,j,t is the flexible power injected at node j and time t, P f gen,j,t describes generated power, P f flex.load,j,t consumed power and P B the power charged to or discharged from a battery, respectively. The reactive power

23 3.2. CASE STUDY II: OPF 13 balance is based on flexibly generated reactive power (Q f gen,j,t ) and consumed reactive power, which is determined from consumed active power via the power factor Power Quality Constraints Power quality constraints make sure the system parameters stay within acceptable limits. These usually comprise voltage and current constraints: V min V bus,j,t V max V slack = 1, θ 1 = 0 I br,i,t I i,max where V bus,j,t is the voltage magnitude at bus j and node t, V min and V max are given voltage constraints, V slack and θ 1 are the reference voltages at the slack bus and I br,i,t is the current magnitude in branch i at time t, limited by a maximal branch current I i,max. In addition to the constraints mentioned above, there can also be further constraints such as on load tap changer (OLTC) constraints, controllable load constraints, battery energy storage system (BESS) constraints etc. [1] OPF Calculation Specifications in this Project Optimal Power Flow typically considers the full, non-linear AC power flow equations. If the inter-temporal constraints that come with active measures such as BESS and controllable loads and the integer variables of OLTC and controllable loads are considered as well, the problem can easily get computationally very intensive [1]. To avoid that within the context of this project, the full PF equations within the OPF problem are approximated with a single BFS iteration. After the OPF solution, which determines optimal DERs set-points, an exact BFS power flow computation under these set-points returns the precise solution state of the system. 3.2 Case Study II: OPF Results Using the same setup as presented in section and employing the algorithm introduced in Chapter 3 and depicted in Fig. 3.1, the results illustrated in Fig were obtained. Comparing these results to the case without control (shown in Fig. 2.5),

24 14 CHAPTER 3. OPTIMAL POWER FLOW CALCULATIONS IN DNS node time [h] (a) Voltage magnitudes (p.u.), 1 phase with control node time [h] (b) Voltage magnitudes (p.u.), 3 phases with control Figure 3.2: Voltage magnitudes after OPF-BFS at all the buses for a symmetrical single-phase (top) and a 3-phase (bottom) representation

25 3.2. CASE STUDY II: OPF node time [h] (a) Reactive power generation (%), 1 phase node time [h] (b) Reactive power generation (%), 3 phases Figure 3.3: Reactive power control in form of reactive power generation at all the buses for a symmetrical single-phase (top) and a 3-phase (bottom) representation

26 16 CHAPTER 3. OPTIMAL POWER FLOW CALCULATIONS IN DNS node time [h] (a) PV curtailment (%), 1 phase node time [h] (b) PV curtailment (%), 3 phases Figure 3.4: Active power control in form of PV curtailment at all the buses for a symmetrical single-phase (top) and a 3-phase (bottom) representation

27 3.2. CASE STUDY II: OPF 17 both currents and voltages are brought under acceptable thresholds using active measures. Fig show the voltage magnitude, APC and RPC profiles over all nodes and hours for the specified worst-case day. The figures cannot be interpreted separately because of their cross-dependencies (i.e., control measures influence voltage magnitudes and vice versa). Furthermore, in each figure the 3-phase results obtained in this project are plotted together with the 1- phase reference following the algorithm of [1]. The resulting patterns show clear similarities for 1-phase and 3-phase, however with some non-negligible differences. These will be discussed in the following Discussion During the problematic hours 9-18, voltages rise up to 1.04 p.u. (which is the upper voltage constraint) both for 1-phase (according to [1]) and 3-phase OPF-BFS computation. Highest voltages are experienced at PV nodes and nodes close to PV injection. The 3-phase OPF shows voltages dropping below 0.8 p.u. at certain nodes at night. This is an effect of the 3-times higher total load applied in the 3-phase calculation. In order to better observe the critical hours, every phase in the 3-phase system was loaded with the same load as was the single phase in 1-phase calculation. At hours where PV infeed is low, this leads to significantly higher voltage drops and thus a voltage constraint relaxation has been performed in order to still get a feasible result. In real system operation, however, undervoltages of that degree are not tolerable and this issue would need to be addressed. Apart from the lower voltage constraint, 1-phase computation and 3-phase computation yield similar but not equal results for the different nodes. Even the three phases amongst each other don t show uniform results but usually slightly lower voltages on phase b-c than on phases a-b and c-a. The phase differences have to do with the line impedance matrix, which contains equal impedances for phases a-b and c-a but different self- and mutual impedances in relation with phase b-c (figure 3.5). Comparing 1-phase results to 3-phase results, it can be observed between hours 9-18 that the voltages lie around the same value, phases a-b and c-a being a bit higher than the 1-phase voltage and phase b-c a bit lower. The lower voltage on phase b-c stands in connection with some heavy PVcurtailment at node 19 mostly on phase b-c, which might reduce the voltage on that phase over the whole system. The most significant difference between the 1-phase and the 3-phase results lies with node 12, where 1-phase computation gets to substantially lower voltages than 3-phase. This is an effect of the higher degree of PV curtailment at node 12 with 1-phase OPF (Fig. 3.4 (a)). Reactive Power Control is generated at all PV nodes, i.e. nodes 12, 16,

28 18 CHAPTER 3. OPTIMAL POWER FLOW CALCULATIONS IN DNS (a) line impedance matrices, 1- phase (b) line impedance matrices, 3-phase Figure 3.5: Line impedance matrices used in the 1-phase (left) and 3-phase (right) calculation. The two impedance matrices per system correspond to two different line types. 18 and 19. During the hours experiencing overvoltages, RPC is mostly fully exploited both for 1-phase and 3-phase OPF-BFS. This is due to the fact that RPC is economically preferred to APC, so that APC is only applied if RPC is not sufficient to control the voltage. Fig. 3.3 and 3.4 nicely show that RPC is used during the problematic hours 9-18 (3-phase) or (1-phase). APC is rolled out one hour later, when RPC is already fully exploited but PV infeed still rises, and it is stopped again an hour before RPC because in that hour 18 (3-phase) or 17 (1-phase), RPC can make up for the overvoltages on its own. During the hours with little reactive power generation, that is the transition hours, there is only RPC on phases a-b and c-a and none on phase b-c. Since voltages are also lower on phase b-c, it can be assumed that this is an effect of phase interference and that, apparently, phase interference works mostly for the benefit of b-c. Comparing 1-phase results to 3-phase results, 1-phase OPF-BFS results in less RPC because reactive power compensation starts later and ends earlier. This, however, is simply due to voltages being generally lower at hours 9 and 18 with 1-phase computation. 1-phase OPF-BFS resulted in excessive APC at node 12 during the afternoon hours while curtailing only a little percentage at nodes 16 and 18 and none at all at node 19. With 3-phase OPF, these differences are levelled out a bit more: PV at nodes 12, 16, 18 and 19 are all curtailed to a rather small degree, and not in every phase uniformely. As has been observed previously, phase b-c shows a different pattern than the other two phases, resulting in slightly less curtailment at all nodes apart from node 19, where there is heavy curtailment in phase b-c, accounting for many of the phase differences observed hitherto. The fact that there is significantly more APC at node 12 in the 1-phase calculation than in the 3-phase system explains the lower voltages at node 12 observed for 1-phase before. As has also been mentioned, APC generally takes place when RPC is fully exploited, and is peaking at hours

29 3.2. CASE STUDY II: OPF 19 What seems to have no influence on the (over-)voltages is the BESS installed at node 16. That is simply due to the fact that the battery has a small capacity of only 2.7kWh and it reaches its maximal state of charge at hour 8 already. To make sure the differences in the results of 1-phase and 3-phase OPF-BFS don t base on algorithm disparities but on the different character of 1-phase symmetrical components and 3-phase unbalanced systems, a test run with self-impedances in the impedance matrices only has been performed, just as what has been done for the BFS only in Fig The resulting patterns are plotted in Fig The results are completely identical.

30 20 CHAPTER 3. OPTIMAL POWER FLOW CALCULATIONS IN DNS node time [h] (a) Voltage magnitudes (p.u.), 1-phase calculation according to [1] node time [h] (b) Voltage magnitudes (p.u.), 3-phase calculation without phase interference Figure 3.6: Voltage magnitudes at all the buses and hours, considering all three phases but without mutual interference (no off-diagonal elements in the impedance matrix), compared to the 1-phase reference of [1]

31 Chapter 4 Conclusion This paper proposes a multi-period optimal power flow algorithm for unbalanced distribution grids, using the backward-forward sweep technique. It provides an approach to efficiently use system controls in order to stabilize system operation and can thus be used in the operational planning of distribution networks. This in turn enables a more efficient use of infrastructure because operational control measures replace network reinforcement for congestion relaxation to a certain degree [7]. The suggested algorithm has been applied to a Cigre benchmark system [6] and the most important results presented in the case study. The patterns and relationships of voltages, reactive power control and activer power curtailment over the whole system and a worst-case summer day are discussed and compared with the results obtained by a 1-phase symmetrical calculation as has been proposed by [1]. It can be seen that the results show some non-negligible differences due to phase-interference. Future work would need to take into consideration more constraints and elaborate on algorithm performance. 21

32 22 CHAPTER 4. CONCLUSION

33 Bibliography [1] S. Karagiannopoulos, L. Roald, P. Aristidou, and G. Hug, Operational Planning of Active Distribution Grids under Uncertainty, [2] J. H. Teng, A direct approach for distribution system load flow solutions, IEEE Transactions on Power Delivery, vol. 18, no. 3, pp , [3] P. Kotsampopoulos, N. Hatziargyriou, B. Bletterie, and G. Lauss, Review, analysis and recommendations on recent guidelines for the provision of ancillary services by Distributed Generation, Intelligent Energy Systems (IWIES), 2013 IEEE International Workshop on, pp , [4] R. Tonkoski, L. A. C. Lopes, and T. H. M. El-Fouly, Coordinated active power curtailment of grid connected PV inverters for overvoltage prevention, IEEE Transactions on Sustainable Energy, vol. 2, no. 2, pp , [5] G. Hug, Power System Analysis, lecture notes, ETH Zurich, [6] K. Strunz, E. Abbasi, C. Abbey, C. Andrieau, F. Gao, T. Gaunt, A. Gole, N. Hatziargiou, and R. Iravani, Benchmark Systems for Network Integration of Renewable and Distributed Energy Resources, CIGRE, Task Force C6.04, no. 273, pp. 4-6, [7] S. Karagiannopoulos, P. Aristidou, and G. Hug, Hybrid approach for planning and operating active distribution grids, IET Generation, Transmission & Distribution, pp. 1-23, Feb

A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method

A Novel Distribution System Power Flow Algorithm using Forward Backward Matrix Method IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 6 Ver. II (Nov Dec. 2015), PP 46-51 www.iosrjournals.org A Novel Distribution System

More information

Adaptive Power Flow Method for Distribution Systems With Dispersed Generation

Adaptive Power Flow Method for Distribution Systems With Dispersed Generation 822 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 17, NO. 3, JULY 2002 Adaptive Power Flow Method for Distribution Systems With Dispersed Generation Y. Zhu and K. Tomsovic Abstract Recently, there has been

More information

United Power Flow Algorithm for Transmission-Distribution joint system with Distributed Generations

United Power Flow Algorithm for Transmission-Distribution joint system with Distributed Generations rd International Conference on Mechatronics and Industrial Informatics (ICMII 20) United Power Flow Algorithm for Transmission-Distribution joint system with Distributed Generations Yirong Su, a, Xingyue

More information

Developing tools to increase RES penetration in smart grids

Developing tools to increase RES penetration in smart grids Grid + Storage Workshop 9 th February 2016, Athens Developing tools to increase RES penetration in smart grids Grigoris Papagiannis Professor, Director Power Systems Laboratory School of Electrical & Computer

More information

Characterization of Voltage Rise Issue due to Distributed Solar PV Penetration

Characterization of Voltage Rise Issue due to Distributed Solar PV Penetration Characterization of Voltage Rise Issue due to Distributed Solar PV Penetration Abdullah T. Alshaikh, Thamer Alquthami, Sreerama Kumar R. Department of Electrical and Computer Engineering, King Abdulaziz

More information

Energy Systems Operational Optimisation. Emmanouil (Manolis) Loukarakis Pierluigi Mancarella

Energy Systems Operational Optimisation. Emmanouil (Manolis) Loukarakis Pierluigi Mancarella Energy Systems Operational Optimisation Emmanouil (Manolis) Loukarakis Pierluigi Mancarella Workshop on Mathematics of Energy Management University of Leeds, 14 June 2016 Overview What s this presentation

More information

Electric Power Research Institute, USA 2 ABB, USA

Electric Power Research Institute, USA 2 ABB, USA 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2016 Grid of the Future Symposium Congestion Reduction Benefits of New Power Flow Control Technologies used for Electricity

More information

Complex Power Flow and Loss Calculation for Transmission System Nilam H. Patel 1 A.G.Patel 2 Jay Thakar 3

Complex Power Flow and Loss Calculation for Transmission System Nilam H. Patel 1 A.G.Patel 2 Jay Thakar 3 IJSRD International Journal for Scientific Research & Development Vol. 2, Issue 04, 2014 ISSN (online): 23210613 Nilam H. Patel 1 A.G.Patel 2 Jay Thakar 3 1 M.E. student 2,3 Assistant Professor 1,3 Merchant

More information

Challenges and opportunities in the integration of PV in the electricity distribution networks

Challenges and opportunities in the integration of PV in the electricity distribution networks REPOWERING EUROPE Photovoltaics: centre-stage in the power system Challenges and opportunities in the integration of PV in the electricity distribution networks Nikos Hatziargyriou, HEDNO, BoD Chairman

More information

Power-Flow Development Based on the Modified Backward- Forward for Voltage Profile Improvement of Distribution System

Power-Flow Development Based on the Modified Backward- Forward for Voltage Profile Improvement of Distribution System International Journal of Electrical and Computer Engineering (IJECE) Vol. 6, No. 5, October 2016, pp. 2005~2014 ISSN: 2088-8708, DOI: 10.11591/ijece.v6i5.10648 2005 Power-Flow Development Based on the

More information

DC Voltage Droop Control Implementation in the AC/DC Power Flow Algorithm: Combinational Approach

DC Voltage Droop Control Implementation in the AC/DC Power Flow Algorithm: Combinational Approach DC Droop Control Implementation in the AC/DC Power Flow Algorithm: Combinational Approach F. Akhter 1, D.E. Macpherson 1, G.P. Harrison 1, W.A. Bukhsh 2 1 Institute for Energy System, School of Engineering

More information

A Novel Approach for Optimal Location and Size of Distribution Generation Unit in Radial Distribution Systems Based on Load Centroid Method

A Novel Approach for Optimal Location and Size of Distribution Generation Unit in Radial Distribution Systems Based on Load Centroid Method A Novel Approach for Optimal Location and Size of Distribution Generation Unit in Radial Distribution Systems Based on Load Centroid Method G.Rajyalakshmi, N.Prema Kumar Abstract Optimum DG placement and

More information

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding Background

More information

Deploying Power Flow Control to Improve the Flexibility of Utilities Subject to Rate Freezes and Other Regulatory Restrictions

Deploying Power Flow Control to Improve the Flexibility of Utilities Subject to Rate Freezes and Other Regulatory Restrictions 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2013 Grid of the Future Symposium Deploying Power Flow Control to Improve the Flexibility of Utilities Subject to Rate

More information

Coordinated Charging of Plug-in Hybrid Electric Vehicles to Minimize Distribution System Losses

Coordinated Charging of Plug-in Hybrid Electric Vehicles to Minimize Distribution System Losses Coordinated Charging of Plug-in Hybrid Electric Vehicles to Minimize Distribution System Losses Presented by: Amit Kumar Tamang, PhD Student Smart Grid Research Group-BBCR aktamang@uwaterloo.ca Supervisor

More information

Optimal Power Flow Formulation in Market of Retail Wheeling

Optimal Power Flow Formulation in Market of Retail Wheeling Optimal Power Flow Formulation in Market of Retail Wheeling Taiyou Yong, Student Member, IEEE Robert Lasseter, Fellow, IEEE Department of Electrical and Computer Engineering, University of Wisconsin at

More information

CHALLENGES WITH PV GRID INTEGRATION IN URBAN DISTRIBUTION SYSTEMS: A CASE STUDY IN THE CITY OF ZURICH

CHALLENGES WITH PV GRID INTEGRATION IN URBAN DISTRIBUTION SYSTEMS: A CASE STUDY IN THE CITY OF ZURICH CHALLENGES WITH PV GRID INTEGRATION IN URBAN DISTRIBUTION SYSTEMS: A CASE STUDY IN THE CITY OF ZURICH Vasileios POULIOS Evdokia KAFFE Dr. Florian KIENZLE ewz Switzerland ewz Switzerland ewz Switzerland

More information

Smart Grids and Integration of Renewable Energies

Smart Grids and Integration of Renewable Energies Chair of Sustainable Electric Networks and Sources of Energy Smart Grids and Integration of Renewable Energies Professor Kai Strunz, TU Berlin Intelligent City Forum, Berlin, 30 May 2011 Overview 1. Historic

More information

RENEWABLE source of energies have received the nations

RENEWABLE source of energies have received the nations Proceedings of International Conference on Electrical Electronics and Industrial Automation Held on 23rd-24th January 2016, in Pattaya, ISBN: 9788193137338 Coordinated Apparent Power Control of Grid-Connected

More information

Analysis of 440V Radial Agricultural Distribution Networks

Analysis of 440V Radial Agricultural Distribution Networks Analysis of 440V Radial Agricultural Distribution Networks K. V. S. Ramachandra Murthy, and K. Manikanta Abstract : This paper attempts to determine active power losses in the distribution lines which

More information

Design of a Low Voltage DC Microgrid Based on Renewable Energy to be Applied in Communities where Grid Connection is not Available

Design of a Low Voltage DC Microgrid Based on Renewable Energy to be Applied in Communities where Grid Connection is not Available 3rd International Hybrid ower Systems Workshop Tenerife, Spain 8 9 May 8 Design of a Low Voltage DC Microgrid Based on Renewable Energy to be Applied in Communities where Grid Connection is not Available

More information

Analysis of Low Tension Agricultural Distribution Systems

Analysis of Low Tension Agricultural Distribution Systems International Journal of Engineering and Technology Volume 2 No. 3, March, 2012 Analysis of Low Tension Agricultural Distribution Systems K. V. S. Ramachandra Murthy, K. Manikanta, G. V. Phanindra G. V.

More information

A Method for Determining the Generators Share in a Consumer Load

A Method for Determining the Generators Share in a Consumer Load 1376 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 15, NO. 4, NOVEMBER 2000 A Method for Determining the Generators Share in a Consumer Load Ferdinand Gubina, Member, IEEE, David Grgič, Member, IEEE, and Ivo

More information

A Matlab Based Backward-forward Sweep Algorithm for Radial Distribution Network Power Flow Analysis

A Matlab Based Backward-forward Sweep Algorithm for Radial Distribution Network Power Flow Analysis International Journal of Science and Engineering Investigations vol. 4, issue 46, November 25 ISSN: 225-8843 A Matlab Based Backward-forward Sweep Algorithm for Radial Distribution Network Power Flow Analysis

More information

The hierarchical three layer protection of photovoltaic generators in microgrid with co-ordinated droop control for hybrid energy storage system

The hierarchical three layer protection of photovoltaic generators in microgrid with co-ordinated droop control for hybrid energy storage system The hierarchical three layer protection of photovoltaic generators in microgrid with co-ordinated droop control for hybrid energy storage system Vignesh, Student Member, IEEE, Sundaramoorthy, Student Member,

More information

EEEE 524/624: Fall 2017 Advances in Power Systems

EEEE 524/624: Fall 2017 Advances in Power Systems EEEE 524/624: Fall 2017 Advances in Power Systems Lecture 6: Economic Dispatch with Network Constraints Prof. Luis Herrera Electrical and Microelectronic Engineering Rochester Institute of Technology Topics

More information

TRANSMISSION LOSS MINIMIZATION USING ADVANCED UNIFIED POWER FLOW CONTROLLER (UPFC)

TRANSMISSION LOSS MINIMIZATION USING ADVANCED UNIFIED POWER FLOW CONTROLLER (UPFC) TRANSMISSION LOSS MINIMIZATION USING ADVANCED UNIFIED POWER FLOW CONTROLLER (UPFC) Nazneen Choudhari Department of Electrical Engineering, Solapur University, Solapur Nida N Shaikh Department of Electrical

More information

Grid Stability Analysis for High Penetration Solar Photovoltaics

Grid Stability Analysis for High Penetration Solar Photovoltaics Grid Stability Analysis for High Penetration Solar Photovoltaics Ajit Kumar K Asst. Manager Solar Business Unit Larsen & Toubro Construction, Chennai Co Authors Dr. M. P. Selvan Asst. Professor Department

More information

Electric Vehicles Coordinated vs Uncoordinated Charging Impacts on Distribution Systems Performance

Electric Vehicles Coordinated vs Uncoordinated Charging Impacts on Distribution Systems Performance Electric Vehicles Coordinated vs Uncoordinated Charging Impacts on Distribution Systems Performance Ahmed R. Abul'Wafa 1, Aboul Fotouh El Garably 2, and Wael Abdelfattah 2 1 Faculty of Engineering, Ain

More information

A Cost Benefit Analysis of Faster Transmission System Protection Schemes and Ground Grid Design

A Cost Benefit Analysis of Faster Transmission System Protection Schemes and Ground Grid Design A Cost Benefit Analysis of Faster Transmission System Protection Schemes and Ground Grid Design Presented at the 2018 Transmission and Substation Design and Operation Symposium Revision presented at the

More information

PV inverters in a High PV Penetration scenario Challenges and opportunities for smart technologies

PV inverters in a High PV Penetration scenario Challenges and opportunities for smart technologies PV inverters in a High PV Penetration scenario Challenges and opportunities for smart technologies Roland Bründlinger Operating Agent IEA-PVPS Task 14 UFTP & IEA-PVPS Workshop, Istanbul, Turkey 16th February

More information

NETSSWorks Software: An Extended AC Optimal Power Flow (AC XOPF) For Managing Available System Resources

NETSSWorks Software: An Extended AC Optimal Power Flow (AC XOPF) For Managing Available System Resources NETSSWorks Software: An Extended AC Optimal Power Flow (AC XOPF) For Managing Available System Resources Marija Ilic milic@netssinc.com and Jeffrey Lang jeffrey.lang@netssinc.com Principal NETSS Consultants

More information

RECONFIGURATION OF RADIAL DISTRIBUTION SYSTEM ALONG WITH DG ALLOCATION

RECONFIGURATION OF RADIAL DISTRIBUTION SYSTEM ALONG WITH DG ALLOCATION RECONFIGURATION OF RADIAL DISTRIBUTION SYSTEM ALONG WITH DG ALLOCATION 1 Karamveer Chakrawarti, 2 Mr. Nitin Singh 1 Research Scholar, Monad University, U.P., India 2 Assistant Professor and Head (EED),

More information

TRANSNATIONAL ACCESS USER PROJECT FACT SHEET

TRANSNATIONAL ACCESS USER PROJECT FACT SHEET TRANSNATIONAL ACCESS USER PROJECT FACT SHEET USER PROJECT Acronym REPRMs Title ERIGrid Reference 01.006-2016 TA Call No. 01 Reliability Enhancement in PV Rich Microgrids with Plug-in-Hybrid Electric Vehicles

More information

Assessing Feeder Hosting Capacity for Distributed Generation Integration

Assessing Feeder Hosting Capacity for Distributed Generation Integration 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2015 Grid of the Future Symposium Assessing Feeder Hosting Capacity for Distributed Generation Integration D. APOSTOLOPOULOU*,

More information

Cost Benefit Analysis of Faster Transmission System Protection Systems

Cost Benefit Analysis of Faster Transmission System Protection Systems Cost Benefit Analysis of Faster Transmission System Protection Systems Presented at the 71st Annual Conference for Protective Engineers Brian Ehsani, Black & Veatch Jason Hulme, Black & Veatch Abstract

More information

Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management

Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management 07-01-15 Delft University of Technology Challenge the future Demand

More information

Simulation of Voltage Stability Analysis in Induction Machine

Simulation of Voltage Stability Analysis in Induction Machine International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 6, Number 1 (2013), pp. 1-12 International Research Publication House http://www.irphouse.com Simulation of Voltage

More information

Charging Electric Vehicles in the Hanover Region: Toolbased Scenario Analyses. Bachelorarbeit

Charging Electric Vehicles in the Hanover Region: Toolbased Scenario Analyses. Bachelorarbeit Charging Electric Vehicles in the Hanover Region: Toolbased Scenario Analyses Bachelorarbeit zur Erlangung des akademischen Grades Bachelor of Science (B. Sc.) im Studiengang Wirtschaftsingenieur der Fakultät

More information

DISTRIBUTED GENERATION FROM SMALL HYDRO PLANTS. A CASE STUDY OF THE IMPACTS ON THE POWER DISTRIBUTION NETWORK.

DISTRIBUTED GENERATION FROM SMALL HYDRO PLANTS. A CASE STUDY OF THE IMPACTS ON THE POWER DISTRIBUTION NETWORK. DISTRIBUTED GENERATION FROM SMALL HYDRO PLANTS. A CASE STUDY OF THE IMPACTS ON THE POWER DISTRIBUTION NETWORK. N. Lettas*, A. Dagoumas*, G. Papagiannis*, P. Dokopoulos*, A. Zafirakis**, S. Fachouridis**,

More information

Veridian s Perspectives of Distributed Energy Resources

Veridian s Perspectives of Distributed Energy Resources Veridian s Perspectives of Distributed Energy Resources Falguni Shah, M. Eng., P. Eng Acting Vice President, Operations March 09, 2017 Distributed Energy Resources Where we were and where we are planning

More information

Design Modeling and Simulation of Supervisor Control for Hybrid Power System

Design Modeling and Simulation of Supervisor Control for Hybrid Power System 2013 First International Conference on Artificial Intelligence, Modelling & Simulation Design Modeling and Simulation of Supervisor Control for Hybrid Power System Vivek Venkobarao Bangalore Karnataka

More information

NORDAC 2014 Topic and no NORDAC

NORDAC 2014 Topic and no NORDAC NORDAC 2014 Topic and no NORDAC 2014 http://www.nordac.net 8.1 Load Control System of an EV Charging Station Group Antti Rautiainen and Pertti Järventausta Tampere University of Technology Department of

More information

INTELLIGENT DC MICROGRID WITH SMART GRID COMMUNICATIONS: CONTROL STRATEGY CONSIDERATION AND DESIGN

INTELLIGENT DC MICROGRID WITH SMART GRID COMMUNICATIONS: CONTROL STRATEGY CONSIDERATION AND DESIGN INTELLIGENT DC MICROGRID WITH SMART GRID COMMUNICATIONS: CONTROL STRATEGY CONSIDERATION AND DESIGN Presented by: Amit Kumar Tamang, PhD Student Smart Grid Research Group-BBCR aktamang@uwaterloo.ca 1 Supervisor

More information

Dynamic Control of Grid Assets

Dynamic Control of Grid Assets Dynamic Control of Grid Assets Panel on Power Electronics in the Smart Grid Prof Deepak Divan Associate Director, Strategic Energy Institute Director, Intelligent Power Infrastructure Consortium School

More information

CASE STUDY OF POWER QUALITY IMPROVEMENT IN DISTRIBUTION NETWORK USING RENEWABLE ENERGY SYSTEM

CASE STUDY OF POWER QUALITY IMPROVEMENT IN DISTRIBUTION NETWORK USING RENEWABLE ENERGY SYSTEM CASE STUDY OF POWER QUALITY IMPROVEMENT IN DISTRIBUTION NETWORK USING RENEWABLE ENERGY SYSTEM Jancy Rani.M 1, K.Elangovan 2, Sheela Rani.T 3 1 P.G Scholar, Department of EEE, J.J.College engineering Technology,

More information

Impact of electric vehicles on the IEEE 34 node distribution infrastructure

Impact of electric vehicles on the IEEE 34 node distribution infrastructure International Journal of Smart Grid and Clean Energy Impact of electric vehicles on the IEEE 34 node distribution infrastructure Zeming Jiang *, Laith Shalalfeh, Mohammed J. Beshir a Department of Electrical

More information

Targeted Application of STATCOM Technology in the Distribution Zone

Targeted Application of STATCOM Technology in the Distribution Zone Targeted Application of STATCOM Technology in the Distribution Zone Christopher J. Lee Senior Power Controls Design Engineer Electrical Distribution Division Mitsubishi Electric Power Products Electric

More information

Enhancing the Voltage Profile in Distribution System with 40GW of Solar PV rooftop in Indian grid by 2022: A review

Enhancing the Voltage Profile in Distribution System with 40GW of Solar PV rooftop in Indian grid by 2022: A review Enhancing the Voltage Profile in Distribution System with 40GW of Solar PV rooftop in Indian grid by 2022: A review P. Sivaraman Electrical Engineer TECh Engineering Services Agenda Introduction Objective

More information

Impacts of Fast Charging of Electric Buses on Electrical Distribution Systems

Impacts of Fast Charging of Electric Buses on Electrical Distribution Systems Impacts of Fast Charging of Electric Buses on Electrical Distribution Systems ABSTRACT David STEEN Chalmers Univ. of Tech. Sweden david.steen@chalmers.se Electric buses have gained a large public interest

More information

Optimal Power Flow (DC-OPF and AC-OPF)

Optimal Power Flow (DC-OPF and AC-OPF) Optimal Power Flow (DC-OPF and AC-OPF) DTU Summer School 2018 Spyros Chatzivasileiadis What is optimal power flow? 2 DTU Electrical Engineering Optimal Power Flow (DC-OPF and AC-OPF) Jun 25, 2018 Optimal

More information

COMPARISON OF DIFFERENT SOFTWARE PACKAGES IN POWER FLOW AND SHORT-CIRCUIT SIMULATION STUDIES. A Project

COMPARISON OF DIFFERENT SOFTWARE PACKAGES IN POWER FLOW AND SHORT-CIRCUIT SIMULATION STUDIES. A Project COMPARISON OF DIFFERENT SOFTWARE PACKAGES IN POWER FLOW AND SHORT-CIRCUIT SIMULATION STUDIES A Project Presented to the faculty of the Department of Electrical and Electronic Engineering California State

More information

Design of Active and Reactive Power Control of Grid Tied Photovoltaics

Design of Active and Reactive Power Control of Grid Tied Photovoltaics IJCTA, 9(39), 2016, pp. 187-195 International Science Press Closed Loop Control of Soft Switched Forward Converter Using Intelligent Controller 187 Design of Active and Reactive Power Control of Grid Tied

More information

Field Verification and Data Analysis of High PV Penetration Impacts on Distribution Systems

Field Verification and Data Analysis of High PV Penetration Impacts on Distribution Systems Field Verification and Data Analysis of High PV Penetration Impacts on Distribution Systems Farid Katiraei *, Barry Mather **, Ahmadreza Momeni *, Li Yu *, and Gerardo Sanchez * * Quanta Technology, Raleigh,

More information

ECEN 667 Power System Stability Lecture 19: Load Models

ECEN 667 Power System Stability Lecture 19: Load Models ECEN 667 Power System Stability Lecture 19: Load Models Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas A&M University, overbye@tamu.edu 1 Announcements Read Chapter 7 Homework 6 is

More information

Investigation of the distribution grid hosting capacity for distributed generation and possible improvements by SmartGrid technologies

Investigation of the distribution grid hosting capacity for distributed generation and possible improvements by SmartGrid technologies Power Systems P L Laboratory Antonakopoulos Christos Investigation of the distribution grid hosting capacity for distributed generation and possible improvements by SmartGrid technologies Master Thesis

More information

The Status of Energy Storage Renewable Energy Depends on It. Pedro C. Elizondo Flex Energy Orlando, FL July 21, 2016

The Status of Energy Storage Renewable Energy Depends on It. Pedro C. Elizondo Flex Energy Orlando, FL July 21, 2016 The Status of Energy Storage Renewable Energy Depends on It Pedro C. Elizondo Flex Energy Orlando, FL July 21, 2016 Energy Storage Systems Current operating mode of electrical networks Electricity must

More information

Power Quality Improvement Using Statcom in Ieee 30 Bus System

Power Quality Improvement Using Statcom in Ieee 30 Bus System Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 6 (2013), pp. 727-732 Research India Publications http://www.ripublication.com/aeee.htm Power Quality Improvement Using

More information

Optimal Decentralized Protocol for Electrical Vehicle Charging. Presented by: Ran Zhang Supervisor: Prof. Sherman(Xuemin) Shen, Prof.

Optimal Decentralized Protocol for Electrical Vehicle Charging. Presented by: Ran Zhang Supervisor: Prof. Sherman(Xuemin) Shen, Prof. Optimal Decentralized Protocol for Electrical Vehicle Charging Presented by: Ran Zhang Supervisor: Prof. Sherman(Xuemin) Shen, Prof. Liang-liang Xie Main Reference Lingwen Gan, Ufuk Topcu, and Steven Low,

More information

VOLT VAR CONTROL AT THE LV DISTRIBUTION LEVEL IN THE GREENLYS PROJECT

VOLT VAR CONTROL AT THE LV DISTRIBUTION LEVEL IN THE GREENLYS PROJECT VOLT VAR CONTROL AT THE LV DISTRIBUTION LEVEL IN THE GREENLYS PROJECT Jean WILD Guillaume ROUPIOZ Yves CHOLLOT SCHNEIDER ELECTRIC France ERDF France SCHNEIDER ELECTRIC France jean2.wild@schneider-electric.com

More information

Predicting Solutions to the Optimal Power Flow Problem

Predicting Solutions to the Optimal Power Flow Problem Thomas Navidi Suvrat Bhooshan Aditya Garg Abstract Predicting Solutions to the Optimal Power Flow Problem This paper discusses an implementation of gradient boosting regression to predict the output of

More information

Identification of Best Load Flow Calculation Method for IEEE-30 BUS System Using MATLAB

Identification of Best Load Flow Calculation Method for IEEE-30 BUS System Using MATLAB Identification of Best Load Flow Calculation Method for IEEE-30 BUS System Using MATLAB 1 Arshdeep Kaur Kailay, 2 Dr. Yadwinder Singh Brar 1, 2 Department of Electrical Engineering 1, 2 Guru Nanak Dev

More information

Generator Efficiency Optimization at Remote Sites

Generator Efficiency Optimization at Remote Sites Generator Efficiency Optimization at Remote Sites Alex Creviston Chief Engineer, April 10, 2015 Generator Efficiency Optimization at Remote Sites Summary Remote generation is used extensively to power

More information

Grid Impact of Electric Vehicles with Secondary Control Reserve Capability

Grid Impact of Electric Vehicles with Secondary Control Reserve Capability Grid Impact of Electric Vehicles with Secondary Control Reserve Capability Thomas Degner, Gunter Arnold, Ron Brandl, Julian Dollichon, Alexander Scheidler Division System Technology and Distribution Grids

More information

Using Active Customer Participation in Managing Distribution Systems

Using Active Customer Participation in Managing Distribution Systems Using Active Customer Participation in Managing Distribution Systems Visvakumar Aravinthan Assistant Professor Wichita State University PSERC Webinar December 11, 2012 Outline Introduction to distribution

More information

Novel planning techniques for the optimal allocation of DSOs owned energy storage

Novel planning techniques for the optimal allocation of DSOs owned energy storage The Norwegian Smart Grid Conference 19-20 September 2017 Clarion Hotel Congress Trondheim Novel planning techniques for the optimal allocation of DSOs owned energy storage Prof. Fabrizio Pilo, Ph.D. Department

More information

Dynamic Control of Grid Assets

Dynamic Control of Grid Assets Dynamic Control of Grid Assets ISGT Panel on Power Electronics in the Smart Grid Prof Deepak Divan Associate Director, Strategic Energy Institute Director, Intelligent Power Infrastructure Consortium School

More information

Power Losses Estimation in Distribution Network (IEEE-69bus) with Distributed Generation Using Second Order Power Flow Sensitivity Method

Power Losses Estimation in Distribution Network (IEEE-69bus) with Distributed Generation Using Second Order Power Flow Sensitivity Method Power Losses Estimation in Distribution Network (IEEE-69bus) with Distributed Generation Using Second Order Power Flow Method Meghana.T.V 1, Swetha.G 2, R.Prakash 3 1Student, Electrical and Electronics,

More information

Smart Control of Low Voltage Grids

Smart Control of Low Voltage Grids 1 IEEE Power & Energy Society General Meeting 2014 Panel Session: Advanced Modelling and Control of Future Low Voltage Networks Smart Control of Low Voltage Grids Christian Oerter, Nils Neusel-Lange Wuppertal

More information

LOCAL VERSUS CENTRALIZED CHARGING STRATEGIES FOR ELECTRIC VEHICLES IN LOW VOLTAGE DISTRIBUTION SYSTEMS

LOCAL VERSUS CENTRALIZED CHARGING STRATEGIES FOR ELECTRIC VEHICLES IN LOW VOLTAGE DISTRIBUTION SYSTEMS LOCAL VERSUS CENTRALIZED CHARGING STRATEGIES FOR ELECTRIC VEHICLES IN LOW VOLTAGE DISTRIBUTION SYSTEMS Presented by: Amit Kumar Tamang, PhD Student Smart Grid Research Group-BBCR aktamang@uwaterloo.ca

More information

Increasing PV Hosting Capacity in Distribution Networks: Challenges and Opportunities. Dr Andreas T. Procopiou

Increasing PV Hosting Capacity in Distribution Networks: Challenges and Opportunities. Dr Andreas T. Procopiou 2018 A.T. Procopiou - The University of Melbourne MIE Symposium, December 2018 1 Increasing PV Hosting Capacity in Distribution Networks: Challenges and Opportunities Dr Andreas T. Procopiou Research Fellow

More information

CIS-IEEE 2017 Conference Renewable Energy Session Renewable Energy s Impact of Power Systems

CIS-IEEE 2017 Conference Renewable Energy Session Renewable Energy s Impact of Power Systems CIS-IEEE 2017 Conference Renewable Energy Session Renewable Energy s Impact of Power Systems Ben Huckaba, P.E. President & Principal Engineer 317-273-9841 benh@alphaeng.us Indiana University Bloomington,

More information

ECE 740. Optimal Power Flow

ECE 740. Optimal Power Flow ECE 740 Optimal Power Flow 1 ED vs OPF Economic Dispatch (ED) ignores the effect the dispatch has on the loading on transmission lines and on bus voltages. OPF couples the ED calculation with power flow

More information

INTRODUCTION. In today s highly complex and interconnected power systems, mostly made up of thousands of buses and hundreds of generators,

INTRODUCTION. In today s highly complex and interconnected power systems, mostly made up of thousands of buses and hundreds of generators, 1 INTRODUCTION 1.1 GENERAL INTRODUCTION In today s highly complex and interconnected power systems, mostly made up of thousands of buses and hundreds of generators, there is a great need to improve electric

More information

VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE

VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE VOLTAGE STABILITY CONSTRAINED ATC COMPUTATIONS IN DEREGULATED POWER SYSTEM USING NOVEL TECHNIQUE P. Gopi Krishna 1 and T. Gowri Manohar 2 1 Department of Electrical and Electronics Engineering, Narayana

More information

Microgrids Optimal Power Flow through centralized and distributed algorithms

Microgrids Optimal Power Flow through centralized and distributed algorithms DEIM Dipartimento di Energia, Ingegneria della Informazione e Modelli Matematici Flow through centralized and, N.Q. Nguyen, M. L. Di Silvestre, R. Badalamenti and G. Zizzo Clean energy in vietnam after

More information

POWER FLOW SIMULATION AND ANALYSIS

POWER FLOW SIMULATION AND ANALYSIS 1.0 Introduction Power flow analysis (also commonly referred to as load flow analysis) is one of the most common studies in power system engineering. We are already aware that the power system is made

More information

TECHNO-ECONOMIC EVALUATION OF VOLTAGE DEPENDENT ACTIVE AND REACTIVE POWER CONTROL TO REDUCE VOLTAGE VIOLATIONS IN DISTRIBUTION GRIDS

TECHNO-ECONOMIC EVALUATION OF VOLTAGE DEPENDENT ACTIVE AND REACTIVE POWER CONTROL TO REDUCE VOLTAGE VIOLATIONS IN DISTRIBUTION GRIDS TECHNO-ECONOMIC EVALUATION OF VOLTAGE DEPENDENT ACTIVE AND REACTIVE POWER CONTROL TO REDUCE VOLTAGE VIOLATIONS IN DISTRIBUTION GRIDS Raphael Knecht*, Fabian Carigiet, Alain Schwab, Petr Korba, F. P. Baumgartner

More information

INCREASING electrical network interconnection is

INCREASING electrical network interconnection is Analysis and Quantification of the Benefits of Interconnected Distribution System Operation Steven M. Blair, Campbell D. Booth, Paul Turner, and Victoria Turnham Abstract In the UK, the Capacity to Customers

More information

Enhancement of Power Quality in Transmission Line Using Flexible Ac Transmission System

Enhancement of Power Quality in Transmission Line Using Flexible Ac Transmission System Enhancement of Power Quality in Transmission Line Using Flexible Ac Transmission System Raju Pandey, A. K. Kori Abstract FACTS devices can be added to power transmission and distribution systems at appropriate

More information

DG system integration in distribution networks. The transition from passive to active grids

DG system integration in distribution networks. The transition from passive to active grids DG system integration in distribution networks The transition from passive to active grids Agenda IEA ENARD Annex II Trends and drivers Targets for future electricity networks The current status of distribution

More information

Fuzzy Control of Electricity Storage Unit for Energy Management of Micro-Grids 1

Fuzzy Control of Electricity Storage Unit for Energy Management of Micro-Grids 1 Fuzzy Control of Electricity Storage Unit for Energy Management of Micro-Grids 1 Yashar Sahraei Manjili *, Amir Rajaee *, Mohammad Jamshidi *, Brian T. Kelley * * Department of Electrical and Computer

More information

Battery Energy Storage System addressing the Power Quality Issue in Grid Connected Wind Energy Conversion System 9/15/2017 1

Battery Energy Storage System addressing the Power Quality Issue in Grid Connected Wind Energy Conversion System 9/15/2017 1 Battery Energy Storage System addressing the Power Quality Issue in Grid Connected Wind Energy Conversion System 9/15/2017 1 CONTENTS Introduction Types of WECS PQ problems in grid connected WECS Battery

More information

STOCHASTIC ESTIMATION OF FEEDER-SPECIFIC DISTRIBUTED GENERATION (DG) HOSTING CAPACITY

STOCHASTIC ESTIMATION OF FEEDER-SPECIFIC DISTRIBUTED GENERATION (DG) HOSTING CAPACITY STOCHASTIC ESTIMATION OF FEEDER-SPECIFIC DISTRIBUTED GENERATION (DG) HOSTING CAPACITY Estorque, L.K.L, REE, MSEE, Manila Electric Company (MERALCO), lklestorque@meralco.com.ph ABSTRACT The significant

More information

Methods and Strategies for Overvoltage Prevention in Low Voltage Distribution Systems with PV

Methods and Strategies for Overvoltage Prevention in Low Voltage Distribution Systems with PV Downloaded from orbit.dtu.dk on: Jan 23, 2018 Methods and Strategies for Overvoltage Prevention in Low Voltage Distribution Systems with PV Hashemi Toghroljerdi, Seyedmostafa; Østergaard, Jacob Published

More information

Aggregation of plug-in electric vehicles in electric power systems for primary frequency control

Aggregation of plug-in electric vehicles in electric power systems for primary frequency control Aggregation of plug-in electric vehicles in electric power systems for primary frequency control Seyedmahdi Izadkhast Researcher at Delft University of Technology Outline Introduction Plug-in electric

More information

The Effect Of Distributed Generation On Voltage Profile and Electrical Power Losses Muhammad Waqas 1, Zmarrak Wali Khan 2

The Effect Of Distributed Generation On Voltage Profile and Electrical Power Losses Muhammad Waqas 1, Zmarrak Wali Khan 2 International Journal of Engineering Works Kambohwell Publisher Enterprises Vol., Issue 1, PP. 99-103, Dec. 015 www.kwpublisher.com The Effect Of Distributed Generation On Voltage Profile and Electrical

More information

International Journal of Advance Engineering and Research Development. Demand Response Program considering availability of solar power

International Journal of Advance Engineering and Research Development. Demand Response Program considering availability of solar power Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Demand

More information

Impact of High Photo-Voltaic Penetration on Distribution Systems. Design Document

Impact of High Photo-Voltaic Penetration on Distribution Systems. Design Document Impact of High Photo-Voltaic Penetration on Distribution Systems Design Document DEC1614 Alliant Energy Dr. Venkataramana Ajjarapu Logan Heinen/Team Leader Difeng Liu/Team Webmaster Zhengyu Wang/Team Communication

More information

Effect of Load Variation on Available Transfer Capability

Effect of Load Variation on Available Transfer Capability Effect of Load Variation on Available Transfer Capability S.S.G.M.C.E, Shegaon ABSTRACT Indication of available transfer capability (ATC) by Independent System Operator is important issue in a deregulated

More information

High-Speed High-Performance Model Predictive Control of Power Electronics Systems

High-Speed High-Performance Model Predictive Control of Power Electronics Systems High-Speed High-Performance Model Predictive Control of Power Electronics Systems S. MARIÉTHOZ, S. ALMÉR, A. DOMAHIDI, C. FISCHER, M. HERCEG, S. RICHTER, O. SCHULTES, M. MORARI Automatic Control Laboratory,

More information

Grid Management Voltage Control Distribution Grid Voltage Regulation with DER. Michael Sheehan, P.E. IREC Pacific Northwest Solar Partnership

Grid Management Voltage Control Distribution Grid Voltage Regulation with DER. Michael Sheehan, P.E. IREC Pacific Northwest Solar Partnership Grid Management Voltage Control Distribution Grid Voltage Regulation with DER Michael Sheehan, P.E. IREC Pacific Northwest Solar Partnership Overview of Grid Management Distribution Voltage Control Grid

More information

2015 Grid of the Future Symposium

2015 Grid of the Future Symposium 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http ://www.cigre.org 2015 Grid of the Future Symposium Flexibility in Wind Power Interconnection Utilizing Scalable Power Flow Control P. JENNINGS,

More information

An Approach for Formation of Voltage Control Areas based on Voltage Stability Criterion

An Approach for Formation of Voltage Control Areas based on Voltage Stability Criterion 16th NATIONAL POWER SYSTEMS CONFERENCE, 15th-17th DECEMBER, 2010 636 An Approach for Formation of Voltage Control Areas d on Voltage Stability Criterion Dushyant Juneja, Student Member, IEEE, Manish Prasad,

More information

Optimal and Modular Configuration of Wind Integrated Hybrid Power Plants for Off-Grid Systems

Optimal and Modular Configuration of Wind Integrated Hybrid Power Plants for Off-Grid Systems Optimal and Modular Configuration of Wind Integrated Hybrid Power Plants for Off-Grid Systems Lennart Petersen, Industrial Ph.D. Fellow Hybrid Solutions Co-Authors: F. Iov (Aalborg University), G. C. Tarnowski,

More information

Impact of EnergyCollectives on grid operation

Impact of EnergyCollectives on grid operation Impact of EnergyCollectives on grid operation EnergyCollective public event, June 1st, 2018 Oliver Gehrke Electrical Systems Operation and Management Center for Electric Power and Energy Technical University

More information

By: Ibrahim Anwar Ibrahim Ihsan Abd Alfattah Omareya. The supervisor: Dr. Maher Khammash

By: Ibrahim Anwar Ibrahim Ihsan Abd Alfattah Omareya. The supervisor: Dr. Maher Khammash Investigations of the effects of supplying Jenin s power distribution network by a PV generator with respect to voltage level, power losses, P.F and harmonics By: Ibrahim Anwar Ibrahim Ihsan Abd Alfattah

More information

PLANNING, ELIGIBILITY FOR CONNECTION AND CONNECTION PROCEDURE IN EMBEDDED GENERATION

PLANNING, ELIGIBILITY FOR CONNECTION AND CONNECTION PROCEDURE IN EMBEDDED GENERATION PLANNING, ELIGIBILITY FOR CONNECTION AND CONNECTION PROCEDURE IN EMBEDDED GENERATION Presentation by Engr. O. C. Akamnnonu Chief Executive Officer, Ikeja Electricity Distribution Company AGENDA WORK THROUGH

More information

Innovative Power Supply System for Regenerative Trains

Innovative Power Supply System for Regenerative Trains Innovative Power Supply System for Regenerative Trains Takafumi KOSEKI 1, Yuruki OKADA 2, Yuzuru YONEHATA 3, SatoruSONE 4 12 The University of Tokyo, Japan 3 Mitsubishi Electric Corp., Japan 4 Kogakuin

More information

Fuzzy Control of Electricity Storage Unit for Energy Management of Micro-Grids 1

Fuzzy Control of Electricity Storage Unit for Energy Management of Micro-Grids 1 Fuzzy Control of Electricity Storage Unit for Energy Management of Micro-Grids 1 Yashar Sahraei Manjili *, Amir Rajaee *, Mohammad Jamshidi *, Brian T. Kelley * * Department of Electrical and Computer

More information