Search NASASearch

SEARCH · Search NASA

Results for “Probabilistic learning on manifold”

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.

1,076 records · Page 25

Dynamic Oscillation and Motion of Oil‐in‐Water Emulsion Droplets

The interplay of interfacial tensions on droplets results in a range of self‐powered motions that mimic those of living systems and serve as a tunable model to understand their complex non‐equilibrium behavior. Spontaneous shape deformations and oscillations are crucial features observed in nature but difficult to incorporate in synthetic artificial systems. Here, we report sessile oil‐in‐water emulsions that exhibit rapid oscillating behavior. The oscillations depend on the nature and concentration of the surfactant, the chemical composition of the oil, and the wettability of the solid substrate. The rapid changes in the contact angle per oscillation are observed using side‐view optical microscopy. We propose that the changes in the interfacial tension of the oil droplets is due to the partitioning of the surfactant into the oil phase and the movement of self‐emulsified oil out of the parent droplets giving rise to the rhythmic variation in droplet contact‐line. The ability to control and understand droplet oscillation can help model similar oscillations in out‐of‐equilibrium systems in nature and reproduce biomimetic behavior in artificial systems for various applications, such as microfluidic lab‐on‐a‐chip and adaptive materials.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Generation of 3.3-mJ, 2.45-µm, sub-2-cycle laser pulses via hollow-core fiber pulse compression

We demonstrate nonlinear compression of mid-infrared pulses from a Cr:ZnSe chirped-pulse amplifier using a gas-filled stretched hollow-core fiber followed by bulk-material compression. Starting from 90 fs, 2.45 µm pulses with 5.3 mJ energy, spectral broadening in the gas-filled capillary combined with optimized dispersion management enables compression to 15 fs, less than two optical cycles at 2.45 µm, with 3.3 mJ pulse energy, corresponding to a peak power of approximately 0.12 TW. The simplicity of the approach, based on a single hollow-core fiber stage and bulk dispersion compensation, makes it scalable to higher energies and establishes a robust route to mid-infrared drivers for high harmonic generation and attosecond applications.

Britton, Mathew [SLAC National Accelerator Laborat

A Multicopper Oxidase from Paenibacillus Polyethylenelyticus JNU01 Oxidizes Polyethylene

Polyethylene (PE) is a widely used plastic that persists in the environment and resists breakdown via microbial degradation. In this work, we discovered a new bacterium, Paenibacillus polyethylenelyticus JNU01, that grows on a PE-like wax (PELW, 4 kDa) as its sole carbon source, causing chemical modifications to the substrate and releasing small-molecule products. Genomic and transcriptomic analyses identified a multicopper oxidase (PpMmcO) as a key enzyme candidate for this observed activity. PpMmcO promoted surface oxidation, increased hydrophilicity, and the release of small-molecule products such as ketones, alkanes, and alkenoic acids. Scanning electron microscopy confirmed surface damage on both PELW and post-use greenhouse PE films. Weight loss analysis showed mass losses of 5.2% for the PELW powder and 1.6% for the greenhouse PE film after treatment with wild-type PpMmcO. We propose a radical-mediated pathway catalyzed by PpMmcO. These findings identify a new bacterium and enzyme capable of promoting partial PE oxidation and provide insight into biological processes that may act on polyethylene.

36 MATERIALS SCIENCE

Cross-scale interaction between microturbulence and meso-scale reversed shear Alfvén eigenmodes in DIII-D plasmas

Abstract This paper reports global nonlinear gyrokinetic simulations that couple meso-scale reversed shear Alfvén eigenmodes (RSAEs) driven by energetic particles (EPs) and ion temperature gradient (ITG) microturbulence driven by thermal plasma, using equilibrium and profiles from DIII-D discharge #159243. In simulations focusing only on the ITG, electrostatic ITG drives a huge thermal ion heat transport, which is reduced by a factor of 10 to a level close to the experimental value in electromagnetic simulation due to finite β effect. In the simulations coupling the RSAE and ITG, ITG can scatter the resonant EP nonlinearly trapped by the RSAE and damp the zonal flows generated by the RSAE. The regulation of the RSAE by the ITG greatly reduces the initial saturation amplitude of the RSAE but increases the RSAE amplitude and associated EP transport to experimental levels in the quasi-steady state. The RSAE effects on the ITG, specifically the stronger zonal flows generated by the RSAE and the RSAE frequency modulation of the ITG-induced thermal ion heat transport, in turn, leads to a reduction of the thermal ion heat transport by more than a factor of 2 . For a stronger background ITG, the regulation of the RSAE by the ITG is stronger, while the RSAE effects on the ITG are weaker. This work highlights the importance of cross-scale coupling in the dynamics of the AE turbulence and EP transport.

Physics

The effect of dogbone sample size in the tensile testing of TATB-based plastic‑bonded explosive materials

Mechanical properties are of interest for many plastic‑bonded explosive (PBX) materials with tensile properties being of particular interest. Direct tensile measurements using dogbone-shaped samples are considered the gold standard, but they are fairly large, making testing more costly and less desirable from a safety perspective. We investigated whether the measured tensile strength depends on the dogbone specimen size, which to our knowledge, has not been reported in the literature for PBX materials. Understanding this should inform the feasibility of employing smaller samples and how sample size should be considered when comparing PBX dogbone values in the literature. The TATB-based PBX dogbone sample size was varied by (a) scaling all dimensions proportionally and (b) varying only the length of the samples. It was observed that the measured tensile peak stress (strength) was a function of the sample size, and was more dependent on the diameter (cross-sectional area) than the length of the samples. Since peak stress is calculated as peak force normalized to the diameter of the sample, one might not expect an explicit diameter dependence for the peak stress. Therefore, these results suggest there may be an additional strengthening effect as the sample diameter is increased.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Improving the Performance of NEML2 with Modern Graph Compilation Backends

NEML2 vectorizes constitutive-model evaluation for large-scale multiphysics simulation, using PyTorch as its tensor backend so that a batch of material-point updates runs on CPU or GPU through a single implementation. In the two prior reports in this series it was a C++-native library, deployed through TorchScript tracing and just-in-time (JIT) compilation; it has since been rewritten from the ground up into a Python-native library deployed through Ahead-of-Time Inductor (AOTInductor), a modern PyTorch graph-compilation backend. The rewrite is driven by a persistent tension, not a language preference: NEML2 composes constitutive models at runtime from a registry of small, independently-authored pieces, and that flexibility is difficult to reconcile with the compile-time knowledge an efficient GPU kernel needs. This report documents the rewrite and the investment that accompanied it: the AOTInductor export pipeline that turns a Python-authored model into a portable, Python-free compiled artifact loadable from pure C++; the eager and compiled runtimes and the new implicit solver layer built on them; a head-to-head benchmark of legacy JIT against AOTInductor; the physics-model catalog and its worked examples; the developer tooling; and the corresponding overhaul of MOOSE’s NEML2 integration that lets MOOSE consume it. A central objective is to examine whether modern PyTorch graph-compilation backends are effective for MOOSE GPU integration. The benchmark answers directly: AOTInductor outperforms legacy JIT on every GPU scenario measured, by 1.0–4.5×. Modern graph-compilation backends are effective for MOOSE GPU integration, and AOTInductor specifically – not compilation in the abstract – is why.

Hu, Gary (Tianchen) [Argonne National Laboratory (

Activating magnetite ores for aqueous ironmaking at high current densities

Low-temperature electrochemical cells reducing iron oxides to metal in alkaline electrolytes can support fully electrified steelmaking processes. Previous studies on these cells have primarily focused on high-surface-area hematite, Fe 2 O 3 , reactants whereas attempts to reduce suspensions of magnetite, Fe 3 O 4 —one of the two feedstocks for existing ironmaking reactors—have generally been limited to low rates of reaction (<30 mA cm −2 ). Here, in this study, we control the crystalline domain size of Fe 2 O 3 and Fe 3 O 4 particles in 10 M NaOH electrolytes to study how the nanoscale morphology of oxides controls the rate of electrochemical ironmaking. Rotating-ring disk electrode measurements of Fe 2+ , in situ Raman spectroscopy of the electrode surface, and ex situ electron microscopy were consistent with a hypothesized passivation process at Fe 3 O 4 surfaces that may prevent the continuous formation of soluble intermediates. Sufficiently small (<100 nm diameter) oxide particles yielded Fe partial current densities >160 mA cm −2 , a fivefold increase relative to previously reported rates for Fe 3 O 4 suspensions and comparable to active Fe 2 O 3 . Electron microscopy revealed that electrodeposited films were composed of micron-scale crystalline Fe domains with a porous film of Fe 3 O 4 nanoparticles and supports a model where Fe is grown primarily from soluble Fe 2+ intermediates. Based on these insights, inactive blast-furnace-grade iron-oxides were transformed into high surface area nanoparticles (1.6 to 229.2 m 2 g −1 ) via reprecipitation, leading to a ninefold enhancement in faradaic efficiency and an Fe partial current density of 120 mA cm −2 . When integrated with chlor-iron cells producing reagents for reprecipitation, this approach could lead to a cost-competitive process for electrochemical ironmaking from industrially relevant feedstocks.

TEM

Shakeup and shakeoff spectra in the electron capture decay of atomic 7 Be

The most stringent laboratory-based experimental limits on the existence of submegaelectronvolt sterile neutrinos are currently set by decay spectroscopy of radioactive 7 Be embedded into superconducting sensors. The systematic uncertainties are dominated by the modeling of the electron shakeup and shakeoff spectra that are not based on state-of-the-art atomic theory and do not include electron correlations or relativistic effects. We have used the multiconfiguration Dirac-Fock formalism to obtain correlated wave functions ab initio and compute all single and double shake processes in the electron capture decay of atomic 7 Be . The simulations can explain some but not all of the observed spectral features, likely because the wave functions are modified by the Ta sensor material that the 7 Be is embedded into. The new models also show that the 𝐿/𝐾 electron capture ratio of 7 Be in Ta has previously been slightly underestimated revising the previous value of 0.070(7) to a new value of 0.0756(20).

73 NUCLEAR PHYSICS AND RADIATION PHYSICS

Alumina–Titania Nanolaminate Condensers for Hot Programmable Catalysis

Nanolaminates composed of thin alternating layers of Al2O 3 and TiO 2 (ATO) were engineered by using atomic layer deposition as the dielectric material for a Pt-on-carbon catalytic condenser. Investigation assessed synthesis parameters including the deposition temperature, Al 2 O 3 and TiO 2 layer thicknesses, total number of layers, and a capping Al 2 O 3 layer on the maximum charge accumulation in the Pt catalyst. The highest capacitance ATO configuration demonstrated a specific capacitance of ∼1200 nF/cm 2 with working voltages of ±5 V, enabling the storage of 4 × 10 13 electrons or holes per cm 2 at room temperature. The ATO devices exhibited enhanced capacitance at elevated temperatures of up to 400 °C, suggesting the suitability of these materials for high-temperature applications. Adsorption of carbon monoxide on the Pt/C-ATO device characterized by grazing incidence infrared spectroscopy showed changes in the surface binding energy of 13.1 ± 0.8 kJ/mol for an applied external voltage bias of ±1 V.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Charm and bottom hadrons in hot hadronic matter

Heavy quarks, and the hadrons containing them, are excellent probes of the QCD medium formed in high-energy heavy-ion collisions, as they provide essential information on the transport properties of the medium and how quarks color-neutralize into hadrons. Large theoretical and phenomenological efforts have been dedicated thus far to assess the diffusion of charm and bottom quarks in the quark–gluon plasma and their subsequent hadronization into heavy-flavor (HF) hadrons. However, the fireball formed in heavy-ion collisions also features an extended hadronic phase, and therefore any quantitative analysis of experimental observables needs to account for the rescattering of charm and bottom hadrons. This is further reinforced by the presence of a QCD cross-over transition and the notion that the interaction strength is maximal in the vicinity of the pseudo-critical temperature. We review existing approaches for evaluating the interactions of open HF hadrons in a hadronic heat bath and the pertinent results for scattering amplitudes, spectral functions and transport coefficients. While most of the work to date has focused on D -mesons, we also discuss excited states as well as HF baryons and the bottom sector. Both the HF hadro-chemistry and bottom observables will play a key role in future experimental measurements. We also conduct a survey of transport calculations in heavy-ion collisions that have included effects of hadronic HF diffusion and assess its impact on various observables.

effective field theories

ResStock Measure Documentation: Residential Two-Stage Geothermal Heat Pump (4.0 COP, 20.5 EER) With Light Envelope Improvements

This report is part of series describing a variety of different ResStock(TM) measures. "Measures" refers to energy efficiency retrofits that can be applied to buildings during modeling. This documentation covers the "Residential Two-Stage Geothermal Heat Pump (4.0 COP, 20.5 EER) With Light Envelope Improvements" measure upgrade methodology and briefly discusses key results. All results can be accessed on the ResStock Open Energy Data Initiative "End-Use Load Profiles for the U.S. Building Stock" data lake and on the data viewer at resstock.nlr.gov.

15 GEOTHERMAL ENERGY

ResStock Measure Documentation: Residential Variable-Speed Geothermal Heat Pump (4.4 COP, 30.9 EER) With Light Envelope Improvements

This report is part of series describing a variety of different ResStock™ measures. "Measures" refers to energy efficiency retrofits that can be applied to buildings during modeling. This documentation covers the "Residential Variable-Speed Geothermal Heat Pump (4.4 COP, 30.9 EER) with Light Envelope Improvements" measure upgrade methodology and briefly discusses key results. All results can be accessed on the ResStock Open Energy Data Initiative "End-Use Load Profiles for the U.S. Building Stock" data lake and on the data viewer at resstock.nlr.gov.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI

Tracing Phase Transformation and Lattice Evolution in a TRIP Sheet Steel under High-Temperature Annealing by Real-Time In Situ Neutron Diffraction

Real-time in situ neutron diffraction was used to characterize the crystal structure evolution in a transformation-induced plasticity (TRIP) sheet steel during annealing up to 1000 °C and then cooling to 60 °C. Based on the results of full-pattern Rietveld refinement, critical temperature regions were determined in which the transformations of retained austenite to ferrite and ferrite to high-temperature austenite during heating and the transformation of austenite to ferrite during cooling occurred, respectively. The phase-specific lattice variation with temperature was further analyzed to comprehensively understand the role of carbon diffusion in accordance with phase transformation, which also shed light on the determination of internal stress in retained austenite. These results prove the technique of real-time in situ neutron diffraction as a powerful tool for heat treatment design of novel metallic materials.

Yu, Dunji [ORNL] (ORCID:0000000189467851)

Adsorption of hydroxamic acid ligands for improved extraction of rare earth elements from monazite ores

Efficient separation of rare earth element (REE) ores via froth flotation requires the development of novel ligands with enhanced adsorption capacity and selectivity. To realize these advances, understanding the mechanisms underlying interactions between the ligand and mineral surfaces is essential. This study systematically evaluates the adsorption behavior of alkyl- and aromatic alkyl-substituted hydroxamic acid ligands on monazite surfaces using complementary spectroscopic techniques, including UV–visible (UV–vis) spectroscopy, Raman spectroscopy, infrared spectroscopy, and vibrational sum frequency generation (SFG) spectroscopy, together with the ab initio molecular dynamics (AIMD) simulations. Among the studied ligands, octanohydroxamic acid (OHA) and 4-ethoxy-N,2-dihydroxybenzamide (EDHBA) exhibit high adsorption capacity under basic pH (8–10) by forming multilayers on the surface. OHA has a higher equilibrium adsorption capacity compared to EDHBA, but it forms a less stable multilayer susceptible to disruption in the presence of interfering ions. AIMD results show that OHA adopts a single stable chelating geometry, while EDHBA exhibits multiple binding modes involving distinct interactions with La surface atoms and phosphate-bound oxygens, resulting in more complex adsorption kinetics. The variations in surface binding and intermolecular interactions observed between alkyl and aromatic molecules influence the differences in adsorption kinetics, equilibrium adsorption capacities on the mineral surface, and their flotation performance. This work provides valuable insight into the adsorption mechanism of ligands at mineral interfaces, which is crucial for guiding the design of new ligands with enhanced separation performance.

Zhou, Muchu [ORNL] (ORCID:0000000182650215)

Electric spiking activity in epithelial cells

Epithelial cells (human keratinocyte cells and the canine MDCK cell line), traditionally viewed as electrically non-self-excitable and involved primarily in physiological functions such as barrier presentation, absorption, secretion, and protection, are shown here to exhibit traveling extracellular electric charge when they recover from spatially focused, laser-induced wounding of confluent monolayers cultured on a multielectrode array chip. Voltage spikes measured on these electrodes display depolarization, repolarization, and hyperpolarization phases with amplitudes similar to the action potentials of neurons but with the markedly slower duration of 1 to 2 s. Some propagate distances up to hundreds of μm from the wound with a mean speed of around 10 mm s −1 . Generation and transmission of bioelectric signals are significantly influenced by the perturbation of mechanosensitive cationic ion channels. These direct measurements confirm bioelectric signaling that previous work has hypothesized to regulate epithelial cell development and may have relevance to the frequency parameter selection of bioelectric devices.

Science & Technology - Other Topics

Integration of Online Cross-Section Generation Capability with Depletion and Transient Solvers in Griffin

Griffin is a Multiphysics Object-Oriented Simulation Environment (MOOSE)-based reactor multiphysics analysis application jointly developed by Argonne and Idaho National Laboratories under the DOENE Nuclear Energy Advanced Modeling and Simulation (NEAMS) program. In FY25, an online crosssection generation capability based on the Self-Shielding Application Programming Interface (SSAPI) was demonstrated for TRISO-fueled reactor problems under steady-state conditions. This fiscal year, that capability was extended to support depletion and transient multiphysics calculations, enabling high-fidelity analyses that generate self-shielded cross sections on the fly from the actual evolving composition and temperature states rather than from pre-tabulated libraries. For depletion, a two-way coupling was established in which SSAPI computes compact-averaged self-shielded cross sections that the depletion solver then uses to advance the Bateman equations, with the updated compositions returned to SSAPI at each step; the depletion module was refactored to support both library-based and SSAPI-based cross sections, and additional logic was added to track daughter isotopes and to exclude minor isotopes for efficiency. For transient analysis, the SSAPI multigroup library was extended with the kinetics data required for time-dependent calculations, the Improved Quasi-Static (IQS) scheme was coupled with SSAPI, and several supporting capabilities were implemented, including a self-shielding treatment that lets control rods and drums move within a self-shielded model, which had previously been impossible and had ruled out rod- and drum-movement transients with on-the-fly cross sections altogether, a new mixing scheme for delayed-neutron precursor decay constants, a checkpoint-based restart workflow, and performance improvements such as pointwise cross-section interpolation and the bypassing of unnecessary Dancoff factor calculations. The implemented capabilities were verified against Serpent Monte Carlo solutions. For depletion, a prismatic pin-cell problem based on a Next Generation Nuclear Plant (NGNP) Very High Temperature Reactor benchmark showed excellent agreement, with eigenvalue differences within 200 pcm over the entire burnup range (up to 140 MWD/kgU) and fission-product and actinide inventories agreeing to within 0.8% and 2.5%, respectively; a heat-pipe microreactor assembly problem with a much higher fuel loading confirmed the same behavior and quantified the bias introduced when the multigroup equivalence effect is neglected. For transient analysis, a pin-cell problem with a step reactivity insertion and temperature feedback reproduced the analytically expected asymptotic power and showed close agreement between the direct and IQS solutions, and a two-dimensional microreactor core problem with control-drum rotation exercised the new moving-drum self-shielding treatment and demonstrated successful coupling of the online crosssection generation with both the direct and IQS transient methods. The capability was further exercised on a full-core pebble-bed problem, in which Griffin was coupled with the System Analysis Module (SAM) to simulate load-following operation of the gPBR with the Doppler feedback resolved at the TRISO fuel kernel temperature. These developments in Griffin provide a convenient, high-fidelity approach to cross-section generation for advanced thermal reactors with geometrically complex and highly heterogeneous configurations, including TRISO-fueled prismatic and pebble-bed systems, and support steady-state, depletion, and transient multiphysics calculations. They also enable self-shielded cross sections to be evaluated directly at the actual coupled state of the system, thereby establishing a foundation for high-fidelity, fully coupled multiphysics analysis of advanced reactors

Park, H.

A Quantitative Phase Analysis by Neutron Diffraction of Conventional and Advanced Aluminum Alloys Thermally Conditioned for Elevated-Temperature Applications

As the issue of climate change becomes more prevalent, engineers have focused on developing lightweight Al alloys capable of increasing the power density of powertrains. The characterization of these alloys has been focused on mechanical properties and less on the fundamental response of microstructures to achieve these properties. Therefore, this study assesses the quality of the microstructure of two high-temperature Al alloys (A356 + 3.5RE and Al-8Ce-10Mg), comparing them to T6 A356. These alloys underwent thermal conditioning at 250 and 300 °C for 200 h. Time-of-flight neutron diffraction experiments were performed before and after conditioning. The phase evolution was quantified using Rietveld refinement. It was found that the Si phase grows significantly (13–24%) in T6 A356, A356 + 3.5RE, and T6 A356 + 3.5RE alloys, which is typically correlated with a reduction in mechanical properties. Subjecting the A356 3.5RE alloy to a T6 heat treatment stabilizes the orthorhombic Al4Ce3Si6 and monoclinic β-Al5FeSi phases, making them resistant to thermal conditioning. These two phases are known for enhancing mechanical properties. Additionally, the T6 treatment reduced the vol.% of the cubic Al20CeTi2 and hexagonal ᴨ-Al9FeSi3Mg5 phases by 13% and 23%, respectively. These phases have detrimental mechanical properties. The Al-8Ce-10Mg alloy cubic β-Al3Mg2 phase showed significant growth (82–101%) in response to conditioning, while the orthorhombic Al11Ce3 phase remained stable. The growth of the beta phase is known to decrease the mechanical properties of this alloy. These efforts give valuable insight into how these alloys will perform and evolve in demanding high-temperature environments.

Chemistry

Thermal partition function of $$ {J}_3{\overline{J}}_3 $$ deformed AdS3

Abstract We derive a compact formula for the one-loop, bosonic string partition function of Euclideanized$$ {J}_3{\overline{J}}_3 $$ J 3 J ¯ 3 deformedAdS 3 with periodic Euclidean time as an integral transform of the partition function of the undeformed EuclideanizedAdS 3 . Such a deformation is interpretable as an irrelevant “single-trace$$ T\overline{T} $$ T T ¯ deformation” of the boundary. We will do this by first establishing a formal procedure to compute a worldsheet torus zero point function for an exactly marginal$$ J\overline{J} $$ J J ¯ deformation of a sigma model with U(1) L × U(1) R global symmetry. We then describe how this procedure is implemented on SL(2,R) sigma model and its Euclidean continuation. Finally, we describe the embedding of the deformed SL(2,R) torus amplitude into critical string theory and interpret the result as the leading perturbative contribution to the thermal partition function of the deformed theory.

Physics