Search NASASearch

SEARCH · Search NASA

Results for “RELEASE DEVICE”

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 37 records · Page 2

The effect of ICRH and NBI on tungsten transport in neon edge radiation cooled discharges in TEXTOR

Tungsten is planned to be the plasma-facing material for the main chamber and divertor in future devices like ITER, SPARC, and DTT. To address risks associated with tungsten, R&D is being carried out on various toroidal confinement devices. One particular research question is related to the optimum heating mix for ITER. To investigate the influence of the heating scheme on the release and transport of tungsten, a comparison of neutral beam injection (NBI) and ion cyclotron resonance frequency (ICRF) heating was carried out in TEXTOR tungsten test limiter experiments. The experiments were performed under standard L-mode conditions and in radiative improved-mode operation with neon seeding and boronized walls covering the graphite plasma-facing components. The plasma was heated with hydrogen or deuterium NBI alone or with deuterium NBI in combination with H-minority, ion cyclotron resonance heating. A movable solid tungsten limiter was inserted through a limiter lock system into the edge plasma. The impurity release from this limiter was evaluated from visible spectroscopy. The tungsten concentrations in the plasma core were determined by extreme ultraviolet spectroscopy and bolometry. With deuterium NBI alone, strong central radiation and accumulation of W was observed. This can, however, be avoided by adding ICRF heating.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY

Advancing Development of Emissions Detection (Final Report)

This document is the final report to the U.S. Department of Energy (DOE for contract DE-FE0031873) awarded to Colorado State University (CSU). CSU and partners at Harrisburg University of Science and Technology, University of Texas Arlington, and University of Texas at Austin organized several testing rounds to provide knowledge focused on advancing the detection capabilities of emissions monitoring devices. With this funding opportunity the research group began by establishing the Advancing the Development of Emission Detection (ADED) program, with the goal focused on enhancing the accuracy, reliability, and field applicability of methane detection technologies. This effort aimed to address the critical challenges of identifying and quantifying methane emissions while enabling industry stakeholders to meet regulatory compliance and environmental sustainability goals. The program engaged with industry, government, and technology stakeholders to promote adoption and consensus on testing techniques for methane detection solutions. Methane, a potent greenhouse gas, contributes significantly to global warming, and the oil and natural gas (O&G) sector is a primary source of methane emissions. Regulatory measures such as leak detection and repair (LDAR) programs have been implemented to address emissions. However, traditional LDAR approaches, reliant on handheld and component-level measurements, are resource-intensive. To address these limitations and move with evolving regulations, advanced methane technologies are emerging. These solutions include ground-based sensors, mobile systems (e.g., drones, vehicles, and aircraft), and satellite-based platforms. They offer innovative capabilities for autonomous monitoring, larger spatial coverage, and emission quantification using methods such as tracer gas techniques and inverse modeling with Gaussian plume analysis. The ADED program began with creating protocols for methane controlled release (CR) testing these continuous monitoring (CM) and survey technologies that detect and monitor methane emissions at O&G facilities. The protocols were then implemented throughout testing of CM and survey devices at CSU’s Methane Emissions Technology Evaluation Center (METEC) facility from 2021 through 2024. As apart of the protocol, solutions that tested under the ADED program installed their solutions at METEC, documented their system under test, and provided detection reports to the METEC team for analysis. The METEC team would provide the solutions with analyzed reports of their emissions and ground truth data of the releases conducted during their testing session. Under the ADED program, CMs were also tested at O&G facilities for a six week test run of challenge release (ChR) releases. The findings from the ADED program underscore the critical role of collaborative research and innovation in tackling methane emissions, offering a pathway for the oil and gas sector to achieve significant environmental and economic benefits. Results from METEC testing saw improvement of performance and accuracy across all solutions over the extent of the ADED experiments. The results also showed a variance in CM solution performance between CRs and ChRs. That variance pushed the team to further analyze the differences between CR testing environments and field conditions. With the drive from regulations and that variance in field conditions, the ADED team began designing a new CR testing protocol and additions to the METEC testing facility. The METEC team is furthering the progress made through the ADED program with awarded funding from DE-FE0032276. This funding pushes the development of METEC’s addition with new equipment, allowing for an updated facility layout. METEC still facilitates for traditional facilities, with a legacy pad, while expanding an new design based on how O&G infrastructure has Final Report - Contract Number: DE-FE0031873 been changed over the last decade. Throughout the ADED program the team has also been working with international partners to ensure staying in the trend globally. International partners have been essential in moving the new protocol forward to implement into CR testing at the METEC facility in Spring 2025.

42 ENGINEERING

Pyrolyzed Parylene-N for in Vivo Electrochemical Detection of Neurotransmitters

Carbon electrodes are typically used for in vivo dopamine detection, and new types of electrodes and customized fabrication methods will facilitate new applications. Parylene is an insulator that can be deposited in a thin layer on a substrate and then pyrolyzed to carbon to enable its use as an electrode. However, pyrolyzed parylene has not been used for the real-time detection of neurochemicals by fast-scan cyclic voltammetry. In this work, we deposited thin layers of parylene-N (PN) on metal wires and then pyrolyzed them to carbon with high temperatures in a rapid thermal processor (RTP). Different masses of PN, 1, 6, and 12 g, were deposited to vary the thickness. RTP-PN (6 g) produced a 194 nm layer carbon thickness and had optimal electrochemical stability. Pyrolyzed parylene-N modified electrodes (PPNMEs) were characterized for electrochemical detection of dopamine, serotonin, and adenosine. Background-normalized currents at PPNMEs were about 2 times larger than those of carbon-fiber microelectrodes (CFMEs). Rich defect sites and oxygen functional groups promoted the neurochemical adsorption of cationic neurotransmitters. PPNMEs resisted fouling from serotonin polymer formation. PPNMEs were used in vivo to detect stimulated dopamine release and monitor spontaneous adenosine release. Pyrolyzed parylene is a sensitive and fouling-resistant thin-film carbon electrode that could be used in the future for making customized electrodes and devices.

25 ENERGY STORAGE

Using a Large Language Model as a Building Block to Generate Usable Validation and Verification Suite for OpenMP

In the HPC area, both hardware and software move quickly. Often new hardware is developed and deployed, the corresponding software stack, including compilers and other tools, are under active development while leading edge software developers are working to port and tune their applications, all at the same time. While the software ecosystem is in flux, one of the key challenges for users is obtaining insight into the state of implementation of key features in the programming languages and models their applications are using – whether they have been implemented, and whether the implementation conforms to the specification, especially for newly implemented features (less tested by widespread use). OpenMP is one of the most prominent shared memory programming models used for on-node programming in HPC. With the shift towards accelerators (such as GPUs and FPGAs) and heterogeneous programming OpenMP features are getting more complex. It is natural to ask whether generative AI approaches, and large language models (LLMs) in particular, can help in producing validation and verification test suites to allow users better and faster insights into the availability and correctness of OpenMP features of interest. In this work, we explore the use of ChatGPT-4 to generate a suite of tests for OpenMP features. We have chosen a set of directives and clauses, a total of 78 combinations, which first appeared in OpenMP 3.0 (released in May 2008) but are also relevant for accelerators. We prompted ChatGPT to generate tests in the C and Fortran languages, for both host (CPU) and device (accelerator). On the Summit super-computer using the GNU implementation, we found that, of the 78 generated tests 67 C tests and 43 Fortran tests compiled successfully and fewer than those executed to completion. On further analysis we show that not all generated tests are valid. We document the process, results, and provide detailed analysis regarding the quality of tests generated. With the aim of providing input to a production quality validation and verification suite, we manually implement the corrections required to make the tests valid according to the current OpenMP specification. We quantify this effort as small, medium, or large, and record the lines of code changed to correct the invalid tests. With the corrected tests we validate recent implementations from HPE, AMD, and GNU on the Frontier supercomputer. Our experiment and subsequent analysis show that although LLMs are capable of producing HPC specific codes, they are limited by their understanding of the deeper semantics and restrictions of programming models such as OpenMP. Unsurprisingly more commonly used features have better support, while some OpenMP 3.0 directives such as sections and tasking are not universally supported on accelerators. We demonstrate that successful compilation and execution to completion are inadequate metrics for evaluating generated code and that, at this time, commodity LLMs require expert intervention for code verification. This points to gaps in the training data that is currently available for HPC. We demonstrate that with "small" effort 37% of generated invalid C tests and 63% of generated invalid Fortran tests could be corrected. This improves productivity of test generation as we circumvent writing from scratch and the common programming errors associated with it.

Pophale, Swaroop [ORNL] (ORCID:0000000185446367)

Tuning Exciton Emission via Ferroelectric Polarization at a Heterogeneous Interface between a Monolayer Transition Metal Dichalcogenide and a Perovskite Oxide Membrane

Here we demonstrate the integration of a thin BaTiO 3 (BTO) membrane with monolayer MoSe 2 in a dual gate device that enables in-situ manipulation of the BTO ferroelectric polarization with a voltage pulse. While two-dimensional (2D) transition metal dichalcogenides (TMDs) offer remarkable adaptability, their hybrid integration with other families of functional materials beyond the realm of 2D materials has been challenging. Released functional oxide membranes offer a solution for 2D/3D integration via stacking. 2D TMD excitons can serve as a local probe of the ferroelectric polarization in BTO at a heterogeneous interface. Using photoluminescence (PL) of MoSe 2 excitons to optically readout the doping level, we find that the relative population of charge carriers in MoSe 2 depends sensitively on the ferroelectric polarization. This finding points to a promising avenue for future-generations versatile sensing devices with high sensitivity, fast read-out, and diverse applicability for advanced signal processing.

42 ENGINEERING

Dynamic disulfide bond networks enable self-healable and mechanically resilient intrinsically stretchable organic solar cells

A dynamic disulfide network introduced into donor/acceptor blends enables room-temperature self-healing and mechanical resilience in intrinsically stretchable organic solar cells, achieving performance recovery after high mechanical strain. The development of intrinsically stretchable organic solar cells (IS-OSCs) faces significant challenges in balancing mechanical durability and optoelectronic performance. Conventional π-conjugated polymer-based donor/acceptor blend films often exhibit limited stretchability and irreversible performance degradation under mechanical strain. To address these limitations, we propose a novel self-healable donor/acceptor blended film with a dual-network morphology, achieved by incorporating a dynamic disulfide bond-based crosslinked network into the bulk-heterojunction film. The resulting thin films demonstrate a power conversion efficiency (PCE) of 16.39% in rigid OSC devices and a fracture strain of 15.6%. Remarkably, the IS-OSCs retain 80% of their initial PCE under 30% strain and exhibit performance recovery after multiple stretch-release cycles at 40% strain through a room-temperature self-healing process. This work provides a proof-of-concept for highly stretchable and durable IS-OSCs, offering valuable insights for advancing the field of wearable energy systems, adaptive solar textiles, and sustainable electronics.

Yang, Wenyu

Prioritizing Uncertainties in Hydrogen Contribution to Risk in Post-Crash Outcomes for Rail

This report presents analysis from Sandia National Laboratories predicting contributions to risk associated with the use of hydrogen technology for rail. Event sequence diagrams are used to describe possible accident scenarios and progressions. Initiating event frequencies and branch event probabilities for each scenario are quantified with uncertainty using distributions fit to Federal Railroad Administration and U.S. Department of Transportation Pipeline and Hazardous Materials Safety Administration data on applicable accidents from 2000 to 2020. Uncertainty is propagated through the event sequence diagram to estimate the frequency and conditional probability of accident end states. The analysis identifies four scenarios with significant contributions to risk from hydrogen that are predicted to occur relatively frequently, which may inform priorities for reducing uncertainty. These scenarios are 1) overpressure events resulting from collisions with hydrogen release due to mechanical damage and delayed ignition, 2) jet fire events resulting from collisions with hydrogen release due to mechanical damage and immediate ignition, 3) jet fires resulting from fire or explosion initiating events involving the hydrogen tank and correct operation of the thermally-activated pressure relief device (TPRD) subsequent to the thermal insult, and 4) pressure burst resulting from fire or explosion initiating events involving the hydrogen tank and failure of the TPRD. Delayed and immediate hydrogen ignition probabilities are identified as being highly uncertain and potential candidates for reducing conservatism in the predicted frequencies for these two scenarios.

08 HYDROGEN

Thermochemical renewable energy storage

Systems and methods for energy storage and energy recovery are provided. An electrical-to-electrical energy storage system includes a thermochemical energy storage device, a blower, a compressor, a turbine, and an electrical generator. The TCES device includes a vessel, a porous bed, and a heater. The porous bed is disposed within an interior volume of the vessel. The porous bed comprises a reactive material. The reactive material is configured to release oxygen upon being heated to a reduction temperature, and generate heat when exposed to oxygen. The heater is in thermal contact with the reactive material. The blower is configured to remove oxygen from the interior volume. The compressor is configured to flow oxygen into the interior volume. The turbine is configured to receive a heated, oxygen-depleted gas from the interior volume. The generator is configured to be powered by the turbine to generate electricity.

Klausner, James F.

Integrated Systems-to-Atoms (S2A) Framework for Designing Resilient and Efficient Hydrogen Infrastructure Solutions

The success of a future clean hydrogen infrastructure will depend on technology performance, operating conditions, and system configuration, which will be integrated to meet specific end-use requirements. We introduce a Systems-to-Atoms framework to cosimulate material, device, and system design for clean hydrogen storage and transport. Here we present a demonstration scenario in which hydrogen is distributed using a liquid organic hydrogen carrier to 700 bar refueling stations. Cross-scale analysis on hydrogen release at the refueling station reveals that while a high reaction pressure (up to 100 bar) may not enhance the catalyst performance, it can lead to system-level cost savings (up to 5% of total refueling station cost) due to savings in downstream gas compression. Further, a typically low-performing dehydrogenation catalyst material (e.g., copper) may be preferred over a high-performing catalyst (e.g., palladium) at different operating conditions when considering overall system affordability and supply chain resilience.

08 HYDROGEN

Transfer of Millimeter‐Scale Strained Multiferroic Epitaxial Thin Films on Rigid Substrates via an Epoxy Method Producing Magnetic Property Enhancement

The demonstration of epitaxial thin film transfer has enormous potential for thin film devices free from the traditional substrate epitaxy limitations. However, large-area continuous film transfer remains a challenge for the commonly reported polymer-based transfer methods due to bending and cracking during transfer, especially for highly strained epitaxial thin films. In this work, a new epoxy-based, rigid transfer method is used to transfer films from an SrTiO 3 (STO) growth substrate onto various new substrates, including those that will typically pose significant problems for epitaxy. An epitaxial multiferroic Bi 3 Fe 2 Mn 2 O x (BFMO) layered supercell (LSC) material is selected as the thin film for this demonstration. The results of surface and structure studies show an order of magnitude increase in the continuous area of transferred films when compared to previous transfer methods. The magnetic properties of the BFMO LSC films are shown to be enhanced by the release of strain in this method, and ferromagnetic resonance is found with an exceptionally low Gilbert damping coefficient. The large-area transfer of this highly strained complex oxide BFMO thin film presents enormous potential for the integration of many other multifunctional oxides onto new substrates for future magnetic sensors and memory devices.

bismuth oxides

Development of a Flow-through Cell for Ultrasonic Extraction (UE)─Single Particle (SP)─ICP-MS─an Approach for Nano/Microparticle Elemental and Isotopic Analysis

Nanotechnology is a salient part of the scientific landscape, and analytical approaches are rapidly evolving to enable small-scale characterization of nano- and microparticle compositions and impurities. Here, a flow-through sonicating cell was developed for direct particle extraction from a silicon wafer and integrated with an inductively coupled plasma–mass spectrometer (ICP-MS) for subsequent elemental and isotopic characterization of the released particles. Ultrasonic extraction (UE)─single particle (SP)─ICP-MS offers controlled particle mobilization from solid substrates and allows for increased sample throughput by eliminating the need for pre-extraction of particles and decreasing sample preparation steps. Coupling this device to an ICP-MS with a time-of-flight (TOF) mass analyzer, it is possible to distinguish unique isotopic compositions of the particles. Both tungsten and nickel isotopically tagged particles, which were deposited on Si wafers, are presented here with analysis via UE─SP─ICP-MS. This approach could support efforts in the fields of particle synthesis, nuclear safeguards and forensics, environmental monitoring, and semiconductor industries in which the detection of particles from substrates and wafers is critical.

Paul, Molly [ORNL] (ORCID:0009000009672055)

Dissipation Pathways in a Photosynthetic Complex

Determining how energy flows within and between molecules is crucial for understanding chemical reactions, material properties, and even vital processes such as photosynthesis. While the general principles of energy transfer are well established, elucidating the specific molecular pathways by which energy is funneled remains challenging, as it requires tracking energy flow in complex molecular environments. Here, we demonstrate how photon excitation energy is partially dissipated in the light-harvesting Fenna–Matthews–Olson (FMO) complex, mediating the excitation energy transfer from light-harvesting chlorosomes to the photosynthetic reaction center in green sulfur bacteria. Specifically, we isolate the contribution of the protein and specific vibrational modes of the pigment molecules to the energy dynamics. For this, we introduce an efficient computational implementation of a recently proposed theory of dissipation pathways for open quantum systems, based on second-order perturbation theory in the electronic couplings. Using it and a state-of-the-art FMO model with highly structured and chromophore-specific spectral densities, we demonstrate that energy dissipation is dominated by low-frequency modes (<800 cm –1 ) as their energy range is near-resonance with the energy gaps between electronic states of the pigments. We identify the most important modes for dissipation to be in-plane breathing modes (∼200 cm –1 ) of the bacteriochlorophylls in the complex. Conversely, far-detuned intramolecular vibrations with higher frequencies (>800 cm –1 ) play no role in dissipation. Interestingly, the FMO complex first needs to borrow energy from the environment to release excess photonic energy, indicating that the energy exchange between the system and thermal environment is not strictly unidirectional in time but involves a transient thermally activated step. Beyond their fundamental value, these insights can guide the development of artificial light-harvesting devices and, more broadly, engineer environments for chemical and quantum control tasks.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Rewarding Grid-Friendly Behavior: Estimating the Potential Bill Reduction and Load Shifting Benefits of Dynamic Prices

Shifting electric load from times of peak demand can be a key strategy to slow price growth as reducing peak demand avoids the cost of upgrading generation, transmission and distribution infrastructure. Utilities are releasing time-varying prices, such as time of use rates or dynamic prices, to incentivize grid-friendly load shifting. New dynamic price programs provide insight into the true cost of operating electricity grids and the potential economic benefits of load shifting. Program developers and device manufacturers need to understand the economic opportunities in terms of 1) the variation in prices across hours, days, and seasons; 2) the change in utility bills for customers who don’t shift load; and 3) the potential load shifted and economic value of different technologies if manufacturers or aggregators deploy price-responsive controls. This paper estimates possible impacts of dynamic price adoption and load shifting controls if customers paid the dynamic rate from one pilot program. Statistical analysis of historical prices identified annual and seasonal metrics as well as representative price curves for each circuit in the pilot. Simulations for residential technologies with price-responsive controls including unitary heat pump water heaters, central multifamily heat pump water heaters, heating & cooling + storage systems, and pool pumps estimated the potential impacts of highly dynamic prices both with and without load shifting controls. Results showed the potential to reduce electricity costs on representative days by 42-94% and reduce consumption during times of high electricity prices by 63-100% compared to baseline operation for those flex-friendly devices.

Grant, Peter

Mechanical Toughening of Two-Dimensional Covalent Organic Frameworks Enabled by Graphene-Based Sandwich-Structured Nanocomposites

Low resistance to fracture in two-dimensional covalent organic frameworks (2D COFs) limits their practical applications, especially in mechanically demanding fields, such as flexible electronics and sensing devices. We address this critical limitation by fabricating a sandwich-structured nanocomposite consisting of graphene layers sandwiched between 2D COF layers (2D COFs/graphene/2D COFs) via chemical vapor deposition. Here, our sandwich-structured nanocomposites exhibit a remarkable improvement in modulus E, fracture toughness K IC , and critical energy release rate G C compared to pure 2D COFs. This enhancement is likely due to the graphene layers as the backbone of the sandwich structure effectively carrying and redistributing mechanical stress within the nanocomposite. Our findings demonstrate that a sandwich structure can improve the mechanical robustness of a 2D COF so that it can preserve the functionality and mechanical integrity for applications in stretchable electronics.

36 MATERIALS SCIENCE

Self‐Propelling Macroscale Sheets Powered by Enzyme Pumps

Nanoscale enzymes anchored to surfaces act as chemical pumps by converting chemical energy released from enzymatic reactions into spontaneous fluid flow that propels entrained nano‐ and microparticles. Enzymatic pumps are biocompatible, highly selective, and display unique substrate specificity. Utilizing these pumps to trigger self‐propelled motion on the macroscale has, however, constituted a significant challenge and thus prevented their adaptation in macroscopic fluidic devices and soft robotics. Using experiments and simulations, we herein show that enzymatic pumps can drive centimeter‐scale polymer sheets along directed linear paths and rotational trajectories. In these studies, the sheets are confined to the air/water interface. With the addition of appropriate substrate, the asymmetric enzymatic coating on the sheets induces chemically driven, buoyancy flows that controllably propel the sheet's motion on the air/water interface. The directionality and speed of the motion can be tailored by changing the pattern of the enzymatic coating, type of enzyme, and nature and concentration of the substrate. This work highlights the utility of biocompatible enzymes for generating motion in macroscale fluidic devices and robotics and indicates their potential utility for in vivo applications.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Increasing Radon Daughter Plate-out onto Superconducting Qubits

Radon daughter plate-out may pose a fundamental limitation to realizing large-scale superconducting quantum computers. Radon daughters plated-out onto a superconducting qubit chip can decay, releasing energy into the substrate, producing phonons. Phonon induced quasiparticles generate bit flip errors and reduce coherence times. We seek to increase plate-out on chips to enable future study of the impact of Radon on coherence times. In this project, we utilize COMSOL Multiphysics simulations to finalize design for a device to increase radon plate-out.

Kay, Dax [Northwestern U.]

Arbitrary Low-Dimensional Film Transfer Enabled by GeO 2 Release Layer

Low-dimensional materials show great promise for enhanced computing and sensing performance in mission-relevant environments. However, integrating low-dimensional materials into conventional electronics remains a challenge. Here, we demonstrate a novel transfer method by which low-dimensional materials and their heterostructures can be transferred onto any arbitrary substrate. Our method relies on a water soluble GeO 2 substrate from which lowdimensional materials are transferred without significant perturbation. We apply the method to transfer a working electronic device based on a low-dimensional material. Process developments are achieved to enable the fabrication and transfer of a working electronic device, including the growth of high-k dielectric on GeO 2 by atomic layer deposition and inserting an indium diffusion barrier into the device gate stack. This work supports Sandia’s heterogeneous integration strategy to broaden the implementation of low-dimensional films and their devices.

36 MATERIALS SCIENCE

Impact of ceiling fan and room air cleaner on air mixing and fate of particulate matter in a multiroom residence

We are exposed to airborne particles of health concern in residences, and Room Air Cleaners (RACs) can remove these particles. However, they are often limited to treating local air in the room or near vicinity of the device. RAC performance in multi-room residences may be improved by ceiling fan whole-house air mixing with a minor increase in energy use. Here, this study analyzed air quality and energy efficiency from experimental measurements using combinations of ceiling fan and RAC operation. We measured removal rates of tracer gas and particles from ultrafine to 5 µm after their release in the kitchen area of a multiroom test house. Results show that the air mixing by ceiling fans increased ultrafine and > 1 µm particle removal over the baseline – with no ceiling fans and no RAC – suggesting increased deposition onto the ceiling fan blades and house surfaces. Also, ceiling fan mixing increased particle removal in all size bins over the RAC performance with no ceiling fans. The removal rate with ceiling fans and the RAC was greater than the sum of the rates from each operating alone, indicating that synergistic interactions between the ceiling fans and the RAC increased the RAC filtration rate.

63 RADIATION, THERMAL, AND OTHER ENVIRON. POLLUTAN