Precise Algorithm for Nonlinear Elements in Large-Scale Real-Time Simulator. Olivier TREMBLAY*, Martin FECTEAU, Pascal PRUD HOMME Hydro-Québec CANADA

Size: px
Start display at page:

Download "Precise Algorithm for Nonlinear Elements in Large-Scale Real-Time Simulator. Olivier TREMBLAY*, Martin FECTEAU, Pascal PRUD HOMME Hydro-Québec CANADA"

Transcription

1 CIGRÉ CIGRÉ Canada Conference 21, rue d Artois, F PARIS Hilton Montréal Bonaventure http : // Montréal, Québec, September 24-26, 2012 Precise Algorithm for Nonlinear Elements in Large-Scale Real-Time Simulator Olivier TREMBLAY*, Martin FECTEAU, Pascal PRUD HOMME Hydro-Québec CANADA SUMMARY This paper presents an iterative nodal solver for nonlinearities implemented in Hydro- Québec s real-time simulation software. The proposed algorithm, based on fixed-point iteration, combined with the latest supercomputer technology allow precise simulation of nonlinear models with an extra simulation cost per additional iteration of less than 25%. Simulation results for part of the Gaspésie transmission system, where precise nonlinear modeling primary serves to represent overvoltage accurately, show faster than real-time execution for tasks containing many dozens of nodes and hundreds of elements. Moreover, due to numerous nonlinear elements (surge arresters and magnetic saturation of power transformers), the iteration method is required to get results without numerical instability. KEYWORDS Simulation - Real-time - Fixed-point iteration - Magnetic saturation - Surge arrester * Corresponding author: tremblay.olivier@ireq.ca 1

2 1. INTRODUCTION Today s electromagnetic transient simulations require increasingly sophisticated tools. Because of more demanding requirements in terms of the level of detail in modeling, it is essential to provide a simulation engine able to support, with good accuracy, common nonlinear elements. These elements play a significant role in the propagation of overvoltage and overcurrent transients. Offline simulators, such as the Electromagnetic Transient Program (EMTP), already implement precise simulation of such commonly occurring nonlinearities as magnetic saturation in transformers, surge arresters and natural switching devices [1] [2]. The Newton-Raphson technique is widely used in offline simulators to solve the nonlinear system due to its fast convergence. This advantage compensates for the large computational effort required to update the entire linear system as well as the Jacobian matrix [3] [4]. For real-time simulators, it is not an easy task to represent adequately nonlinear elements due to the computational burden. Hydro-Quebec s real-time simulator (Hypersim) is a large-scale multiprocessor simulator used for power system studies and for the development, validation, tuning and commissioning of control systems [5]. The computational effort is automatically spread across available processors using the natural propagation delay of the transmission lines. As a result, the large system impedance matrix is divided into several smaller submatrices which can be solved in parallel by many processors without introducing any error, thus drastically improving simulation speed [6]. For computational load reasons, the network equation solver of Hypersim uses pseudo-nonlinear models. This approach is valid for many cases but actual power system studies today involve more and more nonlinear components, which may introduce instability or reduce simulation accuracy. Supercomputers now have sufficient processing power to provide the larger computational effort required by a real-time iteration engine for nonlinearities. In order to exploit entirely this new computational capability, Hypersim s simulation engine required an overhaul. This paper presents the implementation of a real-time iterative algorithm for nonlinearities. The following section revisits the nonlinear modeling approach in Hypersim. The new real-time iterative algorithm, based on the fixedpoint iteration, and the new iterative nodal solver are then presented. The subsequent section studies the algorithm s performance and precision for a simple case study. The last section gives the results of a real-time simulation of part of the Gaspésie transmission system, which is very sensitive to any numerical imprecision. 2. BACKGROUND TO THE NONLINEAR MODEL Hypersim uses nodal representation to simulate network elements. By using the trapezoidal integration technique (an A-stable numerical method), the dynamic elements are represented by a resistance in parallel with a current source, representing its history values. At each time step, the simulation engine calculates the node voltage with the following equation: V = Y 1 I where Y, I and V are respectively the admittance matrix, the network sources and history injection, and lastly, the corresponding node voltage. The nonlinear elements are incorporated into the linear nodal solver by using a pseudononlinear approximation. Figure 1 shows the representation of a nonlinear resistance (surge arrester) by piecewise linear segments. B( G( Ihist( G( G ( = 1/ R( Vo ( B( = R( I = G( V B( km km + Figure 1: Surge arrester representation ( 2 L( )) G( = T / seg 1 Ihist λkm k 1) λo ( + G( seg L( I = G( seg ) V Ihist ( seg ) km km + ( ( ) ) Vkm( 1) ( = k Figure 2: Nonlinear inductance representation 2

3 Each segment is represented by a slope (corresponding to the resistance value R) and an open-circuit voltage V o. The equivalent admittance G and current injection B are then deduced from the slope equation. In the case of nonlinear inductance (Figure 2), the actual admittance G and the history value Ihist are obtained from the slope equation of the segment. The pseudo-nonlinear approach is fairly accurate and requires no additional computation when the element s operation point is kept inside a linear segment since the admittance contribution is kept constant. Changing network conditions may bring the operation point outside the boundaries of a segment, resulting in a change of admittance contribution to the network. A local algorithm is then used to find the new segment of the elements in order to deduce the new admittance value and the new current injection needed by the nodal solver. In the previous version of Hypersim, the updated values were only taken into account at the next simulation time step. For small system changes, this introduces a minor numerical imprecision affecting only the following time step. However, for severe perturbations requiring many segment changes (e.g., a fault or line energization), the error can cause non-negligible numerical error, possibly leading to instability. The major contribution of this paper is described in the next section, which presents an optimized iterative engine. 3. REAL-TIME ITERATIVE ALGORITHM A. Fixed-point iteration The fixed-point iteration, also called the x = g(x) method, is useful to obtain the root of a function f(x). This iteration technique, which is the basis of many important iteration theories, can be easily used to find the solution of linear and nonlinear network equations. The following steps describe the solution trajectory, using Figure 3: 1) Node voltages are calculated using the past admittance and the current injection of the nonlinear element. 2) With the voltage Vkm calculated in 1), the corresponding nonlinear segment (related to the nonlinear current Ikm) is obtained. 3) The new segment calculated in 2) changes the admittance contribution and the current injection, giving a new node voltage solution. 4) By using the new voltage Vkm calculated in 3), the corresponding segment current is obtained. 5) The final solution is found by updating the admittance contribution and the current injection of the nodal solver, in order to obtain the exact solution. Figure 3: Fixed-point iteration solution 3

4 Since the nonlinear equation is always monotonically increasing (natural logarithm forms), the solution occurs between the first two intermediate solutions, thus guaranteeing convergence of the iterative algorithm. B. Hypersim s new iterative nodal solver The actual solver recalculates node voltages for the entire substation at every segment change of a nonlinear element. Before the simulation starts, the admittance matrix is reordered to move down elements which may change their admittance contribution during the simulation (e.g., nonlinear elements and switches). This minimizes the time spent for re-factorization. Secondly, LDU decomposition and a forward-backward substitution are used to obtain the solution of node voltage V = Y 1 I during the simulation [7]. Begin time step Update Isrc Figure 4 shows the new iterative engine implemented in Hypersim. At every time step, the contribution of sources to Inode is determined before calculating the node voltage. A local algorithm is then used, for each nonlinear element, to find the actual segment corresponding to the node voltage. If a segment changes, the current injection and the new admittance contribution are updated before re-solving the node voltage. This iterative process is done as long as required. When the solution converges to the exact node voltage, element histories are updated in order to calculate the current injection Inode for the next time step. V=Y^-1.Inode Calculate nonlinear segment Segment changed? No Update history LDU = Y Update Inode Yes Furthermore, the iterative solution can be enabled or disabled for each nonlinear element. This granularity makes it possible to concentrate processing resources on key elements while non-critical ones are solved with the standard algorithm. In addition, the maximum number of iterations can be limited in order to meet the real-time computational constraint. 4. ALGORITHM PERFORMANCE Update Inode End time step Figure 4: Iterative engine flowchart Figure 5 shows the single-line representation of an equivalent network connected to a linear transformer feeding a load protected by a surge arrester. The parameters, presented at Table 1, are chosen in order to show the importance of the iteration method when nonlinear models are simulated. Figure 5: Single-line diagram for case study Parameters Source Load Xfo Arrester Values Amplitude: 245kV rms L-L Short-circuit level: 10,000 MVA X/R: 10 P = 30 MW, Q = 30 Mvar Vnom = 230/120 kv L-L Pnom = 300 MVA R = [0.0005, ] p.u. L = [0.05, 0.05] p.u. Rm = 500 p.u., Lm = 666 p.u. Typical parameters for a 120-kV ABB PEXLIM Q arrester Table 1: Case study parameters At t = s, a single-phase-to-ground fault is applied at the secondary side of the transformer (phase a). Figure 6 shows the simulation results (for phase c) when the fault is applied. At that moment, the full voltage is instantaneously applied on the surge arrester, forcing the current to 4

5 increase immediately. The number of maximum iterations is successively changed from 1 (no iteration) to 4 and the results are compared to those generated by EMTP-RV. With only two iterations, the results improve significantly in accuracy: the current calculated at the first iteration (8.83 A) drops to 3.65 A. At the third iteration, the error decreases with a current value of 2.37 A. Finally, with four iterations, the present algorithm and EMTP-RV both give the same solution with a current of 2.45 A. It is clear that accuracy improves as the number of iterations increases, confirming the ability of the fixed-point iteration algorithm to approach the solution at each intermediate step. In a real-time context, the number of iterations could be limited to meet computational constraints (for tasks containing many elements), knowing that the results are more accurate than without the iterative method. Figure 6: Simulation results for case study The case study is simulated in real-time on the latest SGI server technology, Altix UV. This high-end system is a shared-memory supercomputer system based on the Intel Xeon E7 family of processors and has sufficient processing power to provide the greater computational effort required by a real-time iteration engine for nonlinearities. The maximum computation time is about 1.5 µs (for two iterations) and increases by µs (25%) for each additional iteration. 5. SIMULATION RESULTS In order to demonstrate the efficiency of the new algorithm for a network integration study, it is applied below to a part of the Hydro-Québec Gaspésie transmission system, where numerical oscillations caused by the lack of iteration of surge arrester models produce major instabilities. The Gaspésie transmission system, presented in detail in [8], is characterized by series compensation, weak loading, numerous wind power plants, numerous large unloaded power transformers and long transmission lines. The ongoing study requires a very high level of detail with respect to the transmission system and wind power plants, resulting in a large number of nonlinear elements. This system of over 300 busbars (3-phase) contains a large number of nonlinear transformers and surge arresters on every high- and medium-voltage bus. A simulation time step of 24 µs is required to represent the natural propagation delay of the shortest transmission line (7 km). Figure 7 shows a section of the power system fed by an equivalent 315-kV source at Rivière-du-Loup (RDL). Given the transmission lines in this model, it is possible to divide the network computational burden among four processors. Previously, due to the real-time simulation constraint for this study, most nonlinear elements (e.g., surge arresters and magnetic saturation) were ignored, making the analysis of some phenomenon impossible. To complete the study, a high level of detail is required for nonlinear elements in order to analyze adequately overvoltage and overcurrent transients. For this reason, simulation is performed by activating the iteration for all nonlinear elements. 5

6 Figure 7: Gaspésie transmission system section Figure 8 shows the results for the phase b voltage at Bus 1, part of the CPU 2 task, when a 3-phase fault (lasting 3 cycles) is applied at the source at 0.2 s. Figure 8(a) shows that, without the iteration method for nonlinear elements (standard Hypersim surge arrester model), a fault applied under steadystate conditions leads to numerical instability. Figure 8(b) shows the general behavior when the iteration engine is enabled for nonlinear elements. It is clear that the accuracy of the results increases significantly and an overvoltage of 1.3 p.u. can now be observed. By zooming at the beginning of the fault (Figure 8(c)), it is possible to note the simulation transients and observe the slight improvement in accuracy when the number of iterations increases from 2 to 10. Although it is difficult to quantify the precision gain, testing shows that three iterations are sufficient to obtain good results for this network. Figure 8: Real-time transient voltage at Bus 1: (a) without iteration engine, (b) with iteration enabled, (c) zoom at the beginning of the fault with 2 (blue) and 10 (red) iterations. 6

7 Table 2 shows the calculation load for the four processors used in the simulation with the corresponding execution time and the number of iterations used. It can be observed that the heaviest calculation load (CPU 2) is simulated with a highest computation time of 16.9 µs for 2 iterations. This result means CPU 2 needs only 2 iterations to converge during the overall simulation. For CPU 4 (containing nonlinear elements changing abruptly operation points), the resulting execution time is 14.1 µs for 10 iterations. Note that for CPU 4, it is possible to limit the number of iteration to 3, for an execution time of 7.5 µs, without changing significantly the simulation results. In all case, the execution times are far lower than the 24 µs real-time constraint. CPU NB Nodes Transformers Passives Sources Nonlinear Execution time µs (2 iterations) µs (2 iterations) µs (2 iterations) µs (3 iterations) 14.1 µs (10 iterations) Table 2: CPU calculation load 6. CONCLUSION This paper showed the efficiency of the new iterative engine implemented in the real-time simulator Hypersim. The new nodal iterative solver based on fixed-point iteration was presented. A simple case study demonstrated that for an increase of less than 25% in calculation time, it is possible to eliminate numerical oscillations completely while increasing precision considerably. The increased calculation load is offset by the enhanced performance of the new SGI-UV processing units. Furthermore, an optimization of the real-time code generator now makes it possible to concentrate the calculation burden on the iterative elements only. A real-life network, based on part of the Gaspésie transmission system, was simulated in real time. With the new iteration engine, it is now possible to simulate this network including all nonlinear models without numerical instabilities, increasing the reliability and precision of the results. The computational time is well below the real-time constraint imposed by the calculation step even for tasks requiring many iterations to converge to the exact solution. The Hypersim simulator is now equipped with a simulation engine achieving a precision comparable to an offline simulator, allowing Hydro-Québec to perform system studies and to commission control systems on networks containing ever more complex nonlinear systems. 7. BIBLIOGRAPHY [1] H.W. Dommel. Nonlinear and Time-Varying Elements in Digital Simulation of Electromagnetic Transients (IEEE Transactions on Power Apparatus and Systems, Vol. PAS-90, No.6, pp , Nov. 1971). [2] J. Mahseredjian, L. Dube, Ming Zou, S. Dennetiere, G. Joos. Simultaneous solution of control system equations in EMTP (IEEE Transactions on Power Systems, Vol. 21, No. 1, pp , Feb. 2006). [3] Y. Chen, V. Dinavahi. An Iterative Real-Time Nonlinear Electromagnetic Transient Solver on FPGA (IEEE Transactions on Industrial Electronics, Vol. 58, No. 6, pp , June 2011). [4] B. Asghari, V. Dinavahi. Real-Time Nonlinear Transient Simulation Based on Optimized Transmission Line Modeling (IEEE Transactions on Power Systems, Vol. 26, No. 2, pp , May 2011). [5] V. Q. Do, J.-C. Soumagne, G. Sybille, G. Turmel, P. Giroux, G. Cloutier, S. Poulin. Hypersim, an Integrated Real-Time Simulator for Power Networks and Control Systems (ICDS 99, Vasteras, Sweden, May 1999, pp.1-6). [6] D. Paré, G. Turmel, J.-C. Soumagne, V. A. Do, S. Casoria, M. Bissonnette, B. Marcoux, D. McNabb. Validation tests of the Hypersim digital real time simulator with a large AC-DC network (Proceedings of the International Conference on Power Systems Transients, New Orleans, LA, Sept. 28 to Oct. 2, 2003, pp ). 7

8 [7] V.Q. Do, D. McCallum, P. Giroux, B. De Kelper. A backward-forward interpolation technique for a precise modelling of power electronic in HYPERSIM (Proceedings of the International Conference on Power Systems Transients, IPST 2001, Rio de Janeiro, Brazil, June 2001). [8] R. Gagnon, M. Fecteau, P. Prud Homme, E. Lemieux, G. Turmel, D. Paré, F. Duong. Hydro- Québec Strategy to Evaluate Electrical Transients Following Wind Power Plant Integration in the Gaspésie Transmissions System (IEEE Transactions on Sustainable Energy, Vol. PP, No. 2, pp. 1-10, July 2012). 8

New Hydro-Québec Real-Time Simulation Interface for HVDC Commissioning Studies

New Hydro-Québec Real-Time Simulation Interface for HVDC Commissioning Studies New Hydro-Québec Real-Time Simulation Interface for HVDC Commissioning Studies François Guay, Pierre-André Chiasson, Nicolas Verville, Sébastien Tremblay, Per Askvid Abstract HVDC links are now used in

More information

Massively Parallel Real-Time Simulation of Very- Large-Scale Power Systems

Massively Parallel Real-Time Simulation of Very- Large-Scale Power Systems Massively Parallel Real-Time Simulation of Very- Large-Scale Power Systems P. Le-Huy, M. Woodacre, S. Guérette, É. Lemieux Abstract System reductions or network equivalents are frequently used to reduce

More information

Transformer core modeling for magnetizing inrush current investigation.

Transformer core modeling for magnetizing inrush current investigation. Mediterranean Journal of Modeling and Simulation MJMS 1 (214) 77 88 Transformer core modeling for magnetizing inrush current investigation. A.Yahiou a, A. Bayadi b a Department of Electrical Engineering,

More information

ABB static var compensator stabilizes Namibian grid voltage

ABB static var compensator stabilizes Namibian grid voltage Power ABB static var compensator stabilizes Namibian grid voltage factor! Rolf Grünbaum, Mikael Halonen, Staffan Rudin The spectacular dune landscapes of Namibia are a key factor in the country s booming

More information

Fault studies of MMC-HVDC links using FPGA and CPU on a real-time simulator with iteration capability

Fault studies of MMC-HVDC links using FPGA and CPU on a real-time simulator with iteration capability Fault studies of MMC-HVDC links using FPGA and CPU on a real-time simulator with iteration capability Christian Dufour, Wei Li, Xiao Xiao, Jean-Nicolas Paquin, Jean Bélanger Opal-RT Technologies Montréal,

More information

Advancements in the Real-Time Simulation of Large Active Distribution Systems for PMU testing

Advancements in the Real-Time Simulation of Large Active Distribution Systems for PMU testing Advancements in the Real-Time Simulation of Large Active Distribution Systems for PMU testing Christian Dufour, Ph.D. christian.dufour@opal-rt.com March 24, 2015, San Mateo, CA, USA Revision 2 1 Presentation

More information

Application of Transmission Line Surge Arresters to Reduce Switching Overvoltages

Application of Transmission Line Surge Arresters to Reduce Switching Overvoltages Application of Transmission Line Surge Arresters to Reduce Switching Overvoltages H. Seyedi, M. Sanaye-Pasand, M. R. Dadashzadeh Abstract-- In this paper switching overvoltages of an actual transmission

More information

HIL and RCP capabilities of real time digital simulators for MMC and other power converter applications

HIL and RCP capabilities of real time digital simulators for MMC and other power converter applications HIL and RCP capabilities of real time digital simulators for MMC and other power converter applications Wei Li, OPAL-RT Click to add author March 23, 2016 1 Contents MMC characteristics & advantages MMC

More information

SYMPATHETIC INRUSH PHENOMENA IN PARALLEL AND SERIES CONNECTED TRANSFORMERS USING PSCAD

SYMPATHETIC INRUSH PHENOMENA IN PARALLEL AND SERIES CONNECTED TRANSFORMERS USING PSCAD SYMPATHETIC INRUSH PHENOMENA IN PARALLEL AND SERIES CONNECTED TRANSFORMERS USING PSCAD Tejpal P. Purohit 1, Prashant K. Bhavsar 2 Department of Electrical Engineering, Government Polytechnic Palanpur,

More information

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 10, 2015 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 10, 2015 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 10, 2015 ISSN (online): 2321-0613 Comparison of Shunt Facts Devices for the Improvement of Transient Stability of Two Machine

More information

Power System Real-Time Simulator. The Most Powerful and Intuitive Power System Simulator for Utilities, R&D Centers and Manufacturers

Power System Real-Time Simulator. The Most Powerful and Intuitive Power System Simulator for Utilities, R&D Centers and Manufacturers Power System Real-Time Simulator The Most Powerful and Intuitive Power System Simulator for Utilities, R&D Centers and Manufacturers overview The Most Powerful and Intuitive Power System Simulator for

More information

Micro physical simulation system of electric power systems

Micro physical simulation system of electric power systems International Journal of Smart Grid and Clean Energy Micro physical simulation system of electric power systems Xin Xu, Zongshuai Jin, Hengxu Zhang * Key Laboratory of Power System Intelligent Dispatch

More information

Simulation of Series Compensated Transmission Lines Protected with Mov Abdolamir Nekoubin

Simulation of Series Compensated Transmission Lines Protected with Mov Abdolamir Nekoubin Vol:5, No:, Simulation of Series Compensated Transmission Lines Protected with Mov Abdolamir Nekoubin Open Science Index, Electrical and Computer Engineering Vol:5, No:, waset.org/publication/54 Abstract

More information

Development of a Real-Time Simulator Using EMTP-ATP Foreign models for Testing Relays

Development of a Real-Time Simulator Using EMTP-ATP Foreign models for Testing Relays Development of a Real-Time Simulator Using EMTP-ATP Foreign models for Testing Relays September 17-18, 2018 - Arnhem, the Netherlands Renzo G. Fabián Espinoza Independent, Peru/Brazil Lise R. Romero Navarrete

More information

Reduction of Switching Surges in Large Industrial Motors Connected by Cables

Reduction of Switching Surges in Large Industrial Motors Connected by Cables I J C T A, 9(34) 2016, pp. 343-348 International Science Press Reduction of Switching Surges in Large Industrial Motors Connected by Cables Mohammed Sajid, B. P. Singh * and M. Suryakalavathi ** ABSTRACT

More information

System Studies for American Transmission Co. s Benson Lake SVC Project

System Studies for American Transmission Co. s Benson Lake SVC Project Helping to keep the lights on, businesses running and communities strong System Studies for American Transmission Co. s Benson Lake SVC Project Adam Manty, Transmission Planning Engineer, ATC Outline Introduction

More information

Power Flow Method for Loss Allocation in Radial Distribution Networks with DGs

Power Flow Method for Loss Allocation in Radial Distribution Networks with DGs Power Flow Method for Loss Allocation in Radial Distribution Networks with DGs G.Naguraiah 1, K. Jithendra Goud 2 1M.Tech student, Electrical Department, JNTUA College of Engineering, Anantapur, India.

More information

Verification of Utility Requirements on Modern Numerical Busbar Protection by Dynamic Simulation

Verification of Utility Requirements on Modern Numerical Busbar Protection by Dynamic Simulation 111 Verification of Utility Requirements on Modern Numerical Busbar Protection by Dynamic Simulation Z. Gajić (ABB, Sweden) JP Wang / PW Gong / YS Xu (ABB China) ZX Zhou (CERPI, China) Summary Power utilities

More information

An Inrush Current Elimination Technique for Line-Interactive UPS Systems During Switching-in of an Auxiliary Load While Feeding a Main Load

An Inrush Current Elimination Technique for Line-Interactive UPS Systems During Switching-in of an Auxiliary Load While Feeding a Main Load An Inrush Current Elimination Technique for Line-Interactive UPS Systems During Switching-in of an Auxiliary Load While Feeding a Main Load Syed Sabir Hussain Bukhari*, Byung-il Kwon *, Thomas A. Lipo

More information

New HVDC LCC replica platform to improve the study and maintenance of the IFA2000 link

New HVDC LCC replica platform to improve the study and maintenance of the IFA2000 link New HVDC LCC replica platform to improve the study and maintenance of the IFA2000 link Y. Vernay, A. Drouet D Aubigny, Z. Benalla, S. Dennetière Abstract-- The HVDC (High Voltage Direct Current) project

More information

The use of real time simulation to de-risk and manage HVDC and FACTS schemes. Experiences on the French Transmission grid

The use of real time simulation to de-risk and manage HVDC and FACTS schemes. Experiences on the French Transmission grid The use of real time simulation to de-risk and manage HVDC and FACTS schemes Experiences on the French Transmission grid 1 2 Introduction Several power electronic devices (HVDC and FACTS projects) are

More information

Transient stability of 11-bus system using SVC and improvement of voltage profile in transmission line using series compensator

Transient stability of 11-bus system using SVC and improvement of voltage profile in transmission line using series compensator American Journal of Electrical Power and Energy Systems 2014; 3(4): 76-85 Published online August 30, 2014 (http://www.sciencepublishinggroup.com/j/epes) doi: 10.11648/j.epes.20140304.12 ISSN: 2326-912X

More information

FACTS and HVDC for Grid Connection of Large Wind Farms

FACTS and HVDC for Grid Connection of Large Wind Farms David Larsson Power-Gen Europe 2005 Milan, Italy FACTS and HVDC for Grid Connection of Large Wind Farms www.abb.com/facts FACTS Agenda Wind Generators Response to Grid Faults PICTURE JPG-FORMAT WEB OPTIMIZED

More information

LAB1 INTRODUCTION TO PSS/E EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY

LAB1 INTRODUCTION TO PSS/E EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY LAB1 INTRODUCTION TO PSS/E EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY PURPOSE: The purpose of this lab is to introduce PSS/E. This lab will introduce the following aspects of PSS/E: Introduction to

More information

Real Time Requirements and Closed-Loop Testing of Wide Area Protection and Control Schemes

Real Time Requirements and Closed-Loop Testing of Wide Area Protection and Control Schemes XIII SIMPÓSIO DE ESPECIALISTAS EM PLANEJAMENTO DA OPERAÇÃO E EXPANSÃO ELÉTRICA XIII SEPOPE 18 a 21 de Maio 2014 May 18 th to 21 st 2014 FOZ DO IGUAÇU (PR) - BRAZIL XIII SYMPOSIUM OF SPECIALISTS IN ELECTRIC

More information

HVDC Control and Protection Testing Using the RTDS Simulator

HVDC Control and Protection Testing Using the RTDS Simulator HVDC Control and Protection Testing Using the RTDS Simulator Yong-Beum Yoon, Tae-Kyun Kim, Seung-Tae Cha Power System Research Laboratory, Korea Electric Power Research Institute, Korea Abstract: Many

More information

Limiting Sympathetic Interaction Between Transformers Caused by Inrush Transients

Limiting Sympathetic Interaction Between Transformers Caused by Inrush Transients Limiting Sympathetic Interaction Between Transformers Caused by Inrush Transients Simon Schramm, Christof Sihler, Sebastian Rosado Abstract--Sympathetic inrush current phenomena occur when a transformer

More information

Blackstart Hardware-in-the-loop Relay Testing Platform

Blackstart Hardware-in-the-loop Relay Testing Platform 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2016 Grid of the Future Symposium Blackstart Hardware-in-the-loop Relay Testing Platform R. LIU R. SUN M. TANIA Washington

More information

Final Report. Mini Project TET Group nr 7 - Project nr 4. Students: Hans Lavoll Halvorson, NTNU

Final Report. Mini Project TET Group nr 7 - Project nr 4. Students: Hans Lavoll Halvorson, NTNU Final Report Mini Project TET4190 28.10.2010 Optimal Distance for connection of offshore wind farm with AC cable with SVC or STATCOM To increase the distance compensation technologies such as SVC and STATCOM

More information

An Artificial Intelligence Based Approach for Bus Bar Differential Protection Faults Analysis in Distribution Systems

An Artificial Intelligence Based Approach for Bus Bar Differential Protection Faults Analysis in Distribution Systems An Artificial Intelligence Based Approach for Bus Bar Differential Protection Faults Analysis in Distribution Systems By Eng. Sameh Moustafa Mohamed Abd Elgowad Elbana A thesis submitted to The Faculty

More information

DGSZV-EP DIGITAL GALVANIC LONGITUDINAL DIFFERENTIAL PROTECTION. Application field

DGSZV-EP DIGITAL GALVANIC LONGITUDINAL DIFFERENTIAL PROTECTION. Application field DGSZV-EP DIGITAL GALVANIC LONGITUDINAL DIFFERENTIAL PROTECTION The digital galvanic longitudinal differential protection of type DGSZV-EP is part of device family named EuroProt. This short description

More information

Studies Overview and Data Requirements. Robert Pan

Studies Overview and Data Requirements. Robert Pan Studies Overview and Data Requirements Robert Pan Outline 1. Introduction 2. BC Transmission System 3. BCTC Studies for Clean Power Call 4. Data Requirements for Interconnection Studies 5. Application

More information

Efficient Application of Parallel Processing with Standard Tools for Electromagnetic Transients Simulation

Efficient Application of Parallel Processing with Standard Tools for Electromagnetic Transients Simulation Efficient Application of Parallel Processing with Standard Tools for Electromagnetic Transients Simulation H. M. Barros, A. Castro, R. N. Fontoura Filho, M. Groetaers dos Santos, C. F. Teodósio Soares

More information

Main Components of a Static Var Compensator (SVC)

Main Components of a Static Var Compensator (SVC) Exercise 1 Main Components of a Static Var Compensator (SVC) EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the simplified diagram of an SVC. You will also be familiar

More information

Transient Stability Improvement of Long Transmission Line System by Using SVC

Transient Stability Improvement of Long Transmission Line System by Using SVC Transient Stability Improvement of Long Transmission Line System by Using SVC Dr.Tarlochan Kaur 1 and Sandeep Kakran 2 1 Associate Professor, EED, PEC University of Technology, Chandigarh, India 2 Assistant

More information

Study on Power Transformer Inrush Current

Study on Power Transformer Inrush Current IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 59-63 www.iosrjournals.org Study on Power Transformer Inrush Current Gopika R, Deepa Sankar Department

More information

AN ADVANCED APPROACH TO IDENTIFY INRUSH CURRENT AND HARMONICS USING ARTIFICIAL INTELLIGENCE FOR POWER SYSTEM PROTECTION

AN ADVANCED APPROACH TO IDENTIFY INRUSH CURRENT AND HARMONICS USING ARTIFICIAL INTELLIGENCE FOR POWER SYSTEM PROTECTION AN ADVANCED APPROACH TO IDENTIFY INRUSH CURRENT AND HARMONICS USING ARTIFICIAL INTELLIGENCE FOR POWER SYSTEM PROTECTION Tawheeda Yousouf 1, Raguwinder Kaur 2 1 Electrical engineering, AIET/PTU Jalandhar,

More information

Schemes for improving efficiency of pixel-based inversion algorithms for electromagnetic loggingwhile-drilling

Schemes for improving efficiency of pixel-based inversion algorithms for electromagnetic loggingwhile-drilling Schemes for improving efficiency of pixel-based inversion algorithms for electromagnetic loggingwhile-drilling measurements Y. Lin, A. Abubakar, T. M. Habashy, G. Pan, M. Li and V. Druskin, Schlumberger-Doll

More information

Application of overvoltage protection to the Peruvian Power System

Application of overvoltage protection to the Peruvian Power System Application of overvoltage protection to the Peruvian Power System Presented to Western Protective Relay Conference 2008 Spokane, Washington, USA Prepared by Yofre Jacome, and Francisco Torres, COES SINAC

More information

Optimization of Reactive Power by Using SVC and TCSC Devices for Reducing Transmission Losses

Optimization of Reactive Power by Using SVC and TCSC Devices for Reducing Transmission Losses Optimization of Reactive Power by Using SVC and TCSC Devices for Reducing Transmission Losses Abstract Kuldeep G, Thakre 1 Dr. Z. J. Khan 2 1 Department of electrical engineering, RCERT, Gondwana University,

More information

Modular Multilevel Converter Solution in RT-LAB

Modular Multilevel Converter Solution in RT-LAB Modular Multilevel Converter Solution in RT-LAB Wei Li, Esmaeil Ghahremani OPAL-RT Sebastien Dennetiere RTE wei.li@opal-rt.com esmaeil.ghahremani@opal-rt.com sebastien.dennetiere@rte-france.com 1 Chinese

More information

A Novel Method for Power-Flow Solution of Radial Distribution Networks

A Novel Method for Power-Flow Solution of Radial Distribution Networks A Novel Method for Power-Flow Solution of Radial Distribution Networks 1 Narinder Singh, 2 Prof. Rajni Bala 1 Student-M.Tech(Power System), 2 Professor(Power System) BBSBEC, Fatehgarh Sahib, Punjab Abstract

More information

Optimal Proxy-Limited Lines for Representing Voltage Constraints in a DC Optimal Powerflow

Optimal Proxy-Limited Lines for Representing Voltage Constraints in a DC Optimal Powerflow Optimal Proxy-Limited Lines for Representing Voltage Constraints in a DC Optimal Powerflow by Michael Schlindwein A thesis submitted in fulfillment of the requirements for the degree of Master of Science

More information

ABB Surge Arresters Contribution to Power Quality Line Side Protection

ABB Surge Arresters Contribution to Power Quality Line Side Protection James Taylor, Technology Support Manager / Principal Specialist May 2013 ABB Surge Arresters Contribution to Power Quality Line Side Protection May 6, 2013 Slide 1 Availability of electric power supply

More information

International Journal of Engineering Science Invention Research & Development; Vol. III, Issue VI, December e-issn:

International Journal of Engineering Science Invention Research & Development; Vol. III, Issue VI, December e-issn: AN FPGA-BASED SIMULATION SYSTEM FOR PHOTOVOLTAIC POWER GENERATION Aravind R 1, BoreGowda H B 2, Manasa M G 3 1, 2,3 Assistance Professor, Dept. of ECE, 1,2 GSSS Institute of Engineering & Technology for

More information

Christian PAYERL, Poznan, 20 th May, 2009 ABB FACTS Grid connection of Wind Farms. ABB Group May 22, 2009 Slide 1

Christian PAYERL, Poznan, 20 th May, 2009 ABB FACTS Grid connection of Wind Farms. ABB Group May 22, 2009 Slide 1 Christian PAYERL, Poznan, 20 th May, 2009 ABB FACTS Grid connection of Wind Farms May 22, 2009 Slide 1 FACTS Applications Flexible AC Transmission Systems May 22, 2009 Slide 4 System Studies - Grid Codes

More information

CFD, IEC STANDARDS AND TESTING LABORATORIES: JOINING THE PIECES FOR HIGHER QUALITY HV EQUIPMENT. Cognitor Consultancy, Research and Training Ltd.

CFD, IEC STANDARDS AND TESTING LABORATORIES: JOINING THE PIECES FOR HIGHER QUALITY HV EQUIPMENT. Cognitor Consultancy, Research and Training Ltd. CFD, IEC STANDARDS AND TESTING LABORATORIES: JOINING THE PIECES FOR HIGHER QUALITY HV EQUIPMENT. Author name: Sergio Feitoza Costa Affiliation: Cognitor Consultancy, Research and Training Ltd. Summary:

More information

EXPERIENCE WITH IEC IN THE REFURBISHMENT OF AN IMPORTANT EUROPEAN 380 KV SUBSTATION. Switzerland

EXPERIENCE WITH IEC IN THE REFURBISHMENT OF AN IMPORTANT EUROPEAN 380 KV SUBSTATION. Switzerland 21, rue d Artois, F-75008 PARIS B5-109 CIGRE 2006 http : //www.cigre.org EXPERIENCE WITH IEC 61850 IN THE REFURBISHMENT OF AN IMPORTANT EUROPEAN 380 KV SUBSTATION S. LAEDERACH* 1, W. BAASS 2, K.P. BRAND

More information

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI EE-2401 POWER SYSTEM OPERATION AND CONTROL UNIT-III REACTIVE POWER VOLTAGE CONTROL

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI EE-2401 POWER SYSTEM OPERATION AND CONTROL UNIT-III REACTIVE POWER VOLTAGE CONTROL MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI 621213 EE-2401 POWER SYSTEM OPERATION AND CONTROL UNIT-III REACTIVE POWER VOLTAGE CONTROL TWO MARKS: 1. What are the sources of reactive power? How it is

More information

AUAS SVC, PERFORMANCE VERIFICATION BY RTDS AND FIELD TESTS. S. Boshoff C. van Dyk L Becker M Halonen, S Rudin, J Lidholm Dr T Maguire

AUAS SVC, PERFORMANCE VERIFICATION BY RTDS AND FIELD TESTS. S. Boshoff C. van Dyk L Becker M Halonen, S Rudin, J Lidholm Dr T Maguire AUAS SVC, PERFORMANCE VERIFICATION BY RTDS AND FIELD TESTS S. Boshoff C. van Dyk L Becker M Halonen, S Rudin, J Lidholm Dr T Maguire S Boshoff Consulting TAP NamPower, ABB Power Systems, Sweden RTDS, Canada

More information

A Simple and Direct Approach for Unbalanced Radial Distribution System three phase Load Flow Solution

A Simple and Direct Approach for Unbalanced Radial Distribution System three phase Load Flow Solution Research Journal of Applied Sciences, Engineering and Technology 2(5): 452-459, 2010 ISSN: 2040-7467 Maxwell Scientific Organization, 2010 Submitted Date: May 16, 2010 Accepted Date: May 27, 2010 Published

More information

IX SIMPÓSIO DE ESPECIALISTAS EM PLANEJAMENTO DA OPERAÇÃO E EXPANSÃO ELÉTRICA

IX SIMPÓSIO DE ESPECIALISTAS EM PLANEJAMENTO DA OPERAÇÃO E EXPANSÃO ELÉTRICA IX SEPOPE 23 a 27 de maio de 2004 May, 23 th to 27 rd 2004 Rio de Janeiro (RJ) Brasil IX SIMPÓSIO DE ESPECIALISTAS EM PLANEJAMENTO DA OPERAÇÃO E EXPANSÃO ELÉTRICA IX SYMPOSIUM OF SPECIALISTS IN ELECTRIC

More information

Substation Automation Products. Generator protection REG670/650 Relion 670 and 650 series

Substation Automation Products. Generator protection REG670/650 Relion 670 and 650 series Substation Automation Products Generator protection REG670/650 Relion 670 and 650 series A new protection standard for your valuable assets Based on ABB s extensive experience, REG670 and REG650 IEDs (Intelligent

More information

1278 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 21, NO. 3, JULY 2006

1278 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 21, NO. 3, JULY 2006 1278 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 21, NO. 3, JULY 2006 Failure Risk Prediction Using Artificial Neural Networks for Lightning Surge Protection of Underground MV Cables Ángel L. Orille-Fernández,

More information

p. 1 p. 9 p. 26 p. 56 p. 62 p. 68

p. 1 p. 9 p. 26 p. 56 p. 62 p. 68 The Challenges and Opportunities Faced by Utilities using Modern Protection and Control Systems - Paper Unavailable Trends in Protection and Substation Automation Systems and Feed-backs from CIGRE Activities

More information

EE 868: Digital Techniques for Power System Protection. Laboratory Assignment #2 (Feb. 8 (12pm)) Overcurrent Relay Coordination

EE 868: Digital Techniques for Power System Protection. Laboratory Assignment #2 (Feb. 8 (12pm)) Overcurrent Relay Coordination EE 868: Digital Techniques for Power System Protection 1 Objective Laboratory Assignment #2 (Feb. 8 (12pm)) Overcurrent Relay Coordination Rama Gokaraju Department of Electrical & Computer Engineering

More information

Simulation and Analysis of Static Var Compensator with Matlab

Simulation and Analysis of Static Var Compensator with Matlab The International Journal Of Engineering And Science (IJES) Volume 4 Issue 12 Pages PP -07-11 2015 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Simulation and Analysis of Static Var Compensator with Matlab

More information

Today s class. Roots of equation Finish up incremental search Open methods. Numerical Methods, Fall 2011 Lecture 5. Prof. Jinbo Bi CSE, UConn

Today s class. Roots of equation Finish up incremental search Open methods. Numerical Methods, Fall 2011 Lecture 5. Prof. Jinbo Bi CSE, UConn Today s class Roots of equation Finish up incremental search Open methods 1 False Position Method Although the interval [a,b] where the root becomes iteratively closer with the false position method, unlike

More information

Short-Circuit Calculation Methods

Short-Circuit Calculation Methods Short-Circuit Calculation Methods Oct 1, 2004 12:00 PM, By Massimo Mitolo, Ph.D., Chu & Gassman Consulting Engineers Ref.: http:// ecmweb.com/mag/electric_shortcircuit_calculation_methods/ The task may

More information

Integrating Electromagnetic Transient Simulation with Other Design Tools

Integrating Electromagnetic Transient Simulation with Other Design Tools Integrating Electromagnetic Transient Simulation with Other Design Tools A.M. Gole, P. Demchenko, D. Kell, G.D. Irwin University of Manitoba Manitoba HVDC Research Centre Winnipeg, Canada Abstract - Recent

More information

WinIGS. Windows Based Integrated Grounding System Design Program. Structural Dynamic Analysis Training Guide. Last Revision: February 2017

WinIGS. Windows Based Integrated Grounding System Design Program. Structural Dynamic Analysis Training Guide. Last Revision: February 2017 WinIGS Windows Based Integrated Grounding System Design Program Structural Dynamic Analysis Training Guide Last Revision: February 2017 Copyright A. P. Sakis Meliopoulos 2009-2017 NOTICES Copyright Notice

More information

Collector System Design Considerations for Wind Farms. Sean Carr Ernst Camm S&C Electric Co.

Collector System Design Considerations for Wind Farms. Sean Carr Ernst Camm S&C Electric Co. Collector System Design Considerations for Wind Farms Sean Carr Ernst Camm S&C Electric Co. 1 Overview Challenges in wind farm collector systems Design considerations for collector systems Summary The

More information

Mitigation of Voltage Swells I

Mitigation of Voltage Swells I Mitigation of Voltage Swells I 3.2.1. Surge arresters and transient voltage surge suppressors Arresters and TVSS devices protect equipment from transient over voltages by limiting the maximum voltage,

More information

A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations

A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations Title A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations Author(s) Wang, C; Hou, Y Citation The IEEE Power and Energy Society (PES) General Meeting, Washington, USA, 27-31

More information

Evaluation of Transient Overvoltages at Terminations in Low-voltage Installations

Evaluation of Transient Overvoltages at Terminations in Low-voltage Installations Evaluation of Transient Overvoltages at Terminations in Low-voltage Installations Magno A. de Menezes, Camila A. Dias, Murilo P. Franco, Ronaldo K. Moreira, Rose M. Batalha Programa de Pós-Graduação em

More information

Substation Automation Products. High impedance differential busbar protection REB650 Relion 650 series

Substation Automation Products. High impedance differential busbar protection REB650 Relion 650 series Substation Automation Products High impedance differential busbar protection REB650 Relion 650 series One IED for a wide range of high impedance differential protection applications ABB introduces a new,

More information

Modeling and Simulation of Static VAR Compensator Controller for Improvement of Voltage Level in Transmission Lines

Modeling and Simulation of Static VAR Compensator Controller for Improvement of Voltage Level in Transmission Lines Modeling and Simulation of Static VAR Compensator Controller for Improvement of Voltage Level in Transmission Lines 1 B.T.RAMAKRISHNA RAO, 2 N.GAYATRI, 3 P.BALAJI, 4 K.SINDHU 1 Associate Professor, Department

More information

THE INTEGRATED TESTING SOLUTION

THE INTEGRATED TESTING SOLUTION Test & Data Management Software TDMS protective relays energy meters transducers power quality CT-VT-PT transformers ground grid circuit breakers batteries surge arresters THE INTEGRATED TESTING SOLUTION

More information

Modular Smart Grid Power Systems Simulators (Utilities)

Modular Smart Grid Power Systems Simulators (Utilities) Modular Smart Grid Power Systems Simulators (Utilities) AEL-MPSS SCADA Key features: Several Utilities and Final User options. Modular and scalable applications (from simple to advance complexity). Scalable

More information

Voltage regulator. SPAU 341 C 1MRS MBG Issued: July 1998 Status: Revised Version: C/ Data subject to change without notice

Voltage regulator. SPAU 341 C 1MRS MBG Issued: July 1998 Status: Revised Version: C/ Data subject to change without notice Issued: July 1998 Status: Revised Version: C/08.10.2003 Data subject to change without notice Features Comprehensive voltage regulation for power transformers with on-load tapchangers in distribution substations

More information

ADVANCED SOFTWARE ENVIRONMENT FOR EVALUATING THE PROTECTION PERFORMANCE USING MODELING AND SIMULATION

ADVANCED SOFTWARE ENVIRONMENT FOR EVALUATING THE PROTECTION PERFORMANCE USING MODELING AND SIMULATION ADVANCED SOFTWARE ENVIRONMENT FOR EVALUATING THE PROTECTION PERFORMANCE USING MODELING AND SIMULATION ABSTRACT In this paper a new interactive simulation environment is proposed for protective algorithm

More information

Substation Automation Products. Line distance protection REL670/650 Relion 670 and 650 series

Substation Automation Products. Line distance protection REL670/650 Relion 670 and 650 series Substation Automation Products Line distance protection REL670/650 Relion 670 and 650 series For maximum reliability of your power system REL670 and REL650 line distance protection IEDs (Intelligent Electronic

More information

Bus Bar Protection Applications Seminar

Bus Bar Protection Applications Seminar Bus Bar Protection Applications Seminar April 3, 2006 College Station TX ZONE 1 23 24 ZONE 2 1 2 11 12 13 22 ZONE 1 ZONE 2 23 24 1 2 3 21 22 Presentation Outline Introduction to Bus Bar Protection Bus

More information

Load Flow Analysis. I Objectives

Load Flow Analysis. I Objectives EE342 Electrical Power Lab Experiment PS3 Load Flow Analysis I Objectives To demonstrate load flow concepts. To study system performance under different operating conditions. To experience the real feel

More information

Disturbance recording and fault locating device DRL6600U Product guide

Disturbance recording and fault locating device DRL6600U Product guide Disturbance recording and fault locating device DRL6600U Product guide Contents 1. Overview... 2 2. Available functions... 3 4. Recording mode... 7 5. Current recording... 8 Variation current recording...

More information

ISO New England Data Modeling Requirements

ISO New England Data Modeling Requirements A U G U S T 1 5, 2 0 1 6 B O S T O N, M A ISO New England Data Modeling Requirements Renew Northeast Meeting Al McBride D I R E C T O R, T R A N S M I S S I O N S T R A T E G Y & S E R V I C E S Agenda

More information

High impedance protection relay

High impedance protection relay High impedance protection relay Page 1 Issued: April 1999 Status: New Data subject to change without notice Features High impedance type differential current earth-fault protection, so called restricted

More information

Substation Automation Products. Line differential protection RED670 Relion 670 series

Substation Automation Products. Line differential protection RED670 Relion 670 series Substation Automation Products Line differential protection RED670 Relion 670 series For maximum reliability of your power system The RED670 IED (Intelligent Electronic Device) is designed for protection,

More information

Reyrolle Protection Devices. 7SG21 DDB20 Multi Range Digital Setting Time Delay Relay. Energy Management

Reyrolle Protection Devices. 7SG21 DDB20 Multi Range Digital Setting Time Delay Relay. Energy Management Reyrolle Protection Devices 7SG21 DDB20 Multi Range Digital Setting Time Delay Relay Energy Management 7SG21 DDB20 Digital Time Delay Induction disc reset emulation Replacement of induction disc timing

More information

POWER FLOW ANALYSIS AND PROTECTION COORDINATION OF REAL TIME SYSTEM

POWER FLOW ANALYSIS AND PROTECTION COORDINATION OF REAL TIME SYSTEM POWER FLOW ANALYSIS AND PROTECTION COORDINATION OF REAL TIME SYSTEM Thanigaivel M PG Scholar Power Systems Engineering Sri Muthukumaran Institute of Technology Chennai, India Azeezur Rahman A Assistant

More information

Lessons Learned Implementing an IEC based Microgrid Power- Management System. K.A. GRAY, J.J. MRAZ* POWER Engineers, Inc.

Lessons Learned Implementing an IEC based Microgrid Power- Management System. K.A. GRAY, J.J. MRAZ* POWER Engineers, Inc. 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2015 Grid of the Future Symposium Lessons Learned Implementing an IEC 61850-based Microgrid Power- Management System K.A.

More information

Suppressing Transients: A New Approach

Suppressing Transients: A New Approach Page 1 of 5 Suppressing Transients: A New Approach By Rudy T. Wodrich and Tommy Mok, Schneider Electric, Bramalea, Ontario, Canada Power Quality, Apr 1, 2001 For years, transients generated on the utility

More information

The Role of Real Time Digital Simulation into the Power Systems Development

The Role of Real Time Digital Simulation into the Power Systems Development The Role of Real Time Digital Simulation into the Power Systems Development Guillaume PISSINIS Sales Manager guillaume.pissinis@opal-rt.com Click to add author Aalborg University Denmark March 2017 Summary

More information

Undergrounding power lines- the great challenge

Undergrounding power lines- the great challenge Undergrounding power lines- the great challenge 1 Calculation of 1. short-circuit currents. To be revised! 2. temporary overvoltages. 3. electromagnetic transients 1 Undergrounding power lines and the

More information

ETAP PowerStation 4.0

ETAP PowerStation 4.0 ETAP PowerStation 4.0 User Guide Copyright 2001 Operation Technology, Inc. All Rights Reserved This manual has copyrights by Operation Technology, Inc. All rights reserved. Under the copyright laws, this

More information

SVC Light for rail traction The way to effective grid integration

SVC Light for rail traction The way to effective grid integration SVC Light for rail traction The way to effective grid integration The way to effective grid integration The increase in traffic on existing tracks combined with new high-speed rail projects mean rail traction

More information

A Modelica Power System Library for Phasor Time-Domain Simulation

A Modelica Power System Library for Phasor Time-Domain Simulation 2013 4th IEEE PES Innovative Smart Grid Technologies Europe (ISGT Europe), October 6-9, Copenhagen 1 A Modelica Power System Library for Phasor Time-Domain Simulation T. Bogodorova, Student Member, IEEE,

More information

D Real-time simulation results of protection and network automation options to improve the stability of DG unit in supplying feeder fault

D Real-time simulation results of protection and network automation options to improve the stability of DG unit in supplying feeder fault D5.1.24 Real-time simulation results of protection and network automation options to improve the stability of DG unit in supplying feeder fault Ontrei Raipala, Tampere University of Technology - 1 - Introduction

More information

simplified simulation prototype

simplified simulation prototype D4.2-part-2 simplified prototype Associated report Proprietary Rights Statement This document contains information, which is proprietary to the "PEGASE" Consortium. Neither this document nor the information

More information

Evaluation of different solutions of faulted phase earthing technique for an earth fault current limitation

Evaluation of different solutions of faulted phase earthing technique for an earth fault current limitation 24th International Conference & Exhibition on Electricity Distribution (CIRED) 12-15 June 2017 Session 3: Operation, control and protection Evaluation of different solutions of faulted phase earthing technique

More information

Substation to substation (ss2ss) GOOSE exchange for critical relay operations

Substation to substation (ss2ss) GOOSE exchange for critical relay operations CIGRÉ Canada 21, rue d Artois, F-75008 PARIS (CIGRE-130) Conference on Power Systems http : //www.cigre.org Vancouver, October 17-19, 2010 Substation to substation (ss2ss) GOOSE exchange for critical relay

More information

Substation Automation Products. Transformer protection RET670/650 Relion 670 and 650 series

Substation Automation Products. Transformer protection RET670/650 Relion 670 and 650 series Substation Automation Products Transformer protection RET670/650 Relion 670 and 650 series For reliable protection and control of all types of power transformers and reactors The RET670/650 IEDs (Intelligent

More information

NYPA FACTS CSC System

NYPA FACTS CSC System NYPA FACTS CSC System Subhashish Bhattacharya Dr. BruceFardanesh, NYPA Students: Babak Parkhideh, Zhengping Xi Saman Babaei North Carolina State University FACTS and HVDC User Meeting Outline VSC based

More information

Analysis of Power System Stability by Using Optimally Located SVC and STATCOM

Analysis of Power System Stability by Using Optimally Located SVC and STATCOM Master Thesis on Analysis of Power System Stability by Using Optimally Located SVC and STATCOM XR EE ES 2009:010 Thesis Examiner: Thesis Supervisor: Submitted by: Mehrdad Ghandhari Hector Latorre / Jai

More information

HVDC in CSG Challenges and Solutions

HVDC in CSG Challenges and Solutions HVDC in CSG Challenges and Solutions LI, Licheng lilc@csg.cn LI, Peng lipeng@csg.cn China Southern Power Grid Co., Ltd June 2013 1 Outline I. Overview of CSG II. Overview of HVDC&UHVDC in CSG III. Challenges

More information

Modeling and Simulation in XENDEE

Modeling and Simulation in XENDEE Modeling and Simulation in XENDEE IEEE 34 Node Test Feeder Shammya Saha Graduate Research Assistant Electrical Engineering Ira A. Fulton School of Engineering Arizona State University shammya.saha@asu.edu

More information

Quantum Chargers Enhanced AC Line Transient Immunity

Quantum Chargers Enhanced AC Line Transient Immunity Introduction Quantum Chargers Enhanced AC Line Transient Immunity By: Nasser Kutkut, PhD, DBA Advanced Charging Technologies Inc. This white paper outlines the most common AC power quality disturbances

More information

Re-Dispatching Generation to Increase Power System Security Margin and Support Low Voltage Bus

Re-Dispatching Generation to Increase Power System Security Margin and Support Low Voltage Bus 496 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL 15, NO 2, MAY 2000 Re-Dispatching Generation to Increase Power System Security Margin and Support Low Voltage Bus Ronghai Wang, Student Member, IEEE, and Robert

More information

Overvoltage Protection Devices

Overvoltage Protection Devices Siemens AG 2010 Overvoltage Protection Devices /2 Introduction /3 Lightning Arresters, Type 1 /5 Combination Surge Arresters, Type 1 and Type 2 /7 Surge Arresters, Type 2 /11 Surge Arresters, Type 3 /12

More information

CIGRE STUDY COMMITTEE C4 BRANDON PETERSON SOUTH AFRICAN MEMBER SC C4 7 AUGUST 2017

CIGRE STUDY COMMITTEE C4 BRANDON PETERSON SOUTH AFRICAN MEMBER SC C4 7 AUGUST 2017 CIGRE STUDY COMMITTEE C4 BRANDON PETERSON SOUTH AFRICAN MEMBER SC C4 7 AUGUST 2017 1 WHERE SC C4 FITS IN A1 Rotating electrical machines A2 Transformers A3 High voltage equipment B1 Insulated cables B2

More information