TUNING STRUCTURALLY CONSTRAINED STABILIZERS FOR LARGE POWER SYSTEMS VIA NONSMOOTH MULTI-DIRECTIONAL SEARCH

Size: px
Start display at page:

Download "TUNING STRUCTURALLY CONSTRAINED STABILIZERS FOR LARGE POWER SYSTEMS VIA NONSMOOTH MULTI-DIRECTIONAL SEARCH"

Transcription

1 TUNING STRUCTURALLY CONSTRAINED STABILIZERS FOR LARGE POWER SYSTEMS VIA NONSMOOTH MULTI-DIRECTIONAL SEARCH Paulo C. Pellanda, Pierre Apkarian, Nelson Martins IME - Instituto Militar de Engenharia - Electrical Engineering Dept. Praca General Tibúrcio, 8, Praia Vermelha Rio de Janeiro, RJ, Brazil ONERA - Control Dept. and Paul Sabatier University - Maths. Dept. 2, Avenue Edouard Belin Toulouse, France CEPEL - Centro de Pesquisas de Energia Elétrica Avenida Hum s/n - Cidade Universitária, PO Rio de Janeiro, RJ, Brazil s: pcpellanda@ieee.org, apkarian@cert.fr, nelson@cepel.br Abstract This paper proposes the use of a recently available algorithm combining multi-directional search techniques with nonsmooth optimization methods to design structurally constrained controllers for large power systems. Our aim is to achieve stability as well as a guarantee on a feasible user-defined minimum damping ratio for the closed-loop dynamics. The multivariable Brazilian North-South interconnected power system model, which has more than 16 hundred open-loop states, is used to test the proposed methodology. Three decentralized lead-lag power system stabilizers are simultaneously tuned according to time-domain performance specifications. Note that controller structure constraints and the system dimension make the problem difficult to handle through available conventional control design techniques. Resumo Este artigo propõe o uso de um algoritmo recentemente disponível que combina técnicas de busca multi-direcional com métodos de otimizacão não-suave no projeto de controladores com restricões estruturais para sistemas de potência de grande porte. O objetivo é alcancar a estabilidade com a garantia de um fator de amortecimento mínimo viável, predefinido pelo projetista, para a dinâmica de malha fechada. O modelo do sistema de potência interconectado norte-sul brasileiro, que possui mais de 16 estados em malha aberta, é utilizado para testar a metodologia proposta. Três controladores descentralizados do tipo atraso-avanco são simultaneamente ajustados levando em conta especificacões de desempenho no domínio do tempo. As restricões na estrutura do controlador e a dimensão do sistema tornam difícil a solucão do problema pelo uso de técnicas de controle convencionais existentes. Key Words Nonsmooth Optimization, NP -Hard Design Problems, Pattern Search Algorithm, Moving Polytope, Power System Stabilizers, Multivariable Systems, Small-Signal Stability, Large Scale Systems, Structurally Constrained Controllers, Fixed-Order Synthesis, Simultaneous Stabilization. 1 Introduction In (Apkarian and Noll, 26), the authors describe an algorithm combining Multi-Directional Search (MDS) (Torczon, 1991; Torczon, 1997) with nonsmooth techniques to (locally) solve several difficult synthesis problems in automatic control. More specifically, they show how to combine Direct Search (DS) techniques with nonsmooth descent steps in order to ensure convergence in the presence of nonsmoothness. Typical nonsmooth criteria appearing in control problems include the spectral abscissa, the maximum eigenvalue function and the H -norm. The proposed algorithm, here named MDSN, is intended to solve several nonconvex and even NP -hard problems, for which LMI techniques or algebraic Riccati equations are impractical. Hence, the algorithm can be applied to constrained and unconstrained optimal control problems, including static and fixed-order output feedback controller design, simultaneous stabilization and mixed H 2 /H synthesis. As the approach avoids using Lyapunov variables, it is suitably applied in the synthesis of small and medium size controllers for plants with large state dimension, constituting an alternative to LMI- or BMIbased nonlinear programming algorithms. This paper presents the first large-scale application results of the MDSN algorithm, exploring the design of multiple fixed-parameter stabilizers in interconnected power system models. The problem of obtaining decentralized lead-lag controllers that provide good damping enhancement to inter-area oscillation modes of large power systems is a typical nonconvex control problem solved in practice through conventional (smallsignal) analysis/design techniques (Yang and Feliach, 1994; Martins et al., 1999). However, the efficiency and effectiveness of this procedure is strongly dependent on the designer experience and can lead to a great amount of trial-and-error before obtaining satisfactory specifications in terms of time-domain properties. The MDSN algorithm provides a systematic framework to solve this problem and is used here to compute structurally constrained Power Systems Stabilizers (PSS) by 425 of 43

2 maximizing the minimum closed-loop damping ratio. The MDSN algorithm is briefly described in Section 2. Section 3 presents the test system used to verify the effectiveness of the method in solving large-scale problems. In section 4, numerical results are discussed. Section 5 concludes the paper. 2 The MDSN algorithm This section contains a brief description of the MDSN algorithm. For an in-depth discussion of MDS in the smooth case the interested reader is referred to (Torczon, 1991). The MDS algorithm requires a seed or base point v and an initial simplex S in R n with vertices v, v 1,..., v n. The vertices are then relabeled so that v becomes the best vertex, that is, f(v ) f(v i ) for i = 1,..., n, where f( ) : R n R is a C 1 function to be minimized. The initial S is chosen from one of the three different shapes shown in Figure 1. The scaled simplex is used when prior knowledge on the problem scaling is available, but right-angled and regular simplices are generally preferred in the absence of information. The algorithm updates the current simplex S into a new simplex S + by performing two types of linear transformations and driving the search towards a point having a lower function value (better point): reflection and expansion/contraction (Figure 2). First vertices v 1,..., v n are reflected through the current best vertex v to give r 1,..., r n. If a reflected vertex r i gives a better function value than v, the algorithm tries an expansion step. This is done by increasing the distance between v and r i for i = 1,..., n and yields new expansion vertices e i for i = 1,..., n. The current simplex S is then replaced by either S + = {v, r 1,..., r n } or S + = {v, e 1,..., e n }, depending on whether the best point was among the reflection or expansion vertices. If neither reflection nor expansion provide a point better than v, a contraction step is performed. This is done by decreasing the distances from v to v 1,..., v n. If a point better than v is found among the contraction vertices c 1,..., c n, the simplex S is replaced by S + = {v, c 1,..., c n }. To complete one iteration (or sweep) of the algorithm, v + is taken to be the best vertex of S +. Figure 1: Selection of initial simplex Note that the MDS algorithm is guaranteed to converge to a local minimum for smooth functions but may fail at a point of nonsmoothness for general non-differentiable functions. In our tests we have observed that it is beneficial in such a situation to switch between the geometries (regular, right-angled) in order to give MDS some additional help to move on. But all these considerations are clearly heuristic, depend on the context and will need further testing. We sum up the above discussion in the following pseudo-code. MDS with nonsmooth steps (MDSN) 1. Select initial simplex S = {v,..., v n }, where v is the best vertex. Fix an expansion factor µ (1, ) and a contraction factor θ (, 1). 2. Stop if the relative size of S is below threshold ε 3. Perform a reflection step r i = v (v i v ). Compute f(r i ). 4. If improvement f(r i ) < f(v ) perform expansion step e i = (1 µ)v + r i. Compute f(e i ). If improvement f(e i ) < f(v ) put S + = {v, e 1..., e n }. Goto step 5. else put S + = {v, r 1..., r n }. Goto step 5. else perform contraction step c i = (1 + θ)v θr i. Compute f(c i ). Put S + = {c,..., c n }. 5. Perform a nonsmooth step w. 6. Compare best vertex in S + to f(w). If w is better, replace S + by new simplex containing w as a vertex. Otherwise accept S +. Go back to step 2 to loop on. The adopted stopping criterion is based on the relative size of the current simplex: 1 max(1, v ) max v i v < ε, (1) 1 i n where v is the current best vertex of S = {v,..., v n } and ε > is a specified tolerance. The choice of the initial simplex S is a relatively unexplored topic. The convergence proof in (Torczon, 1991) only requires that S be nondegenerate, which means that the n + 1 points {v, v 1,..., v n } defining the simplex must span R n. Otherwise MDS would only search over the subspace spanned by the degenerate simplex. Note that in this preliminary study we shall only use a simpler version of the MDSN algorithm 426 of 43

3 practical controller parameters and operating conditions. The CPU time for the QR eigensolution of the 1,676-state Brazilian system matrix is about 5 seconds on a Pentium personal computer (CPU 1.86 GHz - Intel Centrino). 2 4 Figure 2: Reflection, expansion and contraction of current simplex where nonsmooth steps are not systematically invoked. The use of extra nonsmooth steps to accelerate and secure convergence is currently under investigation. 3 Test system The large system model utilized to test the MDSN algorithm is the Brazilian Interconnected Power System (BIPS) (Martins et al., 1999; Gomes Jr. et al., 23). The North-Northeast and South- Southeast subsystems were interconnected in 1999 through a 1, km long, series-compensated 5 kv transmission line (Figure 5). Thyristor Controlled Series Compensators (TCSC) were placed at the two ends of this line and equipped with Power Oscillation Damping (POD) controllers in order to damp the North-South (NS) mode, a low-frequency, poorly damped inter-area oscillation mode associated with this interconnection. The BIPS model for the year 1999 has about 6 GW of generating capacity, 2,37 buses, 3,41 lines/transformers, 2,519 voltage dependent loads, 123 synchronous machines, 122 excitation systems, 46 PSS, 99 speed-governors, 4 static Var compensators, 2 TCSCs equipped with POD controllers, 1 HVDC link with two bipoles. Each synchronous machine and associated controls is the aggregate model of a whole power plant. All system equipment relevant to the study were modeled in detail, yielding a system Jacobian matrix with 13,165 rows/columns and 48,532 nonzero elements (Gomes Jr. et al., 23). The system has 1,676 state variables and more than 11,5 algebraic variables. The pattern of nonzero elements of this large descriptor system matrix is pictured in Figure 3. QR routines from standard mathematical libraries (Patel et al., 1994; Mathworks, ), have performed quite reliably for power system state matrices of about 2, states, considering Figure 3: Sparse structure of BIPS matrix Figure 4 pictures the multivariable feedback control system focusing on the decentralized PSS loops of three major plants located at the Northeast Brazilian region. The system outputs are the machine rotor speeds (ω i (t), i = 1, 2, 3) at the same power plants. The output of the PSS controllers are supplementary control signals to be applied to the machine voltage regulator terminals (v ref i (t)). For the application of MDSN algorithm, these three PSSs are considered disconnected together with the POD controllers of the BIPS model, yielding an open-loop system model with 1,637 states. Figure 4: Multivariable feedback control system including PSSs at three Northeast power plants Figure 6 shows the full eigensolution of the open-loop BIPS model. It is seen that the NS mode becomes unstable (.189 ± 1.252j) in the 427 of 43

4 Figure 5: Brazilian North-South interconnected power system - geographical location Imaginary Axis ζ =.538 NS mode ζ = Real Axis Figure 6: QR eigensolution for the open-loop BIPS model (1,637 states) absence of the three PSSs depicted in Figure 4 and the two POD controllers. The objective is to stabilize the NS mode only through improved designs of these three PSSs, so that the POD controllers would not be needed in the small signal stability context. Adequate inter-area oscillation damping is achieved in practice by combining classical frequency response techniques with efficient methods for small signal stability analysis. Most of the available methods are based on the use of a descriptor state-space form, exploiting the Jacobian matrix sparsity (See Figure 3), and rely on iterative steps to obtain the dominant eigenstructure (one or a set of eigenvalues and associated eigenvectors at a time). In spite of the fact that some of these methods allow dealing with multivariable systems in the analysis step, the design is normally performed by tuning one stabilizer loop at a time, which may require a number of redesigns. In the next section, we show that the design of multivariable structurally constrained controllers for large systems can be performed in a more direct way while considering time-domain specifications. 4 Results This section presents numerical results from the application of MDSN algorithm (Section 2) to design the three decentralized PSSs in Figure 4. The control synthesis objective is to maximize the minimum closed-loop damping ratio (ζ) by tuning the controller parameters, i.e., the gains K i and the time constants T 1i, T 2i, T 3i, T 4i, i = 1, 2, 3. This can be cast as minimizing the function f(k) = max {cos (arg(λ i )) : λ i spec(a(k))} 1 i n e (2) where A R n e n e is the closed-loop dynamic matrix and K is the vector of controller parameters. The results in Table 1 were obtained by setting the following parameters and minimizing f(k) through the MDSN algorithm: expansion factor: µ = 2; contraction factor: θ =.5; stop criterion: ε = 1e 5; 428 of 43

5 ran- initial simplex shape: right-angled; initial simplex edge length: 5; initial controller parameters (seed 1): domly generated in the interval [, 3] ζ =.538 uncontrollable mode Open loop Iterations Closed loop 5 Table 1: MDSN algorithm iterations (seed 1) Iteration Simplex transformations ζ expansion contractions expansion reflection contractions expansion expansion contractions expansion expansion reflection expansion contractions contraction expansion expansion reflection expansion reflection reflection contraction expansion.54 Figure 7 shows the MDSN algorithm is effective in increasing the NS mode damping ratio. The MDSN code was stopped after 23 iterations, when ζ =.54 was obtained (see Table 1). This barrier (lower bound) is explained by the existence of an uncontrollable mode (λ =.372±6.9j) for which f(k) =.54. Figure 8 shows that the full set of closed-loop eigenvalues are kept in a welldamped region (ζ >.54). The CPU time for this solution was about 23 hours and 42 minutes on a Pentium personal computer (CPU 1.86 GHz - Intel Centrino). The large number of full QR eigensolutions required in each iteration responds for the largest part of the computational cost of the MDSN algorithm. However, the number of iterations can be kept at acceptable levels if the initial controller parameters are suitably chosen. For this test system, when the parameters were randomly generated in the interval [, 1] (seed 2) instead of the interval [, 3] (seed 1), only three iterations were necessary to achieve the minimum damping ratio solution (Table 2), requiring only about 19 minutes of CPU time. Final controller parameter obtained by running the algorithm with seed 2 are given in Table 3. Imaginary Axis Imaginary Axis NS mode Real Axis Figure 7: Effectiveness of the MDSN algorithm in increasing the NS mode damping ratio ζ =.54 NS mode ζ = Real Axis Figure 8: QR eigensolution for the closed-loop BIPS model (1,646 states) Table 2: MDSN algorithm iterations (seed 2) Iteration Simplex transformations ζ contraction, 1 reflection expansion.54 Table 3: Final controller parameters P SS 1 P SS 2 P SS 3 K 1 = K 2 =.8381 K 3 =.528 T 11 =.8462 T 12 =.196 T 13 =.795 T 21 = T 22 =.6813 T 23 =.4289 T 31 =.226 T 32 =.3795 T 33 =.346 T 41 =.6721 T 42 =.8318 T 43 =.1897 Note that the search was kept free over the entire controller parameter space, but it can easily be constrained to a desired domain by imposing 429 of 43

6 an infinite barrier on the objective function: { max {cos (arg(λi ))} if K is feasible f(k) = + otherwise 5 Conclusions This paper shows the MDSN algorithm is a valuable method for tuning structurally constrained stabilizers for large-scale power systems. The existence of a proof of convergence (Torczon, 1997; Apkarian and Noll, 26) represents an advantage of MDSN method over genetic algorithms. A comparison between the two methods will be presented in a later publication. The number of free PSS parameters in the power system application of this paper is excessive from a practical view point. Constraints such as specified center frequency for phase lead blocks or equal parameters for the two phase lead blocks would drastically reduce the search process, while turning the results more engineering oriented. These are left for future investigations. The use of partial eigensolution methods focused on a specific multivariable system dominant dynamics (Rommes and Martins, 26) will considerably reduce the computation time of the MDSN method. Torczon, V. (1991). On the Convergence of the Multidirectional Search Algorithm, SIAM J. on Control and Optimization 1(1): Torczon, V. (1997). On the Convergence of Pattern Search Algorithms, SIAM J. on Control and Optimization 7(1): Yang, X. and Feliach, A. (1994). Stabilization of Inter-Area Oscillation Modes Through Excitation Systems, IEEE Trans. Power Syst. 9(1): References Apkarian, P. and Noll, D. (26). Controller Design via Nonsmooth Multi-Directional Search, SIAM J. on Control and Optimization 44(6): Gomes Jr., S., Martins, N. and Portela, C. M. J. (23). Computing Small-Signal Stability Boundaries for Large-Scale Power Systems, IEEE Trans. Power Syst. 18: Martins, N., Barbosa, A. A., Ferraz, J. C. R., Santos, M. G., Bergamo, A. L. B., Yung, C. S., Oliveira, V. R. and Macedo, N. J. P. (1999). Retuning Stabilizers for the North- South Brazilian Interconection, IEEE Power Engineering Society Summer Meeting, Alberta, pp Mathworks ( ). MATLAB Mathematics - Version 7, Mathworks, Inc. Patel, R. V., Laub, A. J. and Van Dooren, P. M. (1994). Numerical Linear Algebra Techniques for Systems and Control, IEEE Press, New York, NY. Rommes, J. and Martins, N. (26). Efficient Computation of Multivariable Transfer Function Dominant Poles Using Subspace Acceleration, University of Utrecht, UU Preprint 1344, accepted for publication in IEEE Trans. PWRS p of 43

TUNING STRUCTURALLY CONSTRAINED STABILIZERS FOR LARGE POWER SYSTEMS VIA NONSMOOTH MULTI-DIRECTIONAL SEARCH

TUNING STRUCTURALLY CONSTRAINED STABILIZERS FOR LARGE POWER SYSTEMS VIA NONSMOOTH MULTI-DIRECTIONAL SEARCH TUNING STRUCTURALLY CONSTRAINED STABILIZERS FOR LARGE POWER SYSTEMS VIA NONSMOOTH MULTI-DIRECTIONAL SEARCH Paulo C. Pellanda, Pierre Apkarian, Nelson Martins IME - Instituto Militar de Engenharia - Electrical

More information

AMONG POWER SYSTEM CONTROLS IMPACT OF INTERACTIONS EPRI/NSF WORKSHOP PLAYACAR, APRIL 2002 GLOBAL DYNAMIC OPTIMISATION OF THE ELECTRIC POWER GRID

AMONG POWER SYSTEM CONTROLS IMPACT OF INTERACTIONS EPRI/NSF WORKSHOP PLAYACAR, APRIL 2002 GLOBAL DYNAMIC OPTIMISATION OF THE ELECTRIC POWER GRID EPRI/NSF WORKSHOP PLAYACAR, APRIL 00 GLOBAL DYNAMIC OPTIMISATION OF THE ELECTRIC POWER GRID IMPACT OF INTERACTIONS AMONG POWER SYSTEM CONTROLS NELSON MARTINS JULIO C.R. FERRAZ, SERGIO GOMES JR. CEPEL COPPE/UFRJ

More information

DEVELOPMENTS IN STABILITY

DEVELOPMENTS IN STABILITY Panel Session on Recent Applications of Linear Analysis Techniques SOME RECENT DEVELOPMENTS IN SMALL-SIGNAL STABILITY AND CONTROL NELSON MARTINS 1 SERGIO GOMES JR 1 JULIO CR FERRAZ 1,3 SERGIO L VARRICCHIO

More information

THE transient response of a closed-loop linear system is

THE transient response of a closed-loop linear system is 434 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 23, NO. 2, MAY 2008 Computing Large-Scale System Eigenvalues Most Sensitive to Parameter Changes, With Applications to Power System Small-Signal Stability Joost

More information

KNOWING the zeros of a transfer function is important for

KNOWING the zeros of a transfer function is important for IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 4, NOVEMBER 2007 1657 Computation of Transfer Function Dominant Zeros With Applications to Oscillation Damping Control of Large Power Systems Nelson Martins,

More information

Efficient computation of multivariable transfer function dominant poles

Efficient computation of multivariable transfer function dominant poles Chapter 4 Efficient computation of multivariable transfer function dominant poles Abstract. This chapter describes a new algorithm to compute the dominant poles of a high-order multi-input multi-output

More information

QFT Framework for Robust Tuning of Power System Stabilizers

QFT Framework for Robust Tuning of Power System Stabilizers 45-E-PSS-75 QFT Framework for Robust Tuning of Power System Stabilizers Seyyed Mohammad Mahdi Alavi, Roozbeh Izadi-Zamanabadi Department of Control Engineering, Aalborg University, Denmark Correspondence

More information

Optimization based robust control

Optimization based robust control Optimization based robust control Didier Henrion 1,2 Draft of March 27, 2014 Prepared for possible inclusion into The Encyclopedia of Systems and Control edited by John Baillieul and Tariq Samad and published

More information

1258 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 23, NO. 3, AUGUST 2008

1258 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 23, NO. 3, AUGUST 2008 1258 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL 23, NO 3, AUGUST 2008 Gramian-Based Reduction Method Applied to Large Sparse Power System Descriptor Models Francisco Damasceno Freitas, Member, IEEE, Joost

More information

Robust Tuning of Power System Stabilizers Using Coefficient Diagram Method

Robust Tuning of Power System Stabilizers Using Coefficient Diagram Method International Journal of Electrical Engineering. ISSN 0974-2158 Volume 7, Number 2 (2014), pp. 257-270 International Research Publication House http://www.irphouse.com Robust Tuning of Power System Stabilizers

More information

IEEE PES Task Force on Benchmark Systems for Stability Controls

IEEE PES Task Force on Benchmark Systems for Stability Controls IEEE PES Task Force on Benchmark Systems for Stability Controls Report on the 68-bus system (New England / New York Test System) Version 4.0 - June 20 th, 2014 Rodrigo A. Ramos, Roman Kuiava, Tatiane C.

More information

ECE 585 Power System Stability

ECE 585 Power System Stability Homework 1, Due on January 29 ECE 585 Power System Stability Consider the power system below. The network frequency is 60 Hz. At the pre-fault steady state (a) the power generated by the machine is 400

More information

Transient Stability Analysis with PowerWorld Simulator

Transient Stability Analysis with PowerWorld Simulator Transient Stability Analysis with PowerWorld Simulator T1: Transient Stability Overview, Models and Relationships 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com

More information

Aldi Mucka Tonin Dodani Marjela Qemali Rajmonda Bualoti Polytechnic University of Tirana, Faculty of Electric Engineering, Republic of Albania

Aldi Mucka Tonin Dodani Marjela Qemali Rajmonda Bualoti Polytechnic University of Tirana, Faculty of Electric Engineering, Republic of Albania 8. СОВЕТУВАЊЕ Охрид, 22 24 септември Aldi Mucka Tonin Dodani Marjela Qemali Rajmonda Bualoti Polytechnic University of Tirana, Faculty of Electric Engineering, Republic of Albania REHABILITATIONS OF EXCITATION

More information

Multiobjective Optimization Applied to Robust H 2 /H State-feedback Control Synthesis

Multiobjective Optimization Applied to Robust H 2 /H State-feedback Control Synthesis Multiobjective Optimization Applied to Robust H 2 /H State-feedback Control Synthesis Eduardo N. Gonçalves, Reinaldo M. Palhares, and Ricardo H. C. Takahashi Abstract This paper presents an algorithm for

More information

A brief introduction to robust H control

A brief introduction to robust H control A brief introduction to robust H control Jean-Marc Biannic System Control and Flight Dynamics Department ONERA, Toulouse. http://www.onera.fr/staff/jean-marc-biannic/ http://jm.biannic.free.fr/ European

More information

DESIGN OF POWER SYSTEM STABILIZER USING FUZZY BASED SLIDING MODE CONTROL TECHNIQUE

DESIGN OF POWER SYSTEM STABILIZER USING FUZZY BASED SLIDING MODE CONTROL TECHNIQUE DESIGN OF POWER SYSTEM STABILIZER USING FUZZY BASED SLIDING MODE CONTROL TECHNIQUE LATHA.R Department of Instrumentation and Control Systems Engineering, PSG College of Technology, Coimbatore, 641004,

More information

The error-squared controller: a proposed for computation of nonlinear gain through Lyapunov stability analysis

The error-squared controller: a proposed for computation of nonlinear gain through Lyapunov stability analysis Acta Scientiarum http://wwwuembr/acta ISSN printed: 1806-2563 ISSN on-line:1807-8664 Doi: 104025/actascitechnolv36i316528 The error-squared controller: a proposed for computation of nonlinear gain through

More information

Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures

Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures Analysis of Coupling Dynamics for Power Systems with Iterative Discrete Decision Making Architectures Zhixin Miao Department of Electrical Engineering, University of South Florida, Tampa FL USA 3362. Email:

More information

A Computer Application for Power System Control Studies

A Computer Application for Power System Control Studies A Computer Application for Power System Control Studies Dinis C. A. Bucho Student nº55262 of Instituto Superior Técnico Technical University of Lisbon Lisbon, Portugal Abstract - This thesis presents studies

More information

Study of Transient Stability with Static Synchronous Series Compensator for an SMIB

Study of Transient Stability with Static Synchronous Series Compensator for an SMIB Study of Transient Stability with Static Synchronous Series Compensator for an SMIB M.Chandu, Dr.T.R.Jyosthna 2 M.tech, Electrical Department, Andhra University, Andhra Pradesh, India 2 Professor, Electrical

More information

LMI Based Model Order Reduction Considering the Minimum Phase Characteristic of the System

LMI Based Model Order Reduction Considering the Minimum Phase Characteristic of the System LMI Based Model Order Reduction Considering the Minimum Phase Characteristic of the System Gholamreza Khademi, Haniyeh Mohammadi, and Maryam Dehghani School of Electrical and Computer Engineering Shiraz

More information

Domain s Sweep, a Computational Method to Optimise Chemical and Physical Processes

Domain s Sweep, a Computational Method to Optimise Chemical and Physical Processes Article Domain s Sweep, a Computational Method to Optimise Chemical and Physical Processes Alexandre César Balbino Barbosa Filho Department of Chemical Engineering, Federal University of Campina Grande,

More information

Simulation Study on Pressure Control using Nonlinear Input/Output Linearization Method and Classical PID Approach

Simulation Study on Pressure Control using Nonlinear Input/Output Linearization Method and Classical PID Approach Simulation Study on Pressure Control using Nonlinear Input/Output Linearization Method and Classical PID Approach Ufuk Bakirdogen*, Matthias Liermann** *Institute for Fluid Power Drives and Controls (IFAS),

More information

DISTURBANCES MONITORING FROM CONTROLLER STATES

DISTURBANCES MONITORING FROM CONTROLLER STATES DISTURBANCES MONITORING FROM CONTROLLER STATES Daniel Alazard Pierre Apkarian SUPAERO, av. Edouard Belin, 3 Toulouse, France - Email : alazard@supaero.fr Mathmatiques pour l Industrie et la Physique, Université

More information

Self-Tuning Control for Synchronous Machine Stabilization

Self-Tuning Control for Synchronous Machine Stabilization http://dx.doi.org/.5755/j.eee.2.4.2773 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 392-25, VOL. 2, NO. 4, 25 Self-Tuning Control for Synchronous Machine Stabilization Jozef Ritonja Faculty of Electrical Engineering

More information

Research Paper ANALYSIS OF POWER SYSTEM STABILITY FOR MULTIMACHINE SYSTEM D. Sabapathi a and Dr. R. Anita b

Research Paper ANALYSIS OF POWER SYSTEM STABILITY FOR MULTIMACHINE SYSTEM D. Sabapathi a and Dr. R. Anita b Research Paper ANALYSIS OF POWER SYSTEM STABILITY FOR MULTIMACHINE SYSTEM D. Sabapathi a and Dr. R. Anita b Address for Correspondence a Research Scholar, Department of Electrical & Electronics Engineering,

More information

Chapter 3 AUTOMATIC VOLTAGE CONTROL

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

More information

Two-Layer Network Equivalent for Electromagnetic Transients

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

More information

CHAPTER 3 SYSTEM MODELLING

CHAPTER 3 SYSTEM MODELLING 32 CHAPTER 3 SYSTEM MODELLING 3.1 INTRODUCTION Models for power system components have to be selected according to the purpose of the system study, and hence, one must be aware of what models in terms

More information

IEEE PES Task Force on Benchmark Systems for Stability Controls

IEEE PES Task Force on Benchmark Systems for Stability Controls IEEE PES Task Force on Benchmark Systems for Stability Controls Report on Benchmark #2 The Brazilian 7 Bus (Equivalent Model) Version 1 - October 23 rd, 214 Fernando J. de Marco, Leonardo Lima and Nelson

More information

1 Unified Power Flow Controller (UPFC)

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

More information

IMPROVED MPC DESIGN BASED ON SATURATING CONTROL LAWS

IMPROVED MPC DESIGN BASED ON SATURATING CONTROL LAWS IMPROVED MPC DESIGN BASED ON SATURATING CONTROL LAWS D. Limon, J.M. Gomes da Silva Jr., T. Alamo and E.F. Camacho Dpto. de Ingenieria de Sistemas y Automática. Universidad de Sevilla Camino de los Descubrimientos

More information

State feedback gain scheduling for linear systems with time-varying parameters

State feedback gain scheduling for linear systems with time-varying parameters State feedback gain scheduling for linear systems with time-varying parameters Vinícius F. Montagner and Pedro L. D. Peres Abstract This paper addresses the problem of parameter dependent state feedback

More information

Subject: Optimal Control Assignment-1 (Related to Lecture notes 1-10)

Subject: Optimal Control Assignment-1 (Related to Lecture notes 1-10) Subject: Optimal Control Assignment- (Related to Lecture notes -). Design a oil mug, shown in fig., to hold as much oil possible. The height and radius of the mug should not be more than 6cm. The mug must

More information

c 2006 Society for Industrial and Applied Mathematics

c 2006 Society for Industrial and Applied Mathematics SIAM J. CONTROL OPTIM. Vol. 44, No. 6, pp. 1923 1949 c 2006 Society for Industrial and Applied Mathematics CONTROLLER DESIGN VIA NONSMOOTH MULTIDIRECTIONAL SEARCH PIERRE APKARIAN AND DOMINIKUS NOLL Abstract.

More information

COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS

COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS Journal of ELECTRICAL ENGINEERING, VOL. 64, NO. 6, 2013, 366 370 COMPARISON OF DAMPING PERFORMANCE OF CONVENTIONAL AND NEURO FUZZY BASED POWER SYSTEM STABILIZERS APPLIED IN MULTI MACHINE POWER SYSTEMS

More information

LOC-PSS Design for Improved Power System Stabilizer

LOC-PSS Design for Improved Power System Stabilizer Journal of pplied Dynamic Systems and Control, Vol., No., 8: 7 5 7 LOCPSS Design for Improved Power System Stabilizer Masoud Radmehr *, Mehdi Mohammadjafari, Mahmoud Reza GhadiSahebi bstract power system

More information

Variable-gain output feedback control

Variable-gain output feedback control 7. Variable-gain output feedback control 7.1. Introduction PUC-Rio - Certificação Digital Nº 611865/CA In designing control laws, the usual first step is to describe the plant at a given operating point

More information

FLEXIBLE ac transmission system (FACTS) devices give

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

More information

Enforcing Passivity for Admittance Matrices Approximated by Rational Functions

Enforcing Passivity for Admittance Matrices Approximated by Rational Functions IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 16, NO. 1, FEBRUARY 2001 97 Enforcing Passivity for Admittance Matrices Approximated by Rational Functions Bjørn Gustavsen, Member, IEEE and Adam Semlyen, Life

More information

IV SEPOPE IV SIMPOSIUM OF SPECIALISTS IN ELECTRIC OPERATIONAL AND EXPANSION PLANNING Foz do Iguaçu May, 1994

IV SEPOPE IV SIMPOSIUM OF SPECIALISTS IN ELECTRIC OPERATIONAL AND EXPANSION PLANNING Foz do Iguaçu May, 1994 IV SEPOPE IV SIMPOSIUM OF SPECIALISTS IN ELECTRIC OPERATIONAL AND EPANSION PLANNING Foz do Iguaçu May, 1994 TCSC CONTROL STRUCTURES FOR LINE POWER SCHEDULING AND METHODS TO DETERMINE THEIR LOCATION AND

More information

Power System Stability and Control. Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India

Power System Stability and Control. Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India Power System Stability and Control Dr. B. Kalyan Kumar, Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai, India Contents Chapter 1 Introduction to Power System Stability

More information

Autonomous Mobile Robot Design

Autonomous Mobile Robot Design Autonomous Mobile Robot Design Topic: Guidance and Control Introduction and PID Loops Dr. Kostas Alexis (CSE) Autonomous Robot Challenges How do I control where to go? Autonomous Mobile Robot Design Topic:

More information

NDI-BASED STRUCTURED LPV CONTROL A PROMISING APPROACH FOR AERIAL ROBOTICS

NDI-BASED STRUCTURED LPV CONTROL A PROMISING APPROACH FOR AERIAL ROBOTICS NDI-BASED STRUCTURED LPV CONTROL A PROMISING APPROACH FOR AERIAL ROBOTICS J-M. Biannic AERIAL ROBOTICS WORKSHOP OCTOBER 2014 CONTENT 1 Introduction 2 Proposed LPV design methodology 3 Applications to Aerospace

More information

Simulation Model of Brushless Excitation System

Simulation Model of Brushless Excitation System American Journal of Applied Sciences 4 (12): 1079-1083, 2007 ISSN 1546-9239 2007 Science Publications Simulation Model of Brushless Excitation System Ahmed N. Abd Alla College of Electric and Electronics

More information

APPLICATIONS OF CONTROLLABLE SERIES CAPACITORS FOR DAMPING OF POWER SWINGS *

APPLICATIONS OF CONTROLLABLE SERIES CAPACITORS FOR DAMPING OF POWER SWINGS * APPLICATIONS OF CONTROLLABLE SERIES CAPACITORS FOR DAPING OF POWER SWINGS *. Noroozian P. Halvarsson Reactive Power Compensation Division ABB Power Systems S-7 64 Västerås, Sweden Abstract This paper examines

More information

Design of PSS and SVC Controller Using PSO Algorithm to Enhancing Power System Stability

Design of PSS and SVC Controller Using PSO Algorithm to Enhancing Power System Stability IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 2 Ver. II (Mar Apr. 2015), PP 01-09 www.iosrjournals.org Design of PSS and SVC Controller

More information

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH

POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH Abstract POWER SYSTEM DYNAMIC SECURITY ASSESSMENT CLASSICAL TO MODERN APPROACH A.H.M.A.Rahim S.K.Chakravarthy Department of Electrical Engineering K.F. University of Petroleum and Minerals Dhahran. Dynamic

More information

The Effects of Machine Components on Bifurcation and Chaos as Applied to Multimachine System

The Effects of Machine Components on Bifurcation and Chaos as Applied to Multimachine System 1 The Effects of Machine Components on Bifurcation and Chaos as Applied to Multimachine System M. M. Alomari and B. S. Rodanski University of Technology, Sydney (UTS) P.O. Box 123, Broadway NSW 2007, Australia

More information

QFT Based Controller Design of Thyristor-Controlled Phase Shifter for Power System Stability Enhancement

QFT Based Controller Design of Thyristor-Controlled Phase Shifter for Power System Stability Enhancement International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 232-9364, ISSN (Print): 232-9356 Volume 5 Issue 4 ǁ Apr. 27 ǁ PP.54-64 QFT Based Controller Design of Thyristor-Controlled

More information

Design and Application of Fuzzy PSS for Power Systems Subject to Random Abrupt Variations of the Load

Design and Application of Fuzzy PSS for Power Systems Subject to Random Abrupt Variations of the Load Design and Application of Fuzzy PSS for Power Systems Subject to Random Abrupt Variations of the Load N. S. D. Arrifano, V. A. Oliveira and R. A. Ramos Abstract In this paper, a design method and application

More information

Chapter 9: Transient Stability

Chapter 9: Transient Stability Chapter 9: Transient Stability 9.1 Introduction The first electric power system was a dc system built by Edison in 1882. The subsequent power systems that were constructed in the late 19 th century were

More information

MITIGATION OF POWER SYSTEM SMALL SIGNAL OSCILLATION USING POSICAST CONTROLLER AND EVOLUTIONARY PROGRAMMING

MITIGATION OF POWER SYSTEM SMALL SIGNAL OSCILLATION USING POSICAST CONTROLLER AND EVOLUTIONARY PROGRAMMING Journal of Engineering Science and Technology Special Issue on Applied Engineering and Sciences, October (2014) 39-50 School of Engineering, Taylor s University MITIGATION OF POWER SYSTEM SMALL SIGNAL

More information

APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H ROBUST CONTROL THEORY FOR POWER SYSTEM STABILIZER DESIGN

APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H ROBUST CONTROL THEORY FOR POWER SYSTEM STABILIZER DESIGN APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H ROBUST CONTROL THEORY FOR POWER SYSTEM STABILIZER DESIGN Amitava Sil 1 and S Paul 2 1 Department of Electrical & Electronics Engineering, Neotia Institute

More information

AN OPTIMIZATION-BASED APPROACH FOR QUASI-NONINTERACTING CONTROL. Jose M. Araujo, Alexandre C. Castro and Eduardo T. F. Santos

AN OPTIMIZATION-BASED APPROACH FOR QUASI-NONINTERACTING CONTROL. Jose M. Araujo, Alexandre C. Castro and Eduardo T. F. Santos ICIC Express Letters ICIC International c 2008 ISSN 1881-803X Volume 2, Number 4, December 2008 pp. 395 399 AN OPTIMIZATION-BASED APPROACH FOR QUASI-NONINTERACTING CONTROL Jose M. Araujo, Alexandre C.

More information

Implicitely and Densely Discrete Black-Box Optimization Problems

Implicitely and Densely Discrete Black-Box Optimization Problems Implicitely and Densely Discrete Black-Box Optimization Problems L. N. Vicente September 26, 2008 Abstract This paper addresses derivative-free optimization problems where the variables lie implicitly

More information

Optimization Based Output Feedback Control Design in Descriptor Systems

Optimization Based Output Feedback Control Design in Descriptor Systems Trabalho apresentado no XXXVII CNMAC, S.J. dos Campos - SP, 017. Proceeding Series of the Brazilian Society of Computational and Applied Mathematics Optimization Based Output Feedback Control Design in

More information

Damping SSR in Power Systems using Double Order SVS Auxiliary Controller with an Induction Machine Damping Unit and Controlled Series Compensation

Damping SSR in Power Systems using Double Order SVS Auxiliary Controller with an Induction Machine Damping Unit and Controlled Series Compensation 614 Damping SSR in Power Systems using Double Order SVS Auxiliary Controller with an Induction Machine Damping Unit and Controlled Series Compensation Sushil K Gupta, Narendra Kumar and A K Gupta Abstract--This

More information

H controller design on the COMPLIB problems with the Robust Control Toolbox for Matlab

H controller design on the COMPLIB problems with the Robust Control Toolbox for Matlab H controller design on the COMPLIB problems with the Robust Control Toolbox for Matlab Didier Henrion 1,2 Draft of August 30, 2005 1 Introduction The COMPLIB library is a freely available Matlab package

More information

Power Grid Partitioning: Static and Dynamic Approaches

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

More information

ROBUST CONTROL METHODOLOGY FOR THE DESIGN OF SUPPLEMENTARY DAMPING CONTROLLERS FOR FACTS DEVICES

ROBUST CONTROL METHODOLOGY FOR THE DESIGN OF SUPPLEMENTARY DAMPING CONTROLLERS FOR FACTS DEVICES ROBUST CONTROL METHODOLOGY FOR THE DESIGN OF SUPPLEMENTARY DAMPING CONTROLLERS FOR FACTS DEVICES Roman Kuiava kuiava@sel.eesc.usp.br Newton G. Bretas ngbretas@sel.eesc.usp.br Department of Electrical Engineering

More information

Performance Of Power System Stabilizerusing Fuzzy Logic Controller

Performance Of Power System Stabilizerusing Fuzzy Logic Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. I (May Jun. 2014), PP 42-49 Performance Of Power System Stabilizerusing Fuzzy

More information

A Multi-Step Hybrid Method for Multi-Input Partial Quadratic Eigenvalue Assignment with Time Delay

A Multi-Step Hybrid Method for Multi-Input Partial Quadratic Eigenvalue Assignment with Time Delay A Multi-Step Hybrid Method for Multi-Input Partial Quadratic Eigenvalue Assignment with Time Delay Zheng-Jian Bai Mei-Xiang Chen Jin-Ku Yang April 14, 2012 Abstract A hybrid method was given by Ram, Mottershead,

More information

TCSC-Based Wide Area Damping Controller (WADC) for Inter-area oscillations in Saudi Power Network

TCSC-Based Wide Area Damping Controller (WADC) for Inter-area oscillations in Saudi Power Network -Based Wide Area Damping Controller (WADC) for Inter-area oscillations in Saudi Power Network Saleh M. Bamasak (1)(2) *, Yusuf A. Al-Turki (1), Sreerama Kumar R. (1) & Malek M. Al-Hajji (2) 1 King Abdulaziz

More information

Multi-Objective Optimization and Online Adaptation Methods for Robust Tuning of PSS Parameters

Multi-Objective Optimization and Online Adaptation Methods for Robust Tuning of PSS Parameters MEPS 06, September 6-8, 2006, Wrocław, Poland 187 Multi-Objective Optimization and Online Adaptation Methods for Robust Tuning of PSS Parameters G. K. Befekadu, O. Govorun, I. Erlich Institute of Electrical

More information

Hierarchical VBA based TCSC Robust damping control system design

Hierarchical VBA based TCSC Robust damping control system design Australian Journal of Basic and Applied Sciences, 3(4): 4132-4148, 2009 ISSN 1991-8178 Hierarchical VBA based TCSC Robust damping control system design 1 2 3 Laiq Khan, IkramUllah and K.L.Lo 1,2 Department

More information

Dictionary Learning for L1-Exact Sparse Coding

Dictionary Learning for L1-Exact Sparse Coding Dictionary Learning for L1-Exact Sparse Coding Mar D. Plumbley Department of Electronic Engineering, Queen Mary University of London, Mile End Road, London E1 4NS, United Kingdom. Email: mar.plumbley@elec.qmul.ac.u

More information

SSSC Modeling and Damping Controller Design for Damping Low Frequency Oscillations

SSSC Modeling and Damping Controller Design for Damping Low Frequency Oscillations SSSC Modeling and Damping Controller Design for Damping Low Frequency Oscillations Mohammed Osman Hassan, Ahmed Khaled Al-Haj Assistant Professor, Department of Electrical Engineering, Sudan University

More information

EE Branch GATE Paper 2010

EE Branch GATE Paper 2010 Q.1 Q.25 carry one mark each 1. The value of the quantity P, where, is equal to 0 1 e 1/e 2. Divergence of the three-dimensional radial vector field is 3 1/r 3. The period of the signal x(t) = 8 is 0.4

More information

Proc. 9th IFAC/IFORS/IMACS/IFIP/ Symposium on Large Scale Systems: Theory and Applications (LSS 2001), 2001, pp

Proc. 9th IFAC/IFORS/IMACS/IFIP/ Symposium on Large Scale Systems: Theory and Applications (LSS 2001), 2001, pp INVARIANT POLYHEDRA AND CONTROL OF LARGE SCALE SYSTEMS Jean-Claude Hennet LAAS - CNRS 7, Avenue du Colonel Roche, 31077 Toulouse Cedex 4, FRANCE PHONE: (+33) 5 61 33 63 13, FAX: (+33) 5 61 33 69 36, e-mail:

More information

DECENTRALIZED CONTROL DESIGN USING LMI MODEL REDUCTION

DECENTRALIZED CONTROL DESIGN USING LMI MODEL REDUCTION Journal of ELECTRICAL ENGINEERING, VOL. 58, NO. 6, 2007, 307 312 DECENTRALIZED CONTROL DESIGN USING LMI MODEL REDUCTION Szabolcs Dorák Danica Rosinová Decentralized control design approach based on partial

More information

Some Inexact Hybrid Proximal Augmented Lagrangian Algorithms

Some Inexact Hybrid Proximal Augmented Lagrangian Algorithms Some Inexact Hybrid Proximal Augmented Lagrangian Algorithms Carlos Humes Jr. a, Benar F. Svaiter b, Paulo J. S. Silva a, a Dept. of Computer Science, University of São Paulo, Brazil Email: {humes,rsilva}@ime.usp.br

More information

THE PBIL ALGORITHM APPLIED TO A NUCLEAR REACTOR DESIGN OPTIMIZATION

THE PBIL ALGORITHM APPLIED TO A NUCLEAR REACTOR DESIGN OPTIMIZATION 2007 International Nuclear Atlantic Conference - INAC 2007 Santos, SP, Brazil, September 30 to October 5, 2007 ASSOCIAÇÃO BRASILEIRA DE ENERGIA NUCLEAR - ABEN ISBN: 978-85-99141-02-1 THE PBIL ALGORITHM

More information

STUDY OF SMALL SIGNAL STABILITY WITH STATIC SYNCHRONOUS SERIESCOMPENSATOR FOR AN SMIB SYSTEM

STUDY OF SMALL SIGNAL STABILITY WITH STATIC SYNCHRONOUS SERIESCOMPENSATOR FOR AN SMIB SYSTEM STUDY OF SMLL SIGNL STBILITY WITH STTIC SYNCHRONOUS SERIESCOMPENSTOR FOR N SMIB SYSTEM K.Geetha, Dr.T.R.Jyothsna 2 M.Tech Student, Electrical Engineering, ndhra University, India 2 Professor,Electrical

More information

Contents. PART I METHODS AND CONCEPTS 2. Transfer Function Approach Frequency Domain Representations... 42

Contents. PART I METHODS AND CONCEPTS 2. Transfer Function Approach Frequency Domain Representations... 42 Contents Preface.............................................. xiii 1. Introduction......................................... 1 1.1 Continuous and Discrete Control Systems................. 4 1.2 Open-Loop

More information

[k,g,gfin] = hinfsyn(p,nmeas,ncon,gmin,gmax,tol)

[k,g,gfin] = hinfsyn(p,nmeas,ncon,gmin,gmax,tol) 8 H Controller Synthesis: hinfsyn The command syntax is k,g,gfin = hinfsyn(p,nmeas,ncon,gmin,gmax,tol) associated with the general feedback diagram below. e y P d u e G = F L (P, K) d K hinfsyn calculates

More information

Math 411 Preliminaries

Math 411 Preliminaries Math 411 Preliminaries Provide a list of preliminary vocabulary and concepts Preliminary Basic Netwon s method, Taylor series expansion (for single and multiple variables), Eigenvalue, Eigenvector, Vector

More information

Survey of Methods of Combining Velocity Profiles with Position control

Survey of Methods of Combining Velocity Profiles with Position control Survey of Methods of Combining Profiles with control Petter Karlsson Mälardalen University P.O. Box 883 713 Västerås, Sweden pkn91@student.mdh.se ABSTRACT In many applications where some kind of motion

More information

Minimax Approximation Synthesis in PSS Design by Embedding

Minimax Approximation Synthesis in PSS Design by Embedding Minimax Approximation Synthesis in PSS Design by Embedding Gravitational Search Algorithm Dr. Akash Saxena Department of Electrical Engineering Swami Keshvanand Institute of Technology Jaipur, India Power

More information

DYNAMIC RESPONSE OF A GROUP OF SYNCHRONOUS GENERATORS FOLLOWING DISTURBANCES IN DISTRIBUTION GRID

DYNAMIC RESPONSE OF A GROUP OF SYNCHRONOUS GENERATORS FOLLOWING DISTURBANCES IN DISTRIBUTION GRID Engineering Review Vol. 36 Issue 2 8-86 206. 8 DYNAMIC RESPONSE OF A GROUP OF SYNCHRONOUS GENERATORS FOLLOWING DISTURBANCES IN DISTRIBUTION GRID Samir Avdaković * Alija Jusić 2 BiH Electrical Utility Company

More information

Model Validation for a Self-bearing Motor Prototype

Model Validation for a Self-bearing Motor Prototype Model Validation for a Self-bearing Motor Prototype José D.G. Garcia 1, Afonso C. N. Gomes 2 and Richard M. Stephan 2 1 Instituto Federal do Rio de Janeiro, Nilópolis, BR, 2 Universidade Federal do Rio

More information

Abstract. 2. Dynamical model of power system

Abstract. 2. Dynamical model of power system Optimization Of Controller Parametersfornon-Linear Power Systems Using Different Optimization Techniques Rekha 1,Amit Kumar 2, A. K. Singh 3 1, 2 Assistant Professor, Electrical Engg. Dept. NIT Jamshedpur

More information

Improving the Control System for Pumped Storage Hydro Plant

Improving the Control System for Pumped Storage Hydro Plant 011 International Conference on Computer Communication and Management Proc.of CSIT vol.5 (011) (011) IACSIT Press, Singapore Improving the Control System for Pumped Storage Hydro Plant 1 Sa ad. P. Mansoor

More information

Transient Stability Analysis of Single Machine Infinite Bus System by Numerical Methods

Transient Stability Analysis of Single Machine Infinite Bus System by Numerical Methods International Journal of Electrical and Electronics Research ISSN 348-6988 (online) Vol., Issue 3, pp: (58-66), Month: July - September 04, Available at: www.researchpublish.com Transient Stability Analysis

More information

Research Article An Equivalent LMI Representation of Bounded Real Lemma for Continuous-Time Systems

Research Article An Equivalent LMI Representation of Bounded Real Lemma for Continuous-Time Systems Hindawi Publishing Corporation Journal of Inequalities and Applications Volume 28, Article ID 67295, 8 pages doi:1.1155/28/67295 Research Article An Equivalent LMI Representation of Bounded Real Lemma

More information

Oscillation energy based sensitivity analysis and control for multi-mode oscillation systems

Oscillation energy based sensitivity analysis and control for multi-mode oscillation systems Oscillation energy based sensitivity analysis and control for multi-mode oscillation systems Horacio Silva-Saravia, Yajun Wang, Héctor Pulgar-Painemal, Kevin Tomsovic Department of Electrical Engineering

More information

A STUDY OF THE EIGENVALUE ANALYSIS CAPABILITIES OF POWER SYSTEM DYNAMICS SIMULATION SOFTWARE

A STUDY OF THE EIGENVALUE ANALYSIS CAPABILITIES OF POWER SYSTEM DYNAMICS SIMULATION SOFTWARE A STUDY OF THE EIGENVALUE ANALYSIS CAPABILITIES OF POWER SYSTEM DYNAMICS SIMULATION SOFTWARE J.G. Slootweg 1, J. Persson 2, A.M. van Voorden 1, G.C. Paap 1, W.L. Kling 1 1 Electrical Power Systems Laboratory,

More information

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

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

More information

Extension of the Complex Torque Coefficient Method for Synchronous Generators to Auxiliary Devices in Electrical Networks

Extension of the Complex Torque Coefficient Method for Synchronous Generators to Auxiliary Devices in Electrical Networks Extension of the Complex Torque Coefficient Method for Synchronous Generators to Auxiliary Devices in Dr. SWISS FEDERAL INSTITUTE OF TECHNOLOGY Electrical Engineering Department, Laboratory of Electromechanics

More information

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability ECE 4/5 Power System Operations & Planning/Power Systems Analysis II : 7 - Transient Stability Spring 014 Instructor: Kai Sun 1 Transient Stability The ability of the power system to maintain synchronism

More information

Fault Location in Distribution Feeders with Distributed Generation using Positive Sequence Apparent Impedance

Fault Location in Distribution Feeders with Distributed Generation using Positive Sequence Apparent Impedance Fault Location in Distribution Feeders with Distributed Generation using Positive Sequence Apparent Impedance ARTURO SUMAN BRETAS Federal University of Rio Grande do Sul Department of Electrical Engineering

More information

Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms

Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms Helwan University From the SelectedWorks of Omar H. Abdalla May, 2008 Coordinated Design of Power System Stabilizers and Static VAR Compensators in a Multimachine Power System using Genetic Algorithms

More information

Mechanical Vibrations Chapter 6 Solution Methods for the Eigenvalue Problem

Mechanical Vibrations Chapter 6 Solution Methods for the Eigenvalue Problem Mechanical Vibrations Chapter 6 Solution Methods for the Eigenvalue Problem Introduction Equations of dynamic equilibrium eigenvalue problem K x = ω M x The eigensolutions of this problem are written in

More information

ADAPTIVE FEEDBACK LINEARIZING CONTROL OF CHUA S CIRCUIT

ADAPTIVE FEEDBACK LINEARIZING CONTROL OF CHUA S CIRCUIT International Journal of Bifurcation and Chaos, Vol. 12, No. 7 (2002) 1599 1604 c World Scientific Publishing Company ADAPTIVE FEEDBACK LINEARIZING CONTROL OF CHUA S CIRCUIT KEVIN BARONE and SAHJENDRA

More information

LOW ORDER H CONTROLLER DESIGN: AN LMI APPROACH

LOW ORDER H CONTROLLER DESIGN: AN LMI APPROACH LOW ORDER H CONROLLER DESIGN: AN LMI APPROACH Guisheng Zhai, Shinichi Murao, Naoki Koyama, Masaharu Yoshida Faculty of Systems Engineering, Wakayama University, Wakayama 640-8510, Japan Email: zhai@sys.wakayama-u.ac.jp

More information

A conjecture on sustained oscillations for a closed-loop heat equation

A conjecture on sustained oscillations for a closed-loop heat equation A conjecture on sustained oscillations for a closed-loop heat equation C.I. Byrnes, D.S. Gilliam Abstract The conjecture in this paper represents an initial step aimed toward understanding and shaping

More information

arxiv: v1 [cs.sy] 29 Dec 2018

arxiv: v1 [cs.sy] 29 Dec 2018 ON CHECKING NULL RANK CONDITIONS OF RATIONAL MATRICES ANDREAS VARGA Abstract. In this paper we discuss possible numerical approaches to reliably check the rank condition rankg(λ) = 0 for a given rational

More information

ROBUST H CONTROL WITH SELECTION OF SITES FOR APPLICATION OF DECENTRALIZED CONTROLLERS IN POWER SYSTEMS

ROBUST H CONTROL WITH SELECTION OF SITES FOR APPLICATION OF DECENTRALIZED CONTROLLERS IN POWER SYSTEMS International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 1, January 2013 pp. 139 152 ROBUST H CONTROL WITH SELECTION OF SITES FOR

More information

Nonlinear Control Design of Series FACTS Devices for Damping Power System Oscillation

Nonlinear Control Design of Series FACTS Devices for Damping Power System Oscillation American Journal of Applied Sciences 8 (): 4-8, 0 ISSN 546-939 00 Science Publications Nonlinear Control Design of Series FACTS Devices for Damping Power System Oscillation Prechanon Kumkratug Department

More information