You are on page 1of 7

FIRST URUGUAY CONFERENCE, VOL. 1, NO.

1, OCTOBER 2017 1

Development and Application of a Comprehensive


Transient Stability Package Embedded in an
Automatic Disturbance Analysis Multi-Agent
System
Jonas Pesente, Member, IEEE, Felipe Crestani, Rodrigo Ramos, Senior Member, IEEE,
Miguel Moreto, Member, IEEE,

Abstract—This work presents a case of integration of a tran- This process may be time consuming and difficult to apply
sient stability simulation algorithm in an Automatic Disturbance routinely. In the context of speeding up the disturbances
Analysis software. The transient stability simulation algorithm is analysis, automatic software has been developed, including
presented in a step by step solution of a chosen case, and also was
made available for free download1 , intending to others engineers routines of records gathering, classifying and transforming
to reproduce the results and to discuss the developed code. The data into information for engineers has been evaluated and
algorithm was validated using a benchmark software, integrated discussed in large blackouts [9].
to a multi-agent system for automatic disturbance analysis and The information processed from automatic disturbances
had its performance tested using disturbance cases, presenting analysis can be used to feed stability packages which will
good results.
produce preliminary results and a set of files that establishes
Index Terms—Transient Stability, Multi-Agent Systems. a starting point for further analysis of a specific disturbance.
In this context, this paper proposes an integration of a
I. I NTRODUCTION transient stability algorithm in automatic disturbance multi-
agent system is presented. It is divided in the following
P OWER ower system stability may be shortly defined
as the capacity a power system has to recover to an
equilibrium state after being subject to a disturbance [1].
sections: the general formulation of the transient stability
algorithm is presented in Section II, the main aspects of the
Although power system stability refers to a single topic, algorithm integration in multi-agent software in Section III,
where the admissible operational limits are simultaneously results in Section IV and conclusion remarks in Section V.
respected for all system quantities, for all system operation
II. T RANSIENT S TABILITY PACKAGE
horizon and after any kind of disturbance, generally the
instability phenomena is majorly related to a specific set of This section is divided in a general view of the algorithm
these attributes [2]. and in the solution of the system, as follows.
Thus, for analysis purposes, stability is commonly classi-
fied by: the nature of predominant phenomenon as voltage, A. Descriptor System Equations
frequency or angular; the time basis in short or long terms; The general scheme of these equations that model the
and the intensity in large or small [3]–[6]. It is important to dynamical behavior of the power systems in transient stability
highlight that specific types of stability analysis may be related studies is presented in Figure 1, where the interface between
to particular mathematical tools and equipment models. the differential and algebraic equations is highlighted: power
In this context, the transient stability term is defined as the flow equations are solved, the power of each generator feeds
class of stability main of angular nature, which occurs only the dynamical equations, which are integrated, and the voltage
a few cycles after power system being subjected to a large solutions are used to solve a new power flow (alternately
disturbance. system solution).
Stability evaluation is one of the main subjects of a distur-
bance analysis and considerable effort is made in the sense
that every verified outage, the records are used to evaluate According to the Fig. 1, the power system model basi-
system performance. If any abnormal quantity excursion is cally comprises of a set of first-order differential equations
then identified (limits violations, unpredictable behavior or and algebraic equations set which can be written as (1)-(3),
incorrect models response), a stability study must be run. assuming x as the states of dynamical system, u as algebraic
Examples are studies carried out after blackouts [7], [8]. variables, E and V , respectively as generators internal and
terminal voltages and Y as the admittance bus.
J. Pesente was with the Superintendence of Operation, Foz do Iguacu, PR,
85868-140 Brazil e-mail: pesente@itaipu.gov.br.
Manuscript received April 19, 2005; revised August 26, 2015. ẋ = A.x + B.u (1)
1 The solution of the case presented in Matlab files is available in
https://sites.google.com/site/jonaspesente/ I (E, V ) = Y.V (2)
FIRST URUGUAY CONFERENCE, VOL. 1, NO. 1, OCTOBER 2017 2

1 − a.∆t/2
Differential Equations Algebraic Equations x (t + ∆t) = .x (t) +
1 + a.∆t/2
Vt
∆t/2
It(Id, Iq) (v (t + ∆t) + v (t))
Excitation Differential
1 + a.∆t/2
system Efd electric
equations equations Using these concepts, the application of the trapezoidal
Eq’’,Eq’’ method to generator results and for the AVR in the relations
Coordinate
Vt Network
below.
transformation
equations
Vt(Vd, Vq)
Dw
1 ∆t
d Pe 1− 2H 2
ω(t) = 1 ∆t
.ω(t−∆t) +
Governor Pm Rotor motion 1+ 2H 2
equations equations
∆t  
2 π.f 
1 ∆t
Pm(t−∆t) − Pe(t−∆t) + Pm(t) − Pe(t)
1 + 2H 2
H

Fig. 1. General scheme of differential algebraic system solution flow.

∆t
u = h (E, V ) (3) δ(t) = δ(t−∆t) + ∗
 2 
The procedure for solution of set of Equations used in this ωrotor (t−∆t)
paper is described by Algorithm 1, as follows. −ωsinchronous(t−∆t) + ωrotor (t) − ωsinchronous(t)

Algorithm 1: General scheme of DAE solution  


1 Xd −Xl ∆t
1: Compute x (t0 ), u (t0 ) 1− Td’ Xd’ −Xl 2
2: while t < Tmax do Eq’ (t) =   .Eq’ (t−∆t) +
1 Xd −Xl ∆t
3: k = 0 1+ Td’ Xd’ −Xl 2
2
4: whilek∆V k > ε, do ∆t
 2 ∗
 
k+1 −1 k
5: Compute V(t) = [Y ] . I E(t) , V(t)

1 Xd −Xl ∆t
1+ Td’ ’
Xd −Xl 2
6: Compute ∆V = ∆V k+1 k
(t) − ∆V (t)     
Xd −Xl ” ”
7: k =k+1 1 Ef d (t) + Ef d (t−∆t) + X ’ −X
l
E q (t)
+ Eq (t−∆t)
− 
d
8: end while ’ ”
(Xd −Xd )(Xd −Xl )
 
  Td’ ’ Id(t) + I d(t−∆t)
 
9: Compute u(t) = h E(t) , V(t) Xd −Xl

10: Compute E(t+1) by extrapolation
11: Compute x(t+1) , u∗(t+1)

1− 1 ∆t
. ∆t
Td” 2
Eq” (t) = .Eq” (t−∆t) + 2

h i
13: Compute x(t+1) = f x∗(t+1) , u∗(t+1) , x(t) , u(t) 1+ 1 ∆t
. 1 + T1” . ∆t
Td” 2 d
2
14: Do t = t + ∆t     
1
Eq’ (t) + Eq’ (t−∆t) − T100 Xd’ − Xd” Id(t) + Id(t−∆t)

15: end while Td”
 d 
X ” −X
 
+ Xd’ −Xll ∆Eq’ (t) + ∆Eq’ (t−∆t)
d
B. System equations solution
The differential equations of the Algorithm 1 are solved by 1 ∆t
1− Tq’ . 2
” ”
implicit trapezoidal method which approximates the area over Ed(t) = 1 ∆t
.Ed(t−∆t) +
a function x(t) by the trapezium formed by the interpolation 1+ Tq’ . 2
of the 2 consecutive points as (4). ∆t
1   
2 ”
. . Xq − Xq . I q (t) + Iq (t−∆t)
Z k+1 1 + T1” . ∆t
2
Tq”
∆k q
x (k) .dk ≈ (x (k) + x (k + 1)) (4)
k 2
1 ∆t
1− TA . 2
For a first-order differential equation ẋ(t) + a.x(t) = v(t), EF D (t) = .EF D (t−∆t) + 1 ∆t
the application of the method results in (5) and (6). 1+ TA . 2
KA ∆t
TA . 2
 
t+∆t t+∆t t+∆t VREF (t−∆t) − Vt(t−∆t)
.
Z Z Z
ẋ + a.x = v→ (5) 1 + 1 . ∆t +VREF (t) − Vt(t)
TA 2
t t t
It is important to highlight that the system of equations
∆t above uses quantities values of t and also of t − ∆t, so it is
x (t + ∆t) − x (t) + a (x (t + ∆t) + x (t)) = necessary at least one variable to be extrapolated to initiate
2 (6)
∆t the process of integration. In this work, the load angle Euler
(v (t + ∆t) + v (t)) extrapolation was made, as in (7).
2
FIRST URUGUAY CONFERENCE, VOL. 1, NO. 1, OCTOBER 2017 3

Disturbance Generator Active Power


1.8
Data processing (record Updates interface, Anatem benchmarck
Gathering information
classification, oscillation making available 1.6 Coded Algorithm
(DFR records, Scada
decomposition, protection disturbance information
data, SOE data)

Generator 1 active power [p.u.]


performance) for engineers 1.4

Configure transient Inform stability packages 1.2


stability package and that a disturbance data and
Multi-Agent System
run a first simulation. steady state info is available 1

0.8
Fig. 2. General scheme of the integration of transient stability feature.
0.6

0.4

δ(t) = δ(t−∆t) + (7) 0.2
dt
The algebraic equations solution of the Algorithm 1 was 0
0 0.5 1 1.5 2
implemented by the Gauss-Seidel method, where the bus Time [s]
voltage is updated by the multiplication of current injection
in the bus and the impedance connected to it, as in (8). Fig. 3. Comparison between benchmark and coded algorithm.

Pidef −j.Qdef
P (k)
+ yij .Vj
i
Vi∗ (k+1) A. Case 1: Validation
(k+1)
Vi = P (8)
yij The power system data used in validation is presented in
In the next section some aspects of the integration of the APPENDIX I along with a one-step equations solution. The
algorithm to the multi-agent software are commented. comparison of a simulation of a three-phase short circuit in bus
2, at 300ms of simulating and during 100ms is presented in
III. I NTEGRATION IN E XISTING M ULTI -AGENT S YSTEM Fig. 3, for the generator 1 active power of coded algorithm
The usage of multi-agent software in power system distur- and Anatem. It can be perceived the curves overlap, (the
bance analysis has been successfully used, as described in [10]. normalized sum of absolute differences of curves is lower than
Similarly, an automatic disturbance analysis was developed in 4 ∗ 10−4 .
Itaipu power plant, as presented in [11], including generators
dynamic and protection performances evaluation. Every time
a shutdown takes place at Itaipu power plant, this software The remaining quantities presented a similar behavior to the
gathers information from Scada, DRF and SOE, process this active power showed in Fig. 3.
data and produce a set of analyses for engineers.
One of these features is the described transient stability B. Case 2: Disturbance
package. The main scheme is shown in Fig. 2, where is The power system data used in validation is presented in
illustrated that the whenever a disturbance takes place, the APPENDIX I along with a one-step equations solution. The
multi-agent system compute a steady state solution and make comparison of a simulation of a three-phase short circuit in bus
available for transient stability package, which performs the 2, at 300ms of simulating and during 100ms is presented in
computation of interest and make available for engineers. Fig. 4, for the generator 1 active power of coded algorithm
and Anatem. It can be perceived the curves overlap, (the
normalized sum of absolute differences of curves is lower than
The multi-agent system developed uses the JaCaMo frame-
4 ∗ 10( − 4)).
work [12], which allows to deploy agents in the so-called
Itaipu is a power plant placed in the border of Brazil and
belief-desire-intention model. Once the transient stability data
Paraguay and has ten generators of 60Hz/737MVA/18kV, and
refers to the entire system, it is manage and executed by the
ten of 50Hz/826MVA/18kV, each group connected to a gas
top level agent, in this case, defined as area agent. It is also
isolated substation. In 09/22/2015, four units were shut down
important to note that this action is executed a single time each
after a disruptive discharge in the gas isolated substation of
disturbance analyzed, using as much information the multi-
60Hz. The sequence of events is presented in Table I.
agent system had gather. This and other actions deployed
The presented algorithm was used to reproduce the dis-
were compiled as Java packages, which are associated with
turbance, receiving as the input the generators steady state
agents through CArtAgO technology. Experiments performed
condition and the simplified sequence of events shown in Table
and results obtained are presented in the next section.
I.
IV. E XPERIMENTS It can be seen that the comparison of the step-by-step
solution with the unit U15 record, as illustrated in Fig. 4,
The presented experiments are divided in a validation of
shows a good correspondence, encouraging its use as an
the implemented algorithms using Anatem software as the
automated routine.
benchmark, and a case of a reproduction of a disturbance and
comparison with the simulation result.
FIRST URUGUAY CONFERENCE, VOL. 1, NO. 1, OCTOBER 2017 4

TABLE I
129-j7.4 G1 45+j15 40+j5
S EQUENCE OF EVENTS OF DISTURBANCE .

1.06/0° 1.024/-5° 1.024/-5.3°


Event Instant after record trigger 1 0.08+j0.24 3 0.01+j0.03 4
Phase A short circuit 1.01 s b/2=0.025 b/2=0.01
Short circuit extinguishing
8
.1
and shutdown of 4 units 1.13 s j0 8

0.02+j0.06
+ 0.02 j0.1

b/2=0.03

0.08+j0.24
b/2=0.025
0 6 6+
0. /2= 0.0 =0.02
b b/2
Generator active power for simulation experiment

1.2 Disturbance Record


Simulated Event 2 1.047/-2.8° 0.04+j0.12 5 1.017/-6.8°
1.1 b/2=0.015
20 + j10
Generator active power [p.u.]

1 G2 60+j10
0.9

0.8 Fig. 5. Power system used to exemplify the algorithm implemented.

0.7
Vref
0.6
Ka Ka = 200 pu/pu
0.5 Vt
1+Ta.s TA = 0.05 s
0.4

0.3 Vpss
1 1.5 2 2.5 3
Time [s]
Fig. 6. Power system used to exemplify the algorithm implemented.
Fig. 4. Disturbance reproduction using software implemented.

1 and 2 for the Xd” parameter, respectively. The resultant


V. C ONCLUDING R EMARKS augmented Ybus presented in (8).
Automatic disturbance analysis software brings to the engi-
neers the possibility to gather, classify and process larger sets Y a (1, 1) = 6.25 − j22.3446
of data then doing it manually. Y a (1, 2) = Y a (2, 1) = −5 + j15
Although these software process substantial amounts of
data, much information related to disturbance analysis still Y a (1, 3) = Y a (3, 1) = Y a (4, 5) = Y a (5, 4) = −1.25+j3.75
remains not automated, as is commonly the case of disturbance Y a (1, 6) = Y a (6, 1) = Y a (2, 7) = Y a (7, 2) =
reproduction in software simulation.
In this context, this study presented an algorithm that can −Y a (6, 6) = −Y a (7, 7) = j3.6496
receive from a multi-agent automatic disturbance analysis data
Y a (2, 2) = 10.833 − j36.0646
of the disturbance and reproduce it in simulation.
Most of the cases analyzed did not fit perfectly data recorded Y a (2, 3) = Y a (3, 2) = Y a (2, 4) = Y a (4, 2) = −1.66 + j5
from the disturbance. It is expected, since the disturbance
reproduction may involve numerous details that cannot be Y a (2, 5) = Y a (5, 2) = −2.5 + j7.5
automated. The coded algorithm, however, helped in the sense Y a (3, 3) = Y a (4, 4) = −12.9167 − j38.695
every disturbance processed result in a start case for simulation
reproduction. Y a (3, 4) = Y a (4, 3) = −10 + j30
Y a (5, 5) = 3.75 − j11.21
A PPENDIX A
P OWER S YSTEM DATA AND O NE S TEP S OLUTION
The formulation and calculations presented in this paper
were making for the sample case of the simplified power sys-
tem illustrated in Figure 5 [13]. The parameters of generators
are showed in Table A.1 and AVRs in Figure 6.

The power flow solution and data for Ybus formation


are presented in Fig. 5. The buses 6 and 7 are related to
augmented power system, and are connected to generators
FIRST URUGUAY CONFERENCE, VOL. 1, NO. 1, OCTOBER 2017 5

Step 1: generator 1 states initialization Then, the extrapolation for derivatives of the quantities is
 ∗ determined:
Spu ◦
Et = Vt + j.Xq . = 1.2638.ej.34.6328 SAT = A.e(B.(|Eq |−C )) = 0.2718
(t)

Vt

” 1  ” ”
 
Id = sin (]Et ) .Re (It ) − cos (]Et ) .Im (It ) = 0.6754 ∆E d(t) = −Ed(t) + Xq − Xq .Iq (t) = −4.8169
Tq”
Iq = cos (]Et ) .Re (It ) + sin (]Et ) .Im (It ) = 1.0214
Vd = sin (]Et ) .Re (Vt ) − cos (]Et ) .Im (Vt ) = 0.6343 Xd −Xd’
 
” Xd −Xl ’
1  Ef d (t) + ?ād’ −Xl Eq (t) + Xd’ −Xl Eq (t) 
Vq = cos (]Et ) .Re (Vt ) + sin (]Et ) .Im (Vt ) = 0.8493 ∆Eq’ (t) = ” (Xd −Xd’ )(Xd” −Xl ) =
Td − Id(t) − SAT (t)
Ed” = Vd + Ra .Id − Iq .Xq” = 0.3544 X ’ −Xl
d

Eq” = Vq + Ra .Iq + Id .Xd” = 1.0343 −0.1335


Eq’ = Eq” + Id . Xd’ − Xd”

= 1.0587
−Eq” (t) + Eq’ (t)
!
1
∅t = A.e(B.(| |−C )) = 0.2718
Eq’ ∆Eq” (t) = ”  X ” −X =
! Td − Xd’ − Xd” Id(t) + Xd’ −Xll ∆Eq’ (t)
d
(Xd − Xl )
EF0 D = Id . Xd” − Xl + Eq’ ∗  − Eq” −2.0086


Xd − Xd’

Xd − Xd’ ∆δ (t) = ω1 − 2.π.60 = 0
 + ∅t = 1.7600
Xd’ − Xl δext(t) = δ(t) + ∆δ (t) .∆t = 36.75◦
◦ ◦ ◦ ◦
E = Eq” .ej.]Et + Ed” .ej.(]Et −90 )
= 1.0934.ej.17.8395 Eext(t) = Eq” .ej.]Et + Ed” .ej.(]Et −90 )
= 1.0934.ej.17.8395

Xad = Xd − Xl = 0.946 − 0.202 = 0.744 ∆E F D (t) = KA VREF (t) − Vt(t) = 0
If d = EF D /Xad = 2.3656 Re-computingload flow of augmented system using Eext
results in the solution of Vbus(t+∆t) :
Step 2: solution for a three phase short circuit at bus bar 2,
 
0.1795 + j0.007;
applied at 5ms of simulation, cleared at 10ms  0 + j0; 
 
In the step time that there is a net change (fault applying Vbus(t+∆t) =  0.0447 − j0.001; 


and clearing), two solution (before and after switching) are  0.0356 − j0.0004; 
calculated. So the time vector for this simulation becomes 0.0116 − j0.007
  Then the algebraic quantities are re-calculated, this time
0 0.005 0.005 0.010 0.010 0.015 0.020
already referring to t + ∆t:
In t = 0.005 the fault is applied and V2 = 0. The power
It(t+∆t) = Et − Vbus(t) /j.Xd’ = 1.1969 − j.3.1436

flow solution in step 3 for the augmented system and internal
generator voltages Et returns voltage from showed below. Id(t+∆t) = 3.2349
Iq (t+∆t) = −0.9220
 
0.1795 + j0.007;

 0 + j0; 
 Vd(t+∆t) = 0.1018
Vbus(t) =  0.0447 − j0.001; 


 0.0356 − j0.0004;  Vq (t+∆t) = 0.1480
0.0116 − j0.007  
P(t+∆t) = Ra Id 2(t+∆t) + Iq 2(t+∆t) +
The initialized values define values for t = 0 or step 1,
afterwards, the values are updated by relations that follows. Vd(t+∆t) .Id(t+∆t) + Vq (t+∆t) .Iq (t+∆t) = 0.1928
The values of Vbus are used to calculate generators internal
voltages, axis voltage and currents and active power, as shown
below.
Further, using the extrapolated and algebraic quantities
It(t) = Et − Vbus(t) /j.Xd’ = 1.1969 − j.3.1436

calculated, the values of t + ∆t quantities are estimated, and
Id(t) = 3.2349 then its derivatives are updated:

Iq (t) = −0.922 ”
Ed(t+∆t) = Vd + Ra .Id − Xq” .Iq = 0.1112
Vd(t) = 0.1018
Eq” (t+∆t) = Vq + Ra .Iq − Xd” .Id = 1.1253
Vq (t) = 0.1480
 
P(t) = Ra Id(t) 2 + Iq (t) 2 +Vd(t) .Id(t) +Vq (t) .Iq (t) = 0.1928 Eq’ (t+∆t) = Eq’ (t) + ∆Eq’ (t) .∆t = 1.1380
FIRST URUGUAY CONFERENCE, VOL. 1, NO. 1, OCTOBER 2017 6

SAT (t+∆t) = A.e(B.(|Eq |−C )) = 0.2707


In this work, the solution of the last equation was obtained


by a Newton-Raphson loop, which includes the updating of the
” 1  ”

Eq’ quantity using relations of the following equation, where
+ Xq − Xq” .Iq (t+∆t) =

∆E d(t+∆t) = ”
−Ed(t+∆t)
Tq only the final (converged) value for Eq’ is presented.
−4.8169
  
∆t Xd − Xl
Bn = 1 − = 0.9979
∆Eq’ (t+∆t) = 2.Td’ Xd’ − Xl

Xd −Xd’
 
” Xd −Xl ’   
1  Ef d (t+∆t) + Xd’ −Xl Eq (t+∆t) + Xd’ −Xl Eq (t+∆t)  ∆t Xd − Xl
= Bd = 1 + = 1.0021
Td’ (Xd −Xd’ )(Xd” −Xl ) 2.Td’ Xd’ − Xl
− X ’ −Xl
Id(t+∆t) − SAT (t+∆t)
d

−0.1334 B = Bn /Bd = 0.9958

−Eq” ext(t) + Eq’ ext(t)


!
1 Eq’ (t+∆t) = B.Eq’ (t) +
∆Eq” (t) = ”  X ” −X =
Td − Xd’ − Xd” Id(t) + Xd’ −Xll ∆Eq’ (t)
d
 
−2.0086 Ef d (t) + Ef d (t+∆t) +
∆t  ’
 
d −Xd
 X Eq” (t) + Eq” (t+∆t)  = 1.0508

Finally, the integration of the quantities is made: ’ X ’ −X
l
2.B d .Td  dXd −X ’  
+ X ” −Xdl Id(t) + Id(t+∆t)
Rotor speed d

Bn = 1 − D/H = 1 Voltage Eq”

Bd = 1 + D/H = 1
Bn = 1 − ∆t/2.Tq” = 0.9479
B = Bn /Bd = 1
ω(t+∆t) =
   Bd = 1 + ∆t/2.Tq” = 1.0521
∆t π.60 2.Pmec
B.ω(t) + = 377.28
2.B d H −P(t) − P(t+∆t)
B = Bn /Bd = 0.9010
Rotor angle

δ(t+∆t) = δ(t) + ω(t) − 2.π.60 + ω(t+∆t) − 2.π.60 = 36.79◦



Eq” (t+∆t) = B.Eq” (t)

Voltage Ed” 
1
  
Eq’ (t) + Eq’ (t+∆t) −
Td”
∆t   T1” Xd’ − Xd” Id(t) + Id(t+∆t)
  
Bn = 1 − ∆t/2.Tq” = 0.9821 +  = 1.0248
2.B d  d
X ’ −X
  
Bd = 1 + ∆t/2.Tq” = 1.0179 + Xd” −Xll ∆Eq’ (t) + ∆Eq’ (t+∆t)
d

B = Bn /Bd = 0.901
Field Voltage EF D

” ”
Ed(t+∆t) = B.Ed(t) + Bn = 1 − ∆t/2.TA = 0.9048
∆t   
Xq − Xq” . Iq (t) + Iq (t+∆t) = 0.3679
2.B d .Tq”
Bd = ∆t/2. (1 + 2.TA .∆t/2) = 0.0024
The determination of the value for Eq’ demands an
additional step, since the determination of its derivative is a
non-linear function of Eq’ :
EF D (t+∆t) =
 ’ 
X −X ” X −X ’
dEq’ 1
d
Ef d + X ’ −X Eq − X ’ −Xl Eq
d d l

= ’  (Xd −X ’ )(X ” −Xdl ) l
 
d  KA VREF (t) − Vt(t) + 
dt Tdo d d Bsat (|Eq |−Csat )

B .E + .B = 1.0248
− Xd’ −Xl
Id − Asat .e n F D (t)
TA
d
VREF (t+∆t) − Vt(t+∆t)
FIRST URUGUAY CONFERENCE, VOL. 1, NO. 1, OCTOBER 2017 7

R EFERENCES
[1] M. Pavella, D. Ernst, and D. Ruiz-Vega, Transient stability of power
systems: a unified approach to assessment and control. Springer Science
& Business Media, 2012.
[2] C. P. Steinmetz, “Power control and stability of electric generating
stations,” Transactions of the American Institute of Electrical Engineers,
vol. 39, no. 2, pp. 1215–1287, 1920.
[3] P. Kundur, J. Paserba, V. Ajjarapu, G. Andersson, A. Bose, C. Canizares,
N. Hatziargyriou, D. Hill, A. Stankovic, C. Taylor et al., “Definition and
classification of power system stability ieee/cigre joint task force on
stability terms and definitions,” IEEE transactions on Power Systems,
vol. 19, no. 3, pp. 1387–1401, 2004.
[4] R. Jain, K. K. Ramakrishnan, and D. M. Chiu, “First report of power
system stability, subcommittee on interconnections and stability factors,”
Transactions on AIEE, pp. 51–80, 1926.
[5] C. Report, “Definitions of general terms relating to the stability of
interconnected synchronous machine,” 1966.
[6] I. P. S. E. Committee et al., “Proposed terms and definitions for power
system stability,” Technical report, IEEE Trans, Tech. Rep., 1982.
[7] A. Berizzi, “The italian 2003 blackout,” in Power engineering society
general meeting, 2004. IEEE. IEEE, 2004, pp. 1673–1679.
[8] P. Gomes, “New strategies to improve bulk power system security:
lessons learned from large blackouts,” in Power Engineering Society
General Meeting, 2004. IEEE. IEEE, 2004, pp. 1703–1708.
[9] J. E. Dagle, “Data management issues associated with the august 14,
2003 blackout investigation,” in Power Engineering Society General
Meeting, 2004. IEEE. IEEE, 2004, pp. 1680–1684.
[10] J. F. Hauer, N. B. Bhatt, K. Shah, and S. Kolluri, “Performance of” wams
east” in providing dynamic information for the north east blackout of
august 14, 2003,” in Power Engineering Society General Meeting, 2004.
IEEE. IEEE, 2004, pp. 1685–1690.
[11] J. Hossack, S. McArthur, J. Mcdonald, J. Stokoe, and T. Cumming, “A
multi-agent approach to power system disturbance diagnosis,” 2002.
[12] J. Project. (2017, may) The jacamo approach. [online]. [Online].
Available: Available:http://jacamo.sourceforge.
[13] G. W. Stagg and A. H. El-Abiad, Computer methods in power system
analysis. McGraw-Hill, 1968.

Jonas Pesente works in Itaipu Binacional at Operation Superintendence, Elec-


trical Studies and Standards Division, and has received M.Eng. in Aeronautical
Engineering 09’, M.Eng. in Power System Engineering 10’ and is current
pursuing Ph.D.

You might also like