Search NASASearch

SEARCH · Search NASA

Results for “Water Use”

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.

957 records · Page 35

Induction Melter Processing Alternatives for High Level Radioactive Wastes – 26198

This work investigates the potential to vitrify nuclear fuel directly, as well as the vitrification potential associated with experimental dissolver solutions. Greater understanding of the exothermicity is needed to quantify processing risk, especially with respect to potential phase changes and associated explosion hazards present in some systems. Thermal analysis was carried out on various simulants to elucidate the exothermic reaction potential from solid metal dissolution in glass and from the drying of alternative process dissolver solutions. Results from experimental testing of simulants to demonstrate vitrification potential and compatibility indicate that alternative dissolver flowsheets suppress the heat released during processing and that common silicate- and phosphate- based glass systems are potential candidates for direct vitrification. Direct vitrification (conversion) of fuel simulants was assessed using laboratory scale glass melts to obtain qualitative information on dissolution rates and waste loadings. Initial tests were successful to dissolve and incorporate metal directly into glass, although the kinetics and limits of dissolution and incorporation into glass are not fully understood.

Amoroso, Jake [Savannah River National Laboratory

Aerosol-deep convection interaction based on joint cell-thermal tracking in Large Eddy Simulations during the TRACER campaign

In cumulus clouds, aerosol concentrations control cloud droplet concentrations, modifying cloud radiative properties, precipitation processes, and cloud electrification. However, mechanisms of aerosol-deep convection interactions are not well understood due to complex cloud dynamics and microphysics. We investigate the interaction of aerosols with isolated deep convection using Large Eddy Simulations of two cases during the TRacking Aerosol Convection interactions ExpeRiment (TRACER) near Houston, Texas, using a joint cell-thermal tracking algorithm. Cumulus thermals are droplet generators, since supersaturation and droplet nucleation coincide with thermal centers, where the strongest updrafts occur. Primary ice crystal formation does not take place inside thermals, but at layers where previous thermals detrained moisture. As subsequent thermals containing supercooled droplets penetrate these layers, hail and graupel form at or near these thermals. Higher aerosol concentrations result in higher droplet concentrations that suppress drizzle, delay warm rain processes, and transport more moisture aloft. This increases snow and ice amount, as well as graupel and hail, leading to more lightning. Polluted thermals initiate at slightly higher altitudes, and are slightly larger and faster, suggesting a weak invigoration. We also find more thermals per cell, but fewer isolated cells, since convection is more aggregated and intense, especially near the end of the 24 h simulation. Non-linear mesoscale feedback likely triggered by temperature and moisture responses to aerosol-thermal interactions causes the aggregation. Time-lagged aerosol-reinitialization experiments show that the mesoscale response is the predominant forcing for the invigoration. These changes happen within one day, on a smaller scale than previously suggested.

54 ENVIRONMENTAL SCIENCES

Preparation of iodine-bearing waste forms for hot isostatic pressing

Oak Ridge National Laboratory (ORNL) has prepared a new set of iodine-bearing sorbents. The sorbent materials used for this activity were supplied by IONEX (NexSorb-99) or C&CS (AC6120-7%). Metal canisters were previously prepared by ORNL in 2022. They are 2 in. long by 1.5 in. in diameter and are made of 316 stainless steel.

12 MANAGEMENT OF RADIOACTIVE AND NON-RADIOACTIVE W

Sierra/SD - Users Manual - 5.32

Sierra/SD provides a massively parallel implementation of structural dynamics finite element analysis, required for high-fidelity, validated models used in modal, vibration, static and shock analysis. This document provides a user's guide to the input for Sierra/SD. Details of input specifications for the different solution types, output options, element types and parameters are included.

Beale, Dagny Marie [Sandia National Laboratories (

Aerosol Can Fireball Tests: Commodity Hazards in the Transportation Environment Phase 1 Report

This report describes a series of tests performed at Sandia’s burn site to better understand the behavior of aerosol commodities and their hazards in the transportation environment. This comes on the tail of a prior study on the use cases and historical hazards associated with aerosol commodities in the shipping environment (Cambridge Systematics Incorporated, CSI, 2020). It is also mindful of the National Fire Protection Agency NFPA30B standard for safe warehousing of aerosol commodities. Warehousing is different from transit because warehousing typically involves active suppression and mitigation measures not practical or relevant to the shipping environment. Transit also typically involves tighter packing and smaller enclosure spaces. The transportation hazard space has not been heavily studied in prior testing specifically aimed towards the ground, rail, and nautical shipping environments.

54 ENVIRONMENTAL SCIENCES

Resolving root causes of experiment discrepancies guided by machine learning

Abstract Scientists rely on accurate experimental data to explain nature and then harness this knowledge for applications addressing human needs. However, discrepancies between experiments of the same observable can impede scientific progress if one does not understand the underlying causes. Here, we developed a process that unravels data discrepancies by first using Bayesian machine learning to relate discrepancies to few of many, potentially biasing metadata features that encode experiment procedures. This machine learning output guides human experts to study discrepancy causes by simulating suspicious aspects of historical experiments or designing modern ones to address open questions. The study findings then lead to rejecting or correcting historical data on firm scientific bases. This process is demonstrated for the energy spectrum of neutrons emitted promptly (<1 ns) after fission of 252 Cf, a trusted nuclear physics Standard. It reduces the spread in experimental 252 Cf spectra by up to a factor of 6.

Neudecker, D. (ORCID:0000000339200627)

AI-Batt (Autonomous Identification of Battery Life Models) [SWR 21-36]

Autonomous Identification of Battery Life Models (AI-Batt) AI-Batt is a MATLAB code base for developing lifetime models for batteries from accelerated aging data. The code base provides many functions for processing, visualizing, and modeling battery aging data, making the data processing, exploration, and modeling workflow substantially faster. These tools are tailored for working with battery aging data sets, which usually consist of many separate time-series for each cell, with many test conditions and possible replicates at each condition, which makes it difficult to simply process or visualize the data set. Complex modeling tasks, such as cross-validation, sensitivity analysis, and uncertainty quantification have been implemented to enable thorough statistical investigation of model predictions. Additionally, several machine-learning algorithms are implemented to autonomously identify suitable models via symbolic regression. Data processing functions automatically cast data from the struct data type, which is commonly used to store experimental data, but is not an acceptable input for most algorithms, to the table data type, which can be easily used as input to any optimization algorithm. Also, the data can be separated into time-invariant and time-variant data tables, which is helpful for exploring the data set as well as developing separate models for time-variant and time-invariant aging mechanisms. For example, in aging tests with constant temperature, temperature is a time-invariant experimental condition. Visualization tools enable plotting of data, model fits, and model simulations possible with single-line function calls, empowering data exploration of complex data sets with both time-varying and time-invariant trends. Plots can be automatically generated for the whole data set, or separated by data group (groups of test replicates) or individual data series. Data points or data series can be automatically colored by the value of a variable with a variety of color maps, and model predictions can also be colored by the value of a fit statistic. Comparisons between data sets and the predictions/simulations of different models on the same data set can be easily plotted as well. Distributions of parameter values from bootstrap resampling can be plotted to visualize the reliability of parameter estimation, or determine any correlations between parameters. Modeling tools handle the complex task of creating and parsing symbolic equations for modeling battery lifetime. Equations are parsed to grab relevant data variables, parameter values, or specified sub-models for input into optimization, evaluation, or simulation functions. Models can be optimized locally (one set of parameters for each data series), bi-level (some parameters shared across the data set), or globally (single set of parameters for all data). Functions implementing symbolic regression algorithms help users to discover effective model equations, even in poorly sampled, high-dimensional data.

Smith, Kandler [National Renewable Energy Lab. (NR

POWER ELECTRONICS GRID TIED SYSTEM FINAL REPORT

Across the country, electric utilities are grappling with the persistent hurdles of integrating Distributed Energy Resources (DERs). Managing these assets safely and effectively is a complex endeavor, complicated by varying ownership structures, management philosophies, and the diversity of the technologies themselves. Consequently, the industry has seen a proliferation of bespoke system designs, control strategies, and communication frameworks—forcing utilities to spend significant time and resources developing one-off integration solutions. This project addressed these integration hurdles through a scalable demonstration of intelligent devices designed to coordinate and control diverse resources in low-voltage applications. This concept minimized the need for complex integration by transforming the separate DERs into a dispatchable virtual power plant (VPP) with integrated resiliency functions (called a Node). By collaborating with a utility partner, the project focused on developing rapidly implementable use cases that bridged the gap between theoretical control and real-world deployment

99 GENERAL AND MISCELLANEOUS

Lake sediment heatwaves under global warming

Lake sediment heatwaves, driven by rising global temperatures, pose emerging threats to freshwater ecosystems by altering sediment thermal regimes and intensifying sediment biogeochemical processes. Here we present a global-scale assessment of lake sediment heatwaves, examining their historical patterns and projecting future trends under various climate scenarios in 41,499 representative lakes worldwide. Using daily simulated lake sediment temperatures from 1981 to 2010 and future (2071-2100) projections under three Shared Socioeconomic Pathways (SSP126, SSP370, SSP585), we investigate lake sediment heatwave characteristics, including their duration, intensity, frequency, and seasonal timing, worldwide. Our results show that lake sediment heatwaves are generally more persistent and frequent than lake surface heatwaves, with sediment heatwaves in pelagic regions experiencing a significant lag relative to surface conditions. Under future climate scenarios, sediment heatwaves are projected to intensify, with their duration and frequency increasing substantially, particularly under SSP585. These shifts could exacerbate the production of greenhouse gases like methane and increase sediment respiration rates in lakes. This study highlights the need to account for sediment heatwaves in freshwater ecosystem management and climate adaptation strategies to mitigate future impacts.

Limnology

The occurrence rate of galaxies with polar structures may be significantly underestimated

Polar-ring galaxies are photometrically and kinematically decoupled systems that are highly inclined to the major axis of the host. These galaxies have been explored since the 1970s, but the rarity of these systems has made such systematic studies difficult. However, over 250 good candidates have been identified. In this work, we examine a sample of over 18 000 galaxies from the Sloan Digital Sky Survey (SDSS) Stripe 82 for the presence of galaxies with polar structures. Using deep SDSS Stripe 82, DESI Legacy Imaging Surveys, and Hyper Suprime-Cam Subaru Strategic Program, we selected 53 good candidate galaxies with photometrically decoupled polar rings, 9 galaxies with polar halos, 6 galaxies with polar bulges, and 34 possibly forming polar-ring galaxies, versus 13 polar-ring candidates previously selected in Stripe 82. Our results suggest that the occurrence rate of galaxies with polar structures may be significantly underestimated, as revealed by the deep observations, and may amount to 1–3% of non-dwarf galaxies.

Astronomy & Astrophysics

Achieving 20.1% Efficiency in Organic Solar Cells Through Interconnected Fibrillar Networks via Local Molecular Stacking

ABSTRACT The performance of organic solar cells (OSCs) is governed by how molecular packing evolves into interconnected networks that facilitate exciton dissociation and charge transport. Using an all‐small‐molecule blend DR3TSBDT:Y6 as a model system, we study how local molecular stacking evolves into performance‐relevant morphology during solvent vapor annealing (SVA) and subsequent thermal annealing (TA). SVA promotes end‐to‐end stacking of amorphous acceptors to form interconnected fibrils, while TA compacts inter‐fibril spacing without disrupting favorable local order. Such molecular‐to‐morphological refinements broaden light absorption, enhance charge transport, and markedly improve device efficiency. Extending this approach to additional blend systems (D18:Y6, D18:L8‐BO, and DR3TSBDT:L8‐BO) yields similar structural evolution and performance gains, with the D18:L8‐BO system achieving up to 20.10% PCE. Our study establishes control over local stacking in amorphous acceptors into fibrillar networks as a general and effective route to realize high‐performance OSCs.

Wu, Junying

PAH101: A GW+BSE Dataset of 101 Polycyclic Aromatic Hydrocarbon (PAH) Molecular Crystals

Abstract The excited-state properties of molecular crystals are important for applications in organic electronic devices. TheGWapproximation and Bethe-Salpeter equation (GW+BSE) is the state-of-the-art method for calculating the excited-state properties of crystalline solids with periodic boundary conditions. We present the PAH101 dataset ofGW+BSE calculations for 101 molecular crystals of polycyclic aromatic hydrocarbons (PAHs) with up to ~500 atoms in the unit cell. To the best of our knowledge, this is the firstGW+BSE dataset for molecular crystals. The data records include theGWquasiparticle band structure, the fundamental band gap, the static dielectric constant, the first singlet exciton energy (optical gap), the first triplet exciton energy, the dielectric function, and optical absorption spectra for light polarized along the three lattice vectors. The dataset can be used to (i) discover materials with desired electronic/optical properties, (ii) identify correlations between DFT andGW+BSE quantities, and (iii) train machine learned models to help in materials discovery efforts.

Science & Technology - Other Topics

Fingerprinting Superconductors by Disentangling Andreev and Quasiparticle Currents Across Tunable Tunnel Junctions

Tunneling Andreev reflection (TAR) spectroscopy provides a new approach to identify superconducting pairing symmetry at the atomic scale. Using atomistic superconducting transport simulations, we reveal the mechanism by which TAR can distinguish between pairing symmetries, which is complementary to traditional conductance-based techniques. In particular, owing to the additivity of the excess tunneling decay rate, the TAR spectrum is a weighted average of the contributions from quasiparticle currents, Andreev reflection, and higher-order scattering processes, and their relative weights depend on both the superconducting order parameter and the coupling strength. Within the local tunneling model, TAR dominates mid-gap conductance for s-wave superconductors, is suppressed for d-wave, and coexists with quasiparticle tunneling in sign-changing symmetries if the expectation value for the superconducting gap remains finite. Meanwhile, higher-order processes generally enhance the TAR signal when GN exceeds approximately 0.1G0. As a result, TAR provides a rich spectral fingerprint of the underlying pairing symmetry and electronic structure, enabling atomically resolved identification of unconventional superconducting states.

Maksymovych, Petro [Clemson University]

Sierra/SD Verification Test Manual 5.32

Tests from the Sierra Structural Dynamics verification test suite are reviewed. For each of the tests presented in this document the test setup, derivation of the analytic solution, and comparison of the Sierra code results to the analytic solution is provided. This document can be used to confirm that a given code capability is verified or referenced as a compilation of example problems.

Beale, Dagny Marie [Sandia National Laboratories (

Tunable magnetic excitations in the honeycomb antiferromagnet (Co,Ni)⁢TiO3

The solid solution of the honeycomb antiferromagnet (AFM) Co0.5⁢Ni0.5⁢TiO3 (CNTO) was synthesized by mixing a 1:1 molar ratio of CoTiO3 (CTO) and NiTiO3 (NTO). Powder neutron scattering was used to determine the structure and magnetic spectrum, where the nuclear and magnetic structures resemble those of the end members. The Néel temperature (T𝑁 = 27 ± 1 K), the ordered magnetic moment (M = 2.29 ± 0.03 𝜇𝐵 per magnetic ion), and lattice parameters are intermediate between those of the two. From inelastic neutron scattering, it is observed that the magnon density of states (MDOS) extends up to 13 meV, and the interaction can be described by an XXZ-type magnetic Hamiltonian. Above 15 meV, spin-orbit excitons (SOEs) are observed similarly to those in CTO, but with modified spin-orbit crystal-field splitting because of the substitution of Ni at Co sites, and the disorder induced by the Ni substitution modifies the spin-orbit crystal field. Thus, the magnetic dynamics of the CNTO cannot be described as a simple average of the two parent compounds.

Rathnayaka, Srimal [University of Virginia, Charlo

Integrated Approach to Post-Irradiation Examination of Nuclear Materials at Idaho National Laboratory

Idaho national Laboratory (INL) is the U.S. lead national laboratory for the Department of Energy’s Office of Nuclear Energy (DOE-NE), providing much of the nuclear research, development and demonstration capability needed to move nuclear innovation forward to deployment. INL’s Materials and Fuels Complex hosts a unique combination of personnel, facilities and infrastructure and offers the ability to perform post-irradiation examinations (PIE) of nuclear materials spanning multiple length scales. The ability to combine engineering-scale analysis and sub-microscopic characterization provides valuable insights into fuel and structural material behavior and degradation mechanisms. The holistic approach is used to accelerate these materials demonstration and deployment. Selected studies will be presented, highlighting the impact of these techniques on improving fuel reliability, safety, and efficiency, thereby advancing the development of sustainable and advanced nuclear energy technologies.

11 - NUCLEAR FUEL CYCLE AND FUEL MATERIALS

Lithium-Ion Battery Design for Grid-Scale Energy Storage App

A software that delivers parameters from energy storage system (ESS) to container, rack, module and single cell design, as well as data analysis on arbitrage energy and frequency regulation of ESS in different regions, has been developed. The Lithium-ion Battery Design for Grid-scale Energy Storage App V1.0 has the capability to output the system, module and cell design with the energy, power, capacity, group method, cost of single cell, and single cell test protocol which break down from input energy storage system data in different regions. The default chemistry of the battery is LiFePO4 and graphite. The energy density of the graphite/LiFePO 4 pouch cell ranges from 100 Wh/kg to 200 Wh/Kg in the software. Graphite/LiFePO 4 pouch cell (up to 1Ah in lab) manufacturing line is also built and can be used to evaluate the test protocol, moreover, for electrolyte evaluation in other ESMI seedling projects. The software enables rapid prototyping to accelerate energy storage research, development, and manufacturing.

Liu, Dianying [Pacific Northwest National Laborato

Toward the Limits of Nuclear Existence: First Science with FRIB

The opportunity to explore the properties of short-lived atomic nuclei—or rare isotopes—in laboratories has enabled discoveries across the sciences related to the nature of the nuclear force and the limits of nuclear existence, the origin of the elements in the Universe, the cosmic matter–antimatter asymmetry, and the application of rare isotopes for society and the nation. The newest-generation Facility for Rare Isotope Beams (FRIB) on the campus of Michigan State University commenced operations in May 2022 as a user facility for the US Department of Energy, Office of Science, Office of Nuclear Physics. FRIB provides fast, stopped, and reaccelerated beams of rare isotopes for measurements, serving a 1,800-member-strong community of scientists from around the world. Here, this article reviews some of the first results from FRIB, showcasing the breadth of the science discoveries that have already occurred while the facility is ramping up to full capability.

FRIB