Skip to main content

ORIGINAL RESEARCH article

Front. Energy Res., 08 October 2024
Sec. Sustainable Energy Systems
This article is part of the Research Topic Advanced Modeling and Methods for Renewable-dominated Power Systems Operations under Multiple Uncertainties View all 8 articles

Real-time risk assessment of distribution systems based on Unscented Kalman Filter

Chen WuChen WuHao Jiao
Hao Jiao*Dongyang CaiDongyang CaiWei CheWei CheShaowei LingShaowei Ling
  • State Grid Jiangsu Electric Power Co., Ltd., Nanjing, China

The continuous growth of renewable energy and the load level has posed increasingly severe operational risks to distribution systems. In view of this, this paper combines state estimation with risk assessment, and uses the results of distribution system state estimation based on Unscented Kalman Filter as the input of risk assessment. With the combination, the sampling based on probability distributions in traditional risk assessment methods is no longer needed, thus avoiding the difficulty of updating probability distributions timely according to the latest information in real-time operation. By applying the proposed risk assessment method, the real-time assessment of operational risks in perspectives of bus voltage, branch power, and renewable energy utilization is achieved. Meanwhile, the weight of each risk index is properly determined according to both subjective and objective knowledge by using Analytic Hierarchy Process method and entropy weight method. Case studies show that the proposed method achieves effective assessment of comprehensive risks in the operation of distribution system.

1 Introduction

With the development of the power system, the increasing penetration of the renewable energy and the continual growth of load demand in the distribution system have led to a more complex topology and more difficult operation of the distribution system, thus exacerbating its risks (Zheng et al., 2021). Unfortunately, the traditional risk assessment methods cannot satisfy the demands of the modern power system due to their incompetency in real-time risk assessment.

The methods of risk assessment for power system are generally divided into two types: deterministic ones and probabilistic ones. The deterministic method considers the most serious situation and calculates the safety and stability margin of the system, which deals with events with rare occurrence and severe impact (Xu et al., 2020; Liu et al., 2024). The probabilistic method is further divided into analytical method and simulation method. The analytical method is limited to small systems due to the limitation of the amount of computation, while the simulation method simulates the operating state of the system through a large number of samples and comprehensively considers different operating conditions, which is more suitable for complex large-scale power systems. The simulation method is usually based on the Monte Carlo method (Ansari et al., 2020), and the risk severity analysis of the sampled scenarios is carried out according to the established risk assessment standards. Ansari and Chung (2019) propose a short-term risk assessment model, which uses regional risk method and non-sequential Monte Carlo simulation to realize short-term risk assessment. da Silva and de Castro (2019) mention a model based on Monte Carlo simulation which uses importance sampling techniques to calculate risk indices and improves the accuracy of simulation of the probability distribution of state variables by improving the sampling method. Risk assessment by simulation method depends on the probability distribution of uncertainty factors of system operation, but it is difficult to update the probability distribution of uncertainty factors quickly based on the latest information in real-time operation, especially when there are many uncertainty factors involved. To solve this problem, this paper intends to integrate state estimation and risk assessment to achieve real-time and effective perception of the operational risk of the distribution system.

In essence, state estimation is aimed at estimating the operating state of the system by using sampled data of the measurement device and filtering the original data to provide information for the optimal control of the distribution system (Zhao et al., 2019; De Oliveira-De Jesus et al., 2021; Feng et al., 2022). Dynamic state estimation is based on the filtering algorithms, which predict the operating state of the next moment based on the past state combined with the prediction method, and amends the prediction after receiving the latest measurement information, so as to estimate the internal state of the dynamic system, which provides basic data support for the operation of the power system (Ghadikolaee et al., 2020). The traditional dynamic state estimation mainly adopts Extended Kalman Filter, but the foundation of this method is linear approximation of nonlinear systems and linearization by first-order Taylor series expansion, and the error is larger in systems that have strong nonlinear features (Zhao et al., 2017; Wang et al., 2021). In comparison, the Unscented Kalman Filter adopts different ideas and schemes. Considering the difficulty of approximating nonlinear systems, Unscented Kalman Filter approximates probability density functions by generating Sigma point sets (Swain and Subudhi, 2019; Zhao and Mili, 2019). Compared with extended Kalman filtering, Unscented Kalman Filtering does not calculate the Jacobian matrix. Meanwhile, it displays higher approximation accuracy (Yildiz et al., 2020; Wang et al., 2020, Dang et al. (2022) probe into the problem of non-Gaussian noises and enhance the numerical stability. Liu et al. (2020) propose a state estimation method of medium-voltage distribution systems based on Unscented Kalman Filter algorithm to reduce the uncertainty of state prediction to tackle the problem of insufficient real-time measurement of distribution system and the assumption that the system process noise is constant in the existing estimation methods. Mestav et al. (2019) adopt a deep learning approach to deal with the problem of state estimation for unobservable distribution systems and improves estimation accuracy. During the process of state estimation, Unscented Kalman Filter analyzes the prediction and measurement noise, so the corresponding results can actually be utilized for risk assessment. Based on the fact that the existing studies pay little attention to this, this paper focuses on how to combine state estimation and risk assessment effectively.

Dynamic state estimation of power system can reveal the evolution of system operating state over time with strong timeliness and reliability, and the result contains prediction information. Therefore, using state estimation results for risk assessment can greatly improve accuracy and efficiency and achieve real-time risk assessment. Hence, this work proposes a distribution system operational risk assessment method based on Unscented Kalman Filter, which utilizes the prediction step of the Unscented Kalman Filter to obtain the operating state of the next moment. By using the predicted state as the input of the risk assessment model, this work realizes real-time risk assessment of the distribution system. In terms of risk calculation, from the perspectives of bus voltage, power flow and renewable energy consumption, this paper carries out risk assessment from the component and system level and adopts the Analytic Hierarchy Process and Entropy Weight Method to determine the comprehensive weights of different risk indices. The effectiveness of the proposed method is verified by several numerical examples. Section 2 of this paper discusses the risk assessment process based on Unscented Kalman Filter state estimation, Section 3 establishes the comprehensive risk assessment index system, and Section 4 conducts case studies from different perspectives.

2 Real-time risk assessment of distribution systems

2.1 State estimation based on Unscented Kalman Filter

The key step of Unscented Kalman Filter is to generate Sigma points through unscented transformation based on the probability distribution of the state variable. The specific generation method is shown in Equations 1, 2:

χk1,j=xk1,j=0xk1+n+λPkj,j=1,...,nxk1n+λPkj,j=n+1,...,2n(1)
λ=α2n+κn(2)

where χk1,j represents the Sigma point sets, and n is the dimension of the state variable. α is the scale correction factor, and Κ is a free parameter to ensure that the matrix n+λPk is semi-definite. n+λPki is column i of the matrix.

Based on the Unscented Kalman Filter algorithm, the state estimation steps of the distribution system are as follows:

1) The Sigma point set {χk1} is generated through unscented transformation.

2) State prediction: In terms of prediction, machine learning and exponential smoothing method are adopted in abundant research. Although machine learning is better performed in many aspects, its training relies on reliable data sets and is time-consuming. Therefore, in this paper, the prediction of the next moment is carried out separately for each Sigma point using exponential smoothing method based on the previous state of these points, and the mean and covariance of the points are calculated in Equations 37:

ξk|k1,j=fχk1,j(3)
x¯k|k1=j=02nWj,mξk|k1,j(4)
Pk|k1=j=02nWj,cξk|k1,jx¯k|k1ξk|k1,jx¯k|k1T+Qk(5)
Wj,m=λn+λ,j=012n+λ,j=1,...,2n(6)
Wj,c=λn+λ+1α2+β,j=012n+λ,j=1,...,2n(7)

where Qk is the process noise covariance matrix, Wj,m is the weight of the mean of the Sigma point set, and Wj,c is the weight of the covariance of the Sigma point set.

3) Measurement prediction: Based on the measurement function and the state variable, the prediction of measurement point set zk|k1,j and its mean z¯k|k1 are obtained in Equations 8, 9. The covariance matrix Pk,zz of the measurement prediction, the covariance matrix Pk,xz of the state variable prediction and the measurement prediction and the Kalman gain Kk are calculated respectively in Equations 1012.

zk|k1,j=hξk|k1,j(8)
z¯k|k1=j=02nWj,mzk|k1,j(9)
Pk,zz=j=02nWj,czk|k1,jz¯k|k1zk|k1,jz¯k|k1T+Rk(10)
Pk,xz=j=02nWj,cξk|k1,jx¯k|k1zk|k1,jz¯k|k1T(11)
Kk=Pk,xzPk,zz1(12)

where Rk is the covariance matrix of the measurement noise.

4) State update: After obtaining a new round of measurement zk, the state estimation xk and its covariance matrix Pk are updated according to Equations 13, 14.

xk=x¯k|k1+Kkzkz¯k|k1(13)
Pk=Pk|k1KkPk,zzKkT(14)

2.2 Risk assessment based on Unscented Kalman Filter

In traditional risk assessment, a sampling process based on the probability distribution of uncertainty factors is often required before conducting risk assessment with the scenarios it obtained. However, in real-time operation, it is difficult to adjust the probability distribution of uncertainty factors simultaneously according to the real measurement information, which means that the traditional risk assessment methods are lack of timeliness and not suitable for real-time dynamic risk assessment of the system.

There are two core steps in the process of state estimation of the distribution system based on Unscented Kalman Filter. The first is to predict the state variable through Sigma points, and the second is to revise the prediction of state variable according to new measurement data. The sampling that is completed in the prediction step of the Unscented Kalman Filter algorithm can not only be combined with the measurement information of the next moment to estimate the operational state of the distribution system, but also be used for the early evaluation of the operational risk before the measurement information of the next moment is obtained. Therefore, this paper takes the output of the prediction step of the Unscented Kalman Filter as the input of the risk assessment model, and the complete process is shown in Figure 1. Based on the various Sigma points generated by the Unscented Kalman Filter, the system’s operational state at the next moment, namely the voltage amplitude and phase of all buses, can be forecasted, and the power flow can be calculated immediately based on the bus voltage. Then, the operational risk of the distribution system is fully evaluated with the obtained operational state and the established risk indices. By making full use of the state estimation results, the difficulty of simultaneously updating the probability distribution is avoided and the calculation efficiency is significantly improved, so as to enable real-time operational risk assessment and provide the corresponding data basis for the risk control, which contributes to better operation of the distribution system.

Figure 1
www.frontiersin.org

Figure 1. Risk assessment of distribution system based on Unscented Kalman Filter.

3 Comprehensive risk assessment index system

In order to evaluate the operational risk of the distribution system, this paper constructs risk indices from the perspectives of bus voltage, line power flow and renewable energy utilization, and evaluates the operational risk from the component and system level. This paper focuses on real-time risk assessment based on state estimation, and the failure of the equipment will be reflected on the system operational state and the risk indices considered in this paper. Because of the low probability of the malfunction of equipment in a small time-span of real-time operation, it is not considered as a separate risk in this paper.

3.1 Voltage risk and power flow risk

The overvoltage risk index reflects the risk when the voltage of each bus of the distribution system exceeds the safe voltage range, as is calculated in Equation 15:

Rivh=sDτsBi,svhVi,sSevvhVi,s(15)

where Rivh is the overvoltage risk of bus i, and τs is the probability of the scene. Bi,svh is a flag which indicates whether there is risk on bus i. Vi,s is the voltage of bus i in scene s, and Sevvh is a function describing the severity of the risk, as is shown in Equation 16:

SevvhVi,s=eVi,sVmax1e1(16)

where Vmax=1.05p.u.

The low voltage risk index reflects the risk when the bus voltage falls below the lower voltage limit and is calculated in Equation 17:

Rivl=sDτsBi,svlVi,sSevvlVi,s(17)

where Rivl is the low voltage risk of bus i, and Bi,svl is a flag which indicates whether there is risk on bus i. Sevvl is a function describing the severity of the risk, as is shown in Equation 18:

SevvlVi,s=eVminVi,s1e1(18)

where Vmin=0.95p.u.

The line overload risk index reflects the risk when the active power flow of the line exceeds the maximum limit, as is calculated in Equation 19:

Rjp=sDτsBj,sPj,sSevPPj,s(19)

where Rjp is the line overload risk of branch j; Bj,s marks whether branch j is overloaded in scene s; Pj,s is the active power flow of line j in scene s; SevP is a function that describes the severity of the line overload risk, as in Equation 20:

SevPPj,s=Pj,sPj,max(20)

where Pj,max is the rated capacity of branch j.

Unlike line overload risk which results from high load demand at buses, reverse line overload is caused by high renewable energy penetration in the system. When there is a large amount of renewable power in the system, the residual power will be transmitted backwards through the line from the installation point of the renewable power to the head of the line. The reverse line overload risk index reflects the risk that the reverse active power carried on the line exceeds the maximum limit, (the risk of bus voltage increase caused by incomplete absorption of the renewable power has been included in the overvoltage operational risk mentioned previously, so only the risk caused by its impact on the power flow is considered here), and it is calculated in Equation 21:

Rjpr=sDτsBj,srPj,sSevPrPj,s(21)

where Rjpr is the risk of reverse line overload at branch j; Bj,sr marks whether branch j is reversely overloaded in scene s; SevPr is a function describing the severity of the risk of reverse line overload, as is calculated in Equation 22:

SevPrPj,s=Pj,sPj,max(22)

Because of the different location of each bus in the distribution system and their different amount of load demand, the voltage risk of each bus has varying degrees of impact, so this paper assigns different weights to each bus, and summarizes voltage risks of buses to the system level using the bus weight, as is shown in Equations 23, 24.

Rsysvh=i=1NbwiRivh(23)
Rsysvl=i=1NbwiRivl(24)

where Rsysvh and Rsysvl are the risks of overvoltage and low voltage in the distribution system, respectively; Nb is the total number of buses in the distribution system; wi is the weight coefficient of each bus, and the calculation is shown in Equation 25:

wi=LiEPiEPi(25)

where EPi is the active power of bus i; Li is the number of branches connected to the bus.

The overload and reversing overload operational risks of distribution lines are the cumulative sum of the overload operational risks of each branch in the distribution system, as is shown in Equations 26, 27:

Rsysp=j=1NlRj,ip(26)
Rsyspr=j=1NlRj,ipr(27)

where Rsysp and Rsyspr are the risks of overload and reverse line overload in the distribution system, respectively; Nl is the total number of branches in the distribution system.

3.2 Risk of renewable energy curtailment

When there is an excessive amount renewable energy that cannot be fully absorbed, it can lead to serious overvoltage and reverse line overload risks in the distribution system. In this case, the impact of renewable energy can be diminished by curtailing power, but it can also result in lower utilization rates of renewable energy. By using the prediction of the system operational state, namely the bus voltage, during the state estimation process, the power flow on each branch can be quickly calculated, and the injection power of each bus can be obtained. Based on this, this section constructs an optimization model to optimize the amount of renewable energy curtailment required to avoid serious voltage and power flow risks before calculating the risk of renewable energy curtailment. The objective function of the optimization model is described in Equation 28:

fCr,Uo,Po=Cr+MUo+Po(28)

where Cr represents the amount of curtailed renewable energy power, M is a relatively large adjustment coefficient that ensures that the voltage and current can be controlled within the specified limits through renewable energy curtailment, and U0 and P0 represent the degree to which the voltage and the power flow exceed the specified limits. If M is too large, it may lead to computational difficulties. However, if M is too small, it may result in insufficient renewable energy curtailment. For a specific distribution system, the value of M can be figured out through testing to confirm its appropriateness. Specifically, if the optimization results show that the voltage and power flow are not controlled within the limits and there is room for further curtailment of renewable energy, it indicates that the value of M needs to be increased. The triggering point of curtailment is determined based on the notion that it only occurs when the risks reach a certain level, and the appropriate points can be set based on varying conditions in different models. For bus voltage beyond the limit, this optimization model sets the action of renewable energy curtailment when the bus voltage amplitude reaches below 0.9 times or above 1.1 times the standard value per unit. For line power flow exceeding the limit, the renewable energy curtailment is triggered when the power flow or reverse power flow exceeds 1.2 times the standard value per unit. The expressions for U0 and P0 are described in Equation 29.

Uo=Vi,s1.1p.u.,0,0.9p.u.Vi,s,ifVi,s1.1p.u.if0.9p.u.Vi,s1.1p.u.ifVi,s0.9p.u.,Po=Pj,s1.2p.u.,0,ififPj,s1.2p.u.Pj,s<1.2p.u.(29)

In addition, the optimization model of renewable energy curtailment is also constrained by power flow and power balance. As optimization problems based on accurate power flow constraints cannot be solved, this paper adopts the following linear approximation power flow constraints (Yang et al., 2018; Yang et al., 2019).

Pij=vivjgijbijθij+ΔPij(30)
Qij=1+2vibij,0vivjbijgijθij+ΔQij(31)

In the Equations 30, 31, Pij and Qij represent the active and reactive power flowing from bus i to bus j respectively; ΔPij and ΔQij represent active and reactive power losses respectively; gij and bij represent the conductance and susceptance of the branch from bus i to bus j respectively; θij represents the voltage phase difference between bus i and bus j.

Given the complicated operational requirements of distribution systems and the requirement for timeliness of its real-time risk assessment, the simplification of calculation needs to be considered. Although approximating network losses may sacrifice a bit of accuracy, it is an effective way to decouple voltage amplitude v and phase angle θ, as well as greatly reduce computational burden. In order to obtain approximate expressions for the network losses ΔPij and ΔQij, this paper uses a quadratic Taylor expansion of the cosine function of the phase angle difference, θij1θij2/2, and ignores higher-order terms given that the voltage phase angle difference is small. In addition, considering that the bus voltage amplitude is close to 1p.u., an approximate value of ViVjθij2θij2 is used for the product of voltage phase angle difference and amplitude. Afterwards, first-order Taylor expansions are applied to the square of the voltage phase angle difference and the square of the amplitude difference, respectively, and high-order terms are ignored, reaching an approximate expression of the losses shown in Equations 32, 33.

ΔPij=gijvi2+vj22vivjgijcosθijgijvivj2+gijθij22gijvi,0vj,0vivjgijvi,0vj,02+2gijθij,0θijgijθij,02(32)
ΔQij=bijvi2+vj2+2vivjbijcosθijbijvivj2bijθij22bijvi,0vj,0vivj+bijvi,0vj,022bijθij,0θij+bijθij,02(33)

The constraints for bus injection power are described in Equations 34, 35.

Pi=i,jΚPij+j=1NGijvi2(34)
Qi=i,jΚQij+j=1NBijvi2(35)

where Pi and Qi represent the active and reactive injection power at bus i respectively. Gij and Bij are the elements in the bus admittance matrix.

The constraints on nodal power balance are shown in Equations 36, 37.

Pres,iPres,iquitPd,i=Pi(36)
Qd,i=Qi(37)

where Pd,i and Qd,i represent the active and reactive power of the load at bus i respectively. Pres,i and Pres,iquit represent the total renewable energy power and curtailed power at bus i respectively.

The constraint for renewable energy curtailment is described in Equation 38.

Pres,iquitPres,iq,max(38)

where Pres,iq,max is the maximum amount of curtailed renewable power at bus i.

The renewable energy curtailment won’t happen unless the bus voltage or branch power flow reach the triggering point. When they reach the threshold for triggering curtailment, the optimization model reduces the part of bus voltage and power flow exceeding the threshold limit by curtailing part of the renewable energy, thereby reducing the overall operational risk of the distribution system. In the cases where renewable energy curtailment is called for, the distribution system status after curtailment will be calculated through power flow calculation before calculating the voltage and power flow related risks.

3.3 Subjective and objective weights of risk indices

The various operational risk indices of the distribution system reflect different kinds of operational risks. In order to evaluate the overall risk of the system, appropriate weights need to be assigned to each risk index to form a comprehensive risk index system. In order to achieve reasonable risk assessment, this paper combines the Analytic Hierarchy Process and Entropy Weight Method. The Analytic Hierarchy Process determines index weights subjectively based on past knowledge (Saaty, 1990), while the Entropy Weight Method determines index weights objectively based on the amount of information contained in the data (Chen, 2020). The objective weights calculated by the Entropy Weight Method are objective and unbiased for it eliminates the different dimensions of various indices before comparing them. However, the method is based solely on the characteristics of data without considering the actual meaning of it, which may lead to results that go against common sense. Thus, in this paper, subjective weights with experts’ intelligence and experience contained are combined to objective weights to obtain comprehensive weights of the risk indices.

1) Subjective weights. The Analytic Hierarchy Process decomposes complex decision-making problems into a series of sub-problems, and then further divides sub-problems to build a hierarchical evaluation index system, which fully considers the relationship between various influencing factors. When the Analytic Hierarchy Process is used to determine the subjective weights, a three-layer structure of “target layer - criterion layer - scheme layer” is constructed, and the number of elements in each layer usually does not exceed nine. The structure is shown in Figure 2.

Figure 2
www.frontiersin.org

Figure 2. Three-layer structure of the Analytic Hierarchy Process.

Assuming that the criterion layer has m elements, the scheme layer has n elements, and the elements in the criterion layer and the scheme layer are compared in pair-to-pair to form a judgment matrix Am×m and m n-order judgment matrices B1n×nBmn×n. Take matrix A as an example, and its expression is shown in Equation 39:

A=a11a1maijam1amm(39)

In the formula, aij represents the evaluation value obtained by comparing elements ai and aj, and the value of aij is determined by inviting experts according to the scale shown in Table 1. If i = j, aij = 1; If i≠j, aij = 1/ aji.

Table 1
www.frontiersin.org

Table 1. Nine-scale risk level.

Consistency test was performed on the judgment matrix, and the consistency index CI is calculated in Equation 40:

CI=λmaxmm1(40)

where λmax is the largest eigenvalue of matrix A.

The random consistency index RI is obtained according to Table 2, and then the consistency ratio CR is calculated in Equation 41:

CR=CIRI(41)

Table 2
www.frontiersin.org

Table 2. Random consistency index values.

If CR < 0.1, matrix A is considered to pass the consistency test, and then the weights corresponding to each judgment matrix A=aijm×m are calculated in Equation 42.

ωi=j=1maij1mk=1mj=1makj1m,i=1,2,...,m(42)

Record the weight set of matrix A as vector wA=ω1A,,ωmA.

Likewise, the consistency tests of matrix B1n×nBmn×n are carried out respectively, and the weight vectors wB1wBm are calculated after passing the test. Ultimately, the subjective weight set is calculated in Equation 43.

W1×n=ω1C,,ωnC1×n=wA1×mwB1wBmm×n=ω1A,,ωnAω1B1ωnB1ω1BmωnBm(43)

2) Objective weights. Assuming that there are a total of s risk assessment indices, and each risk assessment index has n samples. The objective weight evaluation matrix J is established in Equation 44:

J=b11b1tbijbs1bsts×t(44)

where element bij represents the jth sample risk value of the ith risk assessment index. The standardized matrix C=cijs×t is obtained by standardizing matrix J in Equation 45.

cij=bijminbimaxbiminbi,the index is positivemaxbibijmaxbiminbi,the index is negative(45)

where maxbi represents the maximum value of the element in row i of matrix J, and minbi represents the minimum value in row i of matrix j.

The entropy calculation formula of the risk assessment index is shown in Equation 46:

Ei=1lntj=1tcijj=1tcij·lncijj=1tcij,i=1,2,...,s,j=1,2,...,t(46)

The information utility value is defined as 1Ei and it can be normalized to obtain the objective weight set Z of s risk assessment indicators in Equation 47.

Zi=1Eisi=1sEi,i=1,2,...,s(47)

After determining subjective and objective weights, they are integrated to form the comprehensive risk index weights, as is shown in Equation 48.

wi=μZi+1μWi(48)

where W is the subjective weight set obtained through the Analytic Hierarchy Process, Z is the objective weight set calculated by the Entropy Weight Method, and μ is the weight coefficient used to combine subjective and objective weights. The coefficient μ is determined based on the quality of historical data in the Entropy Weight Method and the authority of expert information in the Analytic Hierarchy Process.

After determining the weight of risk indices, the comprehensive operational risk of the distribution system can be calculated by weighted sum of overvoltage risk, low voltage risk, line overload, reverse line overload risk, and renewable energy curtailment risk, as is shown in Equation 49.

CRI=w1Rsysvh+w2Rsysvl+w3Rsysp+w4Rsyspr+w5Rsysquit(49)

where w1,w2,w3,w4,w5 are the weights of each kind of operational risk respectively, and they sum up to 1.

4 Results

The example analysis is based on the 12-bus distribution system provided by Matpower, and the line impedance and initial load are recorded in Table 3 and Table 4 respectively.

Table 3
www.frontiersin.org

Table 3. Resistance and reactance of the distribution system.

Table 4
www.frontiersin.org

Table 4. Active and reactive loads.

4.1 Impact of load and renewable energy on risk

The operational risk of the distribution system is mainly determined by the connected load and renewable energy, in addition to its own topology and network parameters. This section will discuss their impact on the operational risk of the distribution system from the perspectives of load power, renewable energy power, and the location of renewable energy. The results are shown in Figures 35. It can be seen that high load and renewable energy injection will bring about different kind of risks. Along with the increase of load and renewable energy, the operational risk significantly increases, and the growth is not linear. The growth rate increases with the increase of load and renewable energy power. In addition, as is shown in Figure 5, the location of renewable energy also has a significant impact on the risk of the distribution systems. When renewable energy is connected to the head of the line, its power flows to the transmission network through fewer branches, and the bus voltage in the distribution system gradually decreases from the first bus to the end without any occurrence of overvoltage. When renewable energy is connected to the middle section of the line, its power flows through more branches, resulting in a gradual increase in bus voltage from the head to the middle section of the distribution system, and overvoltage risk occurs at buses from the middle to the end. When renewable energy is connected to the end of the line, its output is transmitted backwards through the entire distribution system, posing a serious risk of overvoltage in the distribution system.

Figure 3
www.frontiersin.org

Figure 3. The impact of load amount on the risk of distribution system.

Figure 4
www.frontiersin.org

Figure 4. The impact of renewable energy amount on the risk of distribution system.

Figure 5
www.frontiersin.org

Figure 5. The impact of renewable energy location on the risk of distribution system.

4.2 Objective weight of entropy weight method

The entropy weight method is used to determine the weight of risk indices objectively based on the amount of information reflected in historical data, as a supplement to subjective weights. For different systems and when different operating modes are adopted, the risks faced by the distribution system vary, and the objective weights of the risk indices calculated by the entropy weight method also differs. This section discusses the entropy weight method from the perspective of whether renewable energy curtailment is carried out, and it can be seen from the results shown in Figure 6 that after considering the curtailment of renewable energy, the weights of the remaining four risk indices have decreased due to the addition of one risk index. However, compared to low voltage risk and overload risk, the objective weight of overvoltage risk and reverse line overload risk has decreased more significantly. This is due to the decrease of overvoltage and reverse line overload risk resulting from renewable energy curtailment. According to the Entropy Weight Method, the information contained in a risk index is positively correlated with its degree of dispersion. The wider its variation range, the more information it contains. After conducting the curtailment operations, the overvoltage risk and reverse line overload risk are reduced to the threshold limit, so the originally different severity of overvoltage and reverse line overload risks become similar, which means their fluctuation ranges are narrowed and the information contained in these two indices is reduced, thus resulting in a significant decrease in the objective weights assigned to them.

Figure 6
www.frontiersin.org

Figure 6. Comparison of the objective weight of risk indices considering and not considering curtailment of renewable energy.

4.3 Impact of curtailed renewable energy on risks

Curtailing renewable energy sources can alter the operational status of the distribution system, thereby affecting its risk level. This section discusses the effect and the results are shown in Table 5. It can be seen that after the curtailment, the overvoltage risk and reverse line overload risk caused by renewable energy have decreased. Although the renewable energy curtailment risk has significantly increased, due to the fact that it only occurs when the voltage and overload risks reach a certain level and that its value is less dispersed than the other risks, both the subjective and objective weights of renewable energy curtailment risk we obtained are relatively lower than voltage and overload risks, so the weighted total risk of the distribution system is been reduced after curtailment.

Table 5
www.frontiersin.org

Table 5. Risks when curtailment of renewable energy is conducted and not.

4.4 Impact of state estimation on risk assessment

This paper utilizes the results of the prediction step of the Unscented Kalman Filter state estimation as the input for risk assessment, so the risk assessment is closely related to the accuracy of the state estimation. In order to demonstrate the relationship between state estimation and risk assessment in detail, this paper conducted comparative experiments by adjusting the variance of measurement noise. In order to simulate the measurement information of SCADA data containing noise, this paper randomly generates noise based on the proposed measurement noise variance, and adds it to the accurate information from power flow calculation to substitute the measurement data used in state estimation. Table 6 records the three noise variances used in this section, and demonstrates the impact of state estimation accuracy on risk assessment through the differences in numerical values of these three variances. In practical applications, noise variances need to be selected based on the characteristics of the measuring device. Due to the randomness of noise, the experimental results also have a certain degree of randomness. In order to better compare the results under different noises, this section conducted 10 experiments for each group, and took the average value for comparison between groups. According to the results recorded in Table 6, as the variance of measurement noise increases, the risk of the distribution system also increases. This is due to deteriorated accuracy of state estimation and the greater variance of the results of state estimation under larger measurement noise, which also means that the possible distribution system states fluctuate in a wider range, and that there is a threat of greater risks, ultimately leading to an increase in the value of comprehensive risk.

Table 6
www.frontiersin.org

Table 6. Risks under different measurement noises.

5 Discussion

This paper proposes a real-time risk assessment method for distribution systems using Unscented Kalman Filter state estimation results as inputs of the risk assessment. Risk indices including low voltage, overvoltage, line overload, reverse line overload and renewable energy curtailment risk are established in this paper and summarized by subjective and objective weights, thus achieving effective perception of comprehensive risks in distribution systems. The case studies show that the risks increase exponentially with the growth of renewable energy and load demand and risk levels vary according to different locations of renewable energy. Meanwhile, case analysis shows that appropriate curtailment can reduce the overall risk of the distribution system by up to 10.5%. Furthermore, as different operating modes bring about different risks, the Entropy Weight Method proves to be effective in determining the weight of risk indices according to the specific scenario faced by the distribution system. In addition, risk assessment is affected by the accuracy of state estimation, and different measurement noises in state estimation may cause a 7% change in the risk assessment results. In this paper, there are still some deficiencies, and the following aspects need to be improved in future research. On the one hand, more risk indices should be added so that the assessment model may evaluate the operational risks more comprehensively and cater to more scenarios. For instance, risks caused by energy storage devices and photovoltaic inverters can be considered. On the other hand, the estimation effects of various existing approaches including the Cubature Kalman Filter can be compared and analyzed to improve the state estimation process.

Data availability statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://pan.baidu.com/s/1VO3eqQpzI-3g7g6wtOE6LA?pwd=8xmx.

Author contributions

CW: Methodology, Writing–original draft. HJ: Conceptualization, Writing–review and editing. DC: Validation, Writing–review and editing. WC: Validation, Writing–review and editing. SL: Validation, Writing–review and editing.

Funding

The author(s) declare that financial support was received for the research, authorship, and/or publication of this article. This research was funded by the Science and Technology Project of State Grid Jiangsu Electric Power Co., Ltd. under Grant J2023007.

Conflict of interest

Authors CW, HJ, DC, WC, and SL were employed by State Grid Jiangsu Electric Power Co., Ltd.

The authors declare that this study received funding from State Grid Jiangsu Electric Power Co., Ltd. The funder had the following involvement in the study: study design, decision to publish.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Ansari, O. A., and Chung, C. Y. (2019). A hybrid framework for short-term risk assessment of wind-integrated composite power systems. IEEE Trans. Power Syst. 34, 2334–2344. doi:10.1109/TPWRS.2018.2881250

CrossRef Full Text | Google Scholar

Ansari, O. A., Gong, Y., Liu, W., and Chung, C. Y. (2020). Data-driven operation risk assessment of wind-integrated power systems via mixture models and importance sampling. J. Mod. Power Syst. Clean Energy 8, 437–445. doi:10.35833/MPCE.2019.000163

CrossRef Full Text | Google Scholar

Chen, C.-H. (2020). A novel multi-criteria decision-making model for building material supplier selection based on entropy-AHP weighted TOPSIS. Entropy 22, 259. doi:10.3390/e22020259

PubMed Abstract | CrossRef Full Text | Google Scholar

Dang, L., Wang, W., and Chen, B. (2022). Square root Unscented Kalman Filter with modified measurement for dynamic state estimation of power systems. IEEE Trans. Instrum. Meas. 71, 1–13. doi:10.1109/TIM.2022.3157005

CrossRef Full Text | Google Scholar

da Silva, A. M. L., and de Castro, A. M. (2019). Risk assessment in probabilistic load flow via Monte Carlo simulation and cross-entropy method. IEEE Trans. Power Syst. 34, 1193–1202. doi:10.1109/TPWRS.2018.2869769

CrossRef Full Text | Google Scholar

De Oliveira-De Jesus, P. M., Rodriguez, N. A., Celeita, D. F., and Ramos, G. A. (2021). PMU-based system state estimation for multigrounded distribution systems. IEEE Trans. Power Syst. 36, 1071–1081. doi:10.1109/TPWRS.2020.3017543

CrossRef Full Text | Google Scholar

Feng, F., Zhang, P., and Zhou, Y. (2022). Authentic microgrid state estimation. IEEE Trans. Power Syst. 37, 1657–1660. doi:10.1109/TPWRS.2022.3143362

CrossRef Full Text | Google Scholar

Ghadikolaee, E. T., Kazemi, A., and Shayanfar, H. A. (2020). Novel multi-objective phasor measurement unit placement for improved parallel state estimation in distribution network. Appl. Energy 279, 115814. doi:10.1016/j.apenergy.2020.115814

CrossRef Full Text | Google Scholar

Liu, H., Hu, F., Su, J., Wei, X., and Qin, R. (2020). Comparisons on kalman-filter-based dynamic state estimation algorithms of power systems. IEEE Access 8, 51035–51043. doi:10.1109/ACCESS.2020.2979735

CrossRef Full Text | Google Scholar

Liu, X., Liu, J., Zhao, Y., Ding, T., Liu, X., and Liu, J. (2024). A bayesian deep learning-based probabilistic risk assessment and early-warning model for power systems considering meteorological conditions. IEEE Trans. Industrial Inf. 20, 1516–1527. doi:10.1109/TII.2023.3278873

CrossRef Full Text | Google Scholar

Mestav, K. R., Luengo-Rozas, J., and Tong, L. (2019). Bayesian state estimation for unobservable distribution systems via deep learning. IEEE Trans. Power Syst. 34, 4910–4920. doi:10.1109/TPWRS.2019.2919157

CrossRef Full Text | Google Scholar

Saaty, T. (1990). How to make a decision - the analytic Hierarchy process. Eur. J. Oper. Res. 48, 9–26. doi:10.1016/0377-2217(90)90057-I

CrossRef Full Text | Google Scholar

Swain, S., and Subudhi, B. (2019). Grid synchronization of a PV system with power quality disturbances using unscented kalman filtering. IEEE Trans. Sustain. Energy 10, 1240–1247. doi:10.1109/TSTE.2018.2864822

CrossRef Full Text | Google Scholar

Wang, T., Huang, S., Gao, M., and Wang, Z. (2021). Adaptive extended kalman filter based dynamic equivalent method of PMSG wind farm cluster. IEEE Trans. Ind. Appl. 57, 2908–2917. doi:10.1109/TIA.2021.3055749

CrossRef Full Text | Google Scholar

Wang, W., Tse, C. K., and Wang, S. (2020). Dynamic state estimation of power systems by $p$ -norm nonlinear kalman filter. IEEE Trans. Circuits Syst. I Regul. Pap. 67, 1715–1728. doi:10.1109/TCSI.2020.2965141

CrossRef Full Text | Google Scholar

Xu, Y., Korkali, M., Mili, L., Chen, X., and Min, L. (2020). Risk assessment of rare events in probabilistic power flow via hybrid multi-surrogate method. IEEE Trans. Smart Grid 11, 1593–1603. doi:10.1109/TSG.2019.2940928

CrossRef Full Text | Google Scholar

Yang, Z., Xie, K., Yu, J., Zhong, H., Zhang, N., and Xia, Q. X. (2019). A general formulation of linear power flow models: basic theory and error analysis. IEEE Trans. Power Syst. 34, 1315–1324. doi:10.1109/TPWRS.2018.2871182

CrossRef Full Text | Google Scholar

Yang, Z., Zhong, H., Bose, A., Zheng, T., Xia, Q., and Kang, C. (2018). A linearized OPF model with reactive power and voltage magnitude: a pathway to improve the MW-only DC OPF. IEEE Trans. Power Syst. 33, 1734–1745. doi:10.1109/TPWRS.2017.2718551

CrossRef Full Text | Google Scholar

Yildiz, R., Barut, M., and Zerdali, E. (2020). A comprehensive comparison of extended and Unscented Kalman Filters for speed-sensorless control applications of induction motors. IEEE Trans. Industrial Inf. 16, 6423–6432. doi:10.1109/TII.2020.2964876

CrossRef Full Text | Google Scholar

Zhao, J., and Mili, L. (2019). A decentralized H-infinity Unscented Kalman Filter for dynamic state estimation against uncertainties. IEEE Trans. Smart Grid 10, 4870–4880. doi:10.1109/TSG.2018.2870327

CrossRef Full Text | Google Scholar

Zhao, J., Netto, M., and Mili, L. (2017). A robust iterated extended kalman filter for power system dynamic state estimation. IEEE Trans. Power Syst. 32, 3205–3216. doi:10.1109/TPWRS.2016.2628344

CrossRef Full Text | Google Scholar

Zhao, J., Qi, J., Huang, Z., Meliopoulos, A. P. S., Gomez-Exposito, A., Netto, M., et al. (2019). Power system dynamic state estimation: motivations, definitions, methodologies, and future work. IEEE Trans. Power Syst. 34, 3188–3198. doi:10.1109/TPWRS.2019.2894769

CrossRef Full Text | Google Scholar

Zheng, Y., Yan, Z., Chen, K., Sun, J., Xu, Y., and Liu, Y. (2021). Vulnerability assessment of deep reinforcement learning models for power system topology optimization. IEEE Trans. Smart Grid 12, 3613–3623. doi:10.1109/TSG.2021.3062700

CrossRef Full Text | Google Scholar

Keywords: risk assessment, state estimation, Unscented Kalman Filter, distribution system, renewable energy

Citation: Wu C, Jiao H, Cai D, Che W and Ling S (2024) Real-time risk assessment of distribution systems based on Unscented Kalman Filter. Front. Energy Res. 12:1488029. doi: 10.3389/fenrg.2024.1488029

Received: 29 August 2024; Accepted: 25 September 2024;
Published: 08 October 2024.

Edited by:

Lun Yang, Xi’an Jiaotong University, China

Reviewed by:

Xian Zhang, Harbin Institute of Technology, China
Yichen Shen, Shanghai Jiao Tong University, China
Jiayong Li, Hunan University, China

Copyright © 2024 Wu, Jiao, Cai, Che and Ling. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Hao Jiao, 307986167@qq.com

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.