Next Article in Journal
A Never-Ending Conformational Story of the Quercetin Molecule: Quantum-Mechanical Investigation of the O3′H and O4′H Hydroxyl Groups Rotations
Next Article in Special Issue
Location and Capacity Selection Method for Electric Thermal Storage Heating Equipment Connected to Distribution Network Considering Load Characteristics and Power Quality Management
Previous Article in Journal
The Italian Validation of the Level of Exposure-Dental Experiences Questionnaire
Previous Article in Special Issue
Research on Dynamic Risk Assessment and Active Defense Strategy of Active Distribution Network under Ice Weather
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Online Reactive Power-Optimization Strategy Based on Load-Curve Prediction and Segmentation

State Key Laboratory of Advanced Power Transmission Technology, Global Energy Interconnection Research Institute (GEIRI), Beijing 102209, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2020, 10(3), 1145; https://doi.org/10.3390/app10031145
Submission received: 3 December 2019 / Revised: 21 January 2020 / Accepted: 5 February 2020 / Published: 8 February 2020
(This article belongs to the Special Issue Control, Optimization and Planning of Power Distribution Systems)

Abstract

:

Featured Application

Voltage Regulation in Distribution Systems.

Abstract

Due to fluctuating characteristics of loads, dynamic reactive power optimization over a certain time period is essential to provide effective strategies to maintain the security and economic operation of distribution systems. In operation, reactive power compensation devices cannot be adjusted too frequently due to their lifetime constraints. Thus, in this paper, an online reactive power optimization strategy based on the segmentation of multiple predicted load curves is proposed to address this issue, aiming to minimize network losses and at the same time to minimize reactive power-compensation device adjustment times. Based on forecasted time series of loads, the strategy first segments each load curve into several sections by means of thresholding a filtered signal, and then optimizes reactive power dispatch based on average load in each section. Through case studies using a modified IEEE 34-bus system and field measurement of loads, the merits of the proposed strategy is verified in terms of both optimization performance and computational efficiency compared with state-of-the-art methods.

1. Introduction

Reactive power optimization aims to produce optimal reactive power-compensation device control strategies in order to achieve minimum delivery losses and at the same time to satisfy specific operating constraints such as requirements for voltage deviations [1,2]. The problem in essence is a mixed-integer non-linear programming problem. Various optimization methods have been applied to address this issue, including linear programming [3], non-linear programming [4], quadratic programming [5], interior point programming [6,7], and artificial intelligence (AI) methods [2,8,9]. Reference [10] used second-order cones to relax the non-convex power flow equations, and then applied a sensitivity-based decomposition method to improve computational efficiency. Reference [11] transformed non-linear power flow equations into a linear approximation form, and used iterative solving algorithm to obtain optimal reactive power dispatch strategy. Reference [12] implemented genetic algorithm to maintain voltage stability of the power system and also to reduce power losses in systems with mass distributed generators.
The aforementioned research provided solutions for stable reactive power optimization, which optimizes based on certain load level at single time stamp. However, since power generation and loads are constantly variable, the optimal strategies for devices like voltage regulators or switchable capacitor banks may not be the same at different time stamps. Due to lifetime limitations of these devices, it violates the economic rule if the devices are adjusted too frequently. Therefore, dynamic reactive power optimization is of importance, which optimizes for a time period and makes the adjustment times of devices one of the optimization objectives.
Dynamic reactive power optimization is a large-scale multi-period mix-integer non-linear programming problem. The classical methods such as non-linear programming [4] require differentiable objective function and are thus not applicable for dynamic optimization.
A number of attempts have been made to conquer the problem of dynamic optimization. Reference [13] made daily reactive power optimization considering network losses, adjustment times of on-load tap changer (OLTC) and switchable capacitor banks, using an improved multi-population ant colony algorithm. Reference [14] used mixed integer non-linear programming to optimize transmission losses only, considering constraints of reactive power equipment operation limits and power grid security. Using a filter collaborative state transition algorithm (FCSTA), reference [15] built a two-objective dynamic reactive power optimization model, with one objective to minimize the actual power losses and voltage deviations, the other to minimize incremental system loss compared with the last time stamp. The objectives can be exchanged during dynamic optimization.
Generally, state-of-the-art attempts include reducing scales of objectives or constraints, optimizing for increments at continuous time stamp, and using AI methods. However, much computational burden will be introduced when using AI methodology.
Aiming to maintain objectives and constraints, as well as to reduce computational complexity, this paper proposes to segment load curves in a duty cycle into several stable time series first, and then conduct optimization for each segment. Based on online load predictions, the method can be applied in an online mode. Since the whole time series of loads need to be segmented into parts with lowest inner deviation, the methods of wind ramp extraction [16,17] are utilized to extract data points corresponding to big changes. The data points are afterwards used for segmentation.
This paper is organized as follows. The proposed load curve segmentation-based reactive power optimization is described in Section 2. In Section 3, two case studies, one based on offline load-curve measurements, the other based on online load predictions, are presented to evaluate the effectiveness of the proposed method. The discussion of the experimental results is described in Section 4. Section 5 presents conclusions and future work.

2. Reactive Power Optimization Based on Load-Curve Segmentation

2.1. Load-Curve Segmentation

When conducting reactive power optimization, the adjustment of reactive power compensation devices will change with the variations of loads. It is common that on a daily basis load levels in a certain period remain relatively stable. Peak load usually occurs at noon or in the evening. Therefore, it is possible to segment the load curve and hereafter to optimize only once for this certain time period using average load level.
In order to segment a load curve into sections with lowest inner deviation, the method of wind ramp detection [16,17] is used. A filtered curve is first derived to represent the magnitude of change around each time stamp. Two methods of filtering are introduced in this paper. In the first filtering method, the filtered curve calculates maximum load difference in neighboring time periods and at the same time ignoring any changes within that period [16]. In detail, the original load-curve time series L t can be transformed into a filtered representation L t f as below.
L t f = max ( L ( t : t + n ) ) min ( L ( t : t + n ) )
In (1), the load curve is noted as L ( t ) , the filtered curve is written as L t f , and n represents the time span of interest when considering changes.
The second filtering method [17], noted as method 2, refers to a different calculation of the filtered curve, as shown in (2).
L t f = m e a n { L ( t + h ) L ( t + h n ) ; h = 1 , n }
In (2), a smaller n indicates a shorter time period in consideration when judging changing of load curves, corresponding to relatively sharp load changes.
After deriving filtering curves, the time stamps corresponding to big load changes can be extracted using a threshold L t h r as in (3).
t : | L t f | > L t h r
These time stamps can then be used as separation points for load curve segmentation. In detail, if more than two neighboring points are all above the threshold, those in the middle become independent sections themselves, and the two points on the edge are grouped with their neighbors below the threshold. If the neighbors of one separation point are all below the threshold, this point can be grouped with the neighbor who has relatively similar load value.
As for each section, the average load is calculated, and then be used for reactive power optimization for the time period of this section.

2.2. Segmentation in Case of Multiple Load Curves

Since the power consumption characteristics of different power consumers are not the same, it is not applicable to assume all consumers follow the single load curve. In case of multiple load curves, two strategies can be applied. One is to conduct segmentation for each load curve first, and use all separation points to do final segmentation.
Another alternative strategy is to use an integrated load curve. Suppose there exist K users, each corresponding to independent load curve. Let L t , k be the load curve of k -th user, P k be the its capacity in kW, the integrated load curve L t o t a l can be calculated as below.
L t o t a l = k = 1 K P k L t , k
Afterwards, the segmentation methods mentioned in previous section can be applied to the integrated load curve.

2.3. Reactive Power Optimization

For each time stamp, the changes of tap positions and capacitor banks are considered in the objective function, which can be written in (5).
min f ( t ) = α P l o s s , t P l o s s _ min P l o s s _ max P l o s s _ min + β Δ A T t Δ A T min Δ A T max Δ A T min
where P l o s s , t is network loss at time stamp t . For normalization, P l o s s _ min and P l o s s _ max represent basis values for network losses. Δ A T t indicates adjustment times of devices at current time stamp compared with the previous one [15], which can be written in (6). Δ A T min and Δ A T max are basis values for adjustment times. α and β are optimization weights.
Δ A T t = m = 1 M ( T P m , t T P m , t 1 ) + k = 1 K ( C k , t C k , t 1 )
In (6), T P m , t represents tap position of m -th voltage regulator at time t , and C k , t is capacitor number at time t .
Constraints include three categories, i.e., power flow constraints (7), bus voltage magnitudes not exceeding permissible range (8), and adjustment device state constraints (9) [15,18].
P i , t = V i , t j = 1 N V j , t ( G i j cos θ i j , t + B i j sin θ i j , t ) Q i , t = V i , t j = 1 N V j , t ( G i j sin θ i j , t B i j cos θ i j , t )
V min V i , t V max
T P m , min T P m , t T P m , max T P m , t   is   an   integer 0 C k , t C k , max , C k , t   is   an   integer
where (7) represents constraints of power flow, G i j , B i j are elements of nodal admittance matrix, θ i j , t is angle difference between voltages at node i and j at time t , P i , t and Q i , t are injected active and reactive power of node i at time t .
The voltage magnitude of each node i at time t , named V i , t , should be within permissible range, as written in (8). Besides, tap position of m -th voltage regulator at time t , i.e., T P m , t , and capacitor number C k , t , should be discrete values within reasonable range, as described in (9).

2.4. Optimization in an Online Mode

At each time stamp, hourly forecasts are made for the next 24 h. Due to daily periodic characteristics of load curves, forecasts are made using a multiplicative seasonal auto-regressive integrated moving average model (ARIMA) [19,20]. With consideration of daily periodicity as well as short-term disturbance, ARIMA (0,1,1) with seasonal moving average part MA (24) are applied, i.e., ARIMA (0,1,1) × (0,1,1)24.
( 1 B ) ( 1 B 24 ) L t = ( 1 θ 1 B ) ( 1 Θ 1 B 24 ) ε t
where, L t is time series of load, B is backward shift operator, θ 1 and Θ 1 are non-seasonal and seasonal moving average coefficients respectively, ε t represents a random component at time t . The value of θ 1 and Θ 1 can be estimated from history observations using the maximum likelihood method.
The predicted loads are then combined with observations in the past 24 h, and be filtered and segmented using the method aforementioned. Afterward, optimization is conducted if the current time stamp corresponds to a separation point. The optimization is based on average load level for current time segment. Figure 1 presents the flow chart of the online optimization strategy.

3. Case Studies

The proposed strategy was verified using a modified IEEE 34-bus test distribution system [21]. As shown in Figure 2, the system has two voltage regulators and three switchable capacitor banks. Each regulator has voltage change range of ±10% and 32 steps, with each step amounting to a 5/8% voltage change. Three 6 × 100 kVar capacitor banks are added to bus 848, 832 and 850. The voltage levels in the distribution system contain 69 kV, 24.9 kV and 4.16 kV.
Three daily load curves used in the simulation were extracted from measurements at user side of a 10 kV distribution system. The original 5-min measurements are first aggregated into hourly ones, and the load factor for each hour is afterwards averaged using two-month data [22]. The numbers 1 to 3 in Figure 2 represent the associated load curve at each bus node. Three daily load curve used in the experiment are illustrated in Figure 3. Peak loads occur during the period of 9 am to 11 am as well as 6 pm to 9 pm. Note that the base load values refer to that defined in the original IEEE 34-bus testing system. The integrated load curve is calculated and shown in Figure 3d.
As for optimization method, a genetic algorithm (GA) [23,24], which uses chromosomes instead of real parameter to imitate natural selection process, is an efficient method for the optimization of complex and non-linear problems, thus is carried out to produce optimal reactive power control strategies.
Since the optimization problem here involves objective functions with a number of local extreme points and non-linear constraints, the initial population should be generated with consideration of covering the whole solution space. In this work, the number of members in initial population is set as 50 and point pseudo random number generator is used to generate initial population. Crossover, mutation and selection are then carried out. The involved parameters such as crossover and mutation probabilities, maximal generation number, as well as tolerance level in objective function are obtained using a trial and error scheme. GA is programmed in Matlab platform, and the power flow is calculated using a simulation tool, named the Open Distribution System Simulator (OpenDSS) [25].

3.1. Case Study in an Offline Mode

The proposed strategy is first verified in an offline mode. Four cases using different strategies and filtering methods are applied and compared. Details are shown in Table 1.
In case 1, no segmentation is applied. In the other three cases, load curve segmentation strategy mentioned in Section 2 is utilized. A filtering signal (blue line shown in Figure 4) is first calculated from load time series using filtering methods 1 or 2, and then thresholded to obtain separation points. Cases 2 and 3 use integrated load curve, the former follows filtering method 1 and the latter uses method 2. Figure 4 and Figure 5 illustrate separation results in cases 2 to 4. Time stamps above the threshold line, i.e., horizontal dashed line, are extracted as separation points. The vertical dashed lines indicate boundaries between segments. There is a slight difference in segmentation results by the two filtering methods, as in Figure 4. Figure 5 shows that case 4 produces more segments than case 2 and 3 because it uses all three load curves independently for segmentation.
Optimization is afterwards conducted based on the average load in each load segment. As shown in Figure 6, network losses are slightly higher in case 2. Table 2 also shows that case 2 produces the highest losses while case 4 gives the lowest.
The tap changes of one regulator in four cases are illustrated in Figure 7. It is clear that case 1 presents most frequent tap changes, and cases 2 and 3 the least. The tap changing times have positive correlation with the segment number involved.
Table 2 also shows that case 1 consumed three times of computation time compared with other cases. Lowest network loss presented in case 4 is at the sacrifice of adjusting times. Cases 2 and 3 are comparable with regard to time efficiency while case 3 presented better performance on network losses, indicating the merits of filtering method 2.
It could be concluded in this part that the segmentation strategies based on integrated load curve highly improved computational efficiency and at the same time gave satisfactory optimization performance. In addition, filtering method 2 is slightly better than method 1 in terms of obtained network losses.

3.2. Case Study in an Online Mode

Previous offline case studies verified the merits of the proposed strategy based on integrated load curve and filtering method 2. An online case study is thus conducted here using filtering method 2 and integrated load curve.
Time series of three types of loads, as in offline case studies, are also used here. For comparison, case 5 optimizes at each time point using only current load measurement without consideration of load curve prediction or segmentation. In case 6, the proposed strategy is applied, as shown in Table 3.
In case 6, for each hour in a daily cycle, hourly load forecasts are made for the next day and for each type of load. The forecasts and previous observations form a 48-h load curve, which is then filtered using method 2 in (2) and segmented. If the current time is considered as a separation point, then optimization is applied based on averaged load level in an associated segment. In Figure 8a, black line indicates load curve observed, the red line predicted ones. Filtering is conducted for 48-h time series, and then the current time, i.e., 9 am, is detected as a separation point. Thus, optimization is conducted based on average load during current segment, i.e., time period from 9 am to 12 am. In Figure 8b, optimization should be based on load level at current time, i.e., 7 am, because it is detected as a separation point.
Figure 9a shows comparisons of two cases w.r.t. network losses. It is found that case 6 presents relatively lower losses. Figure 9b,c illustrate that tap changes produced by case 6 are less than that in case 5. Again, the tap changing times have positive correlation with the segment number involved.
Table 4 presents comparisons in terms of device adjusting times and network losses. Case 5 produces eight tap changing times while case 6 only output six. Network losses in case 5 are slightly less than in case 6. The computation time consumed by case 5 is two times more than that in case 6. This evidence that the proposed strategy gave a satisfactory performance in both optimization results as well as computational efficiency.

4. Discussion

Through offline and online case studies over a modified IEEE 34-bus test distribution system, the experimental results gave evidence that,
(1).
Reactive power optimization based on load curve prediction and segmentation is able to reduce reactive power compensation device adjustment times effectively, reduce network losses during a duty cycle to some extent, and at the same time improve computational efficiency;
(2).
Compared with using individual load curve for segmentation, using integrated load curve is adequate to produce better optimization performance w.r.t. device adjustment times and to reduce computational burden, at the sacrifice of total network losses to some extent;
(3).
The optimal adjustment times of tap changers and capacitors have positive correlation with the number of load curve segments;
(4).
When doing load curve segmentation, filtering method 2 is superior to filtering method 1 in terms of optimization performance.

5. Conclusions

In distribution systems, variations of loads bring serious challenges to system operation. Moreover, the temporal variations of different types of loads are not the same, thus it is essential to conduct dynamic reactive power optimization for a certain time period instead of one time stamp. This paper proposed a strategy which segments the predicted integrated load curve first, and then conducts optimization using GA with adjustment times of reactive compensation devices as one objective. Through case studies for a modified IEEE 34-bus system and three load curves extracted from field measurements, experimental results evidenced that, compared with optimization without load curve segmentation, the proposed strategy is able to produce satisfactory optimization results in terms of network losses and device adjustment times; additionally, it is able to reduce computation burden effectively at the same time. In the future, efforts will be made to improveme sequence power flow calculation, which is an important procedure involved in dynamic reactive power optimization.

Author Contributions

Conceptualization, Y.L. and Z.D.; methodology, Y.L. and T.W.; software, Y.L.; validation, Y.L.; formal analysis, Y.L.; investigation, Y.L.; resources, Y.L.; data curation, Y.L. and T.W.; writing—original draft preparation, Y.L. and Z.D.; writing—review and editing, Y.L.; visualization, Y.L.; supervision, Y.L.; project administration, Y.L. and T.W.; funding acquisition, Z.D and T.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by State Grid Corporation of China SGCC Scientific and Technological Project–Research on the key technologies of power quality interference source hosting capacity assessment and active control device detection in distribution network.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ilic, M.; Cvijic, S.; Lang, J.H.; Tong, J.; Obadina, D. Operating beyond today’s PV curves: Challenges and potential benefits. In Proceedings of the IEEE Power & Energy Society General Meeting, Denver, CO, USA, 26–30 July 2015. [Google Scholar]
  2. Li, Y.; Li, M.; Wu, Q. Optimal reactive power dispatch with wind power integrated using group search optimizer with intraspecific competition and lévy walk. J. Mod. Power Syst. Clean Energy 2014, 2, 308–318. [Google Scholar] [CrossRef] [Green Version]
  3. Deeb, N.; Shahidehpour, S.M. Linear reactive power optimization in a large power network using the decomposition approach. IEEE Trans. Power Syst. 1990, 5, 438. [Google Scholar] [CrossRef]
  4. Lee, K.Y.; Park, Y.M.; Ortiz, J.L. A united approach to optimal real and reactive power dispatch. IEEE Trans. Power Appar. Syst. 1985, 104, 1147–1153. [Google Scholar] [CrossRef]
  5. Quintana, V.H.; Santos-Nieto, M. Reactive-power dispatch by successive quadratic programming. IEEE Trans. Energy Convers. 1989, 4, 425–435. [Google Scholar] [CrossRef]
  6. Jabr, R.A. Optimal power flow using an extended conic quadratic formulation. IEEE Trans. Power Syst. 2008, 23, 1000–1008. [Google Scholar] [CrossRef]
  7. Yan, W.; Yu, J.; Yu, D.C.; Bhattarai, K. A new optimal reactive power flow model in rectangular form and its solution by predictor corrector primal dual interior point method. IEEE Trans. Power Syst. 2006, 21, 61–67. [Google Scholar] [CrossRef]
  8. Esmin, A.A.; Lambert-Torres, G.; Zambroni, D.S.A.C. A hybrid particle swarm optimization applied to loss power minimization. IEEE Trans. Power Syst. 2005, 20, 859–866. [Google Scholar] [CrossRef]
  9. Ding, T.; Bo, R.; Li, F.; Sun, H. A Bi-level branch and bound method for economic dispatch with disjoint prohibited zones considering network losses. IEEE Trans. Power Syst. 2015, 30, 1–15. [Google Scholar] [CrossRef]
  10. Ding, T.; Liu, S.; Wu, Z.; Bie, Z. A sensitivity-based relaxation and decomposition method to dynamic reactive power optimization considering DGs in active distribution networks. IET Gener. Transm. Distrib. 2017, 11, 37–48. [Google Scholar] [CrossRef]
  11. Yang, Z.; Bose, A.; Zhong, H.; Zhang, N.; Xia, Q.; Kang, C. Optimal reactive power dispatch with accurately modeled discrete control devices: A successive linear approximation approach. IEEE Trans. Power Syst. 2017, 32, 2435–2444. [Google Scholar] [CrossRef]
  12. Chhay, S.; Fauzi, M.; Aoki, H. Study on voltage and reactive power control in the case of massively connecting distributed generators to power grid. Energy Procedia 2016, 100, 266–270. [Google Scholar] [CrossRef]
  13. Zhou, X.; Zhu, H.; Ma, A. Multi-objective dynamic reactive power optimization based on multi-population ant colony algorithm. Power Syst. Technol. 2012, 36, 231–236. [Google Scholar]
  14. Ding, T.; Guo, Q.L.; Bo, R. Two-stage heuristic-correction for dynamic reactive power optimization based on relaxation-MPEC and MIQP. Proc. CSEE 2014, 34, 2100–2107. [Google Scholar]
  15. Zhang, H.; Wang, C.; Fan, W. A new filter collaborative state transition algorithm for two-objective dynamic reactive power optimization. Tsinghua Sci. Technol. 2019, 24, 30–43. [Google Scholar] [CrossRef]
  16. Grant, W.; Edelson, D.; Dumas, J.; Zack, J.; Ahlstrom, M.; Kehler, J.; Storck, P.; Lerner, J.; Parks, K.; Finley, C. Change in the air. IEEE Power Energy Mag. 2009, 7, 47–58. [Google Scholar] [CrossRef]
  17. Bossavy, A.; Girard, R.; Kariniotakis, G. Forecasting ramps of wind power production with numerical weather prediction ensembles. Wind Energy 2013, 16, 51–63. [Google Scholar] [CrossRef] [Green Version]
  18. Lakshmi, S.; Ganguly, S. An on-line operational optimization approach for open Unified Power Quality Conditioner for energy loss minimization of distribution networks. IEEE Trans. Power Syst. 2019, 34, 4784–4795. [Google Scholar] [CrossRef]
  19. Box, G.E.P.; Jenkins, G.M.; Reinsel, G.C. Time Series Analysis: Forecasting and Control, 3rd ed.; Prentice Hall: Englewood Cliffs, NJ, USA, 1994. [Google Scholar]
  20. Suhartono. Time series forecasting by using seasonal autoregressive integrated moving average: Subset, multiplicative or additive model. J. Math. Stat. 2011, 7, 20–27. [Google Scholar] [CrossRef]
  21. Schneider, K.P.; Mather, B.A.; Pal, B.C.; Ten, C.W.; Shirek, G.J.; Zhu, H.; Fuller, J.C.; Pereira, J.L.R.; Ochoa, L.F.; de Araujo, L.R.; et al. Analytic considerations and design basis for the IEEE distribution test feeders. IEEE Trans. Power Syst. 2018, 33, 3181–3188. [Google Scholar] [CrossRef]
  22. Kersting, W.H. Distribution System Modeling and Analysis; CRC Press: Boka Radon, FL, USA, 2012. [Google Scholar]
  23. Aoki, H.; Mizutani, Y. Voltage and reactive power control in power systems by genetic algorithm considering control process. Electr. Eng. Jpn. 2010, 145, 1–16. [Google Scholar] [CrossRef]
  24. Elvira-Ortiz, D.A.; Jaen-Cuellar, A.Y.; Morinigo-Sotelo, D.; Morales-Velazquez, L.; Osornio-Rios, R.A.; Romero-Troncoso, R.D. Genetic algorithm methodology for the estimation of generated power and harmonic content in photovoltaic generation. Appl. Sci. 2020, 10, 542. [Google Scholar] [CrossRef] [Green Version]
  25. EPRI. Introduction to the OpenDSS. Available online: http://electricdss.svn.sourceforge.net/ (accessed on 2 December 2019).
Figure 1. Flow chart of online reactive power optimization.
Figure 1. Flow chart of online reactive power optimization.
Applsci 10 01145 g001
Figure 2. A Modified IEEE 34-bus system, numbers 1–3 indicate corresponding load curve for each bus.
Figure 2. A Modified IEEE 34-bus system, numbers 1–3 indicate corresponding load curve for each bus.
Applsci 10 01145 g002
Figure 3. Illustration of three load curves (ac) and integrated one (d).
Figure 3. Illustration of three load curves (ac) and integrated one (d).
Applsci 10 01145 g003
Figure 4. Segmentation of integrated load curve in case 2 (a) and case 3 (b).
Figure 4. Segmentation of integrated load curve in case 2 (a) and case 3 (b).
Applsci 10 01145 g004
Figure 5. Segmentation of load curves in case 4. Each figure corresponds to segmentation for each curve, i.e., load curve 1 (a), curve 2 (b) and curve 3 (c), then all boundaries shown as vertical dashed lines are combined as separation time points.
Figure 5. Segmentation of load curves in case 4. Each figure corresponds to segmentation for each curve, i.e., load curve 1 (a), curve 2 (b) and curve 3 (c), then all boundaries shown as vertical dashed lines are combined as separation time points.
Applsci 10 01145 g005
Figure 6. Time series of network losses by cases 1 to 4.
Figure 6. Time series of network losses by cases 1 to 4.
Applsci 10 01145 g006
Figure 7. Tap position changes of one voltage regulator for case 1 (a), case 2 (b), case 3 (c) and case 4 (d).
Figure 7. Tap position changes of one voltage regulator for case 1 (a), case 2 (b), case 3 (c) and case 4 (d).
Applsci 10 01145 g007
Figure 8. Illustration of observed and predicted load curves in case 6, at time 9 am (a) and 7 am (b).
Figure 8. Illustration of observed and predicted load curves in case 6, at time 9 am (a) and 7 am (b).
Applsci 10 01145 g008
Figure 9. Comparisons of network losses (a) and tap position changes of one voltage regulator by cases 5 (b) and case 6 (c).
Figure 9. Comparisons of network losses (a) and tap position changes of one voltage regulator by cases 5 (b) and case 6 (c).
Applsci 10 01145 g009
Table 1. Experimental parameters for case 1 to 4.
Table 1. Experimental parameters for case 1 to 4.
Case No.Segmentation AppliedFiltering Method Used in SegmentationUse Integrated CurveNumber of Segments
Case 1No----24
Case 2Yesmethod 1 as in (1)Yes6
Case 3Yesmethod 2 as in (2)Yes7
Case 4Yesmethod 2 as in (2)No9
Table 2. Network losses, device adjustment times and time consumed by cases 1 to 4.
Table 2. Network losses, device adjustment times and time consumed by cases 1 to 4.
Case No.Total Losses (kWh)Tap Changes (Times)Capacitor Changes (Times)Computation Time (s)
Case 12782.91732744.99
Case 22879.086602.38
Case 32771.972638.28
Case 42759.1103881.72
Table 3. Experimental parameters for cases 5 and 6.
Table 3. Experimental parameters for cases 5 and 6.
Case No.Using Predicted Load SeriesSegmentation AppliedFiltering Method UsedUse Integrated CurveNumber of Segments
Case 5NoNo----24
Case 6YesYesmethod 2 as in (2)Yes8
Table 4. Network losses, device adjustment times and time consumed by cases 5 and 6.
Table 4. Network losses, device adjustment times and time consumed by cases 5 and 6.
Case No.Total Losses (kWh)Tap Changes (Times)Capacitor Changes (Times)Computation Time (s)
Case 52403.1831774.08
Case 62350.161818.81

Share and Cite

MDPI and ACS Style

Li, Y.; Wang, T.; Deng, Z. An Online Reactive Power-Optimization Strategy Based on Load-Curve Prediction and Segmentation. Appl. Sci. 2020, 10, 1145. https://doi.org/10.3390/app10031145

AMA Style

Li Y, Wang T, Deng Z. An Online Reactive Power-Optimization Strategy Based on Load-Curve Prediction and Segmentation. Applied Sciences. 2020; 10(3):1145. https://doi.org/10.3390/app10031145

Chicago/Turabian Style

Li, Yaqiong, Tongxun Wang, and Zhanfeng Deng. 2020. "An Online Reactive Power-Optimization Strategy Based on Load-Curve Prediction and Segmentation" Applied Sciences 10, no. 3: 1145. https://doi.org/10.3390/app10031145

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