-
AC-DC Power Systems Optimization with Droop Control Smooth Approximation
Authors:
Ghulam Mohy-ud-din,
Rahmat Heidari,
Frederik Geth,
Hakan Ergun,
S M Muslem Uddin
Abstract:
This paper addresses the challenges of embedding common droop control characteristics in ac-dc power system steady-state simulation and optimization problems. We propose a smooth approximation methodology to construct differentiable functions that encode the attributes of piecewise linear droop control with saturation. We transform the nonsmooth droop curves into smooth nonlinear equality constrai…
▽ More
This paper addresses the challenges of embedding common droop control characteristics in ac-dc power system steady-state simulation and optimization problems. We propose a smooth approximation methodology to construct differentiable functions that encode the attributes of piecewise linear droop control with saturation. We transform the nonsmooth droop curves into smooth nonlinear equality constraints, solvable with Newton methods and interior point solvers. These constraints are then added to power flow, optimal power flow, and security-constrained optimal power flow problems in ac-dc power systems. The results demonstrate significant improvements in accuracy in terms of power sharing response, voltage regulation, and system efficiency, while outperforming existing mixed-integer formulations in computational efficiency.
△ Less
Submitted 26 September, 2024;
originally announced September 2024.
-
Improved Algebraic Inverter Modelling for Four-Wire Power Flow Optimization
Authors:
Rahmat Heidari,
Frederik Geth
Abstract:
This paper discusses the modeling of inverters used in distributed energy resources in steady state. Modeling the interaction between distribution grids and inverter-based resources is crucial to understand the consequences for the network's operational and planning processes. This work highlights the limitations of existing models and emphasizes the need for better representations of inverters an…
▽ More
This paper discusses the modeling of inverters used in distributed energy resources in steady state. Modeling the interaction between distribution grids and inverter-based resources is crucial to understand the consequences for the network's operational and planning processes. This work highlights the limitations of existing models and emphasizes the need for better representations of inverters and their control laws in decision-making contexts. Improved steady-state grid-following and grid-forming inverter models are presented, including both three-leg and four-leg converter variants. The advantages of these improved models in mathematical optimization contexts are showcased by investigating the power quality improvement capabilities of the inverters. Numerical studies integrating the proposed inverter models in a four-wire unbalanced optimal power flow engine are presented, and trade-offs between modeling detail and computational intensity are illustrated.
△ Less
Submitted 11 March, 2024;
originally announced March 2024.
-
An Open Optimal Power Flow Model for the Australian National Electricity Market
Authors:
Rahmat Heidari,
Matthew Amos,
Frederik Geth
Abstract:
The Australian National Electricity Market (NEM) is a complex energy market that faces challenges due to the increasing number of distributed energy resources (DERs) and the transition to a net-zero emissions target. Power system modelling plays a crucial role in addressing these challenges by providing insights into different scenarios and informing decision-making. However, accessing power syste…
▽ More
The Australian National Electricity Market (NEM) is a complex energy market that faces challenges due to the increasing number of distributed energy resources (DERs) and the transition to a net-zero emissions target. Power system modelling plays a crucial role in addressing these challenges by providing insights into different scenarios and informing decision-making. However, accessing power system data containing sensitive information can be a concern. Synthetic data offer a solution by allowing researchers to analyze and develop new methods while protecting confidential information. This paper utilizes an existing synthetic network model based on the NEM (`S-NEM2300'-bus system) to develop a benchmark for power system optimization studies. The model is derived and enhanced using PowerModels.jl and MATPOWER data models, and feasibility is ensured through power flow and optimal power flow studies. The resulting benchmark model, called `S-NEM2000'-bus system, is validated and enriched with additional parameters such a thermal limits, generation fuel categories and cost models. The `S-NEM2000'-bus system is an \emph{open} dataset which provides a valuable resource for optimization studies in the power system domain.
△ Less
Submitted 6 July, 2023; v1 submitted 13 June, 2023;
originally announced June 2023.
-
On the Implementation of the Fixed Point Iteration Current Injection Method to Solve Four-Wire Unbalanced Power Flow in PowerModelsDistribution.jl
Authors:
Frederik Geth,
Sander Claeys,
Rahmat Heidari
Abstract:
This report serves as a technology description of a Julia-based re-implementation of the fixed-point current injection algorithm, available in PowerModelsDistribution.jl [1]. This report does not describe a novel method for solving unbalanced power flow problems. It merely provides a description of the fixed point iteration variant of the current injection method, inspired by the existing open-sou…
▽ More
This report serves as a technology description of a Julia-based re-implementation of the fixed-point current injection algorithm, available in PowerModelsDistribution.jl [1]. This report does not describe a novel method for solving unbalanced power flow problems. It merely provides a description of the fixed point iteration variant of the current injection method, inspired by the existing open-source implementation in OpenDSS1 [2]. The current injection method is commonly conceived as a system of nonlinear equalities solved by Newton s method [3, 4]. However, as Roger Dugan points out in the OpenDSS documentation, the fixed point iteration variant commonly outperforms most methods, while supporting meshed topologies from the ground up. We note that the unbalanced power flow algorithm in turn relies on matrix solvers for sparse systems of equations. In the context of circuits and factorizing nodal admittance matrices, the sparsity-exploiting KLU solver [5] has proven to be both reliable and scalable. OpenDSS uses KLU. This report documents work-in-progress, and the authors aim to update it when learnings are obtained or more features are added to the implementation in PowerModelsDistribution.jl. The authors invite collaborators to contribute through pull requests on the repository.
△ Less
Submitted 7 May, 2023;
originally announced May 2023.
-
Computational Analysis of Impedance Transformations for Four-Wire Power Networks with Sparse Neutral Grounding
Authors:
Frederik Geth,
Rahmat Heidari,
Arpan Koirala
Abstract:
In low-voltage distribution networks, the integration of novel energy technologies can be accelerated through advanced optimization-based analytics such as network state estimation and network-constrained dispatch engines for distributed energy resources. The scalability of distribution network optimization models is challenging due to phase unbalance and neutral voltage rise effects necessitating…
▽ More
In low-voltage distribution networks, the integration of novel energy technologies can be accelerated through advanced optimization-based analytics such as network state estimation and network-constrained dispatch engines for distributed energy resources. The scalability of distribution network optimization models is challenging due to phase unbalance and neutral voltage rise effects necessitating the use of 4 times as many voltage variables per bus than in transmission systems. This paper proposes a novel technique to limit this to a factor 3, exploiting common physical features of low-voltage networks specifically, where neutral grounding is sparse, as it is in many parts of the world. We validate the proposed approach in OpenDSS, by translating a number of published test cases to the reduced form, and observe that the proposed "phase-to-neutral" transformation is highly accurate for the common single-grounded low-voltage network configuration, and provides a high-quality approximation for other configurations. We finally provide numerical results for unbalanced power flow optimization problems using PowerModelsDistribution.jl, to illustrate the computational speed benefits of a factor of about 1.42.
△ Less
Submitted 14 June, 2022;
originally announced June 2022.