Skip to main content
U.S. Department of Energy
Office of Scientific and Technical Information
  1. Intelligent System Partitioning for Agent-Based Security Constrained Optimal Power Flow

    This project developed scalable, computationally efficient algorithms to solve realistic large-scale power system optimization problems as part of a larger series of competitions run by ARPA-E. These problems are important because the secure and reliable operation of the power grid, especially under increased uncertainty and variability, is growing increasingly challenging. The economic feasibility of the proposed methods developed by our team is quite low, considering it’s a purely software-based solution to operate power grids more efficiently. The technical effectiveness, as evidenced by our performance in the competition, balances heuristics and approximations to provide a tradeoff between speed and accuracy.

  2. Decarbonization of the Chemical Industry Through Electrification: Barriers and Opportunities

    The chemical industry is a major source of economic productivity and employment globally and among the top 3 industrial sources of greenhouse gas (GHG) emissions, along with steel and cement. As global demand for chemical products continues to grow, there is an urgency to develop and deploy sustainable chemical production pathways and to reconsider continued investment in current emission-intensive production technologies. This perspective describes the challenges and opportunities to decarbonize the chemical industry via electrification powered by low-carbon electricity supply, both in the near term and long term, and it discusses four technological pathways ranging from the more mature direct substitution of heat with electricity and use of hydrogen to technologically less mature, yet potentially more selective, approaches based on electrochemistry and plasma. Finally, we highlight the key elements of integrating an electrified industrial process with the power sector to leverage process flexibility to reduce energy costs of chemical production and provide valuable power grid support services. Unlocking such plant-to-grid coordination and the four electrification pathways has significant potential to facilitate rapid and deep decarbonization of the chemical industry sector.

  3. OPF-Learn: An Open-Source Framework for Creating Representative AC Optimal Power Flow Datasets: Preprint

    Increasing levels of renewable generation motivate a growing interest in data-driven approaches for AC optimal power flow (AC OPF) to manage uncertainty. However, a lack of disciplined dataset creation and benchmarking prohibits useful comparison between approaches in the literature. To instigate confidence, models must be able to reliably predict solutions across a wide range of operating conditions. This paper develops the OPF-Learn package for Julia and Python which uses a computationally efficient approach to create representative datasets that span a wide spectrum of the AC OPF feasible region. Load profiles are uniformly sampled from a convex set that contains the AC OPF feasible set. For each infeasible point found, the convex set is reduced using infeasibility certificates, found by utilizing properties of a relaxed formulation. The framework is shown to generate datasets which are more representative of the entire feasible space versus traditional techniques seen in the literature, improving machine learning model performance.

  4. Feasible region-based heuristics for optimal transmission switching

    In this paper, we develop a optimal transmission switching (OTS) heuristic based on DC optimal power flow (OPF) and assess the efficacy of the approach when implemented within AC OPF. Traditional formulations of the OTS problem can result in hundreds or thousands of binary variables for large networks, making the OTS problem challenging to solve on fast timescales even for relatively small networks. Here, we identify which constraints and therefore which variables are constraining the DC OPF feasible region, and rank them based on their impact on the cost function. We develop a heuristic algorithm which iteratively removes these constraints and solves a series of standard DC OPF problems. The heuristic is tested on a variety of PGlib networks and the results show that the algorithm can provide substantial cost decreases without having to solve any mixed integer programs. Additionally, we provide insights about the OTS problem, including identifying scenarios outside congestion where OTS can prove useful. Lastly, the performance of the DC-based heuristic is shown when the line switching decisions are implemented within AC OPF.

  5. OPFLearnData: Dataset for Learning AC Optimal Power Flow

    The datasets are resulting from OPFLearn.jl, a Julia package for creating AC OPF datasets. The package was developed to provide researchers with a standardized way to efficiently create AC OPF datasets that are representative of more of the AC OPF feasible load space compared to typical dataset creation methods. The OPFLearn dataset creation method uses a relaxed AC OPF formulation to reduce the volume of the unclassified input space throughout the dataset creation process. The dataset contains load profiles and their respective optimal primal and dual solutions. Load samples are processed using AC OPF formulations from PowerModels.jl. More information on the dataset creation method can be found in our publication, "OPF-Learn: An Open-Source Framework for Creating Representative AC Optimal Power Flow Datasets" and in the package website: https://github.com/NREL/OPFLearn.jl.

  6. Learning-Accelerated ADMM for Distributed DC Optimal Power Flow

    We propose a novel data-driven method to accelerate the convergence of Alternating Direction Method of Multipliers (ADMM) for solving distributed DC optimal power flow (DC-OPF) where lines are shared between independent network partitions. Using previous observations of ADMM trajectories for a given system under varying load, the method trains a recurrent neural network (RNN) to predict the converged values of dual and consensus variables. Given a new realization of system load, a small number of initial ADMM iterations is taken as input to infer the converged values and directly inject them into the iteration. We empirically demonstrate that the online injection of these values into the ADMM iteration accelerates convergence by a significant factor for partitioned 14-, 118- and 2848-bus test systems under differing load scenarios. The proposed method has several advantages: it maintains the security of private decision variables inherent in consensus ADMM; inference is fast and so may be used in online settings; RNN-generated predictions can dramatically improve time to convergence but, by construction, can never result in infeasible ADMM subproblems; it can be easily integrated into existing software implementations. While we focus on the ADMM formulation of distributed DC-OPF in this paper, the ideas presented are naturally extended to other distributed optimization problems.

  7. An optimization framework for the network design of advanced district thermal energy systems

    In this work, a topology optimization framework for district thermal energy systems is presented. The framework seeks to address the questions, for a given district, "What is the best subset of buildings to connect to a district thermal energy system, and by what network should they be connected, to minimize life cycle cost?" A particle swarm optimization approach is validated to address the selection of the subset of buildings, and a graph theory-based heuristic is validated for selection of the network topology for any candidate subset of buildings. The framework is applied to a prototypical urban district for illustrative purposes. Additionally, modeling of prototypical districts revealed reductions in source energy use intensity for heating and cooling of 21-25% through the use of advanced district energy systems relative to code-compliant, building level systems. The framework identifies solutions with life cycle cost values 14% to 72% lower than that of base case scenarios based on conventional design approaches, depending on the base case scenario selected. Analysis of the search space indicates that topology optimization facilitates reductions in life cycle cost, source energy use intensity, and carbon emissions.

  8. OPFLearn.jl [SWR-21-109]

    OPFLearn.jl is a Julia package for creating datasets for machine learning approaches to solving AC optimal power flow (AC OPF). It was developed to provide researchers with a standardized way to efficiently create AC OPF datasets that are representative of more of the AC OPF feasible load space compared to typical dataset creation methods. The OPFLearn dataset creation method uses a relaxed AC OPF formulation to reduce the volume of the unclassified input space throughout the dataset creation process. Over time this input space tightens around the relaxed AC OPF feasible region to increase the percentage of feasible load profiles found while uniformly sampling the input space. Load samples are processed using AC OPF formulations from PowerModels.jl. More information on the dataset creation method can be found in our publication, "OPF-Learn: An Open-Source Framework for Creating Representative AC Optimal Power Flow Datasets". To use OPFLearn.jl a PowerModels network data dictionary is required (can be loaded from Matpower ".m" files) to define the network the dataset is being created for.

  9. Learning Optimal Solutions for Extremely Fast AC Optimal Power Flow

    We develop, in this paper, a machine learning approach to optimize the real-time operation of electric power grids. In particular, we learn feasible solutions to the AC optimal power flow (OPF) problem with negligible optimality gaps. The AC OPF problem aims at identifying optimal operational conditions of the power grids that minimize power losses and/or generation costs. Due to the computational challenges with solving this nonconvex problem, many efforts have focused on linearizing or approximating the problem in order to solve the AC OPF on faster timescales. However, many of these approximations can be fairly poor representations of the actual system state and still require solving an optimization problem, which can be time consuming for large networks. In this work, we learn a mapping between the system loading and optimal generation values, enabling us to find near-optimal and feasible AC OPF solutions. This allows us to bypass solving the traditionally nonconvex AC OPF problem, resulting in a significant decrease in computational burden for grid operators.

  10. Chapter Ten - Power, Buildings, and Other Critical Networks: Integrated Multisystem Operation

    The electrifying transportation sector, the increasing grid interactivity of the built environment, the rapidly expanding number of devices within the Internet-of-Things, and the overall trend toward highly connected systems and interdependent networks is revolutionizing the operation of the electric power grid. While these changes are presenting grid operators with new challenges to ensure an efficient, reliable, and sustainable operation of the grid, they also enable a new suite of resources that can be utilized for assisting the grid in times of need. In this chapter, we explore how these recent changes and trends are affecting modern power systems and discuss the benefits and challenges of an increasingly electrified and interconnected world. We will observe how various critical infrastructure, that is, buildings, water and gas, transportation, and telecommunication networks are highly dependent on power network operations but, with improved coordination and control, can also provide valuable assets to the grid in times of need.


Search for:
All Records
Author / Contributor
"Baker, Kyri"

Refine by:
Resource Type
Availability
Publication Date
  • 2016: 14 results
  • 2017: 13 results
  • 2018: 4 results
  • 2019: 2 results
  • 2020: 11 results
  • 2021: 4 results
  • 2022: 4 results
  • 2023: 1 results
2016
2023
Author / Contributor
Research Organization