Search NASASearch

SEARCH · Search NASA

Results for “PERFORMANCE SEEKING CONTROLLER”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 19 records

Impedance Emulation Control of Wave Energy Converters

Modeling and control of wave energy conversion (WEC) systems for maximum power extraction is challenging due to complex multiphysics that include fluids, mechanics, and machine drives. To uncover an intuitive model that clearly depicts WEC system operation, we utilize a force-current equivalent circuit framework which then enables us to design an impedance emulation control strategy. To provide context for our framework, we focus on a standard reference model-3 (RM3) point absorber device coupled to a permanent magnet synchronous generator. After the proposed extremum seeking controller is computed, we experimentally validate its performance on a platform that consists of two back-to-back connected inverters that emulate the WEC system.

wave energy conversion, impedance emulation, machi

NFE-24-10417: Durability and Life-time Energy Performance Enhancement of Vapor Compression Systems

This project investigated the use of a Centrifugal Particle Separation (CPS) system to improve the durability and operational reliability of outdoor heat exchangers in vapor-compression based heating, ventilation, air conditioning, and refrigeration (HVACR) systems. The developed method introduced a novel dust and fouling mitigation approach by integrating an ambient air pre-cleaner that employs centrifugal forces to remove particulate matter from incoming air before it reaches the heat exchanger. By reducing the accumulation of dust and debris on coil surfaces, the CPS system aims to lower maintenance requirements and extend equipment lifespan. The project specifically involves coupling a centrifugal air pre-cleaner with a single-zone ductless mini-split system and evaluating its effectiveness in maintaining cleaner coil surfaces. Additionally, the study examined the impact of CPS integration on system energy performance. Through controlled experimental testing and performance monitoring, this work seeks to validate CPS-based air pre-cleaning as a practical, efficient solution for mitigating outdoor coil dust accumulation and fouling in both residential and commercial HVACR applications.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI

Adaptive Model-Free Vehicle Path-Tracking via Fast-Converging Prescribed-Time Newton-Based Extremum-Seeking Control

Model-free control (MFC) offers a simple and effective approach to automated vehicle path-tracking without requiring an explicit plant model for control law design. However, gain tuning in MFC is typically carried out through trial-and-error, which can be time-consuming and may lead to suboptimal performance. To address this limitation, extremum-seeking-based adaptive MFC has shown promise by enabling real-time adaptation of control gains, without relying on a predefined vehicle model. Nonetheless, existing ESC approaches often suffer from slow convergence. This paper integrates MFC, employing longitudinal and lateral ultra-local models of a rear-wheel-drive vehicle, with a novel prescribed-time (PT) Newton-based extremum-seeking control (ESC) strategy that ensures rapid convergence of control gains within the prescribed time. Unlike conventional gradient-based ESC methods, the PT Newton-based ESC leverages artificial delays and time-periodic gains, not only to guarantee convergence within the specified time, but also to compensate for feedback delays. Simulation results demonstrate that the proposed approach significantly improves gain adaptation speed and tracking accuracy. This work advances adaptive model-free vehicle control by offering a high-performance, delay-resilient alternative to existing ESCMFC frameworks.

Waleed khan, Muhammad [The University of Texas at

Optimization and Evaluation of Energy Savings for Connected and Autonomous Off-Road Vehicles

Off-road vehicles, such as wheel loaders, excavators, and harvesters, are extensively utilized across a wide range of industries, including construction, agriculture, and mining. These machines have become indispensable in supporting the day-to-day operational needs of a nation, playing a critical role in various sectors' infrastructure and productivity. However, despite their utility, off-road vehicles are significant consumers of fossil fuels, resulting in substantial emissions that contribute to environmental degradation. This highlights the pressing need for research and technological advancements aimed at improving their energy efficiency and reducing their carbon footprint. There are, however, two primary challenges that must be addressed to achieve these goals. First, off-road vehicles typically perform both driving and working tasks simultaneously, which introduces a high level of complexity into their overall dynamic systems. Analysis the interactions between these functions is challenging. Second, research into off-road vehicles is inherently interdisciplinary, demanding expertise across several domains such as fluid power systems, vehicle dynamics, control theory, optimization techniques, and real-world implementation. Recognizing these challenges, we proposed the project titled "Optimization and Evaluation of Energy Savings for Connected and Autonomous Off-Road Vehicles" as a comprehensive solution to enhance fuel efficiency while simultaneously improving productivity. This project specifically focuses on autonomous off-road vehicles, with particular attention to wheel loaders, and seeks to develop novel methods to optimize energy consumption without sacrificing operational performance. The project integrates real-time control algorithms, vehicle dynamics modeling, and co-optimization of powertrain system and vehicle system to achieve these goals. Our optimization strategy dynamically co-optimizes critical parameters at both the powertrain and vehicle levels, including vehicle speed, working tool movements, powertrain dynamics, and engine operations in real-time. To streamline this optimization process, we developed a vehicle model that captures the key dynamics while significantly enhancing computational efficiency. This allows the system to intelligently minimize fuel consumption, all while maintaining or even improving productivity through real-time calculations during various off-road operations. To validate the effectiveness of this energy optimization method, we introduced a state-of-the-art Hardware-in-the-Loop (HIL) testbed. This reconfigurable testbed seamlessly integrates the actual engine with virtual models of the wheel loader's subsystems, allowing for accurate emulation of real-world operational loads and environments. By simulating these conditions, the HIL testbed enables us to evaluate the wheel loader’s performance under diverse working scenarios, ensuring the developed solution is applicable in real-world operations. This testbed proved to be instrumental in validating the optimization algorithms and demonstrating the system's practical effectiveness. During the evaluation and testing phase, we employed the HIL testbed to rigorously assess the energy savings and productivity improvements generated by the optimized system. The results were highly encouraging, revealing that the automated wheel loader achieved over 30% fuel savings compared to traditional, human-operated cycles, with comparable or even enhanced levels of productivity. The insights gained from this HIL-based testing provided critical validation of our approach and highlighted the potential for deploying these optimized autonomous technologies in real-world off-road vehicles.

33 ADVANCED PROPULSION SYSTEMS

Model-free stabilization via Extremum Seeking using a cost neural estimator

In this paper, a fully model-free architecture for vertical stabilization of thermonuclear plasmas in tokamak experimental reactors is presented. For the first time, an Extremum Seeking control algorithm is combined with neural networks to estimate the Lyapunov function to be minimized, resulting in a fully data-driven control architecture. The performance of different neural networks are compared. Specifically, Multilayer Perceptrons and Extreme Learning Machines are considered. The proposed architecture is tested in simulation to show that it can counteract relevant plasma disturbances, resulting in a significant improvement in terms of the achievable operative space compared to the Extremum Seeking algorithm, which still relies on model-based cost estimator.

42 ENGINEERING

Reimagining Disassembly Interfaces With Visualization: Combining Instruction Tracing and Control Flow With DisViz

In applications where efficiency is critical, developers may examine their compiled binaries, seeking to understand how the compiler transformed their source code and what performance implications that transformation may have. This analysis is challenging due to the vast number of disassembled binary instructions and the many-to-many mappings between them and the source code. These problems are exacerbated as source code size increases, giving the compiler more freedom to map and disperse binary instructions across the disassembly space. Interfaces for disassembly typically display instructions as an unstructured listing or sacrifice the order of execution. Here, we design a new visual interface for disassembly code that combines execution order with control flow structure, enabling analysts to both trace through code and identify familiar aspects of the computation. Central to our approach is a novel layout of instructions grouped into basic blocks that displays a looping structure in an intuitive way. We add to this disassembly representation a unique block-based mini-map that leverages our layout and shows context across thousands of disassembly instructions. Finally, we embed our disassembly visualization in a web-based tool, DisViz, which adds dynamic linking with source code across the entire application. DizViz was developed in collaboration with program analysis experts following design study methodology and was validated through evaluation sessions with ten participants from four institutions. Participants successfully completed the evaluation tasks, hypothesized about compiler optimizations, and noted the utility of our new disassembly view. Our evaluation suggests that our new integrated view helps application developers in understanding and navigating disassembly code.

Computer science

Factors Influencing Grid-connected Heat Pump Water Heater Performance in the Southeast U.S.

Grid-connected heat pump water heaters (HPWH) can shift electrical load while minimizing impacts to hot water availability for occupants. This capability provides a flexible grid resource to utilities seeking to manage peak loads Such load control also can feasibly improve renewable utilization within the utility electric production mix, for instance using off-peak generation during periods with high renewable energy generation. It also offers lower electric bills to customers through increased energy efficiency of HPWH and cuts greenhouse gas emissions. In particular, the Southeast U.S. due to its high penetration of electric water heating presents a promising opportunity for grid-connected HPWHs. This paper builds upon the results of an extensive HPWH load shifting field study conducted in 51 occupied homes in Florida using EcoPort technology (Butzbaugh et al, 2022). In 2022, only an initial evaluation was available. Here, long term load results are available as well as examination of various control strategies and influences. Analysis is conducted for HPWH energy use and load shifting performance based on home occupancy (i.e., low and high) and water heater location (i.e., conditioned and unconditioned) across different temperature profiles. An unexpected outcome of this analysis was the poor performance of HPWHs located in conditioned spaces, possibly because of inadequate air volume from improper installation. We did find higher demand reductions from 2-hour load ups and slightly improved for critical peak signals in the afternoon control periods. As expected, higher occupancy households showed great load reductions.

Fenaughty, Karen

Quantifying the impact of precision errors on quantum approximate optimization algorithms

The quantum approximate optimization algorithm (QAOA) is a hybrid quantum-classical algorithm that seeks to achieve approximate solutions to optimization problems by iteratively alternating between intervals of controlled quantum evolution. Here, we examine the effect of analog precision errors on QAOA performance from the perspective of both algorithmic training and performance guarantees. Leveraging cumulant expansions, we recast the faulty QAOA as a control problem in which precision errors are expressed as multiplicative control noise and derive bounds on the performance of QAOA. We show using both analytical techniques and numerical simulations that fixed precision implementations of QAOA circuits are subject to an exponential degradation in performance dependent upon the number of optimal QAOA layers and magnitude of the precision error. Despite this significant reduction, we show that it is possible to mitigate precision errors in QAOA via digitization of the variational parameters at the cost of increasing circuit depth.

quantum algorithms

Attractive Noncovalent Interactions versus Steric Confinement in Asymmetric Supramolecular Catalysis

The remarkable catalytic performance of enzymes stems from their ability to engage in precise noncovalent interactions (NCIs) within a sterically confined space. Supramolecular catalysis seeks to emulate and understand these strategies through the rational design of simple and controlled catalyst microenvironments. While both steric confinement and attractive interactions have been invoked as key to host activity, their relative contribution to rate enhancement and selectivity, as well as potential trade-offs, remains an outstanding question. Here, we address this question by systematically comparing two metal–organic supramolecular catalysts, which differ in the strength of their attractive noncovalent interactions and in their cavity volume. Our findings reveal that the catalyst with the larger cavity, and with stronger available NCIs, exhibits both significant rate acceleration (100-fold) and enhanced enantioselectivity (84% vs 14% ee) in a model ketone reduction compared to its smaller analogue. Mechanistic analysis, binding competition experiments, and computational modeling indicate that these differences predominantly stem from stabilizing noncovalent interactions in the larger catalyst, a result that challenges existing steric-based models of supramolecular stereoinduction. Understanding the governing factors of asymmetric induction and rate acceleration in supramolecular hosts will undoubtedly inform future catalyst design.

Catalysts

Analysis of neoclassical tearing mode stabilization experiment by electron cyclotron injection in KSTAR

We report the neoclassical tearing mode (NTM) stabilization experimental results by injection of the electron cyclotron (EC) beam in KSTAR, and its analysis with integrated modelling. In the KSTAR experiment, NTM was intentionally induced and the EC beam was injected by the plasma control system (PCS) to stabilize it. Here, the EC angle was controlled based on the minimum seeking algorithm for the island growth rate. Although the EC angle was not changed significantly, the island width significantly decreased towards the end of the experiment followed by the recovery of plasma performance. To assess the NTM stabilization experiment from a stability perspective, we performed integrated modelling with TRIASSIC utilizing the reconstructed equilibrium with magnetic diagnostics and motional stark effect diagnostics. As a result, we observed that the NTM is stabilized by EC.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY

Next Generation Multi-Use Heavy-Duty High-Flow Direct-Fill Hydrogen Refueling Station with Standardized Design (CRADA Final Report)

The Contractor will build a liquid hydrogen (LH2) fueling station model that is capable of simulating the amount of hydrogen transferred from the liquid storage tank to the vehicle, depending on the station’s design and control scheme. This modeling work will allow the Parties to seek the design and control scheme of an LH2 station that can fill a targeted number of vehicles while meeting a time-average flow rate of 10 kg/min for each fill. While evaluating a high dispensing performance station design and control scheme, the Contractor will analyze the design and control scheme are economically viable.

08 HYDROGEN

Incentivizing Cooperative Merging Control: Insights from Multi-Agent Deep Reinforcement Learning

Cooperative driving automation enables connected and automated vehicles (CAVs) to devise cooperative merging control, introducing great potentials to alleviate traffic congestion, reduce energy consumption, and enhance safety for highway on-ramp operations. Although numerous CAV cooperative merging algorithms have been developed to improve energy and traffic performance, the agreement-seeking among CAV users and their local benefits have been understudied. This can lead to rejections of cooperative merging plans and jeopardizing CAV performance, as a cooperation may entail certain CAVs to sacrifice their local benefits to achieve a system optimum. To address this issue, the study first leverages multi-agent deep reinforcement learning (MADRL) factoring both local reward and regional reward to demonstrate the discrepancies between CAV users’ local benefits and system optimum. Next, the existence of a correlated equilibrium is proved to characterize the convergence of MADRL training. This further facilitates the incorporation of incentives (computed based on reward discrepancies) to compensate for CAV users’ local benefits and facilitate system-optimal agreements in cooperative merging operations.

Zhou, Anye [ORNL] (ORCID:0000000301455579)

AmpSuite

Seismic amplitudes offer vital information about explosion source characteristics, including discrimination and yield estimation. To take advantage of this, we developed an interactive Python package to measure, control data quality, generate broad area propagation models and perform discrimination and estimate yield. Propagation models are essential in support of transportable yield and broad area discrimination. The key benefit of this package will be its ability to continuously integrate data and new techniques. The AmpSuite framework will provide standardized, repeatable, and accurate model generation and characterization routines. The capability is crucial for monitoring agencies tasked with rapid and high-quality seismic event characterization. The AmpSuite software includes a series of independent modules to perform: • Direct Phase Amplitude Measurement and Storage • Coda Envelope Measurement and Storage • Data Quality Control • New Propagation Model Developments • Seismic Discrimination and Analysis • Yield Estimation and supporting utility software. The AmpSuite software provides comprehensive solutions for monitoring agencies seeking to optimize model generation and event analysis within a contemporary Python framework. Stakeholders (AFTAC) have begun to move towards the Python language for scientific analysis as a new workforce emerges.

Alfaro, Richard

Next-generation perovskite photovoltaics: improving, stabilizing, and lead-sealing of record-setting laboratory solar cells towards commercialization

Summary: In the proposed program we plan to improve perovskite photovoltaic performance by developing (1) orientational control of 3D/2D perovskite heterostructures to simplify device architectures, thus improving device efficiencies and stability; (2) high-throughput optical measurements and real-time device simulations for device optimization; (3) robust, dual-pronged lead-sealing and oxygen/moisture/UV barrier films for long-term stability. Specifically, we seek to develop an in-depth understanding of the perovskite film formation, interface passivation, device stability, and environmentally friendly encapsulation, which together will lead to perovskite devices with PCE of over 28%, stability of T80 at 85/85 (85% humidity at 85 degrees C) for 10,000, expected to be equivalent to T90 of 100 hours), and architectures that would satisfy the U.S. EPA and RoHS limits of lead-leaching. The knowledge generated with this project will be applicable to tandem devices with wider-bandgap perovskites.

14 SOLAR ENERGY

Development of algorithms for augmenting and replacing conventional process control using reinforcement learning

Here, this work seeks to allow for the online operation and training of model-free reinforcement learning (RL) agents but limit the risk to system equipment and personnel. The parallel implementation of RL alongside more conventional process control (CPC) allows for the RL algorithm to learn from CPC. The past performance of both methods are assessed on a continuous basis allowing for a transition from CPC to RL and, if needed, transitioning back to CPC from RL. This allows for the RL algorithm to slowly and safely assume control of the process without significant degradation in control performance. It is shown that the RL can derive a near optimal policy even when coupled with a suboptimal CPC. It is also demonstrated that the coupled RL-CPC algorithm learns at a faster rate than traditional RL methods of exploration while the algorithm’s performance does not deteriorate below CPC, even when exposed to an unknown operating condition.

30 DIRECT ENERGY CONVERSION

Performance Evaluation of Intelligent Solar Control Software Through Hardware-in-the-Loop (CRADA Final Report)

Recent research has highlighted the potential for solar to act as a zero-marginal-cost and zero-emission flexibility resource on the bulk power system when operated with advanced control systems. To increase the performance of these systems, leading technologies, including machine learning (ML) and hierarchical inverter set point allocation, have been developed by Latimer Controls, Inc. to estimate the headroom of large PV plants for grid operation and control; however, these technologies lack comprehensive validation under real-world application scenarios. Latimer Controls, Inc. received two voucher awards for research at a national laboratory from the Department of Energy American Made Solar Prize Round 6. The National Renewable Energy Laboratory (NREL) was selected to collaborate with Latimer staff to conduct a performance evaluation of Latimer PV control software. The NREL team will develop a hardware-in-the-loop (HIL) testbed to perform testing and validation of the Latimer PV control technology in a de-risked yet realistic testbed environment. Latimer and NREL worked together to analyze the test data, draw conclusions from the results, and disseminate the resulting scientific findings. In this CRADA work, we propose to test and validate the real-world application of the Latimer Control solution in an HIL environment. We evaluate the performance of different flexible solar technologies in responding to automatic generation control signals in a closed-loop fashion. In particular, a data-driven potential high limit (PHL) estimation is developed for large solar plants to accurately estimate their headroom so that they have fast and short-time regulation and control capability to participate in grid services and respond to grid signals in real time (e.g., AGC). This PHL estimation algorithm is embedded in a hardware power plant controller (PPC) and tested with an IEEE-39 bus system model developed in RTDS. To account for the varying cloud conditions and diverse inverter dispatches, we developed a 135-MW PV plant with detailed modeling of 27 individual PV modules and inverters using RTDS. The real-world communications used in such big plants, such as ModBus TCP/IP for inverter level and DNP3 for plant level, were developed to emulate the real-world applications in big PV plants. The ML-based PHL estimation method is tested under nine separate weather scenarios against the ‘reference-control’ solution, hereafter referred to as the baseline solution. The baseline method reserves a subset of inverters (reference group) to operate at their PHL at all times and dispatches only the remaining inverters (control group) at curtailed levels to fulfill the flexibility need. Despite being successfully piloted by NREL in California in 2017 and Chile in 2020, there exist two gaps in the state of the art to fully unlock the flexibility of PV plants: a. There is a trade-off between the PHL estimation accuracy and the flexibility range. b. There lacks granularity in the PHL estimation to capture the variation across inverters. The Latimer solution seeks to address these gaps by applying machine learning methods to improve PHL estimation accuracy while accounting for variability at every inverter. Performance metrics were taken from the 2023 Georgia Power CARES utility-scale RFP. The results demonstrate that the ML-based approach outperforms the traditional baseline method in PHL estimation accuracy for 7 of 9 scenarios. The average PHL error across the nine scenarios was 7.40% for the ML-based method, 2.06% less than the 9.46% PHL error average across scenarios that was exhibited by the baseline method. Additionally, the PHL error was below 5% for at least 95% of the testing interval for 3 of 9 tested intervals with the ML approach, whereas it did not achieve this metric for any of the baseline tests. Overall, simulation results indicate the superior performance of an ML-based approach compared to the conventional baseline reference-control approach, showcasing its potential to support grid stability and operational efficiency. This laboratory HIL testing using real PPC, representative power system simulation models in real-time with detailed PV plant and inverter models, and real-world communication protocols gives us confidence that this machine learning based PHL estimation algorithm works well in the hardware PPC and therefore de-risks future field commissioning. The end goal of this project is to advance grid technology to address the grid operation challenges brought by solar plant’s variability and uncertainties in power generation.

14 SOLAR ENERGY

On the Recoverability of Reactor Dynamics from Point Kinetics Data using SINDYc

Data driven models for reactor dynamics tend to face a few notable challenges. First, the broad range of timescales present across the various feedback mechanisms. Next, high standards for safety and importance of model performance in all operational domains. Finally, the correlations between state variables observed in most transients leads to difficulties when methods attempt to attribute certain dynamic phenomena to a particular cause. The current paper seeks to support efforts towards incorporating physics knowledge into one particular data-driven method for finding reactor dynamics called ``Sparse Identification of Nonlinear Dynamics with Control (SINDYc). The incorporation of physical knowledge into SINDYc will help address the challenges listed above by giving the model an initial understanding of the system being modeled. The demonstration of an exact representation of a set of point reactor dynamics equations in SINDYc is provided. Then, this allows for further discussion with mathematical justification as to why SINDYc, and other data-driven methods, may be difficult to apply to nuclear reactor dynamics due to correlations in the state variables. A particularly useful result of this work is the set of candidate functions required in SINDYc to exactly represent the reactor dynamics under a point approximation. In the future, SINDYc can be integrated with point models for reactor dynamics before being applied to the physical system to yield higher accuracy.

22 - GENERAL STUDIES OF NUCLEAR REACTORS