SearcharxivSearch

arXiv subjects

Jan-Hendrik Menke

Publications and source records attributed to Jan-Hendrik Menke.

5 recordsLinked to original sources

Towards Organic Distribution Systems -- The Vision of Self-Configuring, Self-Organising, Self-Healing, and Self-Optimising Power Distribution Management

Due to the decarbonisation of energy use, the power system is expected to become the backbone of all energy sectors and thus the basic critical infrastructure. High penetration with distributed energy resources demands the coordination of a large number of prosumers, partly controlled by home energy management systems (HEMS), to be designed in such a way that the power system's operational limits are not violated. On the grid level, distribution management systems (DMS) try to keep the power system in the normal operational state. On the prosumer level, distributed HEMS optimise the internal power flows by using batteries, photovoltaic generators, or flexible loads optimally. The vision of the ODiS (Organic Distribution System) initiative is to develop an architecture to operate a distribution grid reliably, with high resiliency, and fully autonomously by developing "organic" HEMS and DMS which possess multiple self-* capabilities. Thus, ODiS seeks answers to the following question: How can we create the most appropriate models, techniques, and algorithms to develop novel kinds of self-configuring, self-organising, self-healing, and self-optimising DMS that are integrally coupled with the distributed HEMS? In this article, the vision of ODiS is presented in detail based on a thorough review of the state of the art.

eess.SY

Evaluating Machine Learning Models for the Fast Identification of Contingency Cases

Fast approximations of power flow results are beneficial in power system planning and live operation. In planning, millions of power flow calculations are necessary if multiple years, different control strategies or contingency policies are to be considered. In live operation, grid operators must assess if grid states comply with contingency requirements in a short time. In this paper, we compare regression and classification methods to either predict multi-variable results, e.g. bus voltage magnitudes and line loadings, or binary classifications of time steps to identify critical loading situations. We test the methods on three realistic power systems based on time series in 15 min and 5 min resolution of one year. We compare different machine learning models, such as multilayer perceptrons (MLPs), decision trees, k-nearest neighbours, gradient boosting, and evaluate the required training time and prediction times as well as the prediction errors. We additionally determine the amount of training data needed for each method and show results, including the approximation of untrained curtailment of generation. Regarding the compared methods, we identified the MLPs as most suitable for the task. The MLP-based models can predict critical situations with an accuracy of 97-98 % and a very low number of false negative predictions of 0.0-0.64 %.

cs.LG

Comparison of Meta-Heuristics for the Planning of Meshed Power Systems

The power system planning task is a combinatorial optimization problem. The objective function minimizes the economic costs subject to a set of technical and operational constraints. Meta-heuristics are often used as optimization strategies to find solutions to this problem by combining switching, line reinforcement or new line measures. Common heuristics are GA, PSO, HC, ILS or newer methods such as GWO or FWA. In this paper, we compare these algorithms within the same framework. We test each algorithm on 8 different test grids ranging from 73 to 9421 buses. For each grid and algorithm, we start 50 runs with a maximum run time of 1 hour. The results show that the performance of an algorithm depends on the initial grid state, grid size and amount of measures. The ILS method is very robust in most cases. In the larger test grids, more exploratory heuristics, e.g., GA and PSO, find solutions in shorter run times.

eess.SY

Distribution System Monitoring for Smart Power Grids with Distributed Generation Using Artificial Neural Networks

The increasing number of distributed generators connected to distribution grids requires a reliable monitoring of such grids. Economic considerations prevent a full observation of distribution grids with direct measurements. First approaches using a limited number of measurements to monitor such grids exist, some of which use artificial neural networks (ANN). The current ANN-based approaches, however, are limited to static topologies, only estimate voltage magnitudes, do not work properly when confronted with a high amount of distributed generation and often yield inaccurate results. These strong limitations have prevented a true applicability of ANN for distribution grid monitoring. The objective of this paper is to overcome the limitations of existing approaches. We do that by presenting an ANN-based scheme, which advances the state-of-the-art in several ways: Our scheme can cope with a very low number of measurements, far less than is traditionally required by the state-of-the-art weighted least squares state estimation (WLS SE). It can estimate both voltage magnitudes and line loadings with high precision and includes different switching states as inputs. Our contribution consists of a method to generate useful training data by using a scenario generator and a number of hyperparameters that define the ANN architecture. Both can be used for different grids even with a high amount of distributed generation. Simulations are performed with an elaborate evaluation approach on a real distribution grid and a CIGRE benchmark grid both with a high amount of distributed generation from photovoltaics and wind energy converters. They demonstrate that the proposed ANN scheme clearly outperforms state-of-the-art ANN schemes and WLS SE under normal operating conditions and different situations such as gross measurement errors when comparing voltage magnitude and line magnitude estimation errors.

cs.CE

pandapower - an Open Source Python Tool for Convenient Modeling, Analysis and Optimization of Electric Power Systems

pandapower is a Python based, BSD-licensed power system analysis tool aimed at automation of static and quasi-static analysis and optimization of balanced power systems. It provides power flow, optimal power flow, state estimation, topological graph searches and short circuit calculations according to IEC 60909. pandapower includes a Newton-Raphson power flow solver formerly based on PYPOWER, which has been accelerated with just-in-time compilation. Additional enhancements to the solver include the capability to model constant current loads, grids with multiple reference nodes and a connectivity check. The pandapower network model is based on electric elements, such as lines, two and three-winding transformers or ideal switches. All elements can be defined with nameplate parameters and are internally processed with equivalent circuit models, which have been validated against industry standard software tools. The tabular data structure used to define networks is based on the Python library pandas, which allows comfortable handling of input and output parameters. The implementation in Python makes pandapower easy to use and allows comfortable extension with third-party libraries. pandapower has been successfully applied in several grid studies as well as for educational purposes. A comprehensive, publicly available case-study demonstrates a possible application of pandapower in an automated time series calculation.

cs.CE