Abstract

Geomagnetically induced currents (GICs) generated by geomagnetic disturbances (GMD) during strong magnetic storms may trigger chain failures in power systems. In this paper, a critical node identification method based on the improved LeaderRank algorithm considering the effects of geomagnetic storms is proposed. A chain fault identification process based on the fragility theory of complex systems is proposed to determine the initial fault line by critical nodes and simulate the fault development process to obtain the accident chain set. The effectiveness of the method is verified by using the IEEE RTS79 node system as an example. The research results show that the method can reflect the critical nodes and accident chain set of power systems under different geomagnetic storm effects, and the research results can provide a reference for geomagnetic storm disaster quantification, assessment, and prevention.

1. Introduction

Solar activity causes rapid changes in the ionosphere in extraterrestrial space resulting in strong geomagnetic disturbances (GMD). GMD generates low-frequency geomagnetically induced currents (GIC) in power systems. The GIC may lead to half-cycle saturation of transformers, producing secondary effects such as temperature increase, harmonics, and reactive power loss [1, 2]. Not only high-latitude regions such as North America and Northern Europe have been affected by GMD [3, 4], but also mid- and low-latitude regions such as Brazil, Japan, South Africa, and China have been attacked with serious consequences [59]. Power systems are becoming increasingly complex and interconnected. In recent years, a number of major outages have occurred worldwide [10, 11], which have caused huge economic losses and attracted widespread attention. Through the study of previous cases, it can be found that major outage accidents are often a series of chain failures caused by the failure of some components. These components play an extremely important role in the stable operation of the power grid, called critical nodes, and their dismantling can lead to large-scale shifts in power system flows, causing other nodes or branches in the system to operate at ultralow voltage or overload, which can lead to power system chain failures. Therefore, it is important to accurately identify the critical nodes of the power system and the chain of accidents they cause to ensure the safe and reliable operation of the power system. The current research on grid disaster risk assessment under geomagnetic storm conditions focuses on the GIC level and its derived effects [1215] and has not yet conducted in-depth studies on critical nodes and accident chains.

There are two main types of research on chain failures triggered by critical nodes in power systems in academia. The first type is based on complex system theory, which considers the dynamic process of chain failures to assess the criticality of nodes. There are mainly cascade models [16, 17], such as branching process models [18, 19], optimal tidal chain outage models [20, 21], and manchester models [22]. These types of models consider the effect of operating state on cascading fault propagation and ignore the effect of topology. The second type is based on complex network theory, which considers the grid topology and evaluates the node criticality by degree and mesonumber. The main models are the small-world network model [23], scale-free network model [24], and traditional grid chain fault accident chain model. These models are more efficient but ignore the dynamic characteristics of the grid. Based on the two types of methods, Wu et al. presented a comprehensive index for the overall evaluation of the performance of the power system in terms of both grid structure and state, combining line meshes and tidal entropy [25]. Li et al. proposed a method to evaluate the importance of grid nodes based on the PageRank algorithm. Based on the establishment of a directed graph, the importance of node loads, load capacity, and network topology are considered comprehensively [26]. Zhou et al. proposed a power LeaderRank method for identifying important nodes in complex grids by combining the uncertainty of renewable energy, system topology, transmission flow, and load loss due to cascading faults [27].

The above studies do not take geomagnetic storms into account. Based on this, we propose an improved LeaderRank algorithm that combines the grid topology with the system flow to accurately identify the critical nodes of the grid under the action of geomagnetic storms and to identify the set of possible accident chains caused by node failures. In this paper, we mainly accomplish the following work:(1)An improved LeaderRank algorithm has been proposed which considers the interactions between nodes and represents the background nodes as the effects of geomagnetic storms. Based on this method, the critical nodes of the IEEE RTS79 system under the influence of geomagnetic storms have been analyzed.(2)Based on the complex system fragility theory, the search method of accident chain under the condition of geomagnetic storm has been proposed. The IEEE RTS79 system is simulated to verify the validity and feasibility of the proposed accident chain identification method.

The rest of the paper is organized as follows. Section 2 of this paper presents a model for calculating GIC and transformer reactive power losses in power systems and discusses the effects of variations in the angle and strength of the geomagnetic field on GIC and transformer reactive power losses. Section 3 proposes an improved LeaderRank algorithm and identifies the critical nodes under different geomagnetic storm conditions after verifying its effectiveness. Section 4 simulates the fault development process of the IEEE RTS79 test system based on the vulnerability theory of complex systems and obtains the system accident chain under different geomagnetic storm conditions. A summary and conclusions are presented in Section 5.

2. GIC and Transformer Reactive Power Loss Calculation

The calculation of GIC is divided into two steps [28]. First, the plane wave method is used to solve the induced geoelectric field based on the monitoring data of the ground geomagnetic station. Second, the induced geoelectric field is equated to the power supply in a power system and the system GIC is solved by the nodal admittance method.

According to Faraday’s law of electromagnetic induction, the line-induced voltage is the integral of the electric field along the line. When the induced geoelectric field is considered to be a constant, the value depends on the geographic location at both ends of the line. The induced voltage values for the line in the north-south and east-west directions can be calculated separately and then superimposed, represented aswhere and are the east and north geoelectric field values (V/km), respectively, and and are related to the actual geographic location information of the two substations. With reference to the Earth’s WGS-84 model [29], and can be presented aswhere is the average of the latitude of the transformers connected at both ends of the transmission line. and are the latitude and longitude differences between substations.

According to the nodal admittance method, for any node i, we havewhere is the sum of the current sources of the branch connected to i, is the ground admittance of node i, and is the branch admittance between node k and node i. By calculating the node voltages and , the GIC of the substation into the ground can be obtained.

The IEEE RTS79 test system is used to calculate GIC. The system consists of 10 generators, 24 buses, and 38 transmission lines. The topology is shown in Figure 1.

Since the GIC amplitude is the same when the electric field angles differ by 180° [30], 0° is set as the east direction. Four typical angles of 0°, 45°, 90°, and 135° are chosen as the electric field angles. The substation GIC for different electric field angles at an electric field strength of 1 V/km is given in Figure 2. Table 1 gives the results of GIC calculations when the electric field angle is 0°.

Combining the data in Figure 2 and Table 1, it can be seen that the substation GIC varies irregularly from the angle at a determined electric field strength. The substation GIC varies linearly from the strength at a determined geoelectric field angle. In other words, the relative magnitude of GIC of each substation is fixed.

The GIC is linearly related to the reactive power loss of the transformer caused by it, as shown in the following equation [31, 32]:where is the equivalent reactive power loss generated by the GIC flowing through the transformer winding, is the reactive power loss coefficient of different types of transformers obtained through experimental measurements, is the actual operating end voltage of the transformer, and is the single-phase GIC flowing through the neutral point of the transformer.

Figure 3 shows the effect of variation in the angle and strength of the geoelectric field on the reactive power loss in the substation.

From Figure 3, it is easy to find that the reactive power loss of the substation has a strong sensitivity to the geoelectric field angle. At a certain geoelectric field angle, the reactive power loss of the substation increases with the enhancement of the geoelectric field strength, which is consistent with (4).

3. Improved LeaderRank Algorithm considering the Influence of Geomagnetic Storm

3.1. Improved LeaderRank Algorithm Model

Based on the PageRank algorithm, the LeaderRank algorithm adds a background node. This node establishes a bidirectional connection with other nodes in the network, solving the problem of nodes jumping to each other in the PageRank algorithm. While ensuring the strong connectivity of the network, the convergence speed of the algorithm is accelerated. The iterative formula of the algorithm can be presented aswhere the nodes i and j are connected, ; otherwise, it is 0. is the out-degree of node j and N is the number of nodes. The initial value of the background node is 0, and the initial values of the remaining nodes are all 1. After several iterations, the stable value of each node is finally obtained. The stable values of network nodes and background nodes are and , respectively. The final value of each node is obtained by

In the above iterative process, the LR value of each node is uniformly assigned to other outgoing chain nodes. However, applying it to a real power system can cause a large error. In addition, the grid topology and system flow distribution affect the node importance. The nodes that are more closely connected to other nodes and transmit more power are more important. Therefore, in this paper, an improved LeaderRank algorithm is proposed according to the characteristics of power networks. The effects of node transmission power, network topology, and geomagnetic storms are considered comprehensively to accurately identify the critical nodes of the system.

The linking behavior between nodes can be represented by the probabilistic transition matrix M. The improved LeaderRank iterative computation is essentially the computation of the transition matrix M. Equations (5) and (6) can be rewritten as

The link matrix M is represented as follows:where is the line reactance between the nodes i and j, is the average line reactance, and are the output degrees of nodes i and j, respectively, is the background node output degrees, is the line power between the nodes i and j, and and are the reactive power loss of the transformer at nodes i and j, respectively.

By normalizing the elements of the M matrix, the new matrix obtained is an irreducible nonperiodic matrix with random moments. The M matrix with this property ensures that the improved LeaderRank algorithm must converge.

3.2. Example Analysis

In this section, the effectiveness of the critical node identification method based on the improved LeaderRank algorithm is verified, and the critical nodes of the IEEE RTS79 system under the action of different geomagnetic storms are identified.

The complex network method is used to identify critical nodes. We refer to the node electrical centrality (NEC) from [33] and add the geomagnetic storm parameter considering the effect of geomagnetic storms. The NEC considering geomagnetic storms can be presented aswhere , , and are the electrical betweenness, eigenvector centrality, and geomagnetic storm parameters, respectively. is the distribution coefficient indicating the weight of the indicators. i and j are the nodes of the network, and N is the number of nodes in the whole network. The definitions of and are detailed in [33].

Since the geomagnetic field strength is linearly related to the reactive power loss of the transformer and the geomagnetic field strength does not change the node size order, only the effect of the change of the electric field angle on the critical nodes is considered. The above two methods are used to identify the nodes of the IEEE RTS79 system under the action of eastward and northward geoelectric fields, and the top 10 nodes are selected as critical nodes. The results are shown in Table 2.

Table 2 shows that the critical nodes obtained by both the improved LeaderRank algorithm and the complex network method are the same and differ only in the order of the nodes, which indicates that the critical nodes in the power network under geomagnetic storm conditions can be effectively identified by using the improved LeaderRank algorithm. The results of the node LR calculations for a typical geoelectric field angle are given in Figure 4, and the substations where the critical nodes are located are marked in Figure 5.

Figure 4 shows that geomagnetic storms change the importance of the original power system nodes. The change of the geoelectric field angle caused the change in the importance of the power system nodes. Comparing Figures 2 and 5, it can be found that the GIC of the substation is larger regardless of the change in the geoelectric field angle, which indicates that the larger the GIC of the substation during the geomagnetic storm, the greater the possibility of its node becoming a critical node of the system.

4. Accident Chain Identification Based on the Fragility Theory of Complex Systems

4.1. An Accident Chain Model Based on the Fragility Theory of Complex Systems

The scale and complexity of power systems are increasing and the whole power system can be considered as a complex system. The cascading failure of a power system can be considered as a chain reaction of power outages caused by a node or line failure, which can be regarded as a fragile transmission process [34, 35]. Suppose the system blackout accident chain iswhere is the element that constitutes the accident chain, is the initial failure of the accident chain, and is the intermediate link. The system blackout accident is caused by induced .

If any event does not occur in the accident chain, the accident chain will not be generated. Therefore, the blackout accident can be avoided by predicting the accident chain in advance.

The power system accident chain search is divided into two parts, namely, initial failure selection and intermediate link setting.

4.1.1. Initial Failure Selection

The LR value of the line is determined by the LR value of the head-end node. The LR of the line is defined aswhere and represent the power system nodes.

4.1.2. Intermediate Link Setting

In the power system, other lines will be affected by the initial failure, which depends on the fragility relationship between the other lines in the system and the brittle source. The fragility correlation between lines and line overload coefficient is defined aswhere is the power change of line j after the fault of line i, is the active power borne by the initial faulted line itself, is the active power of line j in actual operation, and is the thermal stability limit of the active power of line j. is the thermal stability margin of other circuits.

The propagation process of grid cascade faults during geomagnetic storms is as follows: firstly, calculate the line LR value, and set the largest line as the initial fault; secondly, take the initial fault line out of operation to determine whether the power flow has converged. If it converges, calculate the overload coefficient of the remaining line. If there is an overload coefficient , set the line as the next-level fault; otherwise, calculate the remaining line fragility correlation , and select the line with the largest fragility correlation as the next-level fault. Until the system power flow does not converge, stop searching and generate an accident chain. The process is shown in Figure 6.

4.2. IEEE RTS79 System Accident Chain Identification

Any geoelectric field can be composed of superimposed eastward and northward geoelectric fields. The total reactive power loss of the substation is calculated to be the smallest for a geoelectric field angle of 0° and the largest for a geoelectric field angle of 90°. For 0° and 90° to study the accident chain under different geoelectric field strengths. The top ten lines of line LR values are selected as the initial faults and the accident chains that may lead to system outages are found according to the flow in Figure 4. The results are shown in Table 3.

Comparing the accident chains in Table 3, it can be found that(1)Different initial faults triggered different accident chains under the eastward and northward geoelectric fields. This is because the change of geoelectric field angle causes the change of GIC and transformer reactive power loss, which leads to the change of power system tide and triggers different accident chains.(2)At the same geomagnetic field angle, the accident chain shortens with increasing geomagnetic field strength. This is because during weak geomagnetic storms, the power system is kept in balance by flow distribution, and as the strength of the magnetic storm increases, the power system flow imbalance causes the accident chain to shorten. This means that under strong magnetic storm conditions, the system is more likely to collapse or experience a major outage.(3)L7/L11/L23/L24/L27/L28 are the vulnerable lines of the IEEE RTS79 system, where L7/L23/L24/L28 may not only be the initial failure of the accident chain but also propagate chain failures as intermediate links, which should be focused on prevention.

5. Conclusion

In this paper, considering the impact of geomagnetic storms on power systems, a critical node identification method is proposed by integrating topology and system flow. A chain fault accident chain simulation model is established based on the complex system fragility theory. The model selects the initial fault lines based on the critical nodes, predicts the intermediate links by calculating the line overload coefficients and correlation degrees, and finally obtains the accident chain set. The feasibility and effectiveness of the method are verified by using the IEEE RTS79 system as an example. The obtained research results are as follows:(1)During geomagnetic storms, critical nodes are mostly concentrated in substations with large GICs and their strong sensitivity to the angle of the geoelectric field.(2)As the strength of magnetic storms increases, the accident chain of the power system shortens, meaning that major outages are more likely to occur.(3)The intersections of the accident chains are the weak link of the power system. For IEEE RTS79 systems, appropriate measures should be taken and focused on prevention for L7/L11/L23/L24/L27/L28.

Data Availability

Some or all data that support the findings of this study are available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare that there are no conflicts of interest.

Acknowledgments

This research was funded by the National Key R&D Program of China under Grant 2016YFC0800100.