
Graphical Abstract
Metrics
Downloads
A Deep-Learning Approach to Load Modeling in Modern Power Distribution System
Corresponding Author(s) : Musa Mohammed
Journal of Applied Materials and Technology,
Vol. 3 No. 2 (2022): March 2022
License
Copyright (c) 2022 Musa Mohammed, Abubakar Abdulkarim

This work is licensed under a Creative Commons Attribution 4.0 International License.
Abstract
Modern Power Distribution Networks (MPDNs) are no longer passive because Distributed Generations (DGs) are integrated with them to enhance system reliability and power quality. For this reason, load modeling has to be updated to capture the new dynamics of active DNs. This paper presents a composite load modeling for a grid-connected photovoltaic (PV) distribution network using the Levenberg-Marquardt algorithm in the deep learning feed-forward neural network approach. Load modeling is constructing a relationship between input excitation(s) and output response(s); it can be used for simulation studies, stability analysis, and control/protection design. A grid-connected PV distribution network was modeled in Matlab/Simulink and generates data for training and model estimation. The estimated model was tested and validated using a laboratory experimental test bed. Results of the model exhibit a good fitness of 99.8% and 97.2% in active and reactive power models respectively during training. While 97.84% and 94.65% respectively were obtained during testing. The estimation errors were found to be 0.0025 and 0.0049 for active and reactive powers respectively with 0.0473 and 0.0701 corresponding errors in testing.
Keywords
Full Article
Introduction
Load modeling and identification is a science of developing a mathematical relationship between load excitation (voltage/frequency) and load response (active and reactive power consumed) of a typical load Bus of interest [1] . Power systems consist of three different branches; Generators, lines, and loads. Diverse models of generators are searched with a high level of precision, likewise transmission lines, but due to varied nature of power system loads, time and different disturbances affecting distribution lines as well as innovation of new types of loads, Load Models (LMs) need to be search and formulated for more understanding and accuracy [2-4] . In power system stability studies, simulation, monitoring, control, and protection exact LMs are required. If the load model failed to represent the actual behavior of the loads the intended application of the model will certainly unperformed, thereby leading to unexpected behavior of the system [5-7]. There are two available approaches used in handling load modeling of a power system; component-based which requires a deep understanding of individual loads connected to a load Bus of interest, formulate and aggregate the models. The second approach is measurements based which make use of measurement sensor to extract data. The measurement-based is easier than the component-based because Distribution Networks (DNs) are now becoming more complex than ever before, so component-based will be difficult in such a situation. Additionally, advanced measurement devices are readily available nowadays. Loads can be classified as static, dynamic and a combination of the two (i.e. composite) [8,9]. A static load is one with fixed characteristics such as lightings and resistive loads, they are normally represented by constant impedance, constant current, and constant power (ZIP). While a dynamic load has a varying characteristic, it is normally represented by Induction Motor (IM). The composite load model combines the two and it is often more realistic in DN representations. Details of these classifications can be obtained in [3] . In this paper, a composite load based measurement approach is chosen for the reasons outlined above. A search for the best NARX candidate to handle the nonlinearity and dynamic nature of loads in active DN was carried out with data generated from a model of a North American Distribution network connected with PV. In validating the work, a laboratory equivalent network was set up and obtains data which was used for validation. In recent works, Zhang et al. [12] investigate load modeling accuracy based on an ambient signal generated by PMU, the authors realized that results of ambient signals-based load modeling are more sensitive to PMU data errors for the least disturbance issue of the signal. Measurements error of PMU data were acquired through experiments and the impact of those errors are analyzed on the load model. The results suggested that unintentional errors have more impact on the precision of models. The work concludes that PMU measurements are capable of producing a good model. In the work of Massucco et al. [10], a Markov chain technique was used to accurately established a load model, based on large data available with the recently advanced metering infrastructure. The fact that loads is dynamic and depends on-time duration of day and year a large data can give more information on the load dynamics which recent literature did not address. A clustering technique was applied to the data and later load models were developed. The results of the model were validated through experiment and comparison with dynamical Clustering and k-Means to ascertain the accuracy and computational time. Alahmed and Almuhaini [11], presents results of a residential load composition based on the top to down and bottom to up approaches of a case study of SCADA system of the eastern province in Saudi Arabian Power Company. Details of the residential load data were captured for the whole year and consumptions based summer and winter periods were analyzed for hourly and daily periods. The objective of this paper is to model Grid-PV and develop a Load model based Grid-PV as the DNs are transforming from passive to active so the load modeling needs to follow the trend. In addition, a practical setup was made to authenticate the model accuracy. This paper is organized as follows: section two brought step-by-step methods followed in actualizing the aim of the paper; in section three results and discussion are provided while conclusions are drawn in section four.
Methodology
To achieve the aim of this work, a step by step process was carried out as indicated in Figure 1 . Load modeling follows a sequence of experimental design and measurements, model selection, model estimation, and model validation. The process is iterative in the sense that several training/estimation, model selection, and even data regeneration had to be done to have a generalized acceptable model of interest. Figure 1 indicates a flowchart used for the load model.
Figure 1.Figure 1. Load Modeling Procedure
Experimental Design and Data Collection
Model of grid distribution network with 50kW solar-based DG incorporated was developed in MATLAB/Simulink. The grid includes two 25-kV feeders, loads, a grounding transformer, and an equivalent 10-kV distribution system. To transform the load bus to composite, an induction motor, and static load were connected in parallel in addition to a DG connected to the bus. By doing so, the DN is transformed from passive to active and from static load to a composite load. The Simulink model can be seen in Figure 2 . Voltage disturbance was created and cleared during the simulation, and samples of 1000 measurements were generated from the Simulink model within 10- step time window at a sampling time of 0.01 sec. The data were stored in excel files ready for model selection and training.
Figure 2.Figure 2. Matlab/Simulink Model of Grid-connected PV Distribution Network
Model Selection
In model selection, emphasis is given to which algorithm/model structure will give an accurate result based on the data presented to the network. In a nonlinear situation, the choice is directed by behavior and structural aspect of the system [13]. Since power systems loads are known to be nonlinear and our focus in this paper is on active distribution network operating under disturbance conditions, deep learning NN based on Feed Forward (FFNN) was selected. NN is a brain-based mathematical model that learns from experience rather than programming. It is very capable of mapping the nonlinear relationship between input and output of a classic DN.
Model Estimation
With input-output data at hand, the target is to estimate a model of the load that describes the actual output more closely. In this case, the measured input is voltage magnitude and the outputs are real power and reactive power. The objective functions are:
\begin{equation} j_{min}=\frac{1}{N}\sum \left ( P_{m}-P_{e}\left ( \theta \right ) \right )^{2} \tag{1} \end{equation}
\begin{equation} j_{min}=\frac{1}{N}\sum \left ( P_{m}-Q_{e}\left ( \theta \right ) \right )^{2} \tag{2} \end{equation}
where N is the number of samples.
The accuracy of the estimation is measured by percentage fitness and error minimization of the model. Equations (3) and (4) described the measure of error that is targeted to be zero.
\begin{equation} MSE=\frac{\sum_{i=1}^{N}\left ( error \right )^{2}}{N} \tag{3} \end{equation}
\begin{equation} error=measured-estimated \tag{4} \end{equation}
The performance of the model can also be evaluated by measures of percentage fitness. This index can be express as:
\begin{equation} \%fit=\frac{\sum \left ( error \right )^{2}}{\sum \left ( measured-average measured \right )^{2}} \tag{5} \end{equation}
Once a good model is developed, it can then be used to represent the system in analysis and control. The unknown relationship between the input and the output of equations (6) and equation (7) can be derived from the system response. A difficulty of estimation/ training is in obtaining the correct regressors, algorithm, neurons, delays, layers, and type of network configuration in case of deep learning NN modeling. FFNN was designed with five layers of 40 neurons in each layer, train, and estimated using the Levenberg-Marquardt algorithm. This was achieved through training/retraining and searching until an acceptable error is obtained.
\begin{equation} P=f\left ( V \right ) \tag{6} \end{equation}
\begin{equation} P=f\left ( V \right ) \tag{7} \end{equation}
where: P and Q are active and reactive powers consume by the load as a result of a dynamic input voltage (V).
Model Validation
The acceptability of a model depends on how well the model is when presented a different data of equivalent dynamics. The work was validated through the experimental setup using gadgets of Elettronica Vaneta (Power simulator) synchronized with 15kW PV supply to form an equivalent Grid-connected PV (Active DN) as illustrated in Figure 3 and Figure 4. In this case, the synchronous generator serves as the grid supply while the white cable in Figure 4 is the PV supply to the synchronization panel. A composite load consisting of Resistive, inductive, and an induction motor was connected to the output of the panel and applied different load switching to emulate a real DN. Data were generated, retrieved and presented to the deep FFNN for testing/ validation.
Figure 3.Figure 3. Laboratory Measurement Setup
Figure 4.Figure 4. PV Supply Connecting to a Board
Results and Discussions
Performance of the proposed FFNN based load model for representing the dynamic behaviors of Grid-connected PV distribution network is presented and evaluated using simulated data and experimental data.
Result of the Training
The voltage dynamic obtained from simulation is depicted in Figure 5 ; it was used as input in training the model. It can be seen that voltage disturbance happens at 0.5 sec and recovered at 1sec, leading to a corresponding response in the active and reactive powers of the system as indicated in Figure 6 and Figure 7. After recovery, the system continues to fluctuate up to the 10 seconds of the recording. These dynamics are due to the natural fluctuation of the system.
Figure 5.Figure 5. Voltage Dynamics of Grid-connected PV for Training
Figure 6.Figure 6. Active Power Response for grid-connected PV for Training
Figure 7.Figure 7. Reactive Power Response for grid-connected PV for Training
It can be observed that the trained model has fitted the measured values very closely in both Active and reactive powers response. This is an indication that good learning has been achieved by the FFNN model. Table 1 summarized the numerical performance of the training in terms of MSE and % fitness. From the table, it is clear that the active power response is more accurate than the reactive power by 2.61% fitness and 48.98% error reduction. This is because the nonlinearity between the input and output power is more in the reactive data than that of active. This indicates that, the voltage dependency on real power is glarier. The active power is seen to be greater than the reactive, this is solidly depends on the nature of the load connected to the system.
Power | MSE | Fitness (%) |
Active power | 0.0025 | 99.8 |
Reactive power | 0.0049 | 97.2 |
Results of Testing/Validation
To verify the good performance of the trained model a new data based on the experimental setup was presented to the trained model and performance responses were given in Figures 8‒10. The dynamics of the data, in this case, change faster than that of the Simulink data generated, and therefore the accuracy is less. However, good and acceptable results were obtained as seen in Table 2.
Figure 8.Figure 8. Voltage Dynamics of Grid-connected PV for Testing
Figure 9.Figure 9. Active Power Response for grid-connected PV for Testing
Figure 10.Figure 10. Reactive Power Response for grid-connected PV for Testing
Power | MSE | Fitness (%) |
Active power | 0.0473 | 97.84 |
Reactive power | 0.0701 | 94.65 |
Conclusions
The contribution of this work lays on the development of Model considering penetration of grid-PV DNs. The work, focus on composite load modeling using deep learning approach for a grid-connected PV distribution network. Modern distribution networks are said to be active rather than passive, such that DGs are connected to them for power quality enhancement. The model developed exhibits a very good performance as the mean squared errors are very close to zeros. In testing the performance of the model, the mean squared errors obtained are higher than those obtained in training indicating that the experimental data dynamics and nonlinearity are also higher. In both training and testing, the active power model performs better than the reactive power model. This shows that the voltage dependency is more on the active power component of the load. To this extent, it can be said that the Grid-connected PV load model based on deep FFNN has been developed, tested, and validated.
References
- Alahmed Ahmed S., Almuhaini Muhammed M.. Hybrid Top-Down and Bottom-Up Approach for Investigating Residential Load Compositions and Load Percentages. arXiv. 2020. DOI
- Lin You, Wang Yishen, Wang Jianhui, Wang Siqi, Shi Di. Global Sensitivity Analysis in Load Modeling via Low-Rank Tensor. IEEE Transactions on Smart Grid. 2020; 11(3)DOI
- Massucco Stefano, Mosaico Gabriele, Saviozzi Matteo, Silvestro Federico, Fidigatti Antonio, Ragaini Enrico. An Instantaneous Growing Stream Clustering Algorithm for Probabilistic Load Modeling/Profiling. 2020 International Conference on Probabilistic Methods Applied to Power Systems (PMAPS). 2020. DOI
- Mohammed M., Abdulkarim A., Abubakar A. , Kunya A., Jibril Y. A Review of Computational Techniques Used In Load Modeling. 2019.
- Mohammed Musa, Abdulkarim Abubakar, Abubakar Adamu Sa’idu, Kunya Abdullahi Bala, Jibril Yusuf. Load modeling techniques in distribution networks: a review. Journal of Applied Materials and Technology. 2020; 1(2)DOI
- Mohammed Musa, Abdulkarim Abubakar, Abubakar Adamu Sa’du, Kunya Abdullahi Bala, Shehu Ibrahim Abdullahi , Umar Bashir Musa. An Investigative Study on Impact of Frequency Dynamics in Load Modeling. Emerging Advances in Integrated Technology. 2020; 01(01)DOI
- Norford Leslie K. , Leeb S. B. , Luo Dong , Shaw Steven R. . Advanced Electrical Load Monitoring: A Wealth of Information at Low Cost. 1999.
- Schoukens Johan, Ljung Lennart. Nonlinear System Identification: A User-Oriented Road Map. IEEE Control Systems. 2019; 39(6)DOI
- Shafiei Mehdi, Nourbakhsh Ghavameddin, Ledwich Gerard, Femando Tyrone, Iu Herbert, Arefi Ali. Dynamic load modelling using measured data in distribution networks. 2017 3rd International Conference on Power Generation Systems and Renewable Energy Technologies (PGSRET). 2017. DOI
- Sharafi Amin, Vahidnia Arash, Jalili Mahdi. Measurement-Based Identification of System Load Models for Low-Frequency Dynamics. 2019 9th International Conference on Power and Energy Systems (ICPES). 2019. DOI
- Zhang Xinran, Hill David J.. Hierarchical Temporal and Spatial Clustering of Uncertain and Time-varying Load Models. 2020. DOI
- Zhang Xinran, Lu Chao, Lin Junjie, Wang Ying. Experimental test of PMU measurement errors and the impact on load model parameter identification. IET Generation, Transmission & Distribution. 2020; 14(20)DOI
- Zheng Chao, Wang Shaorong, Liu Yilu, Liu Chengxi, Xie Wei, Fang Chen, Liu Shu. A Novel Equivalent Model of Active Distribution Networks Based on LSTM. IEEE Transactions on Neural Networks and Learning Systems. 2019; 30(9)DOI
Download Citation
Endnote/Zotero/Mendeley (RIS)BibTeX