Next Article in Journal
Evaluation of the Bioremediation Potential of Staphlococcus lentus Inoculations of Plants as a Promising Strategy Used to Attenuate Chromium Toxicity
Previous Article in Journal
Remediation of Heavy Metal-Contaminated Soils with Soil Washing: A Review
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on the Unit Black-Start Strategy Considering Recovery Path and Start Sequence

1
School of Electrical Engineering and Automation, Wuhan University, Wuhan 430072, China
2
State Grid Fujian Electric Power Economic and Technical Research Institute, Fuzhou 350007, China
3
Shenzhen Power Company Ltd., Shenzhen 518001, China
*
Author to whom correspondence should be addressed.
Sustainability 2022, 14(20), 13057; https://doi.org/10.3390/su142013057
Submission received: 29 July 2022 / Revised: 25 August 2022 / Accepted: 1 September 2022 / Published: 12 October 2022

Abstract

:
Large-scale power outage events bring serious economic losses to national and social development and cause bad impacts, and the reasonable formulation of a unit black-start strategy is the basis of power outage recovery. Firstly, the Dijkstra shortest path algorithm is used to search for the optimal recovery path of the unit to be started after a major blackout occurs, and secondly, a comprehensive index of the unit start sequence considering the unit characteristics and unit distance is defined to guide the unit start sequence formulation by combining the unit capacity, climbing rate, start power, and other characteristics with the recovery time and capacitance value of the recovery path. Finally, based on the unit start sequence and optimal recovery path, and taking into account the unit start constraints, a complete unit black-start strategy is proposed, and the effectiveness of this strategy is verified by IEEE30 node system simulation. The results show that the proposed unit black-start strategy can reduce the unit recovery time and improve the recovery success rate.

1. Introduction

In recent years, due to human operation factors, power equipment failures, and extreme weather disasters, large-scale power outages in domestic and international power systems continue to occur from time to time [1,2], such as the “6.16” blackout that affected the whole country in Argentina in 2019 [3], the “2.15” power outage in the Texas power grid in 2021 [4], and the “33” island-wide blackout in Taiwan in 2022, all of which brought about serious economic losses. The “2.15” extreme cold wave-induced lasting large-scale power outage in the United States and the “33” island-wide blackout in Taiwan in 2022, for example, each led to serious economic losses and caused bad impacts on residents’ lives and social functioning. These events have caused severe economic losses and impacted the lives of residents and the functioning of society. The complete restoration control process is long and complex, and prioritizing restoration of the underwritten grid can maximize the protection of critical urban loads in the case of extreme disasters and external damages. At the same time, it is difficult to significantly improve the recovery speed after a power outage simply by using a unit-optimal recovery path control strategy; therefore, the reasonable development of a unit recovery path search strategy can improve the grid recovery speed and risk resilience, which has important research significance and engineering value.
Black-start power is the basis of the entire outage restoration process, which refers to generating units with self-starting capability that can provide power support for network restoration without relying on external power conditions in the case of a total system outage [5]. The mentioned unit start-up refers to the provision of start-up power by the black-start power source to the generating units that are unable to self-start after a major outage to help them start and restore their generation capacity [6], laying the foundation for network restoration and load recovery. The development of the unit start-up strategy includes the selection of the unit start-up sequence and the recovery path, and the decisions between the two are not fragmented and single, but often internally linked [7].
A significant amount of research work has been carried out by domestic and international researchers on the optimization of generator starting strategies. The literature [8] divided the power system restoration decision process into different milestone stages and formulated the unit start-up strategy with the goal of the shortest restoration time at each step; the literature [9] combined the sequencing method and traversal means to find the unit start-up sequence with the goal of restoring as many non-black-start units as possible in a shorter time; the literature [10] used the maximum generation capacity restored by the system in a given time period as the goal. In the literature [11], the influence of the charging time of the recovery path on the start-up phase of the unit is taken into account in the development of the unit start-up sequence; the literature [12] summarizes various factors that determine whether the unit can be successfully recovered during the black-start period and finds the unit recovery path by combining the former with the K shortest path algorithm. In the literature [13], the line operation time, remote operation coverage factor, and line recovery probability are considered comprehensively. The line commissioning time expectation function is then constructed, and the unit start-up priority index is defined to decide the start-up order. Meanwhile the recovery path of the unit to be started is optimized based on Dijkstra’s algorithm. In the literature [14], the unit start sequence decision is abstracted as a multi-constrained backpack problem, and the unit to be started at the next moment is obtained by solving the problem using a data envelopment analysis method and a backtracking algorithm.
The existing research works usually ignore the mutual coupling between the recovery order of the unit to be started and the optimal start path when formulating the unit start strategy, and consider them independently in the solution process, thus easily causing the unit start order and the recovery path to be not optimal after the combination, which affects the speed and reliability of power system recovery. Therefore, this paper will focus on a black-start strategy that takes into account the recovery path and start sequence of the unit, in order to reduce the recovery time of the unit and improve the recovery success rate.
This paper firstly constructs mathematical models for different power units in the black-start stage, including black-start power sources of hydroelectric units, gas turbines and FCB coal-fired units, and non-black-start power sources; secondly, based on the principle of Dijkstra’s shortest path algorithm, it searches for the optimal recovery path of units to be started after a major power outage; it then combines the unit capacity, climbing rate, starting power, and other characteristics with the recovery path. Based on the unit start sequence and optimal recovery path, a complete black-start strategy is obtained by taking into account the unit start constraints, and the effectiveness of this strategy is verified by simulation.
In developing the power system restoration plan, the black-start units in the system are first started to provide initial power for the restoration of the bonded grid, and then for each step of the target generators to be started, a restoration path is developed with the black-start units charging each non-black-start unit.

1.1. Dijkstra-Based Unit Recovery Path Search

Dijkstra’s algorithm is a single-source shortest path algorithm based on the idea of breadth-first search, which gradually expands outward from the origin until the last vertex is covered, and is a classical method for solving the shortest path problem in weighted graphs [15].
First, the generators and loads in the grid are extracted as undifferentiated nodes, the lines and transformers are considered as branches, and the grid is abstracted as a topology diagram G = ( V , E ) , where V represents the set of vertices of the graph, and E represents the set of branches of the graph. Taking into account the charging time of the line, the operation time of the transformer, and the magnitude of the capacitance value of the line, weights are assigned to the branches as shown in Equation (1) to obtain the weighted topology graph.
w i j = 2 t i j + c i j
where wij represents the branch weight between node i and node j, tij represents the recovery speed of the branch between node i and node j—specifically the normalized recovery time of the branch, including line charging time and transformer recovery time—and cij represents the recovery success rate of the branch between node i and node j, characterized here by the normalized capacitance value.
The connection relationship of the grid topology diagram is inscribed by the adjacency matrix A, as shown in Equation (2).
A = [ a 11   a 12   a 1 n a 21     a n 1   a n 2 a n n ]
a i j = { w i j i j   and   < i , j > E i j   and   < i , j > E 0 i = j
Take the topology diagram shown in Figure 1 as an example, which contains six nodes, seven branches, and branch weights as shown in Figure 1.
Firstly, construct the adjacency matrix as shown in Equation (4).
A = [ 0   1   2   3   1   0     6 2     0     5   4   3     0   4     5   4   0     6   4     0 ]
Node 1 is the black-start power node, with nodes 2–6 as the nodes of the unit to be started, the set VS = [1] of the nodes that have found the shortest path in the initial state, the set Vo = {2,3,4,5,6} of the other nodes, and the set D = [0,1,2,3, ∞,∞] of the initial nodes and the distances of each node. From set D, it is known that the current nearest point to node 1 is node 2, so node 2 is included in the set VS, which gives VS = [1,2], Vo = [3,4,5,6], and the shortest path of node 2 is recorded. The distance between node 1 and node 2 is 1. Combining this with the second row of the adjacency matrix, it is known that if node 2 is the intermediate node, the distance from node 1 to node 6 is 7, which is smaller than that in the original set D. Accordingly, the distance set D = [0,1,2,3,∞,7] is updated.
From set D, we know that the nearest to node 1 is node 3, except node 2; thus, we update VS = [1,2,3], update Vo = [4,5,6], and record the shortest path of node 3. The distance between node 1 and node 3 is 2, so with node 3 as the intermediate node, the distances from node 1 to node 5 and node 6 are 7 and 6, respectively, and we update the distance set D = [0,1,2,3,7,6].
From the updated D set, the closest point in Vo to node 1 is node 4 (distance is 3), and the shortest path of node 4 is recorded by updating VS = [1,2,3,4] and Vo = [5,6]. With node 4 as the intermediate node, the distance from node 1 to node 5 is 7, and set D remains unchanged.
At this time, the nearest point in Vo to node 1 is node 6, and the distance is 6. Thus, we update VS = [1,2,3,4,6], Vo = [5], and record the shortest path of node 5. Node 1 does not have a path through node 6 to node 5, so the shortest path of node 5 is recorded directly, so the final shortest distance set D = [0,1,2,3,7,6] and the shortest path matrix S are obtained.
The flow chart of the unit recovery path search is shown in Figure 2.

1.2. Unit Start-Up Sequence Integrated Index

(1) Unit characteristics index
In determining the order of recovery of the units to be started, the following principles should be followed [16]:
(1)
In order to maximize the number of units to be hot-started, units with hot-start conditions are arranged first for restoration.
(2)
When the power generation capacity is insufficient at the initial stage of system recovery, priority is given to units with small starting powers to achieve smooth starting of units to be started.
(3)
Priority is given to restoring units with larger climbing rates to ensure rapid recovery of the system.
(4)
Priority is given to units with high recovery capacities to ensure sufficient power generation capacity of the system.
Considering the unit starting power, climbing rate, and unit capacity, the unit characteristic index is defined as shown in Equation (5).
O ( k ) = P * ( k ) S * ( k ) C * ( k )
where, O ( k ) is the characteristic index of the kth unit, P * ( k ) is the normalized value of the starting power of the kth unit, S * ( k ) is the normalized value of the capacity of the kth unit, and C * ( k ) is the normalized value of the climbing rate of the kth unit.
The above normalization method is shown in Equation (6).
x * = x x min x max x min
where, x * represents the normalized value of x, x min represents the minimum value of x, and x max represents the maximum value of x.
Among them, the power output model of the unit is shown in Table 1.
In this model, t s is the start-up time of the unit; t c is the time when the unit is connected to the grid to deliver power to the outside; t max is the time when the unit outputs the maximum active power to the outside; K represents the climbing rate of the unit; K N is the average climbing rate of the unit; P s t is the active power of the unit operating with plant power; P max is the maximum active power of the unit.
(2) Unit distance index
Considering the recovery speed and recovery success rate of the black-start unit to recover the unit to be started, we reasonably set the branch weights, calculate the sum of the branch weights contained in the shortest recovery path of the non-black-start unit obtained based on Dijkstra’s algorithm, and normalize according to Equation (6) to obtain the unit distance index D ( k ) .
Taking into account the unit’s own characteristic index and distance index, a comprehensive index of unit start-up is established as shown in Equation (7).
Z ( k ) = O ( k ) + D ( k )
where Z ( k ) is the composite index of the start-up of the kth unit, O ( k ) is the characteristic index of the kth unit, and D ( k ) is the distance index of the kth unit.

1.3. Unit Start-Up Constraints

(1) The start-up time constraint is:
0 < t s t s max
where t s is the start time of the non-black-start unit, and t s max is the maximum hot-start time limit of the non-black-start unit, which is the maximum outage time that the unit can be hot-started.
When the starting moment of the unit is greater than the minimum hot-start time limit, the starting moment of the unit needs to meet the minimum cold-start time limit as shown in Equation (9).
t s t s min
where t s is the start time of the non-black-start unit, and t s min is the minimum cold-start time limit of the non-black-start unit.
(2) The start-up power constraint is defined as follows:
i = 1 p P b l a c k i ( t ) + j = 1 q P n b l a c k j ( t ) P s t
where p denotes the number of black-start units in the system, P b l a c k i ( t ) represents the active power output from the ith black-start unit at time t, q denotes the number of restored non-black-start units in the system, P n b l a c k j ( t ) represents the active power output from the jth non-black-start unit at time t, and P s t represents the start power required for the next unit to be started.
(3) Unit start/stop state constraints
It is assumed that once the unit has been started, it will remain in operation and will not shut down again. Thus,
s k ( t ) s k ( t + 1 )     k = 1 , 2 , , N
where, s k ( t ) indicates the start–stop state of unit k at time t, and the value is 1 when the unit starts and 0 vice versa.
(4) Power constraints
{ P G i min < P G i < P G i max , i = 1 , 2 , 3 , , n G Q G i min < Q G i < Q G i max , i = 1 , 2 , 3 , , n G P L i < P L i max , i = 1 , 2 , 3 , , n L
where, P G i min is the minimum active power allowed to be output by the i th generator set, P G i is the active power issued by the i th generator set, P G i max is the maximum active power allowed to be output by the i th generator set, Q G i is the reactive power issued by the i th generator set, Q G i min is the minimum reactive power allowed to be output by the i th generator set, Q G i max is the maximum reactive power allowed to be output by the i th generator set, P L i is the active power transmitted by the i th line, and P L i max is the upper limit of the power of the i th line.
(5) Voltage constraints
U i min < U i < U i max
where U i is the magnitude of the voltage value of the i th node, U i min is the lower voltage limit of the i th node, and U i max is the upper voltage limit of the i th node.

1.4. Unit Start-Up Process

The unit start-up policy development process is shown in Figure 3.
The specific steps of the unit start-up are as follows.
(1) Read the topology and parameters of the grid, take generators and loads as nodes, take lines and transformers as branches, and select line charging time, transformer operation time, and line capacitance value as branch weights to abstract the grid as a weighted topology diagram, characterized by adjacency matrix A.
(2) Based on Dijkstra’s algorithm to find the shortest path of the unit to be started as the recovery path of the unit, the distance index of each non-black-start unit is calculated.
(3) Combining that with the unit’s own characteristic indexes, calculate the comprehensive indexes of the group starting and rank them, so as to determine the starting order of the unit.
(4) Determine the next non-black-start unit to be started based on the unit start sequence and check its hot-start time limit, start power, power constraint, and voltage constraint. Units that do not meet the start conditions are moved back in the start sequence or included in the cold start until the units to be started that meet the constraints are screened.
(5) Recover the selected units to be started according to the shortest recovery path and update the recovery status of the system at the same time.
(6) Repeat steps (2)–(5) until all non-black-start units have completed starting.

2. Analysis of the Examples

2.1. Analysis of Starting Strategies for Different Black-Start Unit Types

IEEE-30 is used as an example to verify the black-start strategy method of the units proposed in this paper [17], and the system structure is shown in Figure 4. Among them, node 1 is the gas turbine unit, i.e., the black-start power unit, while nodes 2, 5, 8, 11 and 13 are non-black-start units; branches 6–9, 6–10, 4–12, and 28–27 are transformer branches, and the rest of the branches are lines.
The generator set characteristics parameters are shown in Table 2.
It is assumed that the black-start unit located at node 1 starts at the moment of 0. After 10 min of grid connection time, the starting power is output for the system, and the non-black-start units at nodes 2, 5, 8, 11, and 13 are restored. MATLAB is used to write the unit start-up program for simulation. Firstly, the integrated unit start index of each non-black-start unit is calculated as shown in Table 3 to obtain the initial unit black-start sequence for the first round.
As can be seen from Table 3, firstly, the black-started unit at node 1 provides starting power to the non-black-started unit located at node 2, and the recovery path is 1–2 based on Dijkstra’s algorithm, which is verified to satisfy the constraint limits, and the unit can start normally. After the unit at node 2 starts, the system operation status is updated, and the non-black-start unit 2 is included in the recovered unit, while the weights of the branches through which the recovery paths 1–2 pass are set to zero. After the branch paths are set to zero, the distance characteristic indexes of the remaining non-black-started units are changed, and the comprehensive indexes of unit start-up for each remaining unit are recalculated as shown in Table 4. From Table 4, it can be seen that the unit to be started in the next order is changed from the original unit 13 to unit 5, and the above steps are repeated to start the non-black-start unit at node 5 after calibration.
We start each unit in turn until all the non-black-start units of the grid have been traversed, and the start situation of each unit is obtained as shown in Table 5.
If the black-start power source at node 1 is an FCB coal-fired unit, the remaining characteristic parameters such as the capacity, starting power, and climbing rate of the unit are kept constant. The black-start strategy simulation of the unit is carried out according to the method described in this paper, and the starting situation of each unit is obtained as shown in Table 6. Comparing Table 5 and Table 6, it can be seen that compared with the gas turbine unit as the black-start power source, the starting sequence and recovery path of each non-black-start unit remain the same when the FCB coal-fired unit is black-started, while the starting moment and the outgoing power are both 10 min earlier, which can increase the system power generation in the same time period. This is because the coal-fired units keep the boiler running at the lowest load in the fast load-shedding operation state to maintain operating capability for plant power; they can start quickly after a system blackout incident and immediately increase their power output to provide the initial power for power system recovery. Therefore, using FCB coal-fired units as black-start power can restore a blacked-out system more quickly.

2.2. Comparison of Different Unit Start-Up Strategies

The IEEE-39 node system is used to simulate the unit black-start strategy example [17], and the system structure is shown in Figure 5. Node 30 is the black-start power unit, and here the gas turbine unit is considered; nodes 31, 32, 33, 34, 35, 36, 37, 38, and 39 are non-black-start units; branches 11–12, 13–12, 31–6, 32–10, 33–19, 34–20, 35–22, 36–23, 37–25, 30–2, 38–29, and 20–19 are transformer branches, and the rest of the branches are lines.
In order to further verify the effectiveness of the unit start strategy proposed in this paper, the following two unit black-start strategies were used to start each unit in turn until all non-black-start units in the grid were traversed, and the results of the unit start strategies obtained by the two methods were compared and analyzed.
Method 1: black-start strategy considering only the unit’s own characteristic index.
Method 2: black-start strategy using the integrated index of unit start sequence.
The generator set characteristics parameters are shown in Table 7.
(1) Comparison of recovery effects of different unit start strategies
The unit starts obtained by using method 1 are shown in Table 8. Method 1 only considered the unit’s own characteristic indexes, i.e., the start power, climbing rate, and capacity of the unit, when formulating the unit start strategy. Therefore, when selecting the units to be started, priority was given to start the non-black-start units located at nodes 34 and 31, which require less starting power, a faster climbing rate, and a larger unit capacity for restoration. Also, considering the time required for closing the line and restoring the transformer, the units at node 34 and node 31 were started at 18 min and 28 min, respectively, by the shortest path. The two units started climbing and reached positive output at 21.03 min and 35.15 min, respectively.
The unit start-ups obtained from method 2 are shown in Table 9. Because method 2 introduces the unit distance index when formulating the unit start strategy and considers the location distribution of the units, the unit start-up strategy obtained from the solution gives priority to the non-black-started units that are closer to the black-started units, and the units located at node 37 and node 39 were started at 9 min and the 11 min, respectively. The non-black-started units climbed to positive output at 11.13 min and 16.31 min, respectively, and were able to output power to the outside. The comparison analysis shows that method 2 can start the non-black-start units in a shorter period of time at the early stage of power system restoration, thus providing power generation for the outage system more quickly.
From the perspective of successful unit restoration, method 1 restores the unit at node 34 first, and the shortest restoration path capacitance weight sum of this unit is 3.31 × 10−3 p.u., while method 2 takes into account the branch capacitance value in the unit start-up sequence decision and starts the unit at node 37 first, and its shortest restoration path capacitance weight sum is 0.46 × 10−3 p.u. The smaller the capacitance value, the smaller the reactive power generated by no-load charging of the line, reducing the possibility of overvoltage at the node, which is conducive to the successful restoration of the unit at the early stage of power outage recovery and the output of reliable generation capacity for the power system.
(2) Unit start-up sequence and recovery path relationship analysis
Taking the non-black-started units located at nodes 35 and 36 as an example, the schematic diagram of the recovery path obtained by method 1 is shown in Figure 6a, and the recovery path of method 2 is shown in Figure 6b. The red line represents the recovered system, the blue line represents the shortest recovery path of the unit to be started at node 35, and the yellow line represents the shortest recovery path of the unit at node 36.
From Table 8 and Table 9, it can be seen that method 1 used the unit characteristic index to decide the unit start order, starting unit node 35 first and then unit node 36; method 2 used the comprehensive unit index to decide the unit start order and started unit node 36, which is closer to the black-start unit, first, before starting node 35.
From Figure 6a,b, it can be seen that the optimal recovery paths of unit nodes 35 and 36 change under both methods due to the change in the unit start order, which further illustrates that the unit start order and recovery paths are interrelated. The method 2 proposed in this paper considers the shortest recovery path of the units when deciding the unit start order, and the start order will affect the recovery path of each unit at the same time.
In summary, the start-up strategy proposed in this paper takes into account the coupled relationship between the start-up sequence and the recovery path of the units, which can increase the recovery speed of the units at the early stage of the system outage recovery and improve the reliability of the units’ recovery.

3. Conclusions

This paper analyzes the mathematical models of different black-start units and non-black-start units, defines a comprehensive index of a unit start sequence combining the unit characteristic index and distance index, and proposes a unit black-start strategy considering recovery path and start sequence. The main conclusions are: (1) After a system blackout, compared with a gas turbine unit as a black-start power source, the start time and outgoing power are reached 10 min earlier when an FCB coal-fired unit is black-started, thus increasing the system power generation in the same time period. Therefore, FCB coal-fired units used as black-start power sources can start quickly and immediately climb to outward power output, and the starting moment and outward power output moment of each unit are advanced, which can restore a blacked-out system more quickly. (2) The proposed unit start strategy considering the recovery path distance index of each unit can start the non-black-start units at node 34 and node 31 9 min and 17 min earlier, respectively, than the unit start strategy that only considers each unit’s own characteristic index, and the recovery efficiency is improved by 50–60%, which can provide power generation to the downed system more quickly and improve the reliability of unit restoration at the same time. (3) The proposed unit start strategy takes into account the coupled relationship between the unit start sequence and recovery path and considers the shortest recovery path of units in the unit start sequence decision, while the start sequence will in turn affect the optimal recovery path of each unit. This paper focuses on the issue of unit start-up strategy from the perspective of safety, while ignoring the fact that the retrofitting and maintenance of gas turbine units, FCB thermal power units, etc., have economic costs. The next research effort will focus on considering both economics and safety in unit start-up decisions, which is more in line with actual grid applications.

Author Contributions

Conceptualization, J.Z.; Funding acquisition, W.M.; Methodology, J.Z.; Project administration, Y.W.; Software, H.Z.; Supervision, Y.Z.; Writing—original draft, Y.F.; Writing—review & editing, Y.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by [State Grid Fujian Electric Power Economic and Technical Research Institute] grant number [0560002018030301XT00120] And The APC was funded by [State Grid Fujian Electric Power Economic and Technical Research Institute].

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Zhao, J.; Wang, H.; Liu, Y.; Wu, Q.; Wang, Z.; Liu, Y. Coordinated restoration of transmission and distribution system using decentralized scheme. IEEE Trans. Power Syst. 2019, 34, 3428–3442. [Google Scholar] [CrossRef]
  2. Su, J. On the Use of Wind Power and Pumped-Storage Hydro for Blackout Restoration and Resilience. Master’s Thesis, The George Washington University, Washington, DC, USA, 2019. [Google Scholar]
  3. Lin, W.F.; Yi, J.; Guo, Q.; Wang, Z.-W.; Jia, Q.; Yu, F.-F. Analysis on blackout in Argentine power grid on June 16, 2019 and its enlightenment to power grid in China. Proc. CSEE 2020, 40, 2835–2842. [Google Scholar]
  4. An, X.-M.; Sun, H.-D.; Zhang, X.-H.; Ji, L.Y.; Sun, W.-M.; Tu, J.-Z.; He, J.; Zhou, Q.-Y. Analysis and lessons of texas power outage event on February 15, 2021. Proc. CSEE 2021, 41, 3407–3415. [Google Scholar]
  5. Liu, Y.; Fan, R.; Terzija, V. Power system restoration: A literature review from 2006 to 2016. J. Mod. Power Syst. Clean Energy 2016, 4, 332–341. [Google Scholar] [CrossRef] [Green Version]
  6. Yang, Z.-C.; Sun, L.; Ding, M. Optimization strategy for start-up sequence of generation units considering critical restoration paths. Electr. Power Constr. 2019, 40, 28–35. [Google Scholar]
  7. Liu, C.-R.; Deng, Y.-S.; Lu, E.; Li, Y.-X.; Wang, N.; Long, F. Optimization of start-up sequence of generators after a major power outage. Autom. Electr. Power Syst. 2004, 28, 1–4. [Google Scholar]
  8. Hou, Y.; Liu, C.; Sun, K.; Zhang, P.; Liu, S.; Mizumura, D. Computation of milestones for decision support during system restoration. IEEE Trans. Power Syst. 2011, 26, 1399–1409. [Google Scholar] [CrossRef]
  9. Hu, J.; Guo, Z.-Z.; Liu, Y.-C.; Guo, Q.-Y. Power system restoration and analysis of restoration sequence of generating sets. Power Syst. Technol. 2011, 35, 66–70. [Google Scholar]
  10. Liu, H.-M.; Ding, S.; Lu, E.; Wang, N.; Ning, J.; Hou, Y.-H. Power system black start strategy for thermal power units with fast load cutting function. Autom. Electr. Power Syst. 2013, 37, 23–28. [Google Scholar]
  11. Feng, L.; Jin, L.-M.; Zhang, T.-Z.; Lei, X.-Q.; Li, C.-C.; Zhang, P.; Wang, X.-J.; He, J.-H. A new method to determine non-black start units restoration sequence with consideration of charging time of restoration paths. Proc. CSEE 2016, 36, 4904–4910. [Google Scholar]
  12. Zhu, H.-N.; Liu, Y.T.; Qiu, X.-Z. Preferred units to be recovered during the black start phase considering the unit recovery success rate. Autom. Electr. Power Syst. 2013, 37, 28–34. [Google Scholar]
  13. Liu, X.-Y.; Hu, X.-K.; Hu, W.P.; Liang, J.-F.; Ma, H.-Z. Optimiztion of unit restoration sequence considering line start-up time and restoration probability. Power Syst. Prot. Control. 2016, 44, 24–29. [Google Scholar]
  14. Han, Z.-H.; Gu, X.-P.; Liu, Y. Optimization of Restoration Paths Considering Unit Start-up Time Requirements at Early Stage of Power System Restoration. Proc. CSEE 2009, 29, 21–26. [Google Scholar]
  15. Zhou, Y.-H.; Min, Y. Optimal algorithm for system reconstruction. Proc. CSEE 2003, 4, 71–74, 192. [Google Scholar]
  16. Gan, L.; Liu, Y.-Q.; Wen, F.-S. Theory and Practice of Research on Resilient Power Systems and Their Recovery Strategies; Science Press: Beijing, China, 2016. [Google Scholar]
  17. Saadat. Power System Analysis; China Electric Power Press: Beijing, China, 2008. [Google Scholar]
Figure 1. Topology diagram example.
Figure 1. Topology diagram example.
Sustainability 14 13057 g001
Figure 2. Dijkstra algorithm flow chart.
Figure 2. Dijkstra algorithm flow chart.
Sustainability 14 13057 g002
Figure 3. Unit start-up flow chart.
Figure 3. Unit start-up flow chart.
Sustainability 14 13057 g003
Figure 4. IEEE-30 Node System.
Figure 4. IEEE-30 Node System.
Sustainability 14 13057 g004
Figure 5. IEEE-39 Node System.
Figure 5. IEEE-39 Node System.
Sustainability 14 13057 g005
Figure 6. Recovery path diagram. (a) Method 1, (b) Method 2.
Figure 6. Recovery path diagram. (a) Method 1, (b) Method 2.
Sustainability 14 13057 g006
Table 1. The black-start mathematical models of the units.
Table 1. The black-start mathematical models of the units.
Unit TypeHydroelectric UnitsGas Turbine Unit
Power output model P = { 0 t t c   K ( t t c ) t c < t t max P max t > t max P = { P s t t t c K ( t t c ) t c < t t max P max t > t max
t max = P max + P s t K + t c
Unit TypeFCB Coal-Fired UnitsThermal Power Units
Power output model P = { P s t t t s P s t + K N ( t t s ) t s < t t max P max t > t max
t max = P max + P s t K N + t c
P = { 0   t t s P s t   t t c P s t + K N ( t t c )   t c < t t max P max   t > t max
t max = P max + P s t K N + t c
Table 2. Generator set characteristics parameters.
Table 2. Generator set characteristics parameters.
Unit NodesUnit Capacity/p.u.Starting Power/p.u.Climbing Rate/p.u./hGrid Connection Time/min
13.5101.8610
211.450.897.4320
57.500.324.2815
86.620.253.5530
116.430.273.3420
139.290.425.2815
Table 3. First start-up sequence of the unit.
Table 3. First start-up sequence of the unit.
Non-Black-Start Unit NodeComprehensive Index of Unit Start-UpStart-Up Sequence
2−11
5−0.023
80.514
111.035
13−0.112
Table 4. Second start-up sequence of the unit.
Table 4. Second start-up sequence of the unit.
Non-Black-Start Unit NodeComprehensive Index of Unit Start-UpStart-Up Sequence
5−0.031
80.513
111.024
130.212
5−0.031
Table 5. Unit start-up for gas turbine black start.
Table 5. Unit start-up for gas turbine black start.
Unit NodesStart-Up Moment/minRecovery PathOutward Force Moment/min
2121-219.15
5142-518.64
13241-3-4-12-1328.72
8285-7-6-832.30
11346-9-1138.85
Table 6. Unit start-up for FCB black start.
Table 6. Unit start-up for FCB black start.
Unit NodesStart-Up Moment/minRecovery PathOutward Force Moment/min
221-29.15
542-518.64
13141-3-4-12-1318.72
8185-7-6-822.30
11246-9-1128.85
Table 7. Generator set characteristics parameters.
Table 7. Generator set characteristics parameters.
Unit NodesUnit Capacity/p.u.Starting Power/p.u.Climbing Rate/p.u./hGrid Connection Time/min
303.5101.815
3111.450.897.4320
327.500.324.2015
337.710.275.8930
348.120.356.9920
356.690.495.2815
375.130.236.5815
387.610.953.5030
3910.480.394.3520
Table 8. Method 1 unit start-up situation.
Table 8. Method 1 unit start-up situation.
Unit NodesStart-Up Moment/
min
Recovery PathOutward Force Moment/
min
Full Power Operation Time/
min
The Sum of Path Capacitance Weights/10−3 p.u.
341830-2-3-18-17-16-19-20-3421.03110.563.32
31283-4-5-6-3135.15147.571.27
333119-3333.75142.190
39332-1-3938.313203.141.61
37372-25-3739.13100.640.46
32436-11-10-3247.64169.790.67
355216-21-22-3557.66148.801.63
365822-23-3667.39236.500.59
386325-26-29-3879.31239.604.97
Table 9. Method 2 unit start-up situation.
Table 9. Method 2 unit start-up situation.
Unit NodesStart-Up Moment/
min
Recovery PathOutward Force Moment/
min
Full Power Operation Time/
min
The Sum of Path Capacitance Weights/10−3 p.u.
37930-2-25-3711.1372.640.46
39112-1-3916.31181.141.61
31232-3-4-5-6-3130.15142.572.09
32296-11-10-3233.64155.790.67
33424-14-15-16-19-3344.75153.193.12
344819-20-3451.04140.570
365416-24-23-3663.40232.501.37
355723-22-3562.66153.800.59
386225-26-29-3878.31238.604.97
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhao, J.; Liang, Y.; Fang, Y.; Weng, Y.; Ma, W.; Zhang, H.; Zhang, Y. Research on the Unit Black-Start Strategy Considering Recovery Path and Start Sequence. Sustainability 2022, 14, 13057. https://doi.org/10.3390/su142013057

AMA Style

Zhao J, Liang Y, Fang Y, Weng Y, Ma W, Zhang H, Zhang Y. Research on the Unit Black-Start Strategy Considering Recovery Path and Start Sequence. Sustainability. 2022; 14(20):13057. https://doi.org/10.3390/su142013057

Chicago/Turabian Style

Zhao, Jie, Yilin Liang, Yudi Fang, Yixuan Weng, Weizhe Ma, Huaixun Zhang, and Yiyang Zhang. 2022. "Research on the Unit Black-Start Strategy Considering Recovery Path and Start Sequence" Sustainability 14, no. 20: 13057. https://doi.org/10.3390/su142013057

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop