Fast Fault Detection For Power Distribution Systems
Fast Fault Detection For Power Distribution Systems
Magnus Öhrström
Stockholm 2003
Licentiate Thesis
Royal Institute of Technology
Department of Electrical Engineering
Akademisk avhandling som med tillstånd av Kungl Tekniska Högskolan
framlägges till offentlig granskning för avläggande av teknisk licentiatex-
amen tisdagen den 29 april 2003 kl 10.00 i sal H1, Teknikringen 33, Kungl
Tekniska Högskolan, Stockholm.
TRITA-ETS-2003-06
ISSN 1650-674x
ISRN KTH/EEK/R 0302-SE
c Magnus Öhrström, April 2003
T HE main topic of this licentiate thesis is fast fault detection. The thesis
summaries the work performed in the project “Fast fault detection for
distribution systems”.
In the first chapters of the thesis the term “fast” is used in a general
manner. The term is later defined based upon considerations and conclusions
made in the first chapters and then related to a specific time.
To be able to understand and appreciate why fast fault detection is
necessary, power system faults and their consequences are briefly discussed.
The consequences of a fault are dependent of a number of different factors,
one of the factors being the duration of the fault.
The importance of the speed of the fault detection depends on the type of
equipment used to clear the fault. A circuit breaker which interrupt currents
only when they pass through a natural zero crossing might be less dependent
on the speed of the fault detection than a fault current limiter which limits
the fault current before it has reached its first prospective current peak.
In order to be able to detect a fault in a power system, the power sys-
tem must be observed, i.e., measurements of relevant quantities must be
performed so that the fault detection equipment can obtain information of
the state of the system. The fault detection equipment and some general
methods of fault detection are briefly described.
Some algorithms and their possible adaptation to fast fault detection are
described. A common principle of many algorithms are that they assume
that either a signal or the power system object can be described by a model.
Sampled data values are then fitted to the model so that an estimate of
relevant parameters needed for fault detection is obtained. An algorithm
which do not fit samples to a model but use instantaneous current values
for fault detection is also described and evaluated.
Since the exact state of a power system never is known due to variations
in power production and load, a model of the power system or of the signal
can never be perfect, i.e., the estimated parameter can never be truly correct.
Furthermore, errors from the data acquisition system contribute to the total
error of the estimated parameter.
Two case studies are used to study the performance of the (modified)
algorithms. For those studies it has been shown that the algorithms can
detect a fault within approximately 1 ms after fault inception and that
one of the algorithms can discriminate between a fault and two types of
common power system transients (capacitor and transformer energization).
iii
iv Abstract
The second case study introduced a system with two sources which required
a directional algorithm to discriminate between faults inside or outside the
protection zone.
It is concluded that under certain assumptions it is possible to detect
power system faults within approximately 1 ms and that it is possible to
discriminate a power system fault from power system transient that regularly
occurs within power systems but which not are faults.
TRITA-ETS-2003-06 • ISSN 1650-674x • ISRN KTH/EEK/R 0302-SE
Acknowledgements
This thesis concludes the work I have performed at the Division of Electric
Power Systems, KTH during my three and a half years there.
First, I would like to thank Leif Lundin (ABB) and Ove Albertsson
(ABB) that made it possible to start the project. Thanks goes also to
Weikko Alsterfalk (ABB) and Hans Gleimar (ABB) for letting me continue
with the project in spite of bad times for ABB Medium Voltage Products.
I would also like to thank my supervisors at KTH. When I started with
the project professor Göran Andersson was head of the department and my
supervisor. Thanks also to professor Lennart Söder who became head of the
department and my supervisor after professor Andersson moved to ETZ in
Zürich, Switzerland.
There was a small reference group attached to the project and I would
like to thank the members Henrik Breder (ABB), Stig Holst (ABB) and pro-
fessor emeritus Åke Ekström for valuable comments and suggestions. Pro-
fessor emeritus Åke Ekström was also running a project, “New techniques
for electricity supply of industrial systems including e.g. local generators.”
at the Competence center in electric power engineering at KTH from 1997
until 2002, where my work was discussed.
Thanks goes also to my colleagues at ABB and KTH for interesting
discussions and good company.
A special thanks goes to Jonas Persson (KTH) and Henrik Breder (ABB)
for proof-reading parts of this thesis.
Many thanks goes to Margareta Surjadi for all help with practical details.
The financial support from the Elektra-program (Elforsk), Vetenskapsrådet,
and ABB is gratefully acknowledged.
Finally, I would like to thank my family for their support. This thesis
would not have been possible without them.
v
vi
Contents
1 Introduction 3
1.1 Background . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 Objectives . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.3 Outline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.4 Main contributions of the thesis . . . . . . . . . . . . . . . . 5
1.5 List of publications . . . . . . . . . . . . . . . . . . . . . . . 5
3 Fault clearing 15
3.1 Fuses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.2 Circuit-breakers . . . . . . . . . . . . . . . . . . . . . . . . . 16
3.3 Current limiting . . . . . . . . . . . . . . . . . . . . . . . . 16
3.3.1 Series reactor . . . . . . . . . . . . . . . . . . . . . . 16
3.3.2 Fuses . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3.3.3 A switch-fuse combination current limiter . . . . . . 17
3.3.4 Solid-state fault current limiters . . . . . . . . . . . 18
3.3.5 Superconducting fault current limiters . . . . . . . . 19
3.3.6 Current diverter . . . . . . . . . . . . . . . . . . . . 19
vii
viii Contents
5 Algorithms 31
5.1 Waveform algorithms . . . . . . . . . . . . . . . . . . . . . . 31
5.1.1 Two samples . . . . . . . . . . . . . . . . . . . . . . 32
5.1.2 Fourier methods . . . . . . . . . . . . . . . . . . . . 33
5.1.3 LSQ-methods . . . . . . . . . . . . . . . . . . . . . . 34
5.2 Model algorithms . . . . . . . . . . . . . . . . . . . . . . . . 35
5.3 UHS-relaying . . . . . . . . . . . . . . . . . . . . . . . . . . 37
5.4 Instantaneous current algorithm . . . . . . . . . . . . . . . 38
5.4.1 Low-pass filter . . . . . . . . . . . . . . . . . . . . . 39
5.4.2 Current differential . . . . . . . . . . . . . . . . . . . 40
5.4.3 Extension to provide directional properties . . . . . 40
5.5 Arc detector . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
6 Sources of errors 43
6.1 Reliability . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
6.2 Power system transients . . . . . . . . . . . . . . . . . . . . 43
6.2.1 Capacitor energization . . . . . . . . . . . . . . . . . 44
6.2.2 Transformer energization . . . . . . . . . . . . . . . 44
6.2.3 Faults . . . . . . . . . . . . . . . . . . . . . . . . . . 46
6.2.4 Identification of differences . . . . . . . . . . . . . . 46
6.3 Data acquisition equipment . . . . . . . . . . . . . . . . . . 48
6.3.1 Transducers . . . . . . . . . . . . . . . . . . . . . . . 49
Contents ix
7 Case Studies 59
7.1 IEC case study . . . . . . . . . . . . . . . . . . . . . . . . . 59
7.1.1 Common considerations . . . . . . . . . . . . . . . . 61
7.1.2 Fault detection with the LSQ-method . . . . . . . . 62
7.1.3 Fault detection with the differential equation method 64
7.1.4 Fault detection based on instantaneous current values 67
7.1.5 Results of the IEC case study . . . . . . . . . . . . . 68
7.2 SSAB case study . . . . . . . . . . . . . . . . . . . . . . . . 69
7.2.1 The electrical power system at SSAB . . . . . . . . . 70
7.2.2 Fault detection with the LSQ-method . . . . . . . . 71
7.2.3 Fault detection with a differential equation method . 72
7.2.4 Fault detection based on instantaneous current values 72
7.2.5 Results . . . . . . . . . . . . . . . . . . . . . . . . . 73
7.3 Shortcomings of the simplified power systems . . . . . . . . 73
xi
xii
List of Tables
xiii
xiv
I dedicate this thesis to my dear family:
Hillevi, Jennifer and Cecilia
Chapter 1
Introduction
1.1 Background
3
4 Chapter 1. Introduction
1.2 Objectives
The objective of this licentiate thesis is to present results from the project
“Fast fault detection in power distribution systems” performed at the Royal
Institute of Technology in Stockholm, Sweden since the spring of 2000.
Within the project algorithms suitable for fast fault detection have been
1.5. List of publications 5
investigated and their performance evaluated. It turned out that the ex-
pression “fast” is not defined in the context of fault detection. A study of
expressions used for speed requirements of protection equipment has been
performed. The process of measuring and conversion of measurands has
been investigated and the need of processing capacity has been discussed.
1.3 Outline
The thesis begins with a chapter (chapter 2) on electrical faults and their
consequences in a power system. Methods and apparatus for mitigation and
clearing of faults are described in chapter 3. The fault protection system
is briefly outlined in chapter 4 together with common general principles for
fault detection. Next, a few algorithms used for relaying purposes are de-
scribed in chapter 5. Some common sources of errors and how they effect
the fault detection are discussed in chapter 6. The application of the algo-
rithms to two case studies are presented in chapter 7. Finally, conclusions
and ideas for future work are discussed in chapter 8.
To put the work within this thesis in perspective, two appendices have
been included. Appendix A contains a study on voltage dips, possibly caused
by short-circuit faults and appendix B contains a study on simulations of
power systems.
Conference papers
• Öhrström, M. and Söder, L., “Fast fault detection for power distribu-
tion systems” [1], presented at the 7th IASTED conference, Marina
del Rey, California, USA, 12–15 May, 2002
• Watson, J. and Öhrström, M., “Current transformers, couplers &
coils: A century of Overcurrent Measurement for Power System Pro-
tection” [2], presented at the 37th International Universities Power En-
gineering Conference, Staffordshire University, 9–11 September 2002
• Öhrström, M., Söder, L. and Breder, H., “Fast Fault Detection for
Peak Current Limitation Based on Few Samples” [3], accepted for the
CIRED2003 conference in Barcelona, Spain, 12–15 May, 2003
• Öhrström, M. and Söder, L., “A Comparison of Two Methods used
for Voltage Dip Characterization” [4], accepted for the IEEE Power
Tech conference in Bologna, Italy, June, 2003
Technical reports
• Öhrström, M., “Characterization of voltage dips recorded at a Swedish
industrial plant during 1999” [5], internal KTH-report
• Öhrström, M., “Analysis of voltage dips” [6], internal KTH-report
Chapter 2
2.1 Faults
The consequences (in most cases damage or potential hazard to humans and
property) caused by electrical faults in power systems strongly depend on the
magnitude of the fault current, which in turn depends on the type of fault,
the location of the fault, the system earthing, the source impedance, and
the impedance of the fault. The duration of the fault is also of considerable
importance when estimating the consequences of a fault.
One way to characterize the types of faults is to describe them as shunt-
or series faults. Shunt faults are faults when one or more of the phases are
short-circuited (possibly to earth). Shunt faults are in general more severe
than series faults, which could be described as an interruption in one or
more of the phases.
The following definition of a short-circuit is taken from an IEEE stan-
dard [7]:
“An abnormal connection (including an arc) of relatively low
impedance, whether made accidentally or intentionally, between
7
8 Chapter 2. Faults and their consequences
currents due to shunt faults depend on the system impedance as seen from
the fault location, and of the fault impedance. In general, fault currents
1
The I nternational E lectrotechnical C ommittee (IEC) publish standards that are used
by manufacturers and customer for standardization purposes.
2.2. Consequences 9
are much larger than load currents. However, the magnitude of single-phase
fault currents is largely dependent on the system grounding2 and can be
large in magnitude (of the same order as three-phase fault currents in solidly
grounded systems) or small (a few Amperes in high-impedance grounded
systems).
2.2 Consequences
The consequences of a fault can be divided into one part caused by the
initiation of the fault (e.g. insulation breakdown) and one part which is
dependent on the duration of the fault. The initial consequences cannot be
reduced by faster fault detection whereas the part dependent on the duration
of the fault can.
2.2.1 General
Mechanical forces
For parallell conductors in a single- or a three-phase system, the maximal
force imposed on one of the conductors can be calculated by using equa-
tion 2.1 [9].
2
Fmax = k · kr · · i2s kp/m (2.1)
d
where Fmax is the largest force (in kp3 /m) imposed on the conductors, is
is the peak current expressed in kA, d is the distance between neighboring
2
In Sweden, the transmission system (voltages more than 130 kV) is solidly earthed, but
the distribution system (at least for 10 – 40 kV) is either non-earthed or high impedance
earthed. The impedance can be a resistance, an inductance, or a combination thereof.
3
1 kp (kilopond) is equal to 9.82 kN.
10 Chapter 2. Faults and their consequences
80
60
40
20
−20
−40
−60
−80
0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
Thermal stress
Due to resistance in the conductors of a power system, heat losses according
to equation 2.3 are produced when a current flows through them.
P = R · I2 (2.3)
In equation 2.3, P denotes the heat losses for a conductor caused by the
current I, when passing through the resistance R. I is the RMS-value of the
current.
Since the losses depend on the square of the current, fault currents give
rise to major heating. Depending on the size and material of the conductor,
the heating will eventually lead to meltdown and destruction of the con-
ductor. Power system equipment is designed to manage fault currents for
a certain amount of time. The organisation IEC have published standard
values of allowed short-circuit currents and how long they are allowed to
persist. If the fault current is lower than the rated value, the time before
meltdown occurs is increased. An estimation of the allowed period of time
can be obtained by calculating the heat loss developed in the conductor when
the rated short-circuit current I1 is passed through the conductor during the
rated time t1 . If the actual current is I2 , an estimation of the allowed time
t2 can be calculated by using equation 2.4.
Power system apparatus are normally designed to carry fault currents during
a rather long time (one or three seconds are common rated values according
to the IEC). If the thermal consequences where the only consequences there
would be plenty of time to detect and clear faults.
2.2.4 Cost
The concept of consequence steps could also be related to the cost caused
by the fault. The initial consequence could for example lead to insulation
breakdown in a cable so that the cable needs to be repaired. If the fault
current is allowed to persist, the cable will be more and more damaged
so that it might need to be replaced. Eventually, the fault current will
damage not only the cable, but also other equipment in the faulted current
path, such as circuit breakers, instrument transformers, transformers, or
even generators. Replacing or repairing part of a cable might not be very
7
If the conductor is made out of copper with an area of 10x100 mm2 , 4 kg of copper
corresponds to a meltdown of approximately 10 cm of the conductor.
2.2. Consequences 13
8
The magnitude of the dip is an expression that sometimes is used. But if the mag-
nitude of a dip is say 30% it is unclear if the remaining voltage is 30 % or if the missing
voltage is 30%.
14
Chapter 3
Fault clearing
I N the early days of power systems (late 1800s), an electrical fault could
be detected visually by the operator and then manually removed. Today,
electrical faults are automatically cleared by fuses and circuit breakers, or
limited by fault-current limiters. This chapter gives an overview of methods
and apparatus used for fault clearing.
3.1 Fuses
Fuses have been used in power systems since the late 19th century [12]. A
fuse is a device which can carry load currents, but when the current rises
above a certain threshold for a certain time, the conducting path will break
down and the fuse will clear the current. Fuses are common in low voltage
systems and in some extent in medium voltage systems but not so common
in high voltage systems. Depending on the design (there are fuses that are
non-current limiting and there are fuses that are current limiting), a fuse can
limit the first current peak of the short-circuit current. The fuse is thus an
excellent device for fault clearing but they have a number of disadvantages
which limit their use:
• After a fuse has cleared a current it has to be replaced.
• When load currents flow through a fuse they give rise to losses propor-
tional to the square of the current (as previously discussed in chapter 2
equation 2.3). For large load currents the losses can be unacceptably
high.
15
16 Chapter 3. Fault clearing
3.2 Circuit-breakers
Power circuit-breakers are used at all voltage levels in a power system. Most
common today in medium voltage systems are either SF6 circuit-breakers2
or vacuum circuit-breakers. The basic principle of current interruption of
an alternating current is based on the natural zero-crossings of the current
twice per period of the power frequency. Once the contacts of the circuit-
breaker is opened, the current will continue to flow through an arc until a
natural zero-crossing is reached. At that moment the arc is extinguished
and if the contact separation is large enough and the arcing channel has
cooled sufficiently, the current will be interrupted. Otherwise, the current
will flow in the circuit until next natural zero crossing before an interruption
can take place.
Since the interruption principle is based on the natural zero-crossings
of the short-circuit current it is impossible to protect the system from the
mechanical forces caused by the first current peak by using a circuit-breaker.
There is no way the first current peak can be avoided with such circuit-
breakers. Even if the operating time of the contacts is made infinitely small,
the circuit-breaker would still need a zero-crossing to interrupt the current.
only limit the short-circuit current but the installed short-circuit power is
also reduced. Since the reactor is a series circuit element it also contributes
with additional losses when load currents pass through it. The series reactor
is always connected to the circuit3 and needs no external signal or control to
limit the fault current. Actually, the fault current is not limited very much,
just as much as needed for the existing protection system to cope with it.
3.3.2 Fuses
There are fuses that are of so-called current limiting type i.e. they can limit
the fault current before the first current peak of the prospective fault current.
When the fault current exceeds a certain threshold, the fuse rapidly melts
and the fault current flows through an arc within the fuse until the next
current zero where it is extinguished. The impedance of the arc limits the
fault current during the arcing time. Even though the current limitation can
be significant, the limited current still flows in the circuit until it is finally
cleared. As for the series reactor the fuse does not need any external signal
or control to operate but is “triggered” by the fault current itself.
expensive solid-state components7 thus lowering the cost (as long as the
switch is cheaper than the solid-state components). The control system of
the apparatus can be constructed so that the switch never operates if the
current is larger than the solid-state components can handle. Then a new
disadvantage is that the component might not be able to limit the current
before the first current peak (if the switch is slow). The losses can also be
reduced with a switch in parallel that carries the load current. It is eas-
ier to construct a mechanical switch with low impedance than a solid-state
component with low impedance. It must be observed that to commutate
a current can be a difficult task and that the operating time of the switch
adds to the total fault clearing time.
at the fault point becomes virtually zero, but instead a temporary voltage
dip down to zero is imposed on the system for the time it takes for the
ordinary protection to interrupt the fault, open the current diverters, and
close the current path again. But then again, without the current diverter
this type of power system connection would be difficult to realize. Other
types of current interruption equipment also give rise to a voltage dip when
clearing the fault current. A current limiter might get away with a less
severe voltage dip but the cost is considerable higher than that of a bypass
switch.
9
corresponding to a quarter of a period of the power frequency.
Chapter 4
4.2.1 Transducers
To be able to detect a fault, the state of the power system must be observed
and analyzed. The most common signals used for fault detection are cur-
rents, and voltages. Furthermore, light can be used to detect an open arc
fault inside an enclosed switchgear and is not further treated here. A pres-
sure gauge can be used in a transformer to detect pressure waves generated
by a fault.
21
22 Chapter 4. Fault protection systems
Instrument transformers
Instrument transformers has been in use since the late 19th century. They
are commonly abbreviated as CT for current transformers, VT for voltage
transformers (or PT for potential transformers), and CVT for capacitive
voltage transformers. Instrument transformers consists in principle of two
windings wound round an iron core. The connection of a CT and VT is
different since the CT is connected in series with the main current path and
the VT is connected as a shunt-device to earth (if phase-to-earth voltages
are measured) or between phases (if phase-to-phase voltages are measured).
During the years CTs and VTs have been extremely reliable components
(with respect to their accuracy of reproducing the primary voltage or current
at the secondary terminals) and their behavior is with a few exceptions well
known to power system engineers. Things to consider when using VTs, CTs
or CVTs as inputs for fast fault detection are:
• Saturation of the core of the CT, which is caused either by a high
ac-component or a dc-component. A saturated CT supply little or no
secondary current (at least when the primary current is of power fre-
quency character) depending on the secondary burden and the amount
of saturation. However, it takes a while for a CT to saturate so for fast
fault detection CT saturation might not be a problem. If fast fault
detection is supposed to be used in systems where fast reclosing is
used, CT saturation could be a consideration if the fault still persists
when the reclosing is made and there is remanent flux in the core.
Saturation of the core of a VT is not considered as a problem for
fast fault detection since the voltage normally is reduced during a
fault thus providing larger margins to the knee-point on the BH-curve
where saturation commences.1
• The bandwidth of an instrument transformer is a measure on how the
instrument transformer will behave at various frequencies. An instru-
ment transformer for use in power systems is normally designed for
1
A saturation phenomenon related to VTs is ferroresonance which is a resonance be-
tween the non-linear inductance of the VT and the capacitances of the network in which
the VT is connected.
4.2. Relay protection system 23
Non-conventional transducers
Of the above mentioned transducers the voltage divider, the Rogowski coil,
and the low power current transducer have found some use for switchgear
manufacturers. The optical sensors are typically on the development stage
and awaits further investigation.
Location of transducers
4.2.2 Wiring
4.2.4 Relays
Electromechanical relays
Electromechanical relays were the first relays to be used in power systems for
protection purposes. The inputs to an electromechanical relay are currents
and voltages from CTs and VTs in the power system.
Solid-state relays
Solid-state relays also take their input signals from the power system with
the aid of CTs and VTs. The relay characteristic in a solid-state relay is
achieved by circuit design based on operational amplifiers.
26 Chapter 4. Fault protection systems
2
A microprocessor relay where the relay characteristic can be programmed into the
microprocessor.
3
Digital to Analogue
4.3. Basic protection principles 27
An early paper on digital protection predicted that all protective task within
a substation would be handled by a single computer due to cost reasons.
Instead the trend has been towards single protective relays for each feeder of
the substation (and also one single protective relay for different protection
tasks in that feeder). The advent of bay terminals made it possible to
gather different protective tasks in a feeder into one single unit. Today, thirty
years later, there exists system where all protective tasks of a substation is
performed by one single industrial pc. One such system is described in (x)
where its primary function is the control of an HVDC converter station,
but all protective tasks in the substation was possible to implement in the
industrial pc. The feeders are equipped with I/O circuit boards which gather
current and voltage signals from the feeders and transfer them to the pc.
It is possible to implement simple protective task in the I/O circuit board
which contains a processor.
value of the current but instead the RMS-value or the peak value of the
current.
with each other even when placed at separate ends of a transmission line.
If the concept of pilot relaying is interpreted as the ability of two or more
relays to communicate with each other the increased use of numerical relays
for power system protection will provide an excellent platform for all relays
to be pilot relays.
Algorithms
Sampled data values of current and/or voltage are then fitted to the sinu-
soidal waveform using one of a number of available methods. The result is
1
Often unique to a family of microprocessors and not easily transferred to other mi-
croprocessors.
31
32 Chapter 5. Algorithms
Assume that two consecutive current samples i0 and i1 at the time instants
t0 and t1 respectively are available and that the angular frequency ω in equa-
tion 5.1 corresponds to the nominal power frequency of the power system.
Substituting into equation 5.1 gives two equations for solving the unknown
parameters (Imagn , and ϕ).
Imagn , and ϕ can now be solved from equations 5.2 and 5.3.
If it is first observed that the time-derivative of equation 5.1 is:
Then the magnitude Imagn can be estimated from one current sample and
one current derivative sample. The current derivative however is not always
readily available. Two consecutive current samples can be used to estimate
the derivative 5.6.
i (t) = (i(t1 ) − i(t0 ))/∆t (5.6)
where ∆t is the time between the two samples (∆t = t1 −t0 ). The magnitude
can then be estimated from equation 5.5 by substitution of equation 5.6
which gives equation 5.7.
2 1
Imagn (t1 ) = i21 + (i1 − i0 )2 (5.7)
ω 2 ∆t
equation 5.1 still holds, i.e. , the signal is assumed to be sinusoidal and of a
known frequency which coincides with the nominal power frequency of the
power system. The literature describes full-wave and half-wave versions of
DFT based algorithms. The full-wave algorithm uses sampled data from a
full period of the nominal power frequency, whereas the half-wave algorithm
uses sampled data from a half period of the nominal power frequency.
If the measurement noise is assumed to have zero mean and to be un-
correlated between samples, the DFT can be shown to give the optimum fit
of the sampled data to the sinusoidal waveform. Algorithms based on DFT
methods are used in many modern numerical relays due to its excellent prop-
erties (optimum fit, noise reduction, and harmonic filtering) and simplicity.
The fast Fourier transform (FFT) is an algorithm which calculates the DFT
of a discrete signal. The FFT can be applied when the signal is of a length
N (N = number of samples) so that 2n = N for some integer value of n.
5.1.3 LSQ-methods
Description
The abbreviation LSQ is a short notation for Least Squares. Phadke and
Thorp [19] describes an algorithm for estimation of the magnitude and the
phase of a voltage or a current signal based on three consecutive samples;
each sample giving one equation for solving the magnitude and the phase.
Since only two unknowns are estimated and three equations are available,
the system of equations is over determined and the algorithm fits the samples
by a least square error method to a sinusoidal of nominal power frequency
5.2. Model algorithms 35
(see equation 5.9, which can be derived from 5.1 by using a trigonometric
identity sin(x + y) = sin(x)cos(y) + cos(x)sin(y)).
where
i1 cos θ + i0 + i−1 cos θ
Ic = , (5.11)
1 + 2 cos2 θ
and
i1 − i−1
Is = (5.12)
2 sin θ
and θ is the power frequency angle between two consecutive samples θ =
2πf0 · ∆t, where f0 is the power frequency of the power system and ∆t is
the time difference between two consecutive samples.
Source
i Z=R+jωL
u Fault
Figure 5.1. The power system used in the differential equation algorithm.
di
u=L + Ri (5.13)
dt
The impedance R + jωL can now be estimated by fitting current and
voltage samples to equation 5.13. Let (ik , ik+1 , ik+2 ), and (uk , uk+1 , uk+2 )
denote the sampled values of current and voltage, the estimated impedance
of the protected object are then given by equation 5.14. If the estimated
impedance is high there is no fault and R + jωL is an estimation of the
impedance of the load. If the estimated impedance is low there is a fault
and R + jωL is an estimation of the impedance of the fault.
(uk+1 + uk ) (ik+2 − ik+1 ) − (uk+2 + uk+1 ) (ik+1 − ik )
R=
(ik+1 + ik ) (ik+2 − ik+1 ) − (ik+2 + ik+1 ) (ik+1 − ik )
(5.14)
∆t (ik+1 + ik ) (uk+2 + uk+1 ) − (ik+2 + ik+1 ) (uk+1 + uk )
L=
2 (ik+1 + ik ) (ik+2 − ik+1 ) − (ik+2 + ik+1 ) (ik+1 − ik )
The dc-component in the fault current does not introduce errors with
this algorithm because it is accounted for in the model. A decaying dc-
R
component C1 e− L t is a part of the solution to equation 5.13.
5.3. UHS-relaying 37
Even this algorithm has the potential of being fast. The denominator, how-
ever, will become small for high sampling frequencies introducing similar
numerical difficulties as previously discussed. This algorithm will be further
investigated in chapter 7.
5.3 UHS-relaying
Description
The abbreviation UHS is a short notation for U ltra H igh S peed. As men-
tioned in section 4.4, the expression UHS-relaying is used for fault detection
within a quarter of a period of the power frequency. Common algorithms
used for UHS-relaying are so-called travelling wave algorithms. Travelling
wave algorithms measure the travelling waves generated by the initiation
of the fault. One algorithm uses measurements from both ends of a trans-
mission line to determine whether the fault is on the transmission line or
not [18].
The travelling waves travel along the transmission line with a speed close
to that of light. For distribution systems, which in general deliver power to
a rather small area, travelling wave algorithms have the potential of being
fast. Travelling wave algorithms are mostly used for transmission systems
were the damping of the transients is low (R X) and the transients
are easier to detect. In distribution systems however, the damping is often
higher and the travelling waves not easily detected. A further consideration
regarding travelling waves is that a distribution system is smaller (but can
have more feeders) than a transmission system. Distribution systems are
often (at least in Sweden) a mixture of overhead lines and cables with lots
of junctions. When a travelling wave reaches a junction, one part of it is
reflected and one part of it is transmitted but now even more attenuated
making it harder to detect.
38 Chapter 5. Algorithms
Description
The original fault type classifier is extended with a low-pass filter and a
current differential criteria.
5.4. Instantaneous current algorithm 39
than the cut-off frequency will be passed through the filter. The actual
properties of low-pass filters has not been investigated in this thesis. In the
chapter on case studies (chapter 7), existing models of low-pass filters have
been used and the cut-off frequencies has been selected as if the low-pass
filters were ideal.
Sources of errors
6.1 Reliability
Reliability of a relay protection system can be described from two aspects:
dependability and security. The dependability of a relay protection system
is the ability to detect and disconnect all faults within the protected zone.
The security of a relay protection system is the ability to reject all power
system events and transients that are not faults so that healthy parts of
the power system are not unnecessarily disconnected . The two aspects are
contradictive in the way that the more dependable the system is, the more
sensitive it is and the risk for false detection is then increased.
43
44 Chapter 6. Sources of errors
system faults. However, estimating the level of the second harmonic current
takes too long time and for fast fault detection other means of discrimina-
tion must therefore be investigated. The magnitude of the inrush current
transient depends on the switching instant and on the remanence of the
transformer core [19]. If the direction of the inrush current is so that the
flux in the core coincides with the direction of the remanence flux, the core
might become saturated, hence providing large currents for its magnetiza-
tion.
1
The time delay has been estimated with EMTDC simulations by using a Butterworth
filter from a library with common power system components available within EMTDC.
46 Chapter 6. Sources of errors
6.2.3 Faults
Power system electrical faults are also of transient character. Faults that
are inside the zone of protection 2 are not considered as errors because they
are meant to be detected. Faults outside the zone of protection can disturb
the algorithm if the fault currents are close to, or larger than, the trigger
level. Even though a fault is detected it might be so that the protection
system of a neighboring system should have cleared that fault.
Another potential source of error with respect to fault currents is the
decaying dc-component (as illustrated in figure 2.2) that is appearing in
the fault current immediately after fault inception. For example the LSQ-
algorithm described in chapter 5, three consecutive samples are used to
estimate the magnitude of the fault current under the assumption that they
can be fitted to a sinusoidal waveform. The dc-component however is not
a sinusoidal waveform and will lead to an error of the estimated current.
Figure 6.1 contains the estimated current and the instantaneous current for
a fault where the fault current contains maximal dc-component. The figure
is taken from the IEC case study (chapter 7) and the sampling frequency is
4 kHz. It can be concluded by analyzing figure 6.1 that the dc-component
does not contribute with a large error and for the purpose of fault detection
within 1 ms from the fault inception the error is negligible.
100
80
60
40
20
Current (kA)
0
ia
−20
−40
−60 ia:estimated
−80
−100
0.3 0.302 0.304 0.306 0.308 0.31 0.312 0.314 0.316 0.318 0.32
Time (s)
Figure 6.1. The effect of the dc-component on the estimated current (ex-
pressed in kA)
1
Current (kA)
−1
−2
−3
0.25 0.26 0.27 0.28 0.29 0.3 0.31 0.32 0.33 0.34 0.35
Time (s)
1
Currents (kA)
−1
−2
−3
0.25 0.26 0.27 0.28 0.29 0.3 0.31 0.32 0.33 0.34 0.35
Time (s)
100
80
60
40
20
Current (kA)
−20
−40
−60
−80
−100
0.25 0.26 0.27 0.28 0.29 0.3 0.31 0.32 0.33 0.34 0.35
Time (s)
6.3.1 Transducers
The word transducer is in this thesis used in the sense that it is a power
system component used to create an image of the signal under study which
can be used by the protection equipment (after processing).
Voltage transformers
Voltage transformers (sometimes referred to as potential transformers) has
been subject to standardization by for example IEC and IEEE. The accuracy
of a voltage transformer is well-defined by the standards. The IEC proposes
two accuracy classes for voltage transformers used for protective purposes3 ,
namely class 5P and 10P. A voltage transformer that is rated according to
class 5P has an error of less than 5% at rated voltage and rated burden.
A voltage transformer that is rated according to class 10P has an error of
less than 10% at rated voltage and rated burden. The voltage transformer
is rated for a given frequency (most often 50 or 60 Hz), but the standard
does not specify how a voltage transformer behaves at frequencies other
than the rated one. For transient measuring the step-response and the
bandwidth of a voltage transformer is crucial. For voltage transformers used
for fast fault detection according to principles previously mentioned, the high
frequency properties are not that important since the fault detection mainly
is based on investigating the power frequency current or voltage. According
to Lehtonen [21], the magnitude response of a magnetic voltage transformer
is flat up to at least 1000 Hz. For certain burdens the phase error might
be an issue but not for the power frequency component. In the case studies
(chapter 7) it was assumed that the magnitude response of both CTs and
VTs is equal to one for all frequencies so the possible attenuation of high
frequencies inherent to a VT is not accounted for.
Saturation of the iron core is normally not considered an issue for voltage
transformers since the voltage usually drops in case of a fault, thus increasing
3
There are other accuracy classes for voltage transformers used e.g. for instruments or
revenue metering.
50 Chapter 6. Sources of errors
Current transformers
Current transformers also have been subject to standardization. The accu-
racy of a current transformer is well defined by standards and IEC allows
a multitude of accuracy classes for current transformers for protective pur-
poses. A current transformer rated for protective purposes might for exam-
ple be designated 5P20, where the P stands for P rotection, the number 5
stands for the maximum allowed composite error of the current transformer
expressed in percent, and the figure 20 stands for the overcurrent factor
for which the maximum error is allowed (and for all currents lower than
that given by the overcurrent factor). The overcurrent (Ioc ) is related to
the rated current of the current transformer by multiplying the overcurrent
factor with the rated current Ioc = 20 · In , where In is the rated current of
the current transformer.
6.3. Data acquisition equipment 51
When a fault occurs in the power system the probability that the current
transformer will become saturated is quite high. Especially in power sys-
tems where fault current limiters are used where the fault currents are likely
to be large. A fault current has previously been demonstrated to contain
a decaying dc-component as well as a steady state ac-component (fig 2.2).
A current transformer can be saturated due to the dc-current and due to
the ac-current. The result of the saturation however is the same; the out-
put of the current transformer will be small or even zero depending on the
connected burden. It is not sure whether saturation is a concern when ap-
plying fast fault detection since it depends on the choice of transformer, the
burden of the connected data acquisition equipment, and the fault current.
The fault is probably detected and cleared before the current transformer
becomes saturated. The use of correctly rated current transformer how-
ever is crucial. If two power systems are connected with a sectionalizing
fault current limiter, consideration must be made to make sure the current
transformers are correctly rated to avoid possible saturation.
The step-response and the bandwidth of a current transformer is also
crucial when fast fault detection algorithms are applied. However, the meth-
ods described previously (chapter 5) in this thesis use primarily the power
frequency component of the fault current for the fault detection. When
applying fault detection based on other principles such as for example a
travelling wave, the high frequency properties of the current transformer
must be considered. High frequency properties of a current transformer is
better than the corresponding property for a voltage transformer. Lehto-
nen [21] has shown that the magnitude response for a particular current
transformer was flat up to almost 10000 Hz.
by the anti-aliasing filters however tends to zero when the cut-off frequency
tends to infinity. For a method discussed earlier 5.4, it was proposed that to
be able to discriminate a capacitor switching from a fault, a low-pass filter
could be used. The cut-off frequency of such a filter should be set much lower
than a regular anti-aliasing filter (i.e. half the sampling frequency), hence
introducing a phase error upon the signal. The phase error constitutes a
delay in the sampled signal and the delay depends on the design of the filter
and in particular on the choice of the cut-off frequency.
For cost saving reasons, one A/D converter is often used together with an
analogue multiplexer so that the samples of different signals are not truly si-
multaneously but instead sequentially sampled. The speed of the conversion
determines the maximal allowed sampling rate and the number of signals
that can be multiplexed into one A/D converter. If better performance is
required, one A/D converter per channel can be used.
The accuracy of the A/D converter is often expressed in bits. An 8-bit
A/D converter provides 28 = 256 possible digital levels for the signal. The
analogue signal will be rounded to fit into one of these 256 digital levels.
If the signal is ±10 kV (peak value), each digital level will correspond to
20000/256 ≈ 78 V. If a 12-bit A/D converter is considered, then it provides
212 = 4096 possible digital levels for the signal. The analogue signal will be
rounded to fit into one of these 4096 digital levels. If the signal is ±10 kV
(peak value), each digital level will correspond to 20000/4096 ≈ 4.88 V.
As will be shown later in the section on algorithm dependent errors, an 8-
bit A/D converter can limit the sampling frequency for a certain algorithm
though it provides quite a lot of noise in terms of round-off errors, which
the algorithm is sensitive to.
The word length of the processor also contributes to the error. However, mi-
croprocessors used in modern protection relays typically have a word length
of 16 bits. If the accuracy of the A/D converter is 8-bits or 12-bits, the word
length will not be a limiting factor. If complicated algorithms are used then
there might be a small error due to the word length but probably not of
any importance. For an algorithm that uses only the instantaneous current
values, the word length is not a limiting factor because no calculations are
performed, only a comparison with the trigger level.
6.4. Algorithm dependent errors 53
Algorithms contribute to the error in the estimated signal (which could lead
to a false fault detection) in various ways. It is important to realize that the
actual signal is not known in advance. An algorithm that assumes that the
signal is a perfect sinusoidal signal will generate an error due to the harmonic
content and other noise in the power system signal. Another type of “error”
an algorithm can contribute to is to amplify errors in the sampled data if
not carefully designed. The word “error” is put inside quotes because the
algorithm is correct under the assumptions made. However, the algorithm
can amplify potential errors in the sampled signal. Numerically unstable
might be a better word to use than “error”.
An algorithm that is used to estimate the magnitude of a voltage or
a current signal (studied in more detail in section 5.1.3) was found to be
dependent on the sampling rate. The algorithm fits sampled data values
to a sinusoidal signal and the magnitude is given by equation 6.1. The
54 Chapter 6. Sources of errors
14000 14000
12000 12000
10000 10000
8000 8000
6000 6000
4000 4000
2000 2000
0 0
−1 0 1 2 3 −1 0 1 2 3
The algorithm based on the discrete Fourier transform (see section 5.1.2)
is not so sensitive to the sampling rate. This algorithm uses data samples
from a whole period and the result is given in figure (6.6) for two different
sampling rates (1 kHz and 20 kHz respectively.) However, since data samples
6.4. Algorithm dependent errors 55
10000 10000
9000 9000
8000 8000
7000 7000
6000 6000
5000 5000
4000 4000
3000 3000
2000 2000
1000 1000
0 0
−1 0 1 2 3 −1 0 1 2 3
from a whole period is used not much is gained by raising the sampling
frequency. The estimate of the current magnitude is not available until
after about 20 ms (corresponding to one period of power frequency).
The algorithm based on three consecutive samples of voltage and current
(see section 5.2) shows to be equally sensitive to errors in the data as the
algorithm described by equation 6.1. This time the algorithm assumes that
the protected power system can be described by a differential equation e.g. a
RL-link describing a transmission line (or/and a load). If three consecutive
samples of voltage and current are available, the apparent impedance of the
transmission line can be estimated by using equation 6.2 that was given in
section 5.2. If the apparent impedance of the transmission line deviates from
the expected, it is likely that a fault is present.
(vk+1 + vk ) (ik+2 − ik+1 ) − (vk+2 + vk+1 ) (ik+1 − ik )
R=
(ik+1 + ik ) (ik+2 − ik+1 ) − (ik+2 + ik+1 ) (ik+1 − ik )
(6.2)
∆t (ik+1 + ik ) (vk+2 + vk+1 ) − (ik+2 + ik+1 ) (vk+1 + vk )
L=
2 (ik+1 + ik ) (ik+2 − ik+1 ) − (ik+2 + ik+1 ) (ik+1 − ik )
Simplification of the common denominator of equation 6.2 gives that it can
be written as:
−2 i2k+1 − ik ik+2 (6.3)
56 Chapter 6. Sources of errors
The expression given by equation 6.3 tends to zero as the sampling rate
tends to infinity. A small denominator tends to amplify errors in the sampled
signals, which was demonstrated for the LSQ-method earlier in this section.
Taking the numerical approximation of a derivative of a sampled signal
is subject to numerical difficulties. The derivative of a signal f (t) is defined
as:
f (t) − f (t − h)
f (t) = lim (6.4)
h→0 h
When the signal f (t) is not known analytically an estimate of the derivative
can be formed by taking the differential between two samples and dividing
with the time difference between the samples.
f (t) − f (t − ∆t)
f (t) ≈ (6.5)
∆t
The estimate will be poor if ∆t is selected too large and the signal varies
rapidly. On the other hand, the estimate can also be poor if ∆t is selected
too small, possible errors in the sampled signal will be magnified when their
differential is divided by a small number ∆t. This is illustrated in figure 6.7,
where the derivative has been calculated at a sampling frequency of 20 kHz
and after that the signal has been down sampled to 1 kHz. The derivative
calculated at 20 kHz sampling frequency is extremely noisy and difficult to
analyze, whereas the derivative calculated at 1 kHz sampling frequency is
quite smooth.
6.4. Algorithm dependent errors 57
6 6
x 10 x 10
5 5
4 4
3 3
2 2
1 1
0 0
−1 −1
−2 −2
−3 −3
−4 −4
−5 −5
0 0.005 0.01 0.015 0.02 0 0.005 0.01 0.015 0.02
Case Studies
Two case studies have been performed in order to investigate the perfor-
mance of algorithms for fault detection and current limiting concepts on
a model of a real power system. The modelling and simulation has been
performed with EMTDC1 — a computer program for studying transient
electrical problems [24]. The case studies were performed using two power
systems, the first one based on standard values of rated system voltage,
rated nominal load current, and rated short-circuit current as given by the
IEC (denoted as the IEC case study), and the second case study was based
on power system data from an electrical power distribution system at SSAB
Oxelösund, Sweden (denoted as the SSAB case study). Three different types
of fault detection algorithms have been studied; one waveform algorithm (see
section 5.1), one model algorithm (see section 5.2), and one instantaneous
current algorithm (see section 5.4).
59
60 Chapter 7. Case Studies
Source Zs B1 B2 B3 ZL
Fault
Measuring point C T
diagram of the power system used in the IEC case study. The source is
modelled as an infinite source, that is with no limits on active or reac-
tive power production. The source impedance is ZS = 0.0122 + j · 0.173
Ω, which corresponds to a short-circuit current of 40 kARMS . The load
impedance was ZL = 8.79 + j · 6.44 Ω, which corresponds to a load cur-
rent of 630 ARMS . Three circuit-breakers, B1 , B2 , and B3 respectively, were
used to apply three power system transients. The first circuit-breaker was
used to simulate faults imposed on the power system. Mostly three-phase
faults were studied, however a few two-phase faults were also studied to
investigate if they also could be detected using algorithms from this thesis.
Single-phase faults are only briefly considered within this thesis, since dis-
tribution systems are commonly high impedance earthed3 so that the fault
current of a single-phase fault is in the order of a few Amperes. The second
circuit-breaker was used to simulate capacitor energization, and the third
2
The time constant of a power system is a measure of the time it takes for transients
to develop or to attenuate.
3
At least in Sweden except for the 400 V distribution system that is solidly earthed.
7.1. IEC case study 61
aliasing. For the third method (the instantaneous current method) the low-
pass filter was selected in a different manner that is described in more details
later in this chapter. The input data to the algorithms (i.e. sampled values
of voltage and current) was measured close to the source (to the right of
ZS in figure 7.1). Since the scope of this thesis is fast fault detection for
power systems where current limitation or interruption before the first peak
is required, the algorithms studied are intended to detect all faults within
the power system5 . In a power system with a traditional relay protection
system, each feeder (the source, the capacitor, the transformer, and the load
in figure 7.1) would have had its own protection equipment6 , but in a power
system where current limiting is used it is likely that most faults have to
be limited rapidly by a current diverter (see chapter 3) or a current limiter
(see chapter 3), which are typically located at the source or at a sectional-
izing position. There is however an advantage to perform measurements in
several feeders, namely that the location of a fault might be easier to find.
The result is summarized in table 7.1 from which it can be concluded that to
achieve a fault detection time within 1 ms a sampling frequency of at least 2
kHz is required, but to allow for a margin, 4 kHz was selected as an appro-
priate sampling frequency. The estimated current magnitude at a sampling
0.8
0.6
0.4
0.2
−0.2
−0.4
−0.6
−0.8
−1
0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2
Figure 7.3. The estimated current and the instantaneous current values.
In EMTDC the source voltage is ramped up to its nominal value at the start
of the simulation and consequently the current is also ramped to its nominal
value since the load is a pure impedance.
64 Chapter 7. Case Studies
10
Trigger level
Estimated resistance
9
7
Resistance (ohm)
0
0.32 0.321 0.322 0.323 0.324 0.325 0.326 0.327 0.328 0.329 0.33
Time (s)
level was selected, a number of simulations were performed (20) and the
fault inception angle was moved 1 ms in between each simulation. The fault
8
Instead of 3 times the nominal current as for the LSQ-method and the instantaneous
current values method.
66 Chapter 7. Case Studies
detectors were placed in each of the three phases of the power system and
the sampling frequency was 1 kHz as earlier mentioned. The 20 simulations
were then repeated but now with sampling frequencies of 2, 4, and 8 kHz
respectively. The result of the 4 · 20 simulations is summarized in table 7.2,
where the largest detection time for each sampling frequency is given. Since
the point of wave of the fault initiation is a random value, fault initiation
will eventually take place in a time so that the maximum fault detection
time is obtained. The maximum detection time must always be shorter than
approximately 1 ms if fault clearing before the first prospective current peak
is the target. From the maximum fault detection times given in table 7.2 it
can be concluded that for this particular system, fast fault detection can be
obtained with the differential equation method with a sampling frequency
of at least 2 kHz. To provide a larger margin it would be appropriate to
select the sampling frequency to at least 4 kHz.
Once the sampling frequency had been determined to 4 kHz, further
simulations were performed. The energization of a power transformer and a
capacitor were simulated for a number of simulations (20) were the point of
wave of the switching instant was varied over a period of power frequency.
The trigger level was the same as before and the purpose of the simulations
was to find out how the differential equation algorithm responded to com-
mon power system transients that are not faults. The energization of the
capacitor proved to constitute a problem since it was falsely detected as a
fault. An attempt was made to lower the cutoff frequency of the low-pass
filter since capacitor energization produces a high frequency (with respect
to the power frequency of the power system) inrush current. However, it
turned out that it was not possible to filter out all of the high frequency con-
tent of the inrush current. Even though the cutoff frequency was selected to
100 Hz, a fault was still detected when the capacitor was energized. When
the low-pass filter was replaced by a bandpass filter that was designed to
7.1. IEC case study 67
let through only the power frequency component (±10%), the capacitor en-
ergization was not detected as a fault. A bandpass filter however produces
a phase error which will constitute as a time delay so that the fault detec-
tion is delayed. At 4 kHz sampling frequency the fault detection time was
now approximately 1.8 ms (as compared to 0.75 ms when using the conven-
tional low-pass filter as determined by the Nyqvist criterion). An attempt
was made to raise the sampling frequency and it turned out that when the
sampling frequency was set to 8 kHz the time to detect a fault was still ap-
proximately 1.5 ms. An attempt to further increase the sampling frequency
to 16 kHz did not turn out well since the algorithm did not respond well at
that frequency and produced bad estimates (similar to figure 6.5) that were
not reliable. Thus, the differential equation method (at least this version)
does not seem appropriate for fast fault detection in power systems where
capacitors are present. It is likely that other transients such as for example
cable energization, asynchronous motor starts, synchronous motor starts,
and incipient cable faults will disturb the algorithm.
Transformer energization was also simulated, both with the conventional
low-pass filter (according to the Nyqvist criterion) and with the bandpass
filter that was described above. With the conventional low-pass filter faults
were falsely detected when the transformer was energized. The cutoff fre-
quency of the low-pass filter was lowered in order to find out if it was possible
to find a cutoff frequency for which the algorithm did not interpret trans-
former energizations as faults. Similar to the capacitor energization it was
not possible to find a cutoff frequency so that the transformer energization
was not interpreted as a fault. If the low-pass filter is replaced by a band-
pass filter, the algorithm will probably discriminate faults from transformer
energization, but it is not necessary to perform that simulation because the
fault detection time will be more than 1 ms and not possible to improve by
raising the sampling frequency as was discussed above.
Generator ZG
Source ZS B1 B2 B3 ZL
11
According to Pasi Hyvönen at SSAB
7.2. SSAB case study 71
The 130-kV grid and a 55 MVA transformer (130 kV/10.5 kV) were im-
plemented as an infinite source in series with an impedance (source and ZS
in figure 7.5). The local generator was implemented in EMTDC using a
basic building block from a library with common power system components
available within EMTDC (generator and ZG in figure 7.5). Most of the pa-
rameters of the local generator were known but for a few parameters that
were not known, standard values values from the EMTDC power system
component library were used. The load is implemented as an impedance
(ZL = 5.84 + j · 2.83 in figure 7.5). Three circuit-breakers, B1 , B2 and B3
respectively, were used to apply three power system transient. The first
circuit-breaker was used to simulate faults imposed on the power system.
Mainly three-phase faults were studied, but a few two-phase faults were
studied to investigate whether such were possible to detect within 1 ms us-
ing algorithms from this thesis. Single-phase faults were not studied since
the system is high impedance earthed so that fault currents caused by single-
phase faults are in the order of a few Amperes. The second circuit-breaker
was used to simulate capacitor energization and the third circuit-breaker was
used to simulate transformer energization. The capacitor and transformer
data was taken from data sheets of the actual power system at SSAB. The
capacitor was rated at 4.08 MVAr at 10.5 kV corresponding to a capaci-
tance of 117.8 µF. The capacitor and the transformer was implemented in
EMTDC using basic building blocks from a library with common power sys-
tem components available within EMTDC. The transformer model is not
just a ratio changer but saturation is also included. Since all parameters of
the actual transformer not were known, standard values from the EMTDC
power system component library were used. Finally, an user defined com-
ponent was used to implement three algorithms that were investigated with
respect to speed of fault detection.
To determine an appropriate trigger level, three-phase faults were first
simulated at the 0.4 kV level for different fault inception angles. The maxi-
mal current measured in the 10.5 kV system was 1.75 kAp , which is approx-
imately 1.5 times the peak current of the nominal load current. Thus it can
be concluded that the trigger level can be set to 3 times the nominal current
for this system.
rate, fault inception angle and the detection level, i.e. when the magnitude
of the current exceeds a set value corresponding to a fault in the system,
have been varied throughout the calculations and their effect on the fault
detection time evaluated. When setting the detection level to 3 times the
pre-fault current in the load, it is possible to reach a detection time of just
about 3 ms with a sampling rate of 1 kHz, a detection time of just about
1.5 ms with a sampling rate of 2 kHz and a detection time of 0.75 ms with
a sampling rate of 4 kHz. Hence, for this case study fast fault detection
can be achieved based on monitoring the current magnitude. However, the
energization of a capacitor or a transformer were also (falsely) detected as
faults.
the 130 kV and in the 10.5 kV system whereas the impedance algorithm
can distinguish between faults at different voltage levels (or at least if the
fault is upstream or downstream as seen from the measuring transformers).
The simulations showed that it was possible to select trigger levels so that
fault detection was possible within 1 ms and so that faults at the 130 kV
level did not produce a trip signal. Furthermore, capacitor and transformer
energizations were simulated. None of those energization produced a false
trip.
7.2.5 Results
The application of the LSQ-method and the differential equation method
gave as result that it is possible to use them for fast fault detection — at least
in the simplified system. However, since both capacitor and transformer
energization were falsely detected as faults, the methods are severly limited
The instantaneous current method however, was able to detect a fault
within 1 ms from fault inception and to discriminate a fault from capacitor
and transformer energization.
8.1 Conclusions
Lets for a moment consider the list of the main contributions of this thesis
as given in chapter 1. The list is repeated here for convenience.
• a structured survey on the speed of fault detection and on the benefits
of fast fault detection. In particular, “fast” fault detection is defined.
• an evaluation of possible algorithms appropriate for fast fault detec-
tion.
• requirements on equipment and algorithms used for fast fault detec-
tion.
• a case study of the application of fast fault detection in one typical
grid and in one grid at a Swedish steel plant.
Fast fault detection was defined in chapter 4 after finding out that the ex-
isting definitions of speed of protection were quite crude. When the rate of
rise of the fault current and the operating time of the fault clearing equip-
ment was taken into account, fast fault detection was defined to mean fault
detection within 1 ms measured from the inception of the fault.
The evaluation of algorithms suitable for fast fault detection led to the
selection of three algorithms that would be further investigated, namely
the LSQ-method, the differential equation method, and the instantaneous
current values method.
The requirements on equipment and algorithms pointed out items to
consider when dimensioning a system for implementation of fast fault de-
tection. Many of the requirements were related to high frequency sampling
of analogue signals. The case study showed that a sampling frequency of
75
76 Chapter 8. Conclusions and future work
Some ideas for future work are summarized in this section. The algorithm
based on instantaneous current values will be further investigated with an
extended set of power system transients. Modifications in order to make the
algorithm more robust will be proposed and evaluated. Since a fault current
contains a large power frequency component it could for example be possible
to use a PLL (Phase Locked Loop) and build criteria for fault detection on
deviations from the locked state. Methods (including PLL) that also, in
addition to detect faults, could be used to control apparatus used for fault
current limitation or solid-state circuit breakers will be investigated. Fault
current limiters built from controllable power electronics need a reference to
generate trigger signals at appropriate time instants. Some configurations of
fault current limiters are dependent on operation close to a natural current
zero crossing which the above mentioned methods (including PLL) might
8.2. Future work 77
A.1 Introduction
79
80 Appendix A. Analysis of voltage dips measured at SSAB Oxelösund
A.2 Methods
A.2.1 Characterization of voltage dips
This report describes two methods of voltage dip characterization and pre-
sent the result of the methods applied to measurements. The measurements
were made at SSAB in Oxelösund by ABB Corporate Research during 1999.
Altogether 112 recordings are available spanning from 1999-06-13 until 2000-
03-16. However, out of the 112 recordings only 38 have captured voltage
dips. Due to a broken tap-changer, the power system was operated at a
higher voltage than normal, thereby causing unwanted trigging of the mea-
surement equipment.
The equipment used for the measurements was:
• 3 pieces of Fluke 42 for RMS voltage measurement
• a SMR transient recorder
• and 3 pieces voltage probes (x10)
Furthermore, a modem was installed so that the measurement equipment
could be monitored and the measurements downloaded for off-line evalua-
tion. The measuring equipment was installed in a 10.5 kV switchgear, using
three existing voltage transformers3 . The measurement equipment was trig-
gered when the RMS-voltage was outside the interval 5600 V < Urms <
6500 V. Each measurement contains four channels, time and three phase-
voltages. Each channel contains 65536 samples. The sampling frequency
was f = 20 kHz, corresponding to a recorded time of 3.2768s for each mea-
surement. Thus, the resolution in time is good, but the resolution in voltage
magnitude is poorer since the resolution of the A/D converter only was 8
3
I mina anteckningar p KTH
A.2. Methods 81
The duration of the dip is also of importance. In this report the duration is
defined as the time during which the RMS-voltage is below 90% of the pre-
fault value (see figure A.1). In the case of a three-phase system, a voltage
1.05
1 Dip duration
0.95
0.9
0.85
Value used for characterization
0.8
0 5 10 15 20 25
in all phases. For unsymmetrical voltage dips, the phase with the deepest
dip is selected for the characterization.
A.3 Results
A.3.1 Characterization of voltage dips
Characterization by applying the RMS-method to the recordings resulted in
table A.1 which is copied from the report [5] and also the plot in figure A.2.
Only measurements where the RMS-voltage during the dip dropped below
0.90 p.u. are presented. Furthermore, the characterization by characteristic
voltage resulted in table A.2 taken from the report [5] and also the plot in
figure A.3. Only recordings were the voltage dropped below 0.90 p.u. are
presented. The dip-type is either A, C or D. The dip is of type A if it is
equally deep in all three phases. The dip is of type C if it is deeper in two
phases than in the third one. The dip is of type D if it is deeper in one
phase than in the other two. Furthermore, Ca denotes a dip of type C, with
phase a being the deviant. The same notation is used for Cb , Cc , Da , Db
and Dc .
0.9
0.8
0.7
Remaining voltage (pu)
0.6
0.5
0.4
0.3
0.2
0.1
0
0 200 400 600 800 1000 1200 1400
Duration (ms)
6
Depending on the transformer connections (Y-Y, Y-∆, ∆-Y, ∆-∆), a single-phase dip
can transform into a two-phase dip (or the other way around). The details are described
by Zhang [30] and not further considered in this thesis.
A.3. Results 87
0.9
0.8
0.7
Remaining voltage (pu)
0.6
0.5
0.4
0.3
0.2
0.1
0
0 200 400 600 800 1000 1200 1400
Duration (ms)
A.4 Discussion
The large amount of voltage dips recorded and their consequences, indicates
that they are a major problem for the industry. However, one must bear in
A.4. Discussion 89
Voltages
130 kV
120
80
40
kV
-40
-80
-120
10 kV
10
2
kV
-2
-6
-10
0.48 0.5 0.52 0.54 0.56 0.58 0.6 0.62
Time (s)
mind that many of the voltage dips occurred close in time to each other. In
those cases when a voltage dip caused the plant to trip, the plant would most
probably not have started again when the following dip occurred. Hence,
the only voltage dip having consequences was the one which tripped the
A.5. Future work 91
plant. Secondly, many of the voltage dips occurred during July, a month
when the plant usually is shut down for maintenance, thereby causing no
consequences.
The duration of the majority of the measured voltage dips was less than
200 ms, but a typical high-voltage circuit-breaker interrupts a short-circuit
current within 40 ms [31]. Hence, by examining the relay protection it might
be possible to reduce the duration of most voltage dips to less than 100 ms.
Further possible solutions to the problem with voltage dips are:
• Strengthen the grid by increasing the short-circuit power.
• Disconnect the plant from the grid during bad weather, relying on a
local generator.
• Installation of a Dynamic V oltage Regulator (DVR).
• Improve the lightning protection of the overhead lines by for example
top lines or surge arrestors.
The first solution mentioned will lead to an increase in the short-circuit
power. In an existing grid, however, it might not be possible to add that
power without rebuilding or substituting large parts of the equipment in
the grid. The problem is that an increased short-circuit power leads to
an increased short-circuit current in case of an electrical fault in the grid.
Two solutions that allows the benefit of increasing the short-circuit power
without the disadvantage of increasing the short-circuit current is described
below:
• The installation of a fault current limiter at one or more properly se-
lected places in the power system will in case of a short-circuit limit
the fault current to a level that the components of the system will
manage. There are fault current limiters available to the market to-
day [32] and research towards new types of fault current limiters are
performed at several universities [27] [33].
• A fault diverter system [34] placed at every source feeding the power
system will divert the fault current contribution from each source to
ground, thereby preventing superimposed fault currents in the power
system. Dynamic simulations of a fault diverter system has been
performed and the results seem promising [28].
Experiments performed as
computer based calculations
B.1 Introduction
Before an experiment is started it is important to sort out what will be
observed. Furthermore, the experiment shall be planned so that the obser-
vation really can take place [35]. A theoretical model of the experiment (if
such exists) can be of great help when planning the experiment.
B.1.1 Basics
My experiments are carried out with the aid of a calculation program im-
plemented in a computer. My research focuses on fast and automatic fault
disconnection in electrical distribution systems and is a project carried out
at the department of electrical power systems at KTH. The projects per-
formed at the Electric Power Systems group at the department of Electrical
Engineering span issues from modelling of power system equipment to mod-
elling of electrical markets. For most of the projects performed in the group
calculation programs are frequently used . What is calculated and in how
fine details varies between projects. Common types of calculations are:
• load flow calculations, which are carried out to calculate power flows
within electrical power systems.
• system planning calculations, which are carried out to estimate the
operation of an electrical power system in different time scales such
as yearly, monthly and weekly.
93
94 Appendix B. Experiments performed as computer based calculations
B.2 Methods
The next step in designing the experiment is to determine which parameters
that will be included in the experiment and how they will be treated during
the experiment. It must also be possible to make observations (measure-
ments) in the calculation program. Measurements in a real power system
always influence the observation, but in a calculation program there is usu-
ally ideal observations.
parameter. For another type of calculation the system voltage of the same
node might depend on the load and consequently vary throughout the cal-
culation. When performing short-circuit calculations one often studies what
happens when a switching or a sudden change of circuit topology is intro-
duced in the power system. Then the system voltage of a node is considered
as a parameter until the time of the switching and thereafter treated as a
variable. Thus, the system voltage is treated as both a parameter and a
variable for that particular calculation.
The independent variable in short-circuit calculations are most often the
time. Currents, voltages and other variables are calculated as functions of
the time. Sometimes the time step can be thought of as a parameter (fixed
time step) or as a variable (variable time step). Stochastic variables can be
used to simulate switchings or changes in the power system such as location
of the fault, the type of the fault, and the duration of the fault.
B.3 Results
B.3.1 Interpretation problems
When comparing the results from a calculation with measurements made in
the real power system one should thoroughly study which parameters that
have been used and how they have been selected. Loads can for example
be modelled as constant power loads, constant current loads, and constant
impedance loads, or a combination of those3 [39]. Loads can vary with time.
3
A constant power load draws a specified power from the source independent of the
voltage, a constant current load draws a specified current from the source independent of
the voltage, and a constant impedance load draws a current depending on the voltage.
98 Appendix B. Experiments performed as computer based calculations
In most cases one never sees the real power system but instead works with
drawings and product data sheets. A visit to the real power system can
explain differences in the results because it often happens that the reality
and the drawings do not agree. The actual operating conditions can not be
seen in a drawing. Does one really compare the calculation with the real
power system under the same conditions?
4
A short definition of per unit is given by IEEE standards as “The reference unit, estab-
lished as a calculating convenience, for expressing all power system electrical parameters
on a common reference base.” [7]
B.4. Discussion 99
B.4 Discussion
B.4.1 Summary
In a calculation program one always makes a model of reality. The model
can be made more or less detailed depending on the purpose of the study
and which level of detail that one is interested in. One must find a balance
between the level of detail, the clearness, and the amount of time needed to
perform the calculation. In my opinion one of the reasons that calculation
programs are widely spread is that one can quite fast get results that one
can work with. Another reason is that the simulated results is in good agree-
ment with actual measurements. The models are quite accurate. Thanks
to the rapid improvement of computer performance a power system can be
calculated quite fast. The calculation programs available today often have
the possibility to perform multiple calculations varying the parameters in
between. The calculation program EMTDC gives the possibility to vary a
parameter linearly, nonlinearly, or stochastically within a given intervall.
Another reason for using a calculation program is that it is easy to share
models between users and relatively easy to find another user having similar
problems or possibilities.
An alternative to computer calculations is to build a scaled model of the
real system, equip the model with a control system and a data acquisition
system. Such a model would probably give a better understanding of the
power system because it contains physical components whose behavior can
be studied and explained. The drawbacks of building a scaled model is that
it takes time to get started and obtain results, and that it would cost more
than performing computer calculations.
To perform calculations based only on data obtained from drawings and
product data sheets is not recommended. A visit to the real power system
is strongly recommended. Partly to verify that the right data is used as pre-
viously discussed but also to obtain the understanding that a power system
is not merely lines on a drawing but has a rather large physical extension.
Since results are easily obtained with a calculation program there is a
risk to put to much trust in the results. One should have a theoretical
knowledge of electricity and power systems to understand the result and to
eliminate obviously false results.
100
List of References
[1] M. Öhrström and L. Söder. Fast fault detection for power distribution
systems. In Proceedings of the IASTED conference Power and Energy
Systems. ACTA Press, 2002.
[2] J. Watson and M. Öhrström. Current transformers, couplers & coils:
A century of overcurrent measurement for power system protection. In
37th International Universities Power Engineering Conference (UPEC
2002), volume 1, pages 277–281, 2002.
[3] M. Öhrström, L. Söder, and H. Breder. Fast fault detection for peak
current limitation based on few samples. Accepted for publication at
CIRED2003, 2003.
[4] M. Öhrström and L. Söder. A comparision of two methods used for
voltage dip characterization. Accepted for publication at IEEE Power
Tech, Bologna, 2003.
[5] M. Öhrström. Characterization of voltage dips recorded at a swedish
industrial plant during 1999. Technical Report A-EES-0011, Electric
Power Systems, Royal Institute of Technology, Stockholm, Sweden,
2000.
[6] M. Öhrström. Analysis of voltage dips. Technical report, KTH, 2001.
[7] IEEE Standard Dictionary of Electrical and Electronic Terms. The
Institute of Electrical and Electronics Engineers, Inc, fourth edition,
1988.
[8] IEC 60050(448): International Electrotechnical Vocabulary, Chapter
448: Power system protection. Bureau Central de la Commission Elec-
trotechnique International, 3, rue de Varembé Genéve, Suisse, second
edition, 1995.
101
102 List of References
[14] A.T. Johns and S.K. Salman. Digital Protection For Power Systems.
Peter Peregrinus Ltd., on behalf of the Institution of Electrical Engi-
neers, London, United Kingdom, 1995.
[17] A. Poeltl and K. Frohlich. Two new methods for very fast fault type
detection by means of parameter fitting and artificial neural networks.
IEEE Transactions on Power Delivery, 1999.
[18] M. Chamia and S. Liberman. Ultra high speed relay for ehv/uhv trans-
mission lines-development, design and application. IEEE Transactions
on Power Apparatus and Systems, PAS-97, 1978.
[19] A.G. Phadke and J.S. Thorp. Computer Relaying for Power Systems.
Research Studies Press Ltd., Somerset, England, 1988.
List of References 103
[20] J.G. Proakis and D.G. Manolakis. Digital Signal Processing, Princi-
ples, Algorithms, and applications. Prentice-Hall International, Inc.,
Simon & Schuster/A Viacom Company, Upper Saddle River, New Jer-
sey 07458, third edition, 1996.
[21] M. Lehtonen and T. Hakola. Neutral Earthing and Power System Pro-
tection. ABB Transmit Oy, Relays and Network Control, P.O.Box 699,
FIN-65101 Vaasa, Finland, 1996.
[22] J.M. Gers and J.H. Holmes. Protection of electricity distribution net-
works. Power and Energy series. The institution of Electrical Engineers
(IEE), 1998.
[28] A. Wikström. Initial results from simulations with current limiter and
arc eliminator. Technical Report A-EES-0001, Electric Power Systems,
Royal Institute of Technology, Stockholm, Sweden, 2000.
[29] P. Hyvönen. Voltage dips recorded at the electrical power system for
ssab oxelösund ab. Technical report, SSAB Oxelösund, 1999.
[33] C.S. Chang et al. Voltage quality enhancement with power electronics
base devices. In IEEE Power Engineering Society Winter Meeting,
2000.