Search NASA⌕ Search

SEARCH · Search NASA

Results for “EFFECT OF COMPRESSIBILITY”

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 145 records · Page 8

Concurrent measurement of strain and chemical reaction rates in a calcite grain pack undergoing pressure solution: Evidence for surface-reaction controlled dissolution

Pressure solution is inferred to be a significant contributor to sediment compaction and lithification, especially in carbonate sediments. For a sediment deforming primarily by pressure solution, the compaction rate should be directly related to the rate of calcite dissolution, transport along grain contacts, and calcite reprecipitation. Previous experimental work has shown that there is evidence that deformation in wet calcite grain packs is consistent with control by pressure solution, but considerable ambiguity remains regarding the rate limiting mechanism. We present the results of laboratory compaction experiments designed to directly measure calcite dissolution and precipitation rates (recrystallization rates) concurrently with strain rate to test whether measured rates are consistent with predicted rates both in absolute magnitude and time evolution. Recrystallization rates are measured using trace element chemistry (Sr/Ca, Mg/Ca) and isotopes (87Sr/86Sr) of fluids flowing slowly through a compacting grain pack as it is being triaxially compressed. Imaging techniques are used to characterize the grain contacts and strain effects in the post-experiment grain pack. Our data show that calcite recrystallization rates calculated from all three geochemical parameters are in approximate agreement and that the rates closely track strain rate. The geochemically inferred rates are close to predicted rates in absolute magnitude. Uncertainty in grain contact dimensions makes distinguishing between surface reaction control and diffusion control difficult. Measured reaction rates decrease faster than predicted from standard pressure solution creep flow laws. This inconsistency may indicate that calcite dissolution rates at grain contacts are more complex, and more time-dependent, than suggested by geometric models designed to predict grain contact stresses.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH↗

Field-tailoring quantum materials via magneto-synthesis: metastable metallic and magnetically suppressed phases in a trimer iridate

We demonstrate that applying modest magnetic fields (< 0.1 T) during high-temperature crystal growth can profoundly alter the structure and ground state of a spin-orbit-coupled, antiferromagnetic trimer lattice. Using BaIrO₃ as a model system, whose ground state is intricately dictated by the trimer lattice, we show that magneto-synthesis , a field-assisted synthesis approach, stabilizes a structurally compressed, metastable metallic and magnetically suppressed phases inaccessible via conventional methods. These effects include a 0.85% reduction in unit cell, 4-order-of-magnitude decrease in resistivity, a 10-fold enhancement of the Sommerfeld coefficient, and the collapse of long-range magnetic order -- all intrinsic and bulk in origin. First-principles calculations confirm that the field-stabilized structure lies substantially above the ground state in energy, highlighting its metastable character. These large, coherent and correlated changes across multiple bulk properties, unlike those caused by dilute impurities, defects or off-stoichiometry, point to an intrinsic field-induced mechanism. The findings establish magneto-synthesis as a powerful new pathway for accessing non-equilibrium quantum phases in strongly correlated materials.

magneto-synthesis↗

Exploring scenarios for enhanced fuel compression and performance on the National Ignition Facility with machine-learning-aided design techniques

Recent fusion experiments on the National Ignition Facility (NIF) have achieved ignition, producing multi-MJ fusion yields for input laser energies of roughly 2 MJ [Abu-Shawareb et al., Phys. Rev. Lett. 132, 065102 (2024)]. Building on the success of the target designs that have achieved ignition, we explore new implosion scenarios predicted to generate significantly more compression of the dense DT ice layer and correspondingly higher yields while preserving many of the key physics characteristics of present-day ignition designs. Our main result is a novel 3-shock implosion scheme that effectively minimizes the shock-induced entropy in the dense, accelerating DT shell and maximizes the resulting fuel compression subject to a fixed leading shock strength consistent with present-day ignition experiments, which is necessary to melt the crystalline high-density carbon ablator. Compared to the first NIF experiment to fulfill Lawson's ignition criterion, shot N210808 [Abu-Shawareb et al., Phys. Rev. Lett. 129, 075001 (2022)], our design exhibits a 40% increase in simulated peak areal density (ρR) and a 5× increase in 1D fusion yield using a 4% lighter ablator and identical DT payloads. We also present a complete integrated 2D hohlraum design and laser pulse specifications capable of generating the desired 3-shock drive and maintaining control of the low-mode capsule implosion symmetry, where the increase in simulated 2D yield relative to N210808 is > 10×. This new implosion regime was discovered with help from a machine-learning-enabled capsule design optimization framework. We outline the workflow this automated tool uses to identify improved design candidates by running several rounds of capsule simulations, constructing a surrogate model mapping input variations to key physics output quantities, and querying the resulting statistical model to propose adjustments to the x-ray drive and capsule to reach a set of physics objectives prescribed by the designer.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY↗

Key metrics of progress in the NIF ignition implosions and future challenges on the path to higher yields

Successful demonstration of an implosion that meets the physics metrics for ignition on the National Ignition Facility (NIF) in August 2021 and demonstration of target energy gain G > 1 in December 2022 represented the culmination of more than a decade of research on the NIF. An in-depth analysis of the key ignition metrics achieved on the NIF over the past decade shows sustained progress toward identifying and mitigating degradation effects. Ignition implosions on the NIF have progressed from early experiments whose compressed fuel conditions were degraded by a factor of 10–20 below the ignition threshold with yields of only 1%–2% of the laser energy, to current experiments that significantly exceed the ignition threshold and in the best experiments achieve yields greater than twice the laser energy. It is very likely that NIF can get more than 20 MJ of yield and possibly 50–70 MJ yields when fully optimized at an ultraviolet laser energy of 2.6 MJ following the completion of the NIF Extended Yield Capability Project. Achieving these higher yields will also require improvements to capsules at larger size and possibly with alternate materials, as well as an improved understanding of hohlraum and capsule physics. Now that NIF has achieved ignition, the design of a Next Generation High Energy Density Facility that could achieve the National Nuclear Security Administration long-term goal of substantially higher yields than the NIF can proceed with a more confident physics base. We evaluate these opportunities including possible applications for inertial fusion energy and likely challenges to achieving this level of performance over the next decade.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY↗

Shifting Between Compute and Memory Bounds: A Compression-Enabled Roofline Model

In the evolving landscape of high-performance computing, especially to fight the end of Moore’s Law and Dennard’s Scaling, the ability to shift between compute-bound and memory-bound states is critical for enhancing adaptability and flexibility to diverse system and domain-specific architectures. Such capability is vital for optimizing performance across distinguished hardware configurations, such as accelerators, memory hierarchies, and cache systems. Despite that ad hoc optimization techniques, such as compressed/approximate computation, have been enabled for compute-/data-intensive computing for improved performance in distinct hardware settings, there lacks an understanding of 1) the rational behind performance improvement; 2) capability of different optimizations; 3) what optimization to respond to specific computational and memory demands. This work proposes a compression-enabled roofline model to facilitate this adaptability with data compression techniques to balance and transform between computational and memory demands. This model enables applications to adjust in response to the specific strengths and limitations of the underlying hardware and system to optimize resource utilization. The effectiveness of this approach is demonstrated with matrix multiplication kernels on different input sizes, with turning on/off various compression techniques, including 1) low-precision floating point; 2) sparse matrix formulation; and 3) compressed arrays with ZFP. By reducing memory transfer volumes and cache misses and increasing data locality and computational intensity through compression, the specific roofline model can transform between compute and memory bounds to align more efficiently with system capabilities. This advancement not only improves overall performance but also maximizes adaptability in diverse computing environments.

Naraparaju, Ramasoumya [University of Washington]↗

Pathway to Decarbonization Through Industrial Energy Efficiency: Micro and Macro Perspectives from Compressed Air Usage

Abstract Energy audits directly provided the industrial sector with reduced energy costs and avoided emissions. Still, they also lead to far-reaching indirect and induced local, regional, and national benefits. This paper aims to present the techno-economic-environmental analysis to achieve decarbonization through implementing industrial energy efficiency at micro and macro levels. An integrated techno-economic-environmental methodology is developed. Case studies of micro-level carbon reduction efforts through industrial energy efficiency technologies are presented. The broader macroeconomic and environmental effects of technology on society are analyzed using data from 206 energy audits of industrial compressed air systems conducted over 13 years. The impacts show that energy-efficient improvements lead to direct cost savings for manufacturers, boost economic activity across sectors, and affect carbon dioxide emissions both short-term and long-term in the region. Given their extensive benefits, energy audits significantly influence policymaking. We devised a methodology to link micro-level energy audit data with macroeconomic and environmental analyses to quantify these cascading benefits. The economic scenario analysis shows that $228 M has been saved from direct industrial energy savings from implementing all compressed air recommendations in the studied periods and the region. In addition, the investment made through manufacturers would create 2,025 jobs and $383 M annually, cascading regional economic impacts. The environmental analysis shows that the regional manufacturers have directly avoided about 2.8 M metric tons of carbon dioxide emissions.

Engineering↗

Performance of wave function and Green's function methods for non-equilibrium many-body dynamics

Theoretical descriptions of the non-equilibrium dynamics of quantum many-body systems essentially employ either (i) explicit treatments, relying on the truncation of the expansion of the many-body wave function, (ii) compressed representations of the many-body wave function, or (iii) evolution of an effective (downfolded) representation through Green's functions. In this work, we select representative cases of each of the methods and address how these complementary approaches capture the dynamics driven by intense field perturbations to non-equilibrium states. Under strong driving, the systems are characterized by strong entanglement of the single-particle density matrix and natural populations approaching those of a strongly interacting equilibrium system. We generate a representative set of results that are numerically exact and form a basis for a critical comparison of the distinct families of methods. We demonstrate that the compressed formulation based on similarity-transformed Hamiltonians (coupled-cluster approach) is practically exact in weak fields and, hence, weakly or moderately correlated systems. Coupled cluster, however, struggles for strong driving fields, under which the system exhibits strongly correlated behavior, as measured by the von Neumann entropy of the single-particle density matrix. The dynamics predicted by Green's functions in the (widely popular) G W approximation are less accurate, but improve significantly upon the mean-field results in the strongly driven regime. Published by the American Physical Society 2025

Reeves, Cian C. (ORCID:0009000642581845)↗

Curious cross-field transport effects in multi-ion, magnetized plasma

In contrast to single-ion plasma, multiple-ion-species plasma exhibits new, curious, and large transport effects. On short timescales, where ions exchange momentum, magnetized multi-ion plasma behaves as a most unusual substance, compressible across field lines in number density but incompressible in charge density. It takes 40 times longer for electrons to participate. In this ion–ion cross-field transport regime, we identified the charge-incompressibility heat pump effect, transferring heat both spatially and between species. Curiously, the direction of impurity transport strongly depends on plasma magnetization, characterized by the ratio of light ion gyrofrequency to the collision frequency between light and heavy ion species. The expulsion of heavy ion impurities from a hotspot occurs sufficiently quickly to be observable on MagLIF, so long as plasma becomes sufficiently collisionally magnetized under implosion. Even more curious, multi-ion transport changes its nature in partially ionized plasma, where ions occupy different charge states. In this regime, we identify a partial-ionization deconfinement effect. The combination of cross-field transport, ionization, and recombination leads to a net ion charge moving across magnetic field lines on the ion–ion transport timescale as opposed to the electron–ion transport timescale. Cross-field transport effects in multi-ion plasma are important in a number of applications, including nuclear fusion and plasma mass filters.

Mlodik, M. E. (ORCID:0000000343003941)↗

Implosion simulations and optimum times of radiographic Images in OMEGA high-density-carbon cylinder experiments

The Los Alamos Ignition Threshold team is planning direct-drive cylinder implosion experiments (CylDRT24B) at the OMEGA laser, scheduled for Thursday 23 May 2024, to investigate the effect of granular microstructure in high density carbon (HDC) shells. Granular microstructure is believed to play a crucial role in seeding perturbations, reducing compression, and enhancing mix in the implosion of HDC shells at the National Ignition Facility (NIF). But the ICF community lacks a detailed understanding of how grains induce these effects, owing partly to the practical difficulty of numerically simulating the behavior of tiny nanometer-scale granular structures in laboratory-scale experiments. Our planned experiments are aimed at acquiring data to help constrain simulations and calibrate reduced models.

36 MATERIALS SCIENCE↗

Renormalization of states and quasiparticles in many-body downfolding

We explore the principles of many-body Hamiltonian complexity reduction via downfolding on an effective low-dimensional representation. We show that the renormalization factor provides a unique measure of the quality of the compression as it directly represents the projection between the approximate stationary state of the many-body Hamiltonian and the full many-body wavefunction. Hence, the renormalization factor is a measure of fidelity between the effective (reduced-rank) description and the full many-body treatment for arbitrary (i.e., ground and excited) states. When the entire problem is mapped on a system of interacting quasiparticles [Romanova et al., npj Comput. Mater. 9, 126 (2023)], the effective Hamiltonians can faithfully reproduce the physics only when a clear energy scale separation exists between the subsystems and their environment. We also demonstrate that it is necessary to include quasiparticle renormalization at distinct energy scales, capturing the distinct interaction between subsystems and their surrounding environments. Numerical results from simple, exactly solvable models highlight the limitations and strengths of this approach, particularly for ground and low-lying excited states. This work lays the groundwork for applying dynamical downfolding techniques to problems concerned with (quantum) interfaces.

Green-functions technique↗

Monodomain Liquid‐Crystal Elastomer Lattices for Broad Strain‐Rate Mechanical Damping

Designing structures that effectively dissipate energy across a broad range of mechanical loading rates, including those from compression, shock, and vibration, poses a significant engineering challenge. In this study, liquid‐crystal elastomers (LCEs), which possess anisotropic properties due to the alignment of their polymer backbone, are explored. As a result, LCEs exhibit a soft elastic response under mechanical loading, making them ideal for energy dissipation. Advances in additive manufacturing (AM) enable simple fabrication of foamlike dissipative structures with complex lattice geometries. Herein, direct ink write 3D printing, an extrusion AM method, is used to fabricate aligned, monodomain LCE lattice structures for broad strain‐rate mechanical damping. In this work, it is shown that these structures can dissipate strain energy in quasi‐static environments, comparable to traditional elastomeric lattices, and provide improved damping under high strain‐rate drop testing due to LCE soft elasticity. Additionally, under dynamic mechanical vibration, monodomain LCE lattices enhance damping at structural natural frequencies and provide high‐frequency attenuation. Finally, in these findings, a promising method is presented for fabricating mechanical damping devices that effectively dissipate energy across a broad range of loading rates.

3D printings↗

Design and modeling of indirectly driven magnetized implosions on the NIF

The use of magnetic fields to improve the performance of hohlraum-driven implosions on the National Ignition Facility (NIF) is discussed. The focus is on magnetically insulated inertial confinement fusion, where the primary field effect is to reduce electron-thermal and alpha-particle loss from the compressed hotspot (magnetic pressure is of secondary importance). We summarize the requirements to achieve this state. The design of recent NIF magnetized hohlraum experiments is presented. These are close to earlier shots in the three-shock, high-adiabat (BigFoot) campaign, subject to the constraints that magnetized NIF targets must be fielded at room-temperature, and use ≲1 MJ of laser energy to avoid the risk of optics damage from stimulated Brillouin scattering. We present results from the original magnetized hohlraum platform, as well as a later variant that gives a higher hotspot temperature. In both platforms, imposed fields (at the capsule center) of up to 28 T increase the fusion yield and hotspot temperature. Integrated radiation-magneto-hydrodynamic modeling with the Lasnex code of these shots is shown, where laser power multipliers and a saturation clamp on cross-beam energy transfer are developed to match the time of peak capsule emission and the P2 Legendre moment of the hotspot x-ray image. The resulting fusion yield and ion temperature agree decently with the measured relative effects of the field, although the absolute simulated yields are higher than the data by 2.0−2.7×. The tuned parameters and yield discrepancy are comparable for experiments with and without an imposed field, indicating the model adequately captures the field effects. Self-generated and imposed fields are added sequentially to simulations of one BigFoot NIF shot to understand how they alter target dynamics.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY↗

A physics informed model for the prediction of surface energies and the shape of metal particles

Surface energies of metal-based systems are important for determining the Wulff-constructed shapes of metal nanoparticles and understanding the stability. We have developed a physics informed method to predict the total energy of metal-based systems across a wide range of configurations. Our method has been tested against density functional theory (DFT) calculations for late transition metals. This method enables on-the-fly surface energy predictions based on the fundamental of materials property and allows for the Wulff construction of metal particles for a random number of elemental atoms and without the need for DFT calculations. By making a division between atoms in the different layers of the model system, we can improve the accuracy of the model, suggesting a dissimilarity between the electronic structure due to an alternating compression and expansion of atomic layers. We find that our model accurately and effectively provides valuable insights into the distribution and stability of nanoparticles.

Mandal, Shyama Charan (ORCID:0000000245882874)↗

Calibrating a finite-strain phase-field model of fracture for bonded granular materials with uncertainty quantification

To study the mechanical behavior of mock high explosives, an experimental and simulation program was developed to calibrate, with quantified uncertainty, a material model of the bonded granular material Idoxuridine and nitroplasticized Estane-5703. This paper reports on the efficacy of such a framework as a generalizable methodology for calibrating material models against experimental data with uncertainty quantification. Additionally, this paper studies the effect of two manufacturing temperatures and three initial granular configurations on the unconfined compressive behavior of the resulting bonded granular materials. In each of these cases, the same calibration framework was used; in that, hundreds of high-fidelity direct numerical simulations using a new, graphics processing unit-enabled, high-performance finite element method software, Ratel, were run to calibrate a finite-strain phase-field fracture model against experimental data. It was found that manufacturing temperature influenced the elastic response of the mock high explosives, with higher temperatures yielding a stiffer response. By contrast, it was found that the initial configuration of the grains had a negligible impact on the overall behavior of the mock high explosives though it remains possible that local damage accumulation within the specimens could be altered by the initial configurations. Overall, the calibration framework was successful at creating well-calibrated models, showing its usefulness as an engineering and scientific tool.

36 MATERIALS SCIENCE↗

Hydrogen Plus Other Alternative Fuels Risk Assessment Models (HyRAM+) Technical Reference Manual (V.6.0)

The HyRAM+ software is an open-source toolkit that provides publicly available models and default input values to enable straightforward and consistent safety assessments for hydrogen and other alternative fuel systems, such as natural gas and propane. The HyRAM+ quantitative risk assessment calculation incorporates annual likelihood of leaks or failures for both compressed gaseous and liquefied flammable fuels, as well as probabilistic models for the effects of heat flux and overpressure. HyRAM

08 HYDROGEN↗

Ion Size Effects on the Thermodynamic, Kinetic, and Mechanical Properties during Ion Exchange in Solid-State Electrolytes

Ion exchange offers a pathway to impose residual compressive stresses to mitigate the electro-chemo-mechanical cracking of solid-state electrolytes such as lithium lanthanum zirconium oxide. This study uses a coupled multiscale framework (integrating density functional theory (DFT), molecular dynamics (MD), and continuum modeling) to examine how exchange ion size influences stress, diffusion, fracture toughness, and electronic properties. Larger isovalent ions (Na + , Ag + , K + ) were exchanged with Li + , with DFT confirming their preference for octahedral 96h sites and a linear relationship between ion size and chemical free expansion coefficient. MD simulations reveal stress and concentration effects on exchange ion diffusivity at elevated temperatures, with Na + and Ag + maintaining favorable mobility while K + showing concentration-dependent clustering. Continuum modeling predicts the range of fracture strength improvements and the required ion exchange concentration profile. It was shown that a 5% surface exchange concentration can induce ∼0.6 GPa of surface compressive stress using Na + and ∼1.0 GPa of surface compressive stress using Ag + . On the other hand, larger ion exchange species may penalize Li + diffusivity by increasing the activation volume and activation energy. Interestingly, Na + has a negligible penalty on Li-ion diffusivity. The room temperature Li + ion diffusivity is reduced by ∼40% with Ag + ion exchange. Electronic band structure analysis shows no size-dependent change in the bandgap, though Ag + introduces localized defect states near the valence band maximum. This study highlights ion size as a key factor in optimizing LLZO properties, offering a framework to improve the solid-state battery performance.

Jagad, Harsh D. [Brown Univ., Providence, RI (Unit↗

Strain-dependent insulating state and Kondo effect in epitaxial SrIrO 3 films

The large spin-orbit coupling in iridium oxides plays a significant role in driving novel physical behaviors, including emergent phenomena in the films and heterostructures of perovskite and Ruddlesden-Popper iridates. Here, in this Letter, we study the role of epitaxial strain on the electronic behavior of thin SrIrO 3 films. We find that compressive epitaxial strain leads to metallic transport behavior, but a slight tensile strain shows gapped behavior. Temperature-dependent resistivity measurements are used to examine different behaviors in films as a function of strain. We find Kondo contributions to the resistivity, with stronger effects in films that are thinner and under less compressive epitaxial strain. These results show the potential to tune SrIrO 3 into Kondo insulating states and open possibilities for a quantum critical point that can be controlled with strain in epitaxial films.

36 MATERIALS SCIENCE↗

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↗