Search NASA⌕ Search

SEARCH · Search NASA

Results for “efficient exploration”

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 199 records · Page 11

Application of mesh refinement to relativistic magnetic reconnection

During relativistic magnetic reconnection, antiparallel magnetic fields undergo a rapid change in topology, releasing a large amount of energy in the form of non-thermal particle acceleration. This work explores the application of mesh refinement to 2D reconnection simulations to efficiently model the inherent disparity in length-scales. We have systematically investigated the effects of mesh refinement and determined necessary modifications to the algorithm required to mitigate non-physical artifacts at the coarse–fine interface. We have used the ultrahigh-order pseudo-spectral analytical time-domain Maxwell solver to analyze how its use can mitigate the numerical dispersion that occurs with the finite-difference time-domain (or “Yee”) method. Absorbing layers are introduced at the coarse–fine interface to eliminate spurious effects that occur with mesh refinement. We also study how damping the electromagnetic fields and current density in the absorbing layer can help prevent the non-physical accumulation of charge and current density at the coarse–fine interface. Using a mesh refinement ratio of 8 for two-dimensional magnetic reconnection simulations, we obtained good agreement with the high-resolution baseline simulation, using only 36% of the macroparticles and 71% of the node-hours needed for the baseline. The methods presented here are especially applicable to 3D systems where higher memory savings are expected than in 2D, enabling comprehensive, computationally efficient 3D reconnection studies in the future.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY↗

Neural architecture codesign for fast physics applications

We develop a pipeline to streamline neural architecture codesign for physics applications to reduce the need for ML expertise when designing models for novel tasks. Our method employs neural architecture search and network compression in a two-stage approach to discover hardware efficient models. This approach consists of a global search stage that explores a wide range of architectures while considering hardware constraints, followed by a local search stage that fine-tunes and compresses the most promising candidates. We exceed performance on various tasks and show further speedup through model compression techniques such as quantization-aware-training and neural network pruning. We synthesize the optimal models to high level synthesis code for FPGA deployment with the hls4ml library. Additionally, our hierarchical search space provides greater flexibility in optimization, which can easily extend to other tasks and domains. We demonstrate this with two case studies: Bragg peak finding in materials science and jet classification in high energy physics, achieving models with improved accuracy, smaller latencies, or reduced resource utilization relative to the baseline models.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS↗

Spatiotemporal quenches for efficient critical ground state preparation in the two-dimensional transverse field Ising model

Quantum simulators have the potential to shed light on the study of quantum many-body systems and materials, offering unique insights into various quantum phenomena. Although adiabatic evolution has been conventionally employed for state preparation, it faces challenges when the system evolves too quickly or the coherence time is limited. In such cases, shortcuts to adiabaticity, such as spatiotemporal quenches, provide a promising alternative. This paper numerically investigates the application of spatiotemporal quenches in the two-dimensional transverse field Ising model with ferromagnetic interactions, focusing on the emergence of the ground state and its correlation properties at criticality when the gap vanishes. We demonstrate the effectiveness of these quenches in rapidly preparing ground states in critical systems. Our simulations reveal the existence of an optimal quench front velocity at the emergent speed of light, leading to minimal excitation energy density and correlation lengths of the order of finite system sizes we can simulate. These findings emphasize the potential of spatiotemporal quenches for efficient ground state preparation in quantum systems, with implications for the exploration of strongly correlated phases and programmable quantum computing.

2-dimensional systems↗

IRIS-MASH: Efficient Multi-device Asynchronous Multi-Stream Heterogeneous Computing

In the rapidly evolving field of high-performance computing (HPC), effectively leveraging heterogeneous devices through asynchronous task programming is paramount. This paper presents a robust asynchronous task programming model tailored for a multi-device, multi-stream execution environment that incorporates a diverse array of heterogeneous computing units, including GPUs from various vendors and other accelerators. Current state-of-the-art task programming models provide methodologies to support asynchronous task executions, but they typically handle homogeneous devices using native programming languages, while support for heterogeneous devices is limited to frameworks like OpenCL. This gap presents significant challenges in abstracting heterogeneous devices to harness their true asynchronous capabilities effectively using their native programming languages. By implementing asynchronous task execution, our model significantly boosts the performance of tiled algorithm task graphs through overlapping data transfers with computation and enabling the simultaneous execution of multiple kernels. We integrate this approach into a heterogeneous Intelligent Runtime System (IRIS) and assess its performance using a suite of tiled algorithm benchmarks from the heterogeneous math kernels library (MatRIS) based on IRIS. Experimental results demonstrate a performance improvement ranging from 1.6 × to 2 × over IRIS without asynchronous support, and a notable 22% performance enhancement compared to established runtime systems such as StarPU and PaRSEC. This approach significantly improves computation efficiency of HPC workflows and provides a solid base for future exploration and development in the area of asynchronous task programming in heterogeneous systems.

Miniskar, Narasinga Rao [ORNL] (ORCID:000000018259↗

Beyond Like-for-Like: A User-centered Approach to Modernizing Legacy Applications

When modernizing a legacy application, it is easy to fall back on a like-for-like replica with new tools and updated design stylings, but this is an opportunity to explore making a more intuitive application that supports user tasks and efficiency. Rather than having a blank canvas-unburdened by legacy tech debt-to create a new application, you are working with an existing application that is integral to accelerator operations and one that expert users are already familiar with. Due to this, you might assume people will prefer the like-for-like, but you could be carrying forward the pain points, processes that are inefficient, and ultimately wind up with an application that no one wants to use because it doesn't solve existing problems. Getting users involved can make all the difference in your approach to modernizing a legacy application that caters to both newer and expert users. It also can bridge the gap between like-for-like and introducing new GUI design. Having a legacy application doesn't have to make the modernized one difficult to develop, as the existing application is a tool in how you move forward with the new application. It provides insight into areas that an application with a clean slate doesn't give you.

Polzin, M. [Fermilab]↗

Scientific Data Compression for Large Scale Computational Fluid Dynamics (CFD) Simulations

This Cooperative Research and Development Agreement (CRADA) between Oak Ridge National Laboratory (ORNL) and General Electric (GE) investigated methods for reducing the size of large computational fluid dynamics (CFD) simulation datasets using scientific data compression techniques. The work focused on adapting the MultiGrid Adaptive Reduction of Data (MGARD) compression framework and integrating it with high-performance I/O and visualization tools used in CFD workflows. MGARD uses hierarchical multilevel decomposition to enable error-controlled compression of floating-point scientific data while preserving quantities of interest. During the project, MGARD compression was integrated with the ADIOS I/O framework and visualization tools such as ParaView to enable efficient storage, transfer, and analysis of simulation data. The collaboration also explored approaches for improving compression performance for CFD data defined on unstructured meshes. Results demonstrate that scientific data compression can significantly reduce storage requirements and improve data management for large-scale CFD simulations.

97 MATHEMATICS AND COMPUTING↗

Refining HPCToolkit for application performance analysis at exascale

As part of the US Department of Energy’s Exascale Computing Project (ECP), Rice University has been refining its HPCToolkit performance tools to better support measurement and analysis of applications executing on exascale supercomputers. To efficiently collect performance measurements of GPU-accelerated applications, HPCToolkit employs novel non-blocking data structures to communicate performance measurements between tool threads and application threads. To attribute performance information in detail to source lines, loop nests, and inlined call chains, HPCToolkit performs parallel analysis of large CPU and GPU binaries involved in the execution of an exascale application to rapidly recover mappings between machine instructions and source code. To analyze terabytes of performance measurements gathered during executions at exascale, HPCToolkit employs distributed-memory parallelism, multithreading, sparse data structures, and out-of-core streaming analysis algorithms. To support interactive exploration of profiles up to terabytes in size, HPCToolkit’s hpcviewer graphical user interface uses out-of-core methods to visualize performance data. The result of these efforts is that HPCToolkit now supports collection, analysis, and presentation of profiles and traces of GPU-accelerated applications at exascale. These improvements have enabled HPCToolkit to efficiently measure, analyze and explore terabytes of performance data for executions using as many as 64K MPI ranks and 64K GPU tiles on ORNL’s Frontier supercomputer. HPCToolkit’s support for measurement and analysis of GPU-accelerated applications has been employed to study a collection of open-science applications developed as part of ECP. This paper reports on these experiences, which provided insight into opportunities for tuning applications, strengths and weaknesses of HPCToolkit itself, as well as unexpected behaviors in executions at exascale.

Adhianto, Laksono↗

Hydrogen-rich syngas production from the steam co-gasification of low-density polyethylene and coal refuse

Gasification provides a promising pathway for transforming waste materials into valuable products, such as fuels and chemicals. Here, this study investigates the steam co-gasification of low-density polyethylene (LDPE) and compressed thickener underflow, representative of coal refuse (CR), in a drop tube reactor. The effects of feed blend ratio (0–100 wt% LDPE) and temperature (800–1000 °C) on syngas composition, tar formation, and process efficiency are examined. The high volatility of LDPE makes it more reactive than CR but also promotes the formation of 2–7 ring aromatic tars. Increasing temperature improves carbon conversion efficiency (CCE), cold gas efficiency (CGE), and syngas yield, although the lower heating value (LHV) of syngas decreases. Hydrogen is the dominant gas product, reaching 59 vol% with the H 2 /CO molar ratio ranging from 2.27 to 4.74. Synergistic effects from alkali and alkali earth metals (AAEMs), particularly K and Ca, in CR ash enhance syngas yield by catalyzing char gasification and tar cracking. Hematite (Fe 2 O 3 ) and ash from sub-bituminous/bituminous coals are explored as tar reforming catalysts. Fe 2 O 3 achieves 100 % tar reforming efficiency, while coal ash, with a lower Fe 2 O 3 content (15 wt%), is less effective at cracking polycyclic aromatic hydrocarbons, particularly naphthalene. These findings demonstrate the flexibility of co-gasification, allowing precise tuning of syngas characteristics for specific downstream applications. Further optimization of waste-derived catalysts could enhance the economic viability of gasification in waste-to-energy processes.

01 COAL, LIGNITE, AND PEAT↗

Exploring Electrode-Level State-of-Charge and State-of-Health Dynamics in Lithium-Ion Battery Cells: Modeling and Experimental Identification

A computationally efficient model serves as a critical prerequisite for battery performance analysis and advanced battery management algorithm design. Although battery models that capture cell-level behavior have been widely explored in existing literature, electrode-level battery models have received much lesser attention till to date. However, such electrode-level models can significantly increase battery performance and life by enabling electrode-level health-conscious control. Such electrode-level control can effectively expand usable energy and power limits of the battery cells by utilizing the knowledge of individual electrodes' charge and health. In this context, this paper presents a comprehensive battery model developed with a reference electrode insertion that captures (i) electrode-level charge/discharge dynamics, (ii) stoichiometric and temporal dependencies of electrode-level resistances, (iii) solid electrolyte interface (SEI) layer growth as key degradation phenomenon, and (iv) capacity fade and resistance rise in each electrode due to nominal battery aging. The proposed model is identified, and a preliminary validation is performed utilizing terminal voltage and negative electrode potential data collected from a pouch cell under one continuous cycling and accelerated aging conditions where the cell experienced 14% capacity loss.

aging↗

Enabling Ultra-Compact, Lightweight, Efficient, and Reliable 6.6 kW On-Board Bi-Directional Electric Vehicle Charger with Advanced Topology and Control

The research explored new topologies, control methods, mechanical integration, and thermal management methods for electric vehicle (EV) on-board chargers. The team investigated capacitor-based power conversion, leveraging the high energy densities inherent to capacitive energy storage compared to inductive methods. The proposed topologies simultaneously enabled high power density and high efficiency of the design. The proposed architecture was demonstrated in a 6.6 kW bi-directional charger prototype. The research pursued several directions to improve system performance. Innovative topologies were studied for both the main power conversion stage as well as the single-phase twice-line-frequency energy buffer. To ensure robust and efficient operation, new control methods were developed to integrate these two subsystems. To achieve high power density in the full system solution, the mechanical structure of the charger is highly optimized to maximally fill the converter box volume. In parallel with the mechanical design effort, the converter was packaged with high-performance cooling methods which removed heat from key areas of power dissipation in the converter. The thermal management system was optimized to minimize its weight and volume, ultimately motivating the design of a custom additively manufactured cold-plate. The full system achieves a peak power of 7 kW with less than 0.3% total harmonic distortion (THD) and greater than 0.994 power factor in power factor correction (PFC) operation, corresponding to a total box-volume power density of 47.9 kW/L and gravimetric power density of 24.6 W/g. The system achieves a peak efficiency of 98.9%, with 97.9% efficiency at maximum power.

33 ADVANCED PROPULSION SYSTEMS↗

Dynamic Electric Field Assisted CO 2 Methanation

Energy-efficient advanced chemical reactions are essential for accelerating the growth of hydrocarbon economy. Sabatier reaction stands out for its potential to effectively transform carbon dioxide into valuable hydrocarbons and is an asset for long-duration Mars missions. This study explores a novel catalytic approach that harnesses electric field-assisted catalysis to substantially enhance the efficiency of the Sabatier reaction. Application of a dynamically perturbed electric field at 1000 Hz resulted in remarkable enhancements, increasing methane formation rates by over 100% at 350 °C and by 74% at 400 °C. Post-reaction catalyst characterization further revealed reduced blockage of active catalytic surface area under the applied electric field, emphasizing improved catalytic longevity and sustained activity. These results underscore the potential of tailored electric field waveforms to dynamically modulate elementary reaction kinetics and surface processes, positioning electric field-assisted catalysis as a transformative strategy for energy-efficient, cost-effective chemical manufacturing and energy conversion technologies.

42 - ENGINEERING↗

Enzymatic depolymerization of polyester: Foaming as a pretreatment to increase specific surface area

Abstract Poly(ethylene terephthalate) (PET) is widely used for its high strength‐to‐weight ratio, gas barrier properties, and chemical resistance. The growing PET use highlights the demand for a better recycling system. Enzymatic recycling, alongside mechanical and chemical methods, is eco‐friendly and yields properties similar to virgin PET. Substrate properties ( T g , crystallinity, and specific surface area [SSA]) and enzyme stability significantly impact conversion efficiency. Higher SSA and lower crystallinity tend to yield improved depolymerization when employing leaf compost‐cutinase (LCC‐ICCG) enzymes. This study explored melt extrusion and foaming as pretreatment techniques to modify PET structural properties, using a low‐cost chemical foaming agent (CFA). The monomer conversion rate and efficiency during depolymerization were measured and related to the processing, extrudate micro‐ and meso‐structure, and polyester type. Pretreated PET substrates showed reduced T g , crystallinity, density, and enhanced SSA, resulting in a 90% mass loss for foamed RPET and VPET substrates within 2 days. In contrast, PET with ~30% of cyclohexanedimethanol comonomer exhibited a nearly 50% lower depolymerization rate, with zero BHET production. It indicates that the combination of low crystallinity, low T g , and high SSA leads to improved monomer conversion. These findings emphasize the significance of amorphization and foaming in enhancing PET enzymatic depolymerization.

42 ENGINEERING↗

Optimizing spectral phase transfer in four-wave mixing with gas-filled capillaries

Four-wave mixing (FWM) in gas-filled hollow-core capillaries, a nonlinear optical process that mixes signal and pump photon frequencies to generate idler frequency photons, offers a method for precise spectral phase transfer from signal to idler at ultrashort timescales and extreme powers. However, this regime is challenged by competing linear and nonlinear dynamics, leading to significant trade-offs between spectral phase transfer and conversion efficiency. Our computational investigation focuses on the upconversion of femtosecond pulses from the infrared (IR) to the ultraviolet (UV), a range notoriously difficult to manipulate. We explore an intermediate energy regime that strikes an optimal balance between FWM-mediated phase-transfer fidelity and nonlinear conversion efficiency. By adjusting the energy ratios and spectral phase profiles of the input signal, we achieve conversion efficiencies of approximately 5-15% while maintaining an effective quasi-linear spectral phase transfer. These findings will contribute to establishing first-principles and scaling laws essential for applications such as high-precision imaging, spectroscopy, quantum transduction, and distributed entangled interconnects, facilitating advanced control of ultrafast photonic and electronic wavepackets in quantum materials with unprecedented spatial and temporal precision.

Zhang, Hao↗

HiTEM

SAND2025-03438O HiTEM3d v1.0 is a user-friendly software designed to simulate how electromagnetic signals move through large geological environments, particularly around wellbores. It helps geophysicists and resource explorers understand subsurface conditions more effectively and affordably. By simplifying complex geological models, HiTEM3d allows users to visualize and analyze electromagnetic fields, making it easier to identify valuable resources like minerals or water. Its efficient processing capabilities ensure quick results, making it an essential tool for anyone involved in geophysical research or exploration. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology & Engineering Solutions of Sandia, LLC, a wholly owned subsidiary of Honeywell International Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA0003525.

Weiss, Chester [Sandia National Lab. (SNL-CA), Liv↗

A Review of the Research and Development of Brayton Cycle Technology in Nuclear Power Applications with a Focus on Compressor Technology

This study reviews the integration of Brayton Cycle (BC) systems in nuclear power generation, emphasizing their potential to enhance thermal efficiency and operational flexibility over traditional Rankine Cycle (RC) systems. Key working fluids, such as helium (He), supercritical carbon dioxide (sCO 2 ), nitrogen (N 2 ), and air, are evaluated for their performance, efficiency, and compatibility with nuclear systems. He is recognized for its high thermal conductivity and inertness at elevated temperatures, while sCO 2 demonstrates advantages in compactness and efficiency in midrange temperatures. This article also highlights the importance of compressor designs in optimizing BC performance and reviews, available compressor technologies. Axial and centrifugal compressor designs enable efficient gas compression while managing the thermal and mechanical stresses associated with high-pressure operations in nuclear systems. Combined with variable geometry components and advanced materials, these technologies address the challenges posed by varying load conditions. Despite the promising features of BC systems, several challenges persist, including high leakage rates and material degradation under extreme conditions, which necessitate robust sealing technologies and thorough testing. The insights gained from operational experiences at facilities, such as the Oberhausen II plant and the High-Temperature He Test Facility (HHV), underscore the complexities involved in designing high-temperature gas turbines for nuclear applications. This review concludes that as the nuclear industry evolves, BC systems hold significant promise for contributing to a sustainable energy future, particularly in the context of small modular reactors (SMRs) and microreactors. Further exploration of combined cycle configurations that combine BCs with RCs may enhance overall efficiency and flexibility in power generation.

22 - GENERAL STUDIES OF NUCLEAR REACTORS↗

Leveraging data mining, active learning, and domain adaptation for efficient discovery of advanced oxygen evolution electrocatalysts

Developing advanced catalysts for acidic oxygen evolution reaction (OER) is crucial for sustainable hydrogen production. This study presents a multistage machine learning (ML) approach to streamline the discovery and optimization of complex multimetallic catalysts. Our method integrates data mining, active learning, and domain adaptation throughout the materials discovery process. Unlike traditional trial-and-error methods, this approach systematically narrows the exploration space using domain knowledge with minimized reliance on subjective intuition. Then, the active learning module efficiently refines element composition and synthesis conditions through iterative experimental feedback. The process culminated in the discovery of a promising Ru-Mn-Ca-Pr oxide catalyst. Our workflow also enhances theoretical simulations with domain adaptation strategy, providing deeper mechanistic insights aligned with experimental findings. By leveraging diverse data sources and multiple ML strategies, we demonstrate an efficient pathway for electrocatalyst discovery and optimization. This comprehensive, data-driven approach represents a paradigm shift and potentially benchmark in electrocatalysts research.

Science & Technology - Other Topics↗

The discriminant power of bubble wall velocities: gravitational waves and electroweak baryogenesis

A precise determination of the bubble wall velocity v$_{w}$ is crucial for making accurate predictions of the baryon asymmetry and gravitational wave (GW) signals in models of electroweak baryogenesis (EWBG). Working in the local thermal equilibrium approximation, we exploit entropy conservation to present efficient algorithms for computing v$_{w}$, significantly streamlining the calculation. We then explore the parameter dependencies of v$_{w}$, focusing on two sample models capable of enabling a strong first-order electroweak phase transition: a ℤ$_{2}$-symmetric singlet extension of the SM, and a model for baryogenesis with CP violation in the dark sector. We study correlations among v$_{w}$ and the two common measures of phase transition strength, α$_{n}$ and v$_{n}$/T$_{n}$. Interestingly, we find a relatively model-insensitive relationship between v$_{n}$/T$_{n}$ and α$_{n}$. We also observe an upper bound on α$_{n}$ for the deflagration/hybrid wall profiles naturally compatible with EWBG, the exact value for which varies between models, significantly impacting the strength of the GW signals. In summary, our work provides a framework for exploring the feasibility of EWBG models in light of future GW signals.

72 PHYSICS OF ELEMENTARY PARTICLES AND FIELDS↗

Room-temperature multiferroicity in sliding van der Waals semiconductors with sub-0.3 V switching

The search for van der Waals (vdW) multiferroic materials has been challenging but also holds great potential for the next-generation multifunctional nanoelectronics. The group-IV monochalcogenide, with an anisotropic puckered structure and an intrinsic in-plane polarization at room temperature, manifests itself as a promising candidate with coupled ferroelectric and ferroelastic order as the basis for multiferroic behavior. Unlike the intrinsic centrosymmetric AB stacking, we demonstrate a multiferroic phase of tin selenide (SnSe), where the inversion symmetry breaking is maintained in AA-stacked multilayers over a wide range of thicknesses. We observe that an interlayer-sliding-induced out-of-plane (OOP) ferroelectric polarization couples with the in-plane (IP) one, making it possible to control out-of-plane polarization via in-plane electric field and vice versa. Notably, thickness scaling yields a sub-0.3 V ferroelectric switching, which promises future low-power-consumption applications. Furthermore, coexisting armchair- and zigzag-like structural domains are imaged under electron microscopy, providing experimental evidence for the degenerate ferroelastic ground states theoretically predicted. Non-centrosymmetric SnSe, as the first layered multiferroic at room temperature, provides a novel platform not only to explore the interactions between elementary excitations with controlled symmetries, but also to efficiently tune the device performance via external electric and mechanical stress.

Chen, Rui [University of California, Berkeley, CA ↗