Sie sind auf Seite 1von 10

An Overview of Computer Simulation Methods for

Electromagnetic Transients in Power Systems

Hermann W. Dommel
Dept. of Electrical & Computer Engineering, The University of British Columbia
Power Systems Consultants
Vancouver, BC, Canada
hermannd@ece.ubc.ca

ABSTRACT For voltage sources, amplifiers were used, and


transformers were modelled with small mini-
Electromagnetic transients in power systems were transformers. All these building blocks were housed in
simulated on transient network analyzers until the mid large cabinets, with connections made through plug-in
1960’s. Nowadays, digital computer programs are used cables.
almost exclusively. After a brief discussion of the choice
of units, the methods used in “EMTP-type” computer TNA’s are still being used in some places, particularly
programs are reviewed. Some simulation results, with for real-time testing of control equipment for HVDC
comparisons against field tests, illustrate typical converter stations, etc. There are also hybrid facilities,
applications. with part being analog TNA and part digital equipment.
One advantage of such facilities has been the
concentration of expertise in one place for the operation
1. INTRODUCTION of the simulator and for the interpretation of the
simulation results. This is somewhat missing now with
Until the mid-1960’s, the tools for studying computer programs that can be run anywhere on any
electromagnetic transients in power systems were personal computer.
transient network analyzers (TNA’s). On TNA’s,
transmission lines were represented as cascade Digital electromagnetic transients programs (EMTP-type
connections of Π-circuits, each representing a short programs) became available in the late 1960’s and early
section of the line. For important lines, 10 or more Π- 1970’s for mainframe computers, and later for personal
circuits were used, to approximate the distributed nature computers. Some early programs used the same cascade
of the line parameters (series impedance and shunt connections of Π-circuits familiar from TNA’s, but soon
capacitance per unit length). Resistors and coils other methods were used that are more suitable for
represented the series impedance, and capacitors the digital computations.
shunt capacitance.
Fig.1 shows results from TNA’s and from one digital
While building a Π-circuit for a single-phase line was computer program for switching surge overvoltages on a
straightforward, three-phase lines posed a problem 202.8 km long line.
because of coupling. It was therefore customary to
transform the three coupled equations, e.g. for the
voltage drops along the series impedances,
 ∆V a   Z s Zm Z m  I a 
 ∆V  =  Z Zs Z m   I b  , (1)
 b  m
 ∆Vc   Z m Zm Z s   I c 

to three decoupled equations,

∆Va = ( Z s − Z m )I a + Z m ( I a + I b + I c ) , (2)

(analogous for phases b and c). This transformation


replaces the three coupled impedances of Eq. (1) with Figure 1: Curves from TNA’s and EMTP
four decoupled impedances (one for each phase and a The probability distribution obtained from six TNA’s
common return impedance Zm). and 4 digital computer programs for the same case is
In Eq. (1), brackets indicate matrix quantities, with Zs shown in Fig. 2. At 10 %, the approximate overvoltage
being the self impedance of one phase, and Zm being the would be 2.6 p.u., which indicates that 10 % of
mutual impedance between phases. They are related to energizations could lead to overvoltages above 2.6 p.u.
the better known positive and zero sequence parameters These comparisons were made in a CIGRE Working
through Group, to gain confidence in simulator results.

Z s − Z m = Z pos ; Z s + 2Z m = Z zero . (3)


unit quantity by multiplying it with Vbase-iVbase-k, and
then dividing it by Sbase.
A stray capacitance C from the high voltage terminal i to
the low voltage terminal k of a transformer would simply
be added as jωC in actual quantities to the diagonal
elements Yii and Ykk of [Y], and subtracted from the off-
diagonal elements Yik and Yki. With per-unit quantities,
jωC·Vbase-i2/Sbase must be added to Ypu-ii, jωC·Vbase-k2/Sbase
must be added to Ypu-kk, and jωC·Vbase-iVbase-k /Sbase must
be subtracted from Ypu-ik and Ypu-ki. These additions of
per unit quantities could be modelled as a Π-circuit
between i and k. Working with per-unit quantities is
more complicated in this example, but correct as long as
the proper scaling procedures are used.

3. BASIC TRANSIENTS SOLUTION METHOD


EMTP-type programs use nodal equations. They can
best be explained with the simple single-phase network
of Fig. 3 that shows the details around node no. 1.

Figure 2: Statistical distribution of overvoltages [1]

2. PER-UNIT VERSUS ACTUAL QUANTITIES

On TNA’s, the parameters had to be scaled to simplify


the construction of Π-circuits, voltage sources etc. It has Figure 3: Details of single-phase network around node 1
also been a tradition to use “scaled” per-unit quantities in
computer programs for power flow and short-circuit To write the nodal equation for node no. 1, we simply
studies. EMTP-type programs by and large started using add the currents flowing out through the branches, and
actual quantities rather than per-unit quantities. There equate the sum to the injected current i1 (i1 = 0 if there is
are still discussions taking place about the pros and cons no current source):
of either system of units [2], though it is really a simple i12 + i13 + i14 + i15 = i1 . (8)
re-scaling matrix operation to change from one system to Next, each branch current must be expressed as a
the other. function of the branch voltages, which is obviously
Assume steady-state nodal equations with actual simple for the resistance branch,
quantities of the form 1
iR = vR . (9)
[Y ][V ] = [I ]. (4) R
The actual voltages are related to per-unit voltages For the inductance branch, the differential equation
through di L
[ ]
[V ] = [Vbase ] V pu , (5)
vL = L
dt
(10)

where [Vbase] is a diagonal matrix with the appropriate must be converted to a difference equation. By using the
voltage base values for each voltage level. With one average {vL(t) + vL(t-∆t)}/2 of the voltage at t-∆t and at t
common base power Sbase for the entire system, the on the left side of Eq. (10), and the difference quotient
actual currents are obtained from per-unit currents with {iL(t)-iL(t-∆t)}/∆t on the right side (“central difference
[I ] = S base [Vbaase ]−1 [I pu ] . (6)
quotient”), we obtain
∆t
Inserting Eq. (5) and (6) into Eq. (4) produces the nodal iL ( t ) = v L ( t ) + I L ( t − ∆t ) , (11)
equations in per-unit quantities, 2L
[ ][ ] [ ]
Y pu V pu = I pu , (7a)
with the “history current” known from the solution at the
preceding time step at t-∆t. Eq. (11) is also obtained if
with [Y ] = S 1 [V ][Y ][V ] .
pu base base (7b)
Eq. (10) is first rewritten as an integral equation, and the
integral over the voltage is then replaced with the
base trapezoidal area ∆t·{vL(t) + vL(t-∆t)}/2 (“trapezoidal rule
A matrix element Yik in actual quantities becomes a per- of integration”). Applied to branch 1-3, Eq. (11) can be
expressed as the equivalent circuit of Fig. 4.
1 ∆t 2C 1 1 ∆t 2C
v1 ( + + + ) − v 2 − v3 − v4
R 2 L ∆t Z R 2L ∆t (15)
= i1 − I 13 − I 14 − I 15
For the entire system, we get a system of nodal
equations [G ][v ] = [i ] − [I ] . For its solution, it must be
partitioned into subset A for nodes with unknown
2L voltages and subset B for known voltages (voltage
Figure 4: Equivalent circuit for inductance; Requiv =
∆t sources),
[G AA ] [G AB ] [v A ] [i A ] [I A ]
In an analogous way, the differential equation for the [G ] = − (16)
capacitance branch can be converted to a difference  BA [G BB ] [v B ] [i B ] [I B ]
equation, resulting in the equivalent circuit of Fig. 5. This leads to a system of algebraic linear equations that
must be solved in each time step,
[G AA ][v A ] = [i A ] − [I A ] − [G AB ][v B ] , (17)
with known right-hand sides. Production type programs
use Gauss elimination with sparsity techniques for the
solution. The matrices [GAA] and [GAB] change only if
network changes take place, because of switching
∆t operations or other changes affecting the matrices.
Figure 5: Equivalent circuit for capacitance; Requiv =
2C 3.1. ACCURACY

The propagation of waves on the lossless line is Converting the differential equations for inductances and
described by partial differential equations. They contain capacitances to difference equations with the implicit
two parameters, namely characteristic impedance (surge trapezoidal rule of integration produces unavoidable
impedance) Z, and travel time τ, where truncation errors, that limit the accuracy of the
L' simulations [3] (or [4, p. 2-9]). For the inductance, the
Z= and τ = l ⋅ L' C' . (12) EMTP does not “see” the exact value L, but the value
C'
L’, C’ are the series inductance and shunt capacitance  ∆t 
tan ω 
per unit length, and l is the length of the line. Applying  2 .
the method of characteristics (Bergeron’s method) leads Ltrapezoidal =L (18)
∆t
to the condition that the expression v + Zi remains ω
constant for a “fictitious observer” who travels with the 2
same speed as the wave from one end of the line to the This implies that high-frequency currents are filtered out
other, or for Fig. 3, for given voltages, as shown in Fig. 7.
v5 ( t − τ ) + Zi51 ( t − τ ) = v1 ( t ) − Zi15 ( t ) (13)
(sign reversal on i15 because current direction is opposite
to that of i51). From this we obtain the required
expression for the current
1
i15 ( t ) = v1 ( t ) + I 15 ( t − τ ) (14)
Z
with a “history current” I15 that is known from what
happened time τ earlier at the other end 5. The
equivalent circuit for Eq. (14) is shown in Fig. 6.

Figure 7: Amplitude ratio Itrapezoidal / Iexact through


Figure 6: Equivalent circuit for lossless line an inductance as a function of frequency

Note that the two ends of the line are disconnected in A similar expression exists for the capacitance. To keep
this equivalent circuit. What happens in node 1 is not the “error factor” after L in Eq. (18) reasonably close to
immediately seen in node 5, but only after elapse of 1.0, the step size ∆t must be sufficiently small for the
travel time τ. highest (angular) frequency ω of interest. There is no
phase error in Eq. (18).
Going back to Eq. (8), and inserting the expressions for
the branch currents, finally produces the nodal equation The solution for the lossless line is accurate as long as
for node 1, the travel time τ is an integer multiple of ∆t. In practice,
that is rarely the case, and interpolation must then be one mode are those of zero sequence, and for the other
used. This creates interpolation errors that can filter out N-1 modes those of positive sequence.
sharp peaks in the wave shape [4, p. 4-76].

3.2. INCLUSION OF LINE LOSSES

To include line losses into the transmission line


equations, it is usually sufficient to lump the series
resistance in a few places, such as in the middle and at Figure 9: Retrieving history terms in mode quantities
the two ends of the line (Fig. 8).
For double-circuit lines with two identical circuits, a
modified αβ0-transformation can be used that assumes
that each circuit is balanced, and that both circuits are
only coupled in zero sequence [4, p. 4-44].
Figure 8: Lumping R in three places
3.5. FREQUENCY-DEPENDENT LINE PARAMETERS

3.3. EXTENSION TO COUPLED LUMPED ELEMENTS


In reality, the series resistances and inductances of
The extension to coupled lumped elements is transmission lines are frequency-dependent, as shown in
straightforward. The scalar equations are simply Fig. 10. The dependence is particularly strong for zero
rewritten as matrix equations. For coupled inductances, sequence parameters. The zero sequence and positive
Eq. (11) then becomes the matrix equation sequence parameters in Fig. 10 were calculated with
Carson’s formula, as well as with the much simpler
[i L ( t )] = ∆t [L]−1 [v L ( t )] + [I L ( t − ∆t )] . (19) complex-depth formula of Dubanton [5], which can be
2 made even more accurate with added terms [6]. The
This equation can be used to represent transformers. If results from both formulas are almost identical.
only their leakage inductances are modelled, then the
inverse matrix [L]-1 becomes singular. Eq. (19) is also
used for the series inductances of multiphase Π-circuits
 L11 L21 ... L1N 
L L22 ... L2 N 
with symmetric matrices 
21
.
 ... ... ... ... 
 
 LN 1 LN 2 ... LNN 

3.4. EXTENSION TO BALANCED MULTIPHASE


TRANSMISSION LINES

A transmission line is said to be perfectly transposed or


“balanced” if all self impedances are equal among
themselves, and all mutual impedances are equal among
themselves, as in Eq. (1). For single-circuit lines this is
often a reasonable approximation, but usually not for
double-circuit lines.
For balanced lines, the coupled line equations can be Figure 10: Frequency-dependent line parameters
transformed to de-coupled single-phase equations with
With J. Marti’s approach [7], a weighting function a(t) is
either the αβ0-transformation or the Karrenbauer
calculated from the propagation factor A(ω) = e-γl in the
transformation. Both transformations can be generalized
frequency domain, where γ is the propagation constant
to any number of phases N [29; 4, p. 4-42]. The single-
phase equations are first written in the form of Eq. (14) γ= (R' (ω ) + jωL' (ω )) ⋅ jωC' .
for each of the N “modes”, and then transformed back to This weighting function is then used in the transients
phase quantities, solution for picking up history points not just at one
point t- τ, but spread out as indicated in Fig. 11. The
[i phase ( t ] [
) = Z phase ] [v
−1
phase ( t ]
) + [T ][I mod e ] . (20) frequency dependence of the characteristic impedance is
In writing the nodal equations (16) for the entire system, modelled with an R-C circuit, as shown in Fig. 12.
the contribution of [Zphase]-1 to [G] is straightforward
because [Zphase]-1 is already in phase quantities. The
history terms [Imode] are stored as mode quantities
because of different travel times in α, β, and zero
sequence modes, as indicated in Fig. 9. They are then
transformed to phase quantitites, [Iphase] = [T] [Imode], for
insertion into the right-hand side of Eq. (16). The
Figure 11: Weighting function a(t)
characteristic impedance and travel time parameters for
may not be justified. A simpler line model may be good
enough, in which it is assumed that all waves travel at
the speed of light. This model can be derived by
representing only the external inductances and
capacitances per unit length. In that case, one can simply
rewrite the single-phase equation (14) as a matrix
equation, because both [Z]-1 and the history vector [I] are
directly in phase quantities.
The diagonal and off-diagonal elements of the
characteristic impedance matrix [Z] are calculated from
the geometry of the transmission line for this model [11],

2hi D
Z ii = 60 ln , Z ik = 60 ln ik , (21)
ri d ik
where ri is the radius of the conductor (or equivalent
radius of the bundle conductor), hi is the average height
Figure 12: Approximation of Zchar with R-C circuit
above ground, dik is the distance between conductors i
and k, and Dik is the distance from conductor i to the
3.6. UNTRANSPOSED TRANSMISSION LINES
image of conductor k below ground. UBC’s EMTP
For untransposed lines, the transformation from coupled version “MicroTran” produces this simple model of Eq.
equations to single-phase equations in the modal domain (21) as the “high-frequency approximation” option in its
can no longer be done with the αβ0- or Karrenbauer line parameter calculation tool [4, p. 4-57].
transformation. The transformation matrix now depends For the simulation of fast transients in gas-insulated
on the geometry and on the conductor characteristics of enclosures, constant real transformation matrices can be
the particular line. It is found as the eigenvector matrix used, because the loop for waves inside the enclosure
of the matrix product [Z' ][ jωC' ] , where [Z’] is the becomes decoupled from the loop between the enclosure
series impedance matrix per unit length, and [C’] is the and ground [12], as indicated in Fig. 13.
shunt capacitance matrix per unit length.
Unfortunately, the eigenvector matrix is no longer
constant and real. It depends on frequency, and has
complex elements as well. For single-circuit lines, it can
usually be approximated as constant and real,
particularly if the simulation involves high frequencies,
as in lightning surge studies. For double-circuit lines,
such approximations no longer work. Then it becomes
necessary to represent the frequency dependence of the
complex elements of the transformation matrix.
Figure 13: Independent loops in gas-insulated enclosure
One approach [8] separates the series resistances and
inductances per unit length into two parts, namely into For an enclosure made of steel with a resistivity of
the external (geometric) inductances for the external 0.2·10-6 Ωm and a relative permeability of 400, the depth
magnetic field, and into the internal resistances and of penetration at 60 Hz is only 1.5 mm, which is already
inductances for the magnetic field inside the conductors smaller than the pipe thickness. For fast transients, the
and inside the earth return path. If the internal assumption of no coupling between the inner and outer
impedances are ignored, then it is easy to model the line loops is therefore justified.
as an N-phase lossless line, because the transformation
The assumption of independent loops is also valid for
matrix is real and constant for that approximation. The
condenser bushings with grading foils [13]. Fig. 14
internal impedances are then approximated with R-L
shows a case with four independent loops, with loop 1
circuits, and placed between lossless line sections in a
between the conductor and foil 1, loop 2 between foils 1
number of places, similar in concept to Fig. 8. This
and 2, loop 3 between foils 2 and 3, and loop 4 between
approach can also be used for underground cables [9].
foils 3 and the outer grounded foil 4.
Another solution method for underground cables works
with frequency-dependent complex transformation
matrices [10].
For lightning surge studies, simplifying assumptions can
be made. For example, the wave shape and amplitude of
the current source representing the lightning stroke is
obviously not well known. Similarly, flashover criteria
in the form of volt-time characteristics or integral
formulas [11] are only approximate. In view of all these Figure 14: Four decoupled loops in a condenser bushing
uncertainties, the use of highly sophisticated line models
For steady-state studies at power frequency (50 or 60 5. NUMERICAL OSCILLATIONS
Hz), it is easier to represent the transmission lines as Π-
circuits. This is more straightforward than the distributed The trapezoidal rule of integration is numerically stable,
parameter line representations, with their mathematical but it can create “numerical oscillations” when the
complications described above. Actual transpositions are derivative di/dt in inductances changes suddenly, usually
easy to model with multiphase Π-circuits, by just using due to current interruption. Numerical oscillations are
the proper node names at the ends of each Π-circuit. An most likely to occur in power electronics circuits. Fig. 17
example for this approach is shown in Section 8.1. shows a single-phase diode bridge rectifier, and Fig. 18
the positive and negative dc voltages, with numerical
4. NONLINEAR ELEMENTS oscillations.

For the representation of nonlinear elements, piecewise


linear approximations can often be used, as shown in
Fig. 15 for a “two-slope” nonlinear inductance.

Figure 17: Single-phase diode bridge rectifier

Figure 15: Piecewise linear inductance

The solution method remains linear, but the nodal


conductance matrix [G] must be changed whenever the
flux becomes larger than the “kneepoint” flux λknee, and
vice versa.
With the “compensation method”, the linear part of the
network is reduced to a Thevenin equivalent circuit. Its
equations are then solved iteratively together with the
equations of the nonlinear branches, as indicated in Fig.
16 for one nonlinear resistance branch. The Thevenin
equivalent circuit resistance matrix [Requiv] is pre- Figure 18: Dc voltages with numerical oscillations
calculated from the nodal matrix [G], and re-calculated
These numerical oscillations can be eliminated with the
whenever [G] changes. The open-circuit voltages [v0] are
critical damping adjust scheme [14, 15], with the results
calculated in each time step by ignoring the
shown in Fig. 19. It uses the backward Euler integration
nonlinearities. Once the currents for the nonlinear
method with half step size ∆t/2, for two steps
branches have been found, they are superimposed on the
immediately after the sudden change in di/dt. To move
solution for the linear part.
from t-∆t forward one half step, the formula for the
inductance is

∆t 2L  ∆t 
vL ( t − )=  iL ( t − ) − i L ( t − ∆t ) , (23)
2 ∆t  2 
from which the current equation replacing Eq. (11) is
derived.

Figure 16: Solution with compensation method

The compensation method can be generalized to any


number of nonlinear branches, with the equation of the
Thevenin equivalent circuit becoming a matrix equation

[v] = [v0 ] − [Requiv ][i ] . (22)

For more than one nonlinear branch, Newton’s method is


usually used, whereas simpler search methods for
finding the intersection in Fig. 16 can be used for single
nonlinear branches. Figure 19. Dc voltages without numerical oscillations
6. EQUIPMENT MODELS complex, and that there are no history terms:
[Y AA ] [Y AB ] [V A ] [I A ]
In some cases, it is possible to construct circuit models [Y ] = . (24)
for transformers and other equipment from the basic  BA [YBB ] [V B ] [I B ]
linear lumped elements R, L, C, and from nonlinear
elements. There are also “support routines” available to Nodes A are nodes with unknown voltages and nodes B
convert equipment test data to basic R-L-C data, such as are those with known voltages. The answer is found by
“BCTRAN” for three-phase N-winding transformers solving the system of linear equations
[17]. [Y AA ][V A ] = [I A ] − [Y AB ][V B ] . (25)

Electric machines (generators and motors) usually have Some EMTP-type programs can also do iterative power
built-in models, because synthesis with simple R-L-C flow solutions. These methods are more complicated
elements is not straightforward. For their solution, than the usual power flow solution methods for balanced
conversion between phase quantities a,b,c and d,q,0- positive sequence data. An example for such a program
components is often used. Doubts have recently been with power flow initialization, as well as with the
raised whether solutions in d,q,0 components are correct, inclusion of harmonics arising from nonlinear elements
but if the conversion is done properly, solutions in d,q,0- [25], is the restructured program EMTP-RV [20].
components and phase quantities should give the same
answers [18]. Building the [Y]-matrix of Eq. (24) is well known for
lumped elements. For an inductance, the branch
The conversion of machine test data provided by the admittance is simply 1/(jωL). Distributed-parameter
manufacturer to self and mutual impedances is more lines that are modelled with travel time delays in the
complicated than for transformers. Some conversion transient simulation must be converted to equivalent Π-
algorithms are explained in [4, Appendix VI]. circuits for the steady-state solution.
Circuit breakers are usually modelled as ideal switches
8. EXAMPLES
in preliminary studies, with an infinite (or very high)
resistance in the open position, and zero (or very low) This section describes briefly a few application examples
resistance in the closed position. During the simulation, that illustrate the type of problems that can be simulated
opening of a circuit breaker takes place after TOPEN as with EMTP-type programs.
soon as the current goes through zero, which is easily
recognized by a reversal of its sign. Models are available 8.1. STEADY-STATE SOLUTION AT ONE FREQUENCY
for modelling the arc characteristics, and possibly the
conditions for re-strike or re-ignition [19]. It is not The N-phase Π-circuit model in EMTP-type programs
always easy, however, to obtain the parameters that are makes it easy to study inductive and capacitive coupling
needed for such detailed models. Since the mathematical effects among parallel circuits at power frequency. Fig.
models can only approximate the reality of the arc 20 shows three circuits on the same right-of-way of B.C.
physics, manufacturers are somewhat reluctant to Transmission Corporation (formerly B. C. Hydro).
provide parameters for arc models, because they fear that
purchasing decisions may be made on the basis of
models that do not completely describe the physical
reality.

7. STEADY-STATE SOLUTION METHOD


Steady-state solutions are needed for three reasons:
1. To obtain initial conditions at power frequency (50 Figure 20: Electrostatic coupling at power frequency
or 60 Hz) from which the transient simulation starts.
Lines L1 (380 kV) and L2 (550 kV) were in operation,
2. To obtain a steady-state solution by itself in cases and line L3 (550 kV) was under construction. Line L3
where modelling options in EMTP-type programs under construction will experience electrostatic induced
allow for more details than power flow or short- voltages that can pose a health problem if the line is not
circuit programs (e.g., coupling among adjacent grounded, or create excessive currents when the line is
transmission lines). grounded at one or more points (with circulating currents
in the latter case). To gain confidence in EMTP
3. To obtain steady-state solutions at many simulations, computer results were compared with field
frequencies, from fmin to fmax, in what is usually test measurements for this case, as shown in Fig. 21 [23].
referred to as “frequency scans”.
8.2. FREQUENCY SCANS
To solve the steady-state equations for a linear case, with
voltages and/or currents specified at some nodes, is Fig. 22 shows the results of a frequency scan from
rather straightforward. The system of nodal equations is steady-state solutions in the subsynchronous frequency
similar to Eq. (16), except that the nodal matrix is now range, to investigate the possibility of subsynchronous
resonance at a location where the construction of a
thermal power plant was under consideration [21].
Figure 21: EMTP simulation and field tests comparison Figure 24: Measured and calculated overvoltage
on an unfaulted phase in case of a single-line-to-
ground fault

Figure 22: System impedance in subsynchronous Figure 25: 1100 kV test line switched off in phase A
frequency region; measurements compared to
EMTP simulations

8.3. TRANSIENT SOLUTIONS

Fig. 23 compares EMTP simulations with field test


measurements for the energization of a 345 kV
transmission line [23].

Figure 26: Measured and calculated


ferroresonance voltage in de-energized phase A

A comparison between measured and calculated inrush


currents is shown in Fig. 27 [24]. The small squares
indicate the measured peak values.

Figure 23: Measured and calculated overvoltages


during transmission line energization

If the three phases close almost simultaneously, there is


very little zero sequence current flowing. In such a case,
the frequency dependence of the line parameters is not
very important, and line models with constant
parameters give reasonable results. Using frequency-
dependent line parameters for the case of Fig. 23
changed the results only slightly. The situation is
different for a single-line-to-ground fault, as shown in
Fig. 24, where frequency-dependent line models are
needed [7]. Constant parameter line models would give
too high overvoltages in this case. Figure 27: Measured and calculated inrush current
Figure 25 shows the network diagram for an 1100 kV
test transmission line. When phase A was switched off, 9. REAL-TIME SIMULATORS
ferroresonance occurred through the capacitive coupling
With the increase in speed of personal computers and
from phase B and the nonlinear inductance of the
digital signal processing boards, it has become possible
autotransformer of phase A (phase C was not yet
to simulate electromagnetic transients in “real-time”.
connected). Fig. 26 shows the measured and calculated
This makes it possible to test protective relays or control
voltages for this case [23].
equipment connected to real-time simulators through
amplifiers.
9.1. PLAYBACK
10.3. RECENT BOOKS
The simplest way to test protective relays is to play back
simulation results through amplifiers, at the proper W. D. Humpage, Z-Transform Electromagnetic
sampling rate. There is no feedback from the relay to the Transient Analysis in High Voltage Networks. IEE
simulator in this case, which may be good enough to see Power Engineering Series 3, Peter Peregrinus Ltd.,
how the first-reacting relay operates. London, UK, 1982 (ISBN 0-906048-79-6).
9.2. REAL-TIME SIMULATOR A. Greenwood, Electrical Transients in Power Systems,
2nd edition. John Wiley & Sons, 1992.
To achieve real-time performance, one obviously has to
formulate the algorithms in such a way that as few P. Chowdhuri, Electromagnetic Transients in Power
calculations are required as possible. For example, the Systems. Research Studies Press LTD, 1996. John Wiley
equations for the series impedances of a Π-circuit and Sons, Inc. (ISBN 0 86380 180 3).
according to Eq. (1) would require 9 multiplications and
6 additions on the right-hand side, whereas the rewritten L. van der Sluis, Transients in Power Systems. John
equations in (2) would only require 6 multiplications and Wiley and Sons, LTD, 2001 (ISBN 0 471 48639 6).
7 additions. An example for rewriting equations for
minimal computational effort is shown in [16], for the N. Watson and J. Arrillaga, Power Systems
case of current transformers and capacitive-coupling Electromagnetic Transients Simulation. The Institution
voltage transformers. of Electrical Engineers, United Kingdom, 2003.
Three examples of commercially available real-time
simulators in Canada are RTDS [26], HYPERSIM [27], L.C. Zanetta Jr., Transitórios Eletromagnéticos em
and OPAL [28]. Sistemas de Potencia (in Portuguese). Editora da
Universidade de Sao Paulo, Sao Paulo - SP, Brazil,
10. LITERATURE 2003.

For users of EMTP-type programs, there is a wealth of Antonio E. A. Araújo and Washington L. A. Neves,
information available. For commercial versions of the Transitórios Eletromagnéticos em Sistemas de Energia
EMTP, one can go to their respective websites. Here is a (in Portuguese). Editora de Universidade Federal de
brief list of publications related to electromagnetic Minas Gerais, Brazil, to appear in 2005.
transients in power systems.
H. W. Dommel, EMTP Theory Book, 2nd edition.
10.1. CONFERENCES Microtran Power System Analysis Corp., Vancouver,
Canada, 1992, latest update April 1996. There is a
A conference that specializes in power system transients Chinese translation, and there seems to be an ATP
is “IPST”, the International Power System Transients edition as well.
Conference. It is held every two years. The first one was 11. CONCLUSIONS
held in 1995 in Lisbon, Portugal, and the latest one in
June 2005 in Montreal, Canada. The next one will be in This paper gives a brief survey of the solution methods
Lyon, France in 2007 (probably in June). For more that are used in EMTP-type programs. A few examples
information, see www.ipst.org illustrate typical applications. A list of the recent
literature on electromagnetic transients helps readers,
10.2. IEEE AND CIGRÉ PUBLICATIONS who want to find more information on this subject.
Members of CIGRE Working Group 33.02, "Guidelines
12. ACKNOWLEDGEMENTS
for representation of network elements when calculating
transients," CIGRE Publication, 1990 (29 pages). The author appreciates the invitation from the AUPEC
2005 Conference to present this paper as a guest speaker.
J. A. Martinez-Velasco, editor, Computer Analysis of He also wants to thank colleagues and former graduate
Electric Power System Transients. IEEE Press, students who helped develop the EMTP.
Piscataway, NJ, U.S.A., 1997 (Collection of papers on
619 pages).
REFERENCES
IEEE PES Special Publication, Modeling and Analysis [1] CIGRÉ Working Group 13.05, “The
of System Transients. IEEE Catalog No. 99TP133-0, Calculation of Switching Surges. Part II.
IEEE Operations Center, Piscataway, NJ, U.S.A., 1998 Network Representation for Energization and
(put together by a Working Group chaired by A.J.F. Re-Energization Studies on Lines Fed by an
Keri). Inductive Source”, ELECTRA No. 32, pp. 17-
42, 1974.
IEEE Power Engineering Society, Tutorial on Electro-
[2] Roger C. Dugan, “A Perspective On
magnetic Transient Program Applications to Power
Transformer Modeling for Distribution System
System Protection. A. Tziouvaras, Course Coordinator.
Analysis”, IEEE Power Engineering Society
IEEE Catalog No. 01TP150, 2000.
General Meeting, 13-17 July 2003, vol. 1, p. [15] J. Lin and J.R. Marti, "Implementation of the
119. CDA Procedure in the EMTP", IEEE Trans.
[3] R. Carbone, H. W. Dommel, R. Langella, and Power Systems, vol. 5, pp. 394-402, May 1990.
A. Testa, “Analysis and Estimation of [16] J.R. Marti, L.R. Linares, and H.W. Dommel,
Truncation Errors in Modeling Complex “Current Transformers and Coupling-Capacitor
Resonant Circuits with the EMTP”, Voltage Transformers in Real-Time
International Journal of Electrical Power & Simulations”, IEEE Trans. Power Delivery, vol.
Energy Systems, Vol. 24, pp. 295-304, May 12, pp. 164-168, Jan. 1997.
2002. [17] V. Brandwajn, H.W. Dommel and I.I. Dommel,
[4] H.W. Dommel, EMTP Theory Book, 2nd "Matrix Representation of Three-Phase N-
Edition, Microtran Power System Analysis Winding Transformers for Steady-State and
Corporation, Vancouver, Canada, 1992. Transient Studies," IEEE Trans. Power
[5] C. Dubanton, “Simplified Calculation of Apparatus and Systems, vol. PAS-101, pp.
Primary and Secondary Parameters of a 1369-1378, June 1982.
Transmission Line. Zero Sequence Parameters” [18] Y. Cui, H. W. Dommel, and W. Xu, “A
(in French), E.D.F. Bulletin de la Direction des Comparative Study of Synchronous Machine
Etudes et Recherches, Serie B, pp. 52-62, 1969. Modelling Techniques for EMTP Simulation”,
[6] F. L. Alvarado and R. Betancourt, “An IEEE Trans. on Energy Conversion, vol. 19, pp.
Accurate Closed-Form Approximation for 462-463, June 2004.
Ground Return Impedance Calculations”, Proc. [19] V. Phaniraj and A. G. Phadke, Modelling of
IEEE, vol. 71, pp. 279-280, Febr. 1983. Circuit Breakers in the Electromagnetic
[7] J. R. Marti, "Accurate Modelling of Transients Program”, IEEE Trans. on Power
Frequency-Dependent Transmission Lines in Systems, vol. 3, pp. 799-805, May 1988.
Electromagnetic Transient Simulations," IEEE [20] See website www.emtp.com
Trans. Power App. Syst., vol. PAS-101, pp. [21] M. B. Hughes, R. W. Leonard, and T. G.
147-157, Jan. 1982. Martinich, “Measurement of power system
[8] F. Castellanos and J. Martí, “Full Frequency- subsynchronous driving point impedance and
Dependent Phase Domain Transmission Line comparison with computer simulations”, IEEE
Model”, IEEE Trans. Power Syst., vol. 12, pp. Trans. Power Apparatus and Systems, vol.
1331-1339, Aug. 1997. PAS-103, pp. 619-630, 1984.
[9] Ting-Chung Yu and José R. Martí, “A Robust [22] C. A. F. Cunha and H. W. Dommel, “Computer
Phase-Coordinates Frequency Dependent Simulation of Field Tests on the 345 kV
Underground Cable Model (zCable) for the Jaguara-Taquaril Line” (in Portuguese), Paper
EMTP”, IEEE Trans. Power Delivery, vol. 18, BH/GSP/12, presented at “II Seminário
pp. 189-194, Jan. 2003. Nacional de Produção e Transmissão de
[10] L. Martí, "Simulation of Transients in Energia Elétrica” in Belo Horizonte, Brazil,
Underground Cables with Frequency- 1973.
Dependent Modal Transformation Matrices", [23] H. W. Dommel, Case Studies for
IEEE Trans. Power Delivery, vol. 3, pp. 1099 - Electromagnetic Transients, 3rd edition.
1110, July 1988. Microtran Power System Analysis Corporation,
[11] M. Darveniza et al., “Modelling for Lightning Vancouver, March 2004.
Performance Calculations”, IEEE Trans. Power [24] Transformer Inrush Current, Test Case 1.
Apparatus and Systems, vol. PAS-98, pp. 1900- Microtran Power System Analysis Corporation,
1908, Nov./Dec. 1979. Vancouver, Canada, 2003 (can be downloaded
[12] H.W. Dommel, “Simulating travelling waves as factsheet 3 from www.microtran.com. Click
inside and outside GIS enclosures with the on “Tech Spot”).
EMTP”, Trans. Engineering and Operating [25] W. Xu, J.R. Marti, and H.W. Dommel, "A
Division, Canadian Electrical Association, vol. Multiphase Harmonic Load Flow Solution
33, 1994, 8 pages. Technique," IEEE Trans. Power Systems, vol.
[13] S. A. Boggs, F. Y. Chu, M. Collod, G. L. Ford, 6, pp. 174-182, Feb. 1991.
N. Fujimoto, S. Harvey, H. A. Stuckless [26] See website www.rtds.com
(principal investigators), "Gas-Insulated [27] See website www.transenergie-tech.com
Substation Reliability Research Program",
Electric Power Research Institute, Palo Alto, [28] See website www.opal-rt.com
California, U.S.A., 1985. [29] G.T. Heydt and R. C. Burchett, discussion to
[14] J.R. Marti and J. Lin, "Suppression of "Six-phase (multi-phase) power transmission
Numerical Oscillations in the EMTP", IEEE systems: Fault analysis" by N.B. Bhatt et al.,
Trans. Power Systems, vol.4, pp. 739-749, May IEEE Trans. Power App. Syst., vol. PAS-96,
1989. pp. 765-766, May/June 1977.

Das könnte Ihnen auch gefallen