Search NASA⌕ Search

SEARCH · Search NASA

Results for “MicroED”

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 73 records · Page 4

ML-based Micro-CT SOFC Microstructure Models (from Kent 2026 Microstructural Augmentation paper)

Overview -------------------------- This repository contains datasets from the manuscript **"Enhanced Generalizability to Deep-Learning Quantification of 3D Microstructural Characteristics through Microstructurally Aware Augmentation of Scarce Data"** (*William F. Kent, Rochan Bajpai, Rachel C. Kurchin, William K. Epting, Harry W. Abernathy, Paul A. Salvador. Submitted 2026*). The methods are also described in the dissertation **Data Intensive Analysis of Solid Oxide Cell Microstructures** (*Doctoral dissertation, Carnegie Mellon University, 2025*). The datasets here are trained convolutional neural network (CNN) models for predicting key microstructural properties of solid oxide cell (SOC) electrodes from low-res, 2-channel 3D images, as well as some helpful code. The parameters for input images are provided in the paper. Sample data is provided in the file `Combined_anode_aug_dual_1k_examples` - that particular data was used to train `anode_all_aug.pth` and will work most accurately with that model. Please familiarize yourself with all caveats on accuracy and applicability, as detailed in the associated paper. Usage -------------------------- The basic usage is as follows, assuming `model_fn` is the path to the .pth file, and `X` is 2-channel input image(s) of the proper dimensions (either one image of shape `[2,12,24,24]`, or a batch of N input images of shape `[N,2,12,24,24]`): from CNN_inferencer import load_model_for_inference model = load_model_for_inference(model_fn) y_predicted = model(X) The model object automatically handles input scaling and output de-scaling based on the way the models were trained - in other words, pass in a 2-channel micro-CT image, and it will output microstructural property values in real units. ## Other model object attributes Note that model has useful attributes other than its forward pass model(X). * `model.output_descaler` - returns the output descaler object. Model does the de-scaling when generating inferences, but you may want to re-use this de-scaler on other values to e.g. compare predictions to ground truth from already-scaled training data. * `model.prop_names` - Gives the property names of the predicted y values, in order. Only exists if there's an output scaler as part of the model object, which there will be in the models provided here. ## Usage with sample data Here is a short script to use with the included sample data. from CNN_inferencer import display_predictions, load_model_for_inference, calculate_mape, parity_plot import h5py import numpy as np model_fn = 'anode_all_aug.pth' data_fn = 'Combined_anode_aug_dual_1k_examples.h5' N_samples = 200 figure_outdir = '.' model = load_model_for_inference(model_fn) with h5py.File(data_fn,'r') as f: XX = f['X'] #These are the 2-channel 3D images yy = f['y'] #These are the ground-truth microstructural properties, but they have been scaled for training - need to de-scale below N = XX.shape[0] #How many images total in the input data file #Run inferences on N_samples random samples from XX. #Run in a batch, much more efficient than one at a time. ii = np.random.choice(N,N_samples,replace=False) ii.sort() y_pred = model(XX[ii]) #Get the original/true (but normalized/scaled) values from the training dataset... #Because they were normalized, they are not in real units yet. So let's also de-scale them using model.output_scaler. y_true = model.output_scaler.transform(yy[ii]) #Let's display actual values for just 5 random ones for i in np.random.choice(N_samples,5,replace=False): display_predictions(y_true[i], y_pred[i], model.prop_names) #Make parity plots for each property (ground truth vs predicted values) #Also label each plot with the mean abs. percent error (MAPE) of the predicted values for i,key in enumerate(model.prop_names): mape = calculate_mape(y_true[:,i], y_pred[:,i]) parity_plot(y_true[:,i], y_pred[:,i], figure_outdir, key, extra_title=f' ({mape:.2f}% MAPE)')

3D microstructure↗

Micro-tensile Properties of Fueled Irradiated AGR-2 TRISO-coated Particle Buffer, IPyC, and SiC Interlayer Regions

Tristructural isotropic (TRISO) coated nuclear fuel particles are proving to be a versatile fuel form for new reactor designs. Understanding the bounding strength and failure mode of each coating interface is important to both fuel quality evaluation and failure prediction. A mechanism of key significance is failure of the silicon carbide (SiC) layer to retain fission products due to incomplete tearing of the buffer layer. This is a two-step mechanism involving both mechanical failure in the buffer and inner pyrolytic carbon (IPyC) layers and degradation of the SiC layer through palladium silicides at the IPyC-SiC interface. However, the mechanical properties of TRISO particle coating layers have yet to be fully characterized due to the small dimension of TRISO fuel particles and high radioactivity. To investigate this mechanism, in situ micro-tensile properties of the buffer, IPyC, SiC, buffer-IPyC, and IPyC-SiC interlayer regions of fueled TRISO particles have been tested at both as-fabricated and irradiated conditions. Determination of the mechanical properties of these TRISO particle regions will lead to a better understanding of the SiC layer failure mechanism and enable progress towards TRISO fuel qualification.

11 NUCLEAR FUEL CYCLE AND FUEL MATERIALS↗

Micro-cold Spray Deposition of YSZ Films from Ultrafine Powders Using a Pressure Relief Channel Nozzle

Abstract The use of ultrafine powders in the micro-cold spray (MCS) process, also referred to as the aerosol deposition method, typically results in porous and/or poorly adhering films because the particles do not impact at a high enough velocity for sufficient plastic deformation and interparticle bonding to occur. Under typical operating conditions, particles < 100 nm accelerate to high velocities but then are slowed by the stagnant gas in the bow shock that forms just upstream of the substrate. Using larger particles reduces particle slowing, but large particles can cause erosion of the film at high impact velocity, decreasing deposition efficiency. In this study, a pressure relief channel nozzle using helium as a carrier gas is proposed such that high-velocity deposition of yttria-stabilized zirconia particles as small as 10 nm in diameter is possible. This is well below the size range of powders previously used for MCS. The proposed nozzle design increases impact velocities for 10, 20, and 50 nm particles by ~ 880, 560, and 160 m/s, respectively, when compared to a conventional nozzle. Experimental deposition of ultrafine 8YSZ powder shows that the pressure relief channel nozzle results in lower porosity and more uniform deposits, with a ∼ 186% increase in deposition efficiency.

Materials Science↗

Laboratory-Based Micro-X-ray Computed Tomography of Energy Materials at Idaho National Laboratory

Abstract The Idaho National Laboratory (INL) has implemented laboratory-based micro-X-ray computed tomography in a laboratory equipped for the examination of highly radioactive samples. This capability provides nondestructive three-dimensional volumetric information on samples to inform subsequent traditional destructive examinations as well as real-world inputs for high-fidelity scientific modeling. Samples can be imaged with spatial resolutions ranging from several hundred nm/voxel up to ~ 100 µm/voxel. The best usable spatial resolution achieved to date is 384 nm/voxel with this instrument, while the highest radiological dose rate of a sample imaged is ~ 60 R/h β/γ on contact. Advanced data analysis, including custom tomographic reconstruction and segmentation methods, have also been developed to support this capability. In addition to traditional digital X-ray radiography and tomography, this instrument is also able to visualize in situ tensile and compression testing as well as perform diffraction contrast tomography. This work describes the X-ray computed tomography post-irradiation examination capabilities at INL, as well as detailing a variety of applications this instrument has examined.

36 MATERIALS SCIENCE↗

Length scale effects of micro- and meso-scale tensile tests of unirradiated and irradiated Zircaloy-4 cladding

Zircaloy-4 is an essential material for cladding structures within fission-based reactors. To explore the changes in properties measured on differing length scales, FIB-machined micro-scale tensile tests were performed on both irradiated and control groups of Zircaloy-4. This was correlated with tensile testing on femtosecond laser-machined meso-scale specimens. Pronounced size effects were found when varying specimen geometry. Increases in tensile geometry size were associated with a reduction in measured yield stress for both irradiated and unirradiated samples. Here, meso-scale testing found strength and strain values similar to that of bulk-scale testing.

36 MATERIALS SCIENCE↗

Synthesis, microstructure and micro-mechanical characterization of metal (Nb, Ti) – MAX phase (Ti 2 AlC) nanolaminates

We utilize elevated temperature physical vapor deposition (PVD) techniques to design metal/MAX multilayered nanocomposite thin films with alternating nanoscale metallic (Nb, Ti) and MAX phase (Ti 2 AlC) layer thicknesses. These metal/MAX nanolaminate architectures attempt to exploit a unique hierarchical topology – as interfaces between the layers are expected to be in direct competition with the internal interfaces within the MAX layers, to drive their tunable macroscopic mechanical behavior. Two metal/MAX nanolaminates – Nb/Ti 2 AlC and Ti/Ti 2 AlC – were deposited. The Nb/Ti 2 AlC metal/MAX system showed highly diffused layer interfaces with distinct Ti – rich and Nb–Al – rich layers, with the presence of MAX phase alongside TiC and other Ti–Al and Nb–Al intermetallic phases. The Nb/Ti 2 AlC system possessed a layered architecture, though the MAX phases were not found to be continuously present in each alternating layer. The second Ti/Ti 2 AlC system showed a non-lamellar nanocomposite microstructure and the formation of mixed Ti n+1 AlC n phases (a mix of n = 1, 2), and no indication of layering. Diffusion occurring between the metal/MAX layers in both cases, likely due to the elevated temperatures during the deposition process, is speculated as the likely cause of these resultant microstructures. The mechanical properties of both systems were evaluated using micromechanical (nanoindentation and micro-pillar compression) techniques, which demonstrated high strengths for both systems (Nb system: yield and instability strengths of 4.88 ± 0.1 GPa and 5.57 ± 0.03 GPa, Ti system: yield and instability strength of 5.61 ± 0.28 GPa and 6.21 ± 0.25 GPa). In conclusion, this work highlights the promising mechanical properties of metal/MAX multilayered depositions and summarizes the challenges in PVD synthesis of metal/MAX multilayered nanolaminates.

MAX phase↗

Formation of tunable diamond micro- and nanopillars for field effect enhancement applications

Here, we developed a process for the fabrication of tunable single crystal diamond micro- and nanopillars, with tip widths ranging from 40 to 460 nm, densities ranging from 0.5 to 53.5 pillars/μm 2 , and heights greater than 4.5 μm. A self-assembled Au nanodot ensemble etch mask was formed from an annealed Au thin film. The nanodot diameter and density can be tuned using the initial film thickness. The pillars were etched from the nanodot mask using an RIE O 2 plasma, which has infinite selectivity for the diamond when applied at low RF powers (50 W). Finally, the pillars can be sharpened to ~40 nm tip widths by annealing in air at 650 °C. These pillars can be used for applications such as field effect enhancement of diamond photocathode devices, enhancement of optical emission from N-V centers, and antireflective coatings.

36 MATERIALS SCIENCE↗

Optimizing and Exploring Untapped Micro-Hydro Hybrid Systems: a Multi-Objective Approach for Crystal Lake as a Large-Scale Energy Storage Solution

Increasing electricity demand and concerns about climate change and fossil fuel consumption have highlighted the importance of renewable energy resources and storage systems. This paper proposes a method for exploring untapped pumped hydro storage potentials to accommodate intermittent renewable energy generation profiles. Hourly measured data from 2022 in Benzie County, Michigan, United States, were gathered for system sizing and a thorough, realistic analysis. By employing the multi-objective grey wolf optimization algorithm, we formulated optimal sizing and energy-management strategies for three different scenarios. Unlike similar studies, the 3rd with triple objective functions (OFs) scenario aims to maximize both reliability and ecological OFs while minimizing the cost OF. It has shown promising results with multiple solutions, considering economic, environmental, and reliability factors. A case study conducted in Crystal Lake, Michigan, revealed that although Crystal Lake would function only as a micro-hydro power facility, it is a promising and huge storage unit with a substantial storage capacity of around 14.9734GWh. The system investigated is significant in the USA due to its rapid deployment capabilities, minimal construction requirements, and ease of integration with the distribution grid. The fuzzy logic method was employed to identify the best non-dominant solution among the other solutions. Furthermore, these outcomes include a notably low levelized cost of energy at 0.046147$/kWh, a robust index of reliability of 99.705%, and a significant reduction in CO₂ emissions amounting to 7.9142×10 3 tons/year, when considering the triple OFs. The paper’s methodology provides valuable insights for regions aiming to utilize renewable energy from untapped storage sources.

13 HYDRO ENERGY↗

Investigation of the temperature-dependent failure processes in PVD Cr-coated ZIRLO nuclear fuel cladding using in situ X-ray micro-tomography imaging

In this work, an accident tolerant fuel cladding system with Cr coating deposited using physical vapour deposition (PVD) method onto commercial Optimized ZIRLO™ was studied. The cladding tubes were machined into C-rings and loaded to failure under compression with real-time synchrotron micro-X-ray computed tomography (XCT) imaging at room temperature (RT), 345 °C, 650 °C and 950 °C in argon (Ar) atmosphere. The mechanical behaviour and failure processes were found strongly temperature-dependent where the Cr coating showed brittle fracture at RT and 345 °C, ductile fracture at 650 °C and a reversion to brittle fracture at 950 °C. Nanoindentation measurements and scanning electron microscopy (SEM) imaging were conducted on the materials after high temperature testing. It was found that recrystallisation of the Cr coating occurred at elevated temperatures, which significantly affected its local properties hence the failure behaviour at different temperatures. This work represents the first in situ 3D XCT observation of progressive failure processes in PVD Cr-coated ZIRLO claddings up to 950 °C providing critical insights into its brittle-to-ductile transition (BDTT) behaviour and subsequent ductile-to-brittle reversion with the increase in temperature. Moreover, results are compared with other PVD Cr-coated Zircaloy materials from open literature; the influences of the coating microstructure and local properties on the failure stress/strain and fracture processes are discussed.

Yuan, Guanjie↗

Integrating Flow Imaging Analysis and Single-Particle ICP-TOFMS for Comprehensive Micro- and Nanoplastic Characterization

Flow imaging analysis (FIA), provides composition-agnostic morphological characterization. These measurements of particle size and shape are valuable to mass-based analysis, such as single particle inductively coupled plasma time-of-flight mass spectrometry (sp-ICP-TOFMS), which provides quantitative data on elements within particles. Using these two methods together enables informed use of geometric assumptions required by sp-ICP-TOFMS, as particle mass is typically converted to a particle diameter using assumed-spherical geometry. To validate this concept, parallel measurements to determine particle diameters were performed by FIA and sp-ICP-TOFMS on four particle suspensions: 300 nm polystyrene Eu-doped nanoparticles, 1 μm Fe-rich beads, 3 μm four element calibration polystyrene beads and 5 μm polystyrene beads. The Fe-particles obtained the highest percent difference from the manufacturer’s nominal diameter, as the mean diameter obtained by FIA was overestimated by 21% and sp-ICP-TOFMS underestimated the mean diameter by 20.7%. Two types of particles were selected to test the effect of varying the particle number concentrations (PNC) on sizing accuracy, and both methods accurately sized each particle population at the PNC expected. Single particle analysis of carbon has continued to be a popular research topic, with direct applications to environmental pollutants in terms of nano- and micro- plastics. Real-world plastic particles were studied, and FIA’s measured circularity values demonstrated that the particles deviated from spherical geometries, therefore sp-ICP-TOFMS data should be interpreted as mass-based rather than size-based. Combining these techniques enables improved interpretation of particle populations and evaluation of particle sizes.

Szakas, Sarah [ORNL] (ORCID:0000000241332197)↗

X-ray Micro-Computed Tomography for Structural Analysis of All-Solid-State Battery at Pouch Cell Level

Characterizing the microstructure of all-solid-state batteries (ASSBs) during fabrication and operation is vital for their advancement, particularly as scaling to pouch cell levels introduces challenges in probing large-scale microstructural evolution. This work highlights the potential of synchrotron X-ray micro-computed tomography (sXCT) as a nondestructive, rapid (<30 min), and high-resolution technique for visualizing and quantifying key microstructural features, including overhang, porosity, contact loss, active surface area, and tortuosity, in all-solid-state pouch cells. The large field of view (up to millimeters) of sXCT enables detailed analysis at an industry-relevant scale, bridging the gap between laboratory research and commercial applications. Furthermore, integrating realistic sXCT-derived 3D models into multiphysics simulations could provide insights into chemo-mechanical degradation, particularly at the edges of the pouch cells, offering a pathway for designing robust, high-performance ASSBs. This perspective establishes sXCT as an indispensable tool for advancing both the understanding and the engineering of next-generation energy storage systems.

25 ENERGY STORAGE↗

Investigating property-porosity relationships for micro-architected lattice structures

Micro-architected structures are increasingly valued for their light weight and tunable mechanical properties; this class of material includes sheet structures like the Schöen gyroid and beam lattices like the octet. For design purposes, it is critical to understand how to tune the relative density (RD) to obtain desired mechanical properties. This study investigates the mechanical response of Ti-6Al-4V gyroid structures, spanning a broad range of RDs (0.03–0.90), unit cell sizes (1–4 cm), and sheet thicknesses (0.2–7.8 mm). Results demonstrate that the classical Gibson-Ashby power law scaling between RD and modulus and yield stress does not adequately capture the response over a wide range of RDs, nor does it extrapolate correctly to the fully dense solid. Analytical models, in concert with experimental results and high-fidelity finite element calculations, show that the deviation from Gibson-Ashby reflects a transition from structure-dominated to material-dominated behavior. Distinctions are drawn between scaling relationships and property-porosity models, and an analytical model is proposed to better capture the evolution of mechanical properties with RD. These observations are mirrored in other architected topologies, like the octet, and highlight the importance of understanding the relationship between mechanical properties and geometry for design purposes.

Materials science↗

Systematic improvement of redox potential calculation of Fe(III)/Fe(II) complexes using a three-layer micro-solvation model

Electrochemical transformations of metal ions in aqueous media are challenging to model accurately due to the dynamic solvation structure surrounding ions at different charge states. Predictive modeling at the atomistic scale is essential for understanding these solvation architectures but is often computationally prohibitive. In this contribution, we present a simple, fast, and accurate three-layer micro-solvation model to evaluate the redox potential of metal ions in aqueous solutions. Our model, developed and validated for Fe 3+ /Fe 2+ redox potentials, combines the DFT-based geometry optimizations of the octahedral Fe complex with two layers of explicit water molecules to capture solute–solvent interactions and an implicit solvation model to account for bulk solvent effects. This approach yields accurate predictions for Fe 3+ /Fe 2+ redox potentials in water, achieving errors of 0.02 V with ωB97X-V, 0.01 V with ωB97X-D3, 0.04 V with ωB97M-V, and 0.02 V with B3LYP-D3 functionals. We further demonstrate the generality of our model by applying it to additional metal complexes, including the challenging Fe(CN) 6 3−/4− system, where our model successfully achieves close agreement with experimental values, with an error of 0.07 V and an average error of 0.21 V for all five systems. In summary, the presented simple solvation model has broad applicability and potential for enhancing computational efficiency in redox potential predictions across various chemical and industrial processes of metal ions.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH↗

Tunnel junction-enabled monolithically integrated GaN micro-light emitting transistor

GaN/InGaN microLEDs are a very promising technology for next-generation displays. Switching control transistors and their integration are key components in achieving high-performance, efficient displays. Monolithic integration of microLEDs with GaN switching devices provides an opportunity to control microLED output power with capacitive (voltage)-controlled rather than current-controlled schemes. This approach can greatly reduce system complexity for the driver circuit arrays while maintaining device opto-electronic performance. In this work, we demonstrate a 3-terminal GaN micro-light emitting transistor that combines a GaN/InGaN blue tunneling-based microLED with a GaN n-channel FET. Further, the integrated device exhibits excellent gate control, drain current control, and optical emission control. This work provides a promising pathway for future monolithic integration of GaN FETs with microLED to enable fast switching, high-efficiency microLED display and communication systems.

42 ENGINEERING↗

Quantitative analysis of leakage current in III-nitride micro-light-emitting diodes

In this study, the electrical characteristics under forward- and reverse-bias conditions of III-nitride blue and green micro-light-emitting diodes (μLEDs) are analyzed. A fitting model is proposed to determine the contributions of reverse leakage current and the effectiveness of sidewall treatments. Moreover, the forward-bias currents of the μLEDs are examined using the extracted ideality factor to examine the impacts of sidewall defects. The results show that sidewall treatments are highly effective for suppression of leakage currents. From the efficiency perspective, higher wall-plug efficiency (WPE) than external quantum efficiency (EQE) is observed when the operating voltage is lower than the photon voltage in both blue and green 20 × 20 μm 2 devices. This enhancement of the WPE over the EQE is due to the suppression of Shockley–Read–Hall (SRH) nonradiative recombination. These observations indicate that μLEDs with sidewall treatments not only improve optical performance but also further enhance the electrical performance of devices by suppressing the leakage current paths due to SRH nonradiative recombination processes.

42 ENGINEERING↗

Increased electron, positron, and x-ray production from high intensity laser interactions using micro-wire targets

We report increases in energetic electrons, positrons, and x-rays emitted from high-intensity laser interactions (10 18−20 W/cm 2 ) with structured silicon micro-wires on the surface of a 1 mm gold converter target using a 10 ps laser pulse. A total of four different wire configurations are tested, where the gaps (7–28 μm) between the wires and the thicknesses (3–6 μm) of the wires are varied, while the height remains constant (⁠ ~25 μm). We observe the largest enhancement in electrons, positrons, and x-rays with the sparsest wire configurations. The electron temperature (T e ≈6 MeV) remains consistent across all shots, regardless of whether wires or planar targets are used. This suggests that the observed enhancement is due to increased laser light absorption by the accelerated electrons over a long scale length. Two-dimensional particle-in-cell simulations confirm that absorption is significantly enhanced with the wire target. Additionally, specific simulations examining laser pointing on different parts of the wire structure reveal that, while the final electron spectrum remains largely insensitive, the angular distribution is highly sensitive to these variations.

Bremsstrahlung↗

Investigation of High-Temperature Compatibility of Select Oxides with Yttrium Hydride for Micro and Space Reactor Applications

Yttrium hydride is a promising material for a high-temperature neutron moderator in advanced micro and space reactors due to its high hydrogen density and relative thermal stability compared to other metal hydrides. However, yttrium hydride desorbs hydrogen rapidly at temperatures above 800°C, which is below the operational temperature range of some reactor designs. A hydrogen barrier coating of oxide on the hydride surface may inhibit hydrogen loss at 800°C and beyond, but the high-temperature compatibility between yttrium hydride and many oxides is currently unknown. The high-temperature compatibility of Al 2 O 3 , MgO, and Y 2 O 3 with YH 1.92 was examined by subjecting mixed oxide–hydride pellets to a 1200°C heat treatment then using a combination of diffractometry, microscopy, and spectroscopy to determine changes in the pellet composition as a result. Yttrium scavenged oxygen from both Al 2 O 3 and MgO to form Y 2 O 3 , resulting in significant loss of YH 1.92 . Yttrium reacted with reduced aluminum to form YAl 2 and several other compounds. Reduced magnesium volatilized above 1091°C and vacated the pellet. Only Y 2 O 3 did not appreciably react with YH 1.92 . Of the three oxides tested, only Y 2 O 3 was compatible with YH 1.92 at 1200°C based on the experimental criteria.

compatibility↗