-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSmallPaper_Elsevier.lyx
2482 lines (1921 loc) · 68.2 KB
/
SmallPaper_Elsevier.lyx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#LyX 2.2 created this file. For more info see http://www.lyx.org/
\lyxformat 508
\begin_document
\begin_header
\save_transient_properties true
\origin unavailable
\textclass elsarticle
\begin_preamble
\usepackage{url}
% specify here the journal
\journal{ Electric Power Systems Research}
% use this if you need line numbers
%\usepackage{lineno}
\end_preamble
\use_default_options false
\begin_modules
theorems-std
\end_modules
\maintain_unincluded_children false
\language english
\language_package default
\inputencoding auto
\fontencoding global
\font_roman "default" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command bibtex
\index_command default
\float_placement h
\paperfontsize default
\spacing single
\use_hyperref true
\pdf_bookmarks true
\pdf_bookmarksnumbered false
\pdf_bookmarksopen false
\pdf_bookmarksopenlevel 1
\pdf_breaklinks false
\pdf_pdfborder true
\pdf_colorlinks false
\pdf_backref false
\pdf_pdfusetitle false
\papersize default
\use_geometry false
\use_package amsmath 1
\use_package amssymb 1
\use_package cancel 0
\use_package esint 1
\use_package mathdots 1
\use_package mathtools 0
\use_package mhchem 1
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\cite_engine natbib
\cite_engine_type authoryear
\biblio_style plainnat
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date true
\justification true
\use_refstyle 0
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 2
\paperpagestyle headings
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout BeginFrontmatter
\begin_inset Note Note
status open
\begin_layout Plain Layout
Keep this empty!
\end_layout
\end_inset
\end_layout
\begin_layout Title
Distance Protection Zone 3 Misoperation During System Wide Cascading Events:
The Problem and a Survey of Solutions
\end_layout
\begin_layout Author
A.M.
\begin_inset space ~
\end_inset
Abdullah
\begin_inset Flex CorAuthormark
status open
\begin_layout Plain Layout
cor1
\end_layout
\end_inset
\begin_inset Argument 1
status open
\begin_layout Plain Layout
rvt
\end_layout
\end_inset
\end_layout
\begin_layout Email
\end_layout
\begin_layout Author
K.
\begin_inset space ~
\end_inset
Butler-Purry
\begin_inset Argument 1
status open
\begin_layout Plain Layout
focal
\end_layout
\end_inset
\begin_inset Note Note
status collapsed
\begin_layout Plain Layout
\size normal
With
\series bold
\size default
\backslash
fnref
\series default
\size normal
and you refer to the author footnotes.
\end_layout
\end_inset
\end_layout
\begin_layout Email
\end_layout
\begin_layout Corresponding author
Corresponding author
\begin_inset Argument 1
status open
\begin_layout Plain Layout
cor1
\end_layout
\end_inset
\end_layout
\begin_layout Address
Department of Electrical Power and Machines, Cairo University, Gizah, Egypt,
12613
\begin_inset Argument 1
status collapsed
\begin_layout Plain Layout
rvt
\end_layout
\end_inset
\end_layout
\begin_layout Address
Department of Electrical and Computer Engineering, Texas A&M University,
College Station, TX, 77843
\begin_inset Argument 1
status collapsed
\begin_layout Plain Layout
focal
\end_layout
\end_inset
\end_layout
\begin_layout Abstract
Distance relay zone 3 misoperation has been responsible for major blackouts
around the world.
Zone 3 misoperation generally occurs under system wide cascading events
such as the 2003 Northeastern US-Canada blackout or under stressed system
conditions such as the 2015 Turkish blackout.
This paper explains the problem of zone 3 distance protection misoperation.
The paper then proceeds to survey the literature for possible solutions
to increase distance relay security to prevent distance protection misoperation.
Three categories of solutions were proposed in literature to address the
problem of zone 3 distance protection misoperation.
The first one is anticipation and prevention of misoperation in the planning
stage.
The second one is communication assisted protection schemes that use remote
measurements to enhance relay security.
The last one uses local data to enhance distance relay security.
\end_layout
\begin_layout Keywords
Distance protection zone 3
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
sep
\end_layout
\end_inset
blackouts
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
sep
\end_layout
\end_inset
cascading events
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
sep
\end_layout
\end_inset
misoperation
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
sep
\end_layout
\end_inset
security
\end_layout
\begin_layout EndFrontmatter
\end_layout
\begin_layout Section
Introduction
\begin_inset CommandInset label
LatexCommand label
name "sec:Introduction"
\end_inset
\end_layout
\begin_layout Standard
With the deregulated market structure in the United States and Europe, grid
operators are under more pressure to reap more profits of existing infrastructu
re due to increased competition.
The grid is thus increasingly operated near the threshold of stability.
Failure of the grid, better known as blackouts, carries catastrophic economic
and societal sequences.
Large blackouts tend to be due to either extreme natural events such as
hurricanes or a series of events called cascading failures
\begin_inset CommandInset citation
LatexCommand citep
key "Hines2009"
\end_inset
.
In this paper, we only focus on cascading events.
Those events can be any of the following: line tripping, overloading of
other lines, malfunctions of protection systems, power oscillations and
voltage instability
\begin_inset CommandInset citation
LatexCommand citep
key "Yamashita"
\end_inset
.
The reason that is considered in this paper is distance protection misoperation
which is a contributing factor in seventy percent of all cascading events
\begin_inset CommandInset citation
LatexCommand citep
key "Chen2005"
\end_inset
.
If not discovered and mitigated in an early stage, cascading events generally
lead to a complete blackout.
With today’s society much dependence on electricity as a form of energy,
preventing such damage is of high importance.
\end_layout
\begin_layout Standard
Cascading failures are defined as “a sequence of dependent failures of individua
l components that successively weaken the power system”
\begin_inset CommandInset citation
LatexCommand citep
key "Baldick"
\end_inset
.
Since the 2003 US-Canada blackout, cascading events have drawn much attention
in the industrial and academic community.
Even though the world has witnessed many blackouts prior to the 2003 blackout
\begin_inset CommandInset citation
LatexCommand citep
key "Hines2009"
\end_inset
, the dramatic causes and consequences of the 2003 blackout have left industrial
and academic community with the burden of exploring this phenomenon in
more detail.
To understand the severity of the 2003 blackout
\begin_inset CommandInset citation
LatexCommand citep
key "Liscouski2004"
\end_inset
, it sufficient to say it had caused the loss of 62 GW which caused the
lights to turn off for more than 51 million people in the eastern interconnecti
on.
Considering the many components and the bits and pieces involved, a domino
effect of events evolved slowly (hours) or fast (seconds) according to
the region causing a degradation of the integrity of the system leading
ultimately to a complete blackout.
The main reason of the 2003 blackout was distance relay misoperation.
Daunting efforts had to be exerted to gain more knowledge and understanding
of the underlying phenomenon.
\end_layout
\begin_layout Standard
Relays by design act quickly to remove the fault from the system by disconnectin
g faulted lines.
However, sometimes relays fail to perform such function which is considered
a protection system misoperation.
Of all protection system misoperations that lead to cascading events, this
paper focuses exclusively on distance protection misoperation.
A protection system misoperation is defined as
\begin_inset Quotes eld
\end_inset
a failure to operate as intended for protection purposes
\begin_inset Quotes erd
\end_inset
\begin_inset CommandInset citation
LatexCommand citep
key "NERCMisoperation"
\end_inset
.
Various categories are given for misoperation in
\begin_inset CommandInset citation
LatexCommand citep
key "NERCMisoperation"
\end_inset
.
However, in this paper the word misoperation will be used exclusively to
mean only one of them, namely, an operation in which a protection system
trips a healthy line due to heavy loading when no fault exists.
In other words, other causes of distance protection misoperation such as
power swing are not considered in this paper.
Notable cascading events
\begin_inset CommandInset citation
LatexCommand citep
key "Yamashita,Novosel2004"
\end_inset
begin with lines that were tripped due to actual faults.
The tripping of those faulty line causes the current flowing in those lines
to be redistributed to adjacent lines.
Those lines may be overloaded and thus tripped incorrectly -protection
misoperation- which may trigger a sequence of cascading events that might
ultimately lead to a blackout.
It should be noted that regardless of the initial triggering events- whether
a fault or not- that cause cascading events, historically those cascading
events were triggered under stressful system conditions
\begin_inset CommandInset citation
LatexCommand citep
key "Liscouski2004,Kosterev1999"
\end_inset
.
\end_layout
\begin_layout Standard
As mentioned in
\begin_inset CommandInset citation
LatexCommand citep
key "Yamashita"
\end_inset
, one of the effective ways to prevent cascading events is to specify potential
undesirable relay operations ahead of time.
In this paper, we show that even though distance protection misoperation
can be anticipated ahead of time, prevention of this misoperation is not
possible with distance protection principle only because the distance protectio
n principle is not able to be selective in some regions of its operation.
\end_layout
\begin_layout Standard
The paper is organized as follows: Section
\begin_inset CommandInset ref
LatexCommand eqref
reference "sec:Typical-Distance-Protection"
\end_inset
provides a sample distance relay that is set according to NERC standards.
Once this relay is set according to NERC directives, it will be explained
in the same section that the relay may still misoperate under various operating
conditions.
Anticipation and detection of distance relay misoperation in the planning
stage is described
\begin_inset CommandInset ref
LatexCommand formatted
reference "sec:Detection-and-mitigation-of-cascading-events-in-the-planning-stage"
\end_inset
.
\begin_inset CommandInset ref
LatexCommand formatted
reference "sec:Communication-Assisted-Schemes"
\end_inset
provides an overview of the communication assisted schemes that have been
proposed to eliminate the distance protection misoperation.
Lastly,
\begin_inset CommandInset ref
LatexCommand formatted
reference "sec:Modifications-to-Local"
\end_inset
offers a survey on the methods that were suggested in literature to enhance
the distance protection security using local data only.
\end_layout
\begin_layout Section
The Distance Protection Misoperation Problem
\begin_inset CommandInset label
LatexCommand label
name "sec:Typical-Distance-Protection"
\end_inset
\end_layout
\begin_layout Standard
On August 14th of 2003
\begin_inset CommandInset citation
LatexCommand citep
key "Liscouski2004"
\end_inset
, the US eastern interconnection suffered one of the largest blackouts in
the recent US history.
Three 345 kV transmission lines sagged into untrimmed trees during the
hot summer days.
The tripping of those lines caused another 345 kV transmission line to
carry substantial system load.
The heavy loading of this last line coupled with relatively low system
voltage, caused the distance relay to confuse a heavy loading situation
for uncleared zone 3 fault as the impedance entered the third zone of protectio
n which in turn resulted in tripping of the heavily loaded line.
The tripping of the healthy yet heavily loaded line worsened system conditions
leading to a chain of events that ultimately led to system collapse.
Also, on March 31st of 2015
\begin_inset CommandInset citation
LatexCommand citep
key "2015Turkish"
\end_inset
, the Turkish grid suffered the worst blackout ever recorded since 1999
when an earthquake caused a complete shutdown of the grid.
On the contrary to the 1999 earthquake, the 2015 blackout was caused by
a impedance protection misoperation that tripped a heavily loaded line
on the 400 kV transmission level even though there was no fault on the
tripped line or anywhere in the transmission network.
As can be seen from the examples in
\begin_inset CommandInset citation
LatexCommand citep
key "Liscouski2004,2015Turkish"
\end_inset
in which distance protection misoperation have been the main cause of the
blackouts or in
\begin_inset CommandInset citation
LatexCommand citep
key "Abdullah"
\end_inset
in which distance protection misoperation have been studied in the IEEE
118 bus system , a distance protection misoperation is characterized by
a distance protection system seeing a heavy load on a line as a fault.
This confusion arises from the fact that the impedance measured by the
impedance protection system coincides with that of a fault.
The reason for the heavy load can be due to load shifting after a fault
as in the 2003 US-Canada blackout
\begin_inset CommandInset citation
LatexCommand citep
key "Liscouski2004"
\end_inset
or due to lines out of service for maintenance causing one line to carry
substantial system power transfer as in the 2015 Turkish blackout
\begin_inset CommandInset citation
LatexCommand citep
key "2015Turkish"
\end_inset
or due to any unforeseen reasons.
\end_layout
\begin_layout Standard
To illustrate that this confusion is not tied up with certain system conditions
but rather inherent insecurity in the distance protection principle, the
single line diagram shown in Figure
\begin_inset CommandInset ref
LatexCommand ref
reference "fig:System-Configuration-for-formulating-problem"
\end_inset
is used to formulate the problem in general terms.
It will be shown below that this insecurity always exists and the degraded
system conditions only excite it; that is, for some regions in the impedance
protection zone the protection system is not able to be selective between
a fault and non-fault condition.
Without the degraded system conditions, it is highly unlikely that a distance
protection misoperates.
Even though, degraded system conditions can be anticipated in the planning
stage, the system operator will have nothing in hand to prevent a distance
protection misoperation if local function of the distance protection is
used alone.
It is important to keep in mind that distance protection systems are set
locally with the help of the impedance of adjacent lines without any informatio
n about the system load until the coordination study phase.
In the coordination study phase, the transmission line owner checks all
settings against applicable standards.
This is explained in detail in
\begin_inset CommandInset citation
LatexCommand citep
key "thompson2015transmission"
\end_inset
.
In the following paragraphs, we will set up the relay settings first then
discuss what happens in system wide cascading events.
\end_layout
\begin_layout Standard
In Figure
\begin_inset CommandInset ref
LatexCommand ref
reference "fig:System-Configuration-for-formulating-problem"
\end_inset
, the distance protection relay that will be studied is the relay at point
A of line A-C.
Line A-C is connected to three (3) lines, namely C-M, C-N and C-P.
The number of lines connected to line A-C will not affect zone 1 or zone
2 settings but will affect zone 3 settings.
As will be seen below, tripping in Zone 3 becomes more insecure with more
lines connected to line A-C as zone 3 reach becomes larger.
To simplify the analysis, all lines are assumed to have the same impedance
as well as the short circuit level.
However, as will be explained below, this simplification does not affect
the generality of the problem formulation.
The impedance and the rating of the lines are
\begin_inset Formula $60$
\end_inset
\begin_inset Formula $\varOmega$
\end_inset
and 3000 Amp, respectively and are taken from
\begin_inset CommandInset citation
LatexCommand citep
key "NERC2003"
\end_inset
.
The setting of zone 1 is assumed to be 0.85 of the line impedance.
Zone 2 setting is assumed to be 1.2 of the line impedance.
However, some consideration is needed to set the third zone.
The third zone has to be set such that it can protect the longest adjacent
line (assumed to be line C-P in this case) and to protect 20% beyond that
line to provide backup to the remote circuit breakers.
In case of a bolted three phase fault on line C-P and assuming that the
short circuit contributions of all buses is given in Figure
\begin_inset CommandInset ref
LatexCommand ref
reference "fig:System-Configuration-for-formulating-problem"
\end_inset
by
\begin_inset Formula $I_{index}$
\end_inset
where
\begin_inset Formula $index$
\end_inset
is the bus name (being M , N, A or P), the voltage at distance protection
system at A can be written as given in equation
\begin_inset CommandInset ref
LatexCommand formatted
reference "eq:VoltageAtRelat"
\end_inset
.
\begin_inset Float figure
placement h
wide false
sideways false
status collapsed
\begin_layout Plain Layout
\align center
\begin_inset Graphics
filename SysExample.PNG
scale 60
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Caption Standard
\begin_layout Plain Layout
System Configuration for formulating the problem
\begin_inset CommandInset label
LatexCommand label
name "fig:System-Configuration-for-formulating-problem"
\end_inset
\begin_inset Argument 1
status open
\begin_layout Plain Layout
System Configuration for formulating the problem
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Formula
\begin{equation}
V_{A}=I_{A}\times Z_{A}+Z_{P}\times\left(I_{M}+I_{A}+I_{N}\right)\label{eq:VoltageAtRelat}
\end{equation}
\end_inset
\end_layout
\begin_layout Standard
The impedance that is seen by the relay A can then be written as in
\begin_inset CommandInset ref
LatexCommand formatted
reference "eq:ApparentImpedanceAtRelay"
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Formula
\begin{equation}
Z_{R}=\frac{V_{A}}{I_{A}}=Z_{A}+Z_{P}\left(1+\frac{I_{M}+I_{N}}{I_{A}}\right)\label{eq:ApparentImpedanceAtRelay}
\end{equation}
\end_inset
\end_layout
\begin_layout Standard
Equation
\begin_inset CommandInset ref
LatexCommand formatted
reference "eq:ApparentImpedanceAtRelay"
\end_inset
will only be applicable to faults on line C-P, if we need to include 20%
for the line that is beyond bus P, then the impedance
\begin_inset Formula $Z_{P}$
\end_inset
in
\begin_inset CommandInset ref
LatexCommand formatted
reference "eq:ApparentImpedanceAtRelay"
\end_inset
has be replaced by
\begin_inset Formula $1.2\times Z_{P}$
\end_inset
.
Using the data in
\begin_inset CommandInset citation
LatexCommand citep
key "NERC2003"
\end_inset
and assuming all lines are identical as well as their short circuit contributio
n, then the setting of zone 3 will be
\begin_inset Formula $Z_{A}+3.6\times Z_{P}=4.6\times Z_{A}$
\end_inset
.
The three zones are plotted in Figure
\begin_inset CommandInset ref
LatexCommand ref
reference "fig:Distance-Relay-characteristic"
\end_inset
.
\begin_inset Float figure
placement !h
wide false
sideways false
status collapsed
\begin_layout Plain Layout
\align center
\begin_inset Graphics
filename impedance form.PNG
scale 60
\end_inset
\begin_inset Caption Standard
\begin_layout Plain Layout
\begin_inset Argument 1
status open
\begin_layout Plain Layout
Distance protection characteristic
\end_layout
\end_inset
Distance protection characteristic for system in Figure
\begin_inset CommandInset ref
LatexCommand ref
reference "fig:System-Configuration-for-formulating-problem"
\end_inset
\series bold
\begin_inset CommandInset label
LatexCommand label
name "fig:Distance-Relay-characteristic"
\end_inset
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
After setting up the relay locally, applicable standards and directives
need to be applied to the settings for compliance purposes.
This step involves running worst case power flow in the summer peak case.
The most notable directive is the load encroachment.
The load encroachment zone is an area of the protection zone in which the
load impedance “ encroaches” –intrudes- upon the fault impedance.
Load encroachment will obviously cause misoperation and should be removed
from the zone of protection
\begin_inset CommandInset citation
LatexCommand citep
key "NERC2003"
\end_inset
.
To plot the load encroachment zone according to NERC directives
\begin_inset CommandInset citation
LatexCommand citep
key "NERCMisoperation,NERC2003,NERCLoadability"
\end_inset
, the load zone should include the point which corresponds to 150% line
loading and 0.85 per unit voltage.
Thus the load encroachment locus of the distance relay at A will consist
of two parts.
The first part will be an arc of circle of radius given in equation
\begin_inset CommandInset ref
LatexCommand formatted
reference "eq:LoadImpedance"
\end_inset
which is given as arc
\series bold
RIT
\series default
in Figure
\begin_inset CommandInset ref
LatexCommand ref
reference "fig:System-Configuration-for-formulating-problem"
\end_inset
.
This arc
\series bold
RIT
\series default
corresponds to the least impedance that the relay should not issue a trip
command for.
The other characteristic load lines will be two lines making an angle of
\begin_inset Formula $\pm30^{\circ}$
\end_inset
with the x-axis (
\begin_inset Formula $\pm30^{\circ}$
\end_inset
represents the power factor of the line under worst case loading condition)
\end_layout
\begin_layout Standard
\begin_inset Formula
\begin{equation}
Z_{load}=\frac{V_{A}}{I_{A}}=\frac{\frac{345kV}{\sqrt{3}}\times0.85}{1.5\times3000}=57\varOmega\label{eq:LoadImpedance}
\end{equation}
\end_inset
\end_layout
\begin_layout Standard
The orange hashed area
\series bold
RLQT
\series default
is the load encroachment area.
NERC directives
\begin_inset CommandInset citation
LatexCommand citep
key "NERCMisoperation,NERC2003,NERCLoadability"
\end_inset
states that this load encroachment zone has to be removed from the relay
operating zone.
It can be seen at once that if the impedance seen by the relay lies within
the solid green area
\series bold
URI
\series default
then a relay may confuse this operating point for a fault since the point
lies already in zone 3.
This confusion arises if the fault resistance is high enough to cause the