Search NASASearch

SEARCH · Search NASA

Results for “Electrode Microstructure”

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 55 records · Page 3

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

Corrosion fatigue crack propagation in metals

This review assesses fracture mechanics data and mechanistic models for corrosion fatigue crack propagation in structural alloys exposed to ambient temperature gases and electrolytes. Extensive stress intensity-crack growth rate data exist for ferrous, aluminum and nickel based alloys in a variety of environments. Interactive variables (viz., stress intensity range, mean stress, alloy composition and microstructure, loading frequency, temperature, gas pressure and electrode potential) strongly affect crack growth kinetics and complicate fatigue control. Mechanistic models to predict crack growth rates were formulated by coupling crack tip mechanics with occluded crack chemistry, and from both the hydrogen embrittlement and anodic dissolution/film rupture perspectives. Research is required to better define: (1) environmental effects near threshold and on crack closure; (2) damage tolerant life prediction codes and the validity of similitude; (3) the behavior of microcrack; (4) probes and improved models of crack tip damage; and (5) the cracking performance of advanced alloys and composites.

Gangloff, Richard P.

Microstructure-Based Modeling of Inner Oxygen Pressure in Solid Oxide Electrolysis Cells

One major degradation mechanism during long-term operation of solid oxide electrolysis cells (SOECs) is delamination of oxygen electrodes (OEs). The driving force for the electrode delamination could be the generated high inner oxygen pressure near the electrode-electrolyte interface during operation. However, the effects of transport properties and electrode thickness on the inner oxygen partial pressure are not well understood. Here, a microstructure-based electrochemical model which includes the conduction of electrons and oxygen ions coupled with Butler-Volmer-type chemical reactions at triple-phase-boundaries (TPBs), is employed to investigate the oxygen pressure in lanthanum strontium manganate (LSM)-based SOECs. The model is applied to both two-dimensional (2D) prototype microstructures and three-dimensional (3D) realistic microstructures, and the oxygen pressure is analyzed as a function of transport properties and electrode thickness under both potentiostatic and galvanostatic operations. The simulation results suggest strategies to suppress electrode delamination. The simulation results are compared to an analytical solution, and the discrepancies are attributed to the Butler-Volmer-type kinetics included in the microstructure-based model.

Xue, Fei

Metal hydrides: a historical perspective

Metal hydrides are known for their outstanding performance as materials for hydrogen storage and processing. These materials find applications for short- and long-term energy storage, compression and supply of hydrogen gas, thermal energy storage, as electrodes and electrolytes in rechargeable batteries, for the microstructural optimisation of functional materials, in thin film technologies, as catalysts, getters and in many other uses. After the discovery of the first binary metal hydrides back in the 19th century, their studies covered all possible binary M-H systems and expanded rapidly into the field of ternary hydrides following the recognition of the excellent hydrogen storage performance of LaNi 5 - and TiFe-based materials, which operate efficiently at room temperature and at near-ambient H 2 pressures. This review aims to provide an overview of the early works, as well as selected recent results on various classes of metal hydrides. It also covers the recent activities from the major contributing countries and continents, including USA, Europe, Japan, China and Australia. These studies relate to achieving the hydrogen storage systems goals set by the Department of Energy in the United States which inspired the research activities at the national and international level, through execution of the tasks on hydrogen-based energy storage managed by the International Energy Agency. The review is prepared by international experts in the field and covers the most important past developments and also presents the recent achievements in the field.

08 HYDROGEN

Reliability Evaluation of Base-Metal-Electrode (BME) Multilayer Ceramic Capacitors for Space Applications

This paper reports reliability evaluation of BME ceramic capacitors for possible high reliability space-level applications. The study is focused on the construction and microstructure of BME capacitors and their impacts on the capacitor life reliability. First, the examinations of the construction and microstructure of commercial-off-the-shelf (COTS) BME capacitors show great variance in dielectric layer thickness, even among BME capacitors with the same rated voltage. Compared to PME (precious-metal-electrode) capacitors, BME capacitors exhibit a denser and more uniform microstructure, with an average grain size between 0.3 and approximately 0.5 micrometers, which is much less than that of most PME capacitors. The primary reasons that a BME capacitor can be fabricated with more internal electrode layers and less dielectric layer thickness is that it has a fine-grained microstructure and does not shrink much during ceramic sintering. This results in the BME capacitors a very high volumetric efficiency. The reliability of BME and PME capacitors was investigated using highly accelerated life testing (HALT) and regular life testing as per MIL-PRF-123. Most BME capacitors were found to fail· with an early dielectric wearout, followed by a rapid wearout failure mode during the HALT test. When most of the early wearout failures were removed, BME capacitors exhibited a minimum mean time-to-failure of more than 10(exp 5) years. Dielectric thickness was found to be a critical parameter for the reliability of BME capacitors. The number of stacked grains in a dielectric layer appears to play a significant role in determining BME capacitor reliability. Although dielectric layer thickness varies for a given rated voltage in BME capacitors, the number of stacked grains is relatively consistent, typically between 10 and 20. This may suggest that the number of grains per dielectric layer is more critical than the thickness itself for determining the rated voltage and the life expectancy of the BME capacitor. Since BME capacitors have a much smaller grain size than PME capacitors, it is reasonable to predict that BME capacitors with thinner dielectric layers may have an equivalent life expectancy to that of PME capacitors with thicker dielectric layers.

Liu, David (Donghang)

Reliability Evaluation of Base-Metal-Electrode Multilayer Ceramic Capacitors for Potential Space Applications

Base-metal-electrode (BME) ceramic capacitors are being investigated for possible use in high-reliability spacelevel applications. This paper focuses on how BME capacitors construction and microstructure affects their lifetime and reliability. Examination of the construction and microstructure of commercial off-the-shelf (COTS) BME capacitors reveals great variance in dielectric layer thickness, even among BME capacitors with the same rated voltage. Compared to PME (precious-metal-electrode) capacitors, BME capacitors exhibit a denser and more uniform microstructure, with an average grain size between 0.3 and 0.5 m, which is much less than that of most PME capacitors. BME capacitors can be fabricated with more internal electrode layers and thinner dielectric layers than PME capacitors because they have a fine-grained microstructure and do not shrink much during ceramic sintering. This makes it possible for BME capacitors to achieve a very high capacitance volumetric efficiency. The reliability of BME and PME capacitors was investigated using highly accelerated life testing (HALT). Most BME capacitors were found to fail with an early avalanche breakdown, followed by a regular dielectric wearout failure during the HALT test. When most of the early failures, characterized with avalanche breakdown, were removed, BME capacitors exhibited a minimum mean time-to-failure (MTTF) of more than 105 years at room temperature and rated voltage. Dielectric thickness was found to be a critical parameter for the reliability of BME capacitors. The number of stacked grains in a dielectric layer appears to play a significant role in determining BME capacitor reliability. Although dielectric layer thickness varies for a given rated voltage in BME capacitors, the number of stacked grains is relatively consistent, typically around 12 for a number of BME capacitors with a rated voltage of 25V. This may suggest that the number of grains per dielectric layer is more critical than the thickness itself for determining the rated voltage and the life expectancy of the BME capacitor. The leakage current characterization and the failure analysis results suggest that most of these early avalanche failures are due to the extrinsic minor construction defects introduced during fabrication of BME capacitors. The concentration of the extrinsic defects must be reduced if the BME capacitors are considered for high reliability applications. There are two approaches that can reduce or prevent the occurrence of early failure in BME capacitors: (1) to reduce the defect concentration with improved processing control; (2) to prevent the use of BME capacitors under harsh external stress levels so that the extrinsic defects will never be triggered for a failure. In order to do so appropriate dielectric layer thickness must be determined for a given rated voltage.

Liu, David (Donhang)

Evaluation of electrode shape and nondestructive evaluation method for welded solar cell interconnects

Resistance welds of solar cell interconnect tabs were evaluated. Both copper-silver and silver-silver welds were made with various heat inputs and weld durations. Parallel gap and annular gap weld electrode designs were used. The welds were analyzed by light microscope, electron microprobe and scanning laser acoustic microscope. These analyses showed the size and shape of the weld, the relationship between the acoustic micrographs, the visible electrode footprint, and the effect of electrode misalignment. The effect of weld heat input on weld microstructure was also shown.

Baraona, C. R.

Freeze Tape Casting of Functionally Graded Porous Ceramics

Freeze tape casting is a means of making preforms of ceramic sheets that, upon subsequent completion of fabrication processing, can have anisotropic and/or functionally graded properties that notably include aligned and graded porosity. Freeze tape casting was developed to enable optimization of the microstructures of porous ceramic components for use as solid oxide electrodes in fuel cells: Through alignment and grading of pores, one can tailor surface areas and diffusion channels for flows of gas and liquid species involved in fuel-cell reactions. Freeze tape casting offers similar benefits for fabrication of optimally porous ceramics for use as catalysts, gas sensors, and filters.

Sofie, Stephen W.

Development of Stable Solid Oxide Electrolysis Cells for Low-Cost Hydrogen Production

The project objective was to demonstrate a solid oxide cell-based steam electrolysis stack that exhibits robustness, reliability, endurance, hydrogen purity, and produces hydrogen at elevated pressure of 2 to 3 bar. Innovative materials and processing methods were evaluated to improve degradation characteristics. Performance improvement focused on nearly all layers involved in the cell and stack assembly. Primary attention was paid to zirconia-ceria interface resistance control via sintering optimization and decrease in degradation from the oxygen electrode by evaluating low strontium (Sr) or Sr-free composition for both the oxygen electrode and current collection layer. Stack robustness was addressed by validating redox tolerance of fuel electrode, confirming capability of cells to survive repeated thermal cycles, studying the effect of pressure on performance and degradation, evaluating the effect of contamination on fuel and oxygen electrode performance and degradation, and identifying mitigation strategies to improve performance. The characterization included evaluation of electrochemical performance and stability followed by microstructural analysis. At the cell level, performance and stability improvements were achieved by incorporating a Sr-free oxygen electrode and a denser oxygen electrode barrier layer. At the stack level, pressurized operation reduces demand on first stage compression, the redox tolerant fuel electrode mitigates risk from service interruptions, and improvements to interconnect coating alleviate chromium (Cr) contamination effects. The denser barrier layer was achieved by adding a sintering aid to the samaria-doped ceria (SDC) composition that reduced sintering temperature by 150 °C. The resulting density was on par with the baseline SDC barrier layer density and the lower sintering temperature resulted in less resistive phase formation during sintering. Button cell tests did not demonstrate a change in performance when exposed to silicon (Si) or manganese (Mn) impurities to the fuel electrode and Cr impurity to the oxygen electrode. More detailed study however is warranted. The project addressed SOEC performance and stability at the cell and stack levels through a systematic approach to known sources of degradation that were combined and tested in three stack tests using an electrolyte supported cell design to allow for evaluation of a variety of fuel and oxygen electrode compositions. STK-82 and STK-83 had identical compositions. STK-100 incorporated the best materials and processing variables developed under this and concurrent projects, and was tested at elevated pressure in steam electrolysis. • STK-82 recovered performance after redox and thermal cycling, demonstrating the robustness of the stack and seals. It exhibited stable performance in testing for 500 hours in SOEC mode, followed by 300 hours of cycling between SOEC and SOFC tests. Degradation during SOEC operation was 1.8 %/ 1,000 hours. • STK-83 generated hydrogen at >80% steam conversion, and oxygen above 98.5 % purity during pressurized operation. Both hydrogen and oxygen were generated at 3 barg pressure without the use of a pressure vessel. In addition to balanced pressure, electrolysis operation at 1 bar differential pressure across anode and cathode was also demonstrated to substantial the robustness of the cell and seal. • STK-100 measured at initial ambient pressure conditions showed an area specific resistance of 1.1 ohm-cm 2 , and STK-83 had 1.3 ohm-cm 2 .

08 HYDROGEN

Distinct Melt Infusion Architectures of Antiperovskite Solid Electrolytes

Antiperovskite solid electrolytes are an emerging class of lithium‐ion conductors distinguished by their unusually low melting points, enabling scalable, low‐temperature processing routes not accessible to most solid electrolytes. In this work, we synthesize phase‐pure chloride (Cl), bromide (Br), and mixed halide (ClBr) variants of antiperovskites and investigate their ionic conductivities in both powder and hot‐pressed forms. Hot pressing significantly enhances conductivity across all compositions, while energy‐dispersive X‐ray spectroscopy (EDS) of the mixed halide system reveals halide surface migration during densification. We further investigate the melt‐infiltration behavior of these electrolytes into substrates relevant to solid‐state battery architectures, including Al and Cu current collectors, conventional NMC and LFP cathodes, and a foamed NMC cathode with a highly porous architecture. The foamed cathode enables deep and uniform electrolyte penetration, highlighting the role of electrode architecture in facilitating melt infiltration. Across all substrates, electrolyte halide chemistry strongly influences wetting behavior, penetration depth, and resulting microstructural morphology. Together, these results establish clear processing–structure relationships for melt‐infiltrated antiperovskite solid electrolytes and demonstrate how electrolyte chemistry and electrode architecture govern interfacial morphology during integration, providing practical guidelines for processing and structural design in solid‐state battery systems.

antiperovskite

Gas-mediated defect engineering in earth-abundant Mn-rich layered oxides for non-aqueous sodium-based batteries

Gases are often by-products of battery materials during cell formation and degradation, affecting the cycle life and safety of rechargeable batteries. However, understanding gas-mediated (electro)-chemical reactions and nanoscale structural transformations during the synthesis of battery electrode materials remains challenging because of the lack of suitable characterization routes and the complexity of the interplay between thermodynamics and kinetics. Here, in this study, we use operando synchrotron X-ray diffraction, in situ transmission X-ray microscopy and multiscale modelling to elucidate the reaction pathways and microstructural defect development of earth-abundant Mn-rich layered oxides as positive electrode materials for sodium-based batteries. In particular, we demonstrate the dominant role of CO 2 over O 2 and H 2 O (g) in modulating the competition between entropy and enthalpy during solid-state synthesis. Using Ni 0.25 Mn 0.75 CO 3 as a model precursor, we reveal that CO 2 generation favours the formation of entropy-driven metastable intermediates, suppresses closed pore/nanovoids formation and decreases chemical heterogeneity and residual lattice strain of Mn-rich layered oxides during the synthesis. This result motivates a fast-sintering strategy to promote CO 2 release, which ultimately leads to improved chemo-mechanical and electrochemical stability of the Mn-rich positive electrodes when tested in non-aqueous Na metal coin cells.

36 MATERIALS SCIENCE

Modeling Oxygen Partial Pressure in Solid Oxide Electrolysis Cells: The Microstructure Effect

Oxygen partial pressure is an important thermodynamic state variable that affects both the performance and degradation of solid oxide electrolysis cells. In this work, a 3D model developed from Virkar’s 1D model has been applied to reconstructed and synthetic microstructures of Ni-YSZ-GDC-LSCF cell. The effect of the microstructures, including the thickness of the YSZ and GDC layer, and the compositions of the hydrogen and oxygen electrode, on the distribution of oxygen partial pressure has been investigated. The results show that the maximum oxygen partial pressure may occur on the interface between oxygen electrode and GDC layer or between GDC layer and YSZ layer depending on the rate of oxygen ion exchange between GDC and YSZ. A thicker GDC layer lowers the maximum oxygen partial pressure in the cell, while a thicker YSZ layer lowers the maximum oxygen partial pressure in the hydrogen electrode. In addition, the Ni:YSZ ratio and porosity also affects the maximum partial pressure. These findings provide insights on mitigating degradation in solid oxide electrolysis cell by tuning the microstructures.

Lei, Yinkai

Defect formation and microstructure tuning via proton irradiation to control electrochemical and phase reversibility in layered battery materials

The reversibility of phase transformation influences the functionality of electrode materials in batteries. In many battery materials, nanosized grains favor phase reversibility but at the cost of cyclability due to aggravated side reactions with the electrolyte. Here, in this study, we present a novel approach to enhance the phase transformation reversibility of layered oxide cathodes, exemplified by Na 2/3 Fe 1/2 Mn 1/2 O 2 through proton irradiation. In addition to forming defects, proton irradiation at sufficiently high doses can subdivide single grains into multiple nanodomains without physically rupturing them. Hence, the single grains of the material assume a pseudo-secondary particle nature without reducing the overall grain size. Preserving the grain size is advantageous, as it reduces side reactions, which is not possible with conventional grain size reduction methods. While chemical transformations and defect formation induced through proton irradiation can influence the stability of battery materials, it is expected that structural reorganization due to cycling-induced phase transformation will be contained within these nanodomains. Such confinement of phase transformation is potentially responsible for enhancing the reversibility of layered oxide materials in our study. Thus, our study suggests that grain subdivision could become an effective microstructure tuning strategy for managing electrochemical cycling-induced phase changes in battery electrodes.

25 ENERGY STORAGE

Correlating aluminum layer deposition rates, Josephson junction microstructure, and superconducting qubits’ performance

An ultra-thin aluminum oxide layer is a key component for Josephson junctions (JJ) in superconducting quantum bits (qubits). This layer serves as a barrier layer for Cooper pairs tunneling between the superconducting electrodes and significantly influences the overall performance of the junction. In this study, we investigate the impact of aluminum deposition rates on the microstructure and chemical variation of the aluminum oxide layer, as well as the device's yields and qubits’ lifetimes. Surprisingly, although the oxide layer roughness and thickness variation improve noticeably with an increasing Al deposition rate from 0.5 Å/s to 5 Å/s, the qubit's coherence time is almost unchanged. We attribute this to the fact that Cooper pairs tunnel only through the thinnest region of the barrier. Additionally, we revealed a stress-induced grain boundary sliding short-circuit failure mechanism in the JJ. Our discovery provides a vital understanding of oxide microstructure and JJ functionality, which are critical for improving the coherence time of superconducting qubits.

Coherence time

Optimization of La 2 NiO 4+δ Electrolysis Cell Oxygen Electrode through Surfactant-Enabled LaCoO 3±δ Nanocatalyst Deposition

Lanthanum nickelate (LNO) has shown promise as a Cr-resistant air electrode material for SOECs but has suboptimal surface oxygen exchange properties. Nanocoating of the LNO surface with lanthanum cobaltite (LCO) was chosen to improve cell performance as a surface oxygen conductor. The work focused on the implementation of a two-step nano-LCO film deposition utilizing catechol molecules in a porous LNO electrode. The subgoals of the work were to maintain nanosized LCO particles/ grains to increase active surface area and to control the regularity/ homogeneity of the coating across the microstructure. To achieve these goals, a novel surfactant-enhanced liquid infiltration method was utilized, where nucleation sites were spread across the electrode structure to control the location and size of LCO particles. Various catechol surfactant compositions were evaluated for their ability to control the kinetics of nanoparticle deposition and the homogeneity of the coating. Chelated LCO was characterized by X-ray diffraction (XRD), which found a substantial improvement in LCO formation with surfactant addition and determined polymerized norepinephrine to be the best-performing surfactant, with 88.4% pure LCO formed at low temperature. X-ray photoelectron spectroscopy (XPS) confirmed LCO nanostructures formed by the two-step infiltration process, showing no impurities and a stable perovskite structure. Deposition kinetics were analyzed using atomic force microscopy (AFM), correlating infiltration times and solution molarity to nanoparticle size and distribution, the results of which were confirmed in symmetrical cell samples by scanning electron microscopy (SEM). Electrochemical impedance spectroscopy (EIS) testing demonstrated substantial improvements in polarization resistance, where the nanocoating reduced the resistance by ∼55% to 0.152 Ω·cm 2 at 700 °C and 0.039 Ω·cm 2 at 800 °C. Electrical conductivity relaxation (ECR) at this temperature confirmed an improved surface oxygen exchange coefficient of the LCO + LNO heterostructure predicted by the Bode data from EIS, alongside a reduction in activation energy by about 30%.

Deposition

Fabrication of advanced electrochemical energy materials using sol-gel processing techniques

Advanced materials play an important role in electrochemical energy devices such as batteries, fuel cells, and electrochemical capacitors. They are being used as both electrodes and electrolytes. Sol-gel processing is a versatile solution technique used in fabrication of ceramic materials with tailored stoichiometry, microstructure, and properties. The application of sol-gel processing in the fabrication of advanced electrochemical energy materials will be presented. The potentials of sol-gel derived materials for electrochemical energy applications will be discussed along with some examples of successful applications. Sol-gel derived metal oxide electrode materials such as V2O5 cathodes have been demonstrated in solid-slate thin film batteries; solid electrolytes materials such as beta-alumina for advanced secondary batteries had been prepared by the sol-gel technique long time ago; and high surface area transition metal compounds for capacitive energy storage applications can also be synthesized with this method.

Chu, C. T.

Advances and perspectives of hard carbon anode modulated by defect/hetero elemental engineering for sodium ion batteries

Sodium-ion batteries (SIBs) serve as a promising complement to lithium-ion batteries for large-scale energy storage, leveraging the abundance of sodium resources and notable safety advantages. The key advancement in SIB industrialization hinges on identifying a cost-effective and high-performance anode material, similar to the graphite anode in lithium-ion batteries. Hard carbon emerges as prime anode materials for SIBs, boasting high specific capacity, low sodium storage potential, and wide availability. However, practical applications of hard carbon encounters challenges such as low initial Coulombic efficiency (ICE), inadequate long-term cycling stability, and poor rate performance. Recent research has focused on the optimization of hard carbon electrodes through functional design. In this comprehensive review, we have meticulously examined the progress in enhancing sodium storage performance through microstructural modulation within hard carbon, encompassing four pivotal aspects: heteroatom doping, incorporation of oxygen functional groups, surface coating, and intrinsic defect engineering. Progress in implementing these strategies is scrutinized, while the merits and challenges of each defect engineering approach are discussed. In conclusion, this review also looks into forthcoming opportunities and challenges in the practical application process of hard carbon electrodes in SIBs.

25 ENERGY STORAGE

Electron reflection and secondary emission characteristics of sputter-textured pyrolytic graphite surfaces

Low secondary and reflected primary electron emission from the collector electrode surfaces is important for optimum collector efficiency and hence for high overall efficiency of microwave amplifier tubes used in communication satellites and in military systems. Ion sputter texturing of the surface effectively suppresses electron emission from pyrolytic graphite, which is a promising collector electrode material. Secondary and reflected primary electron emission characteristics of sputter textured pyrolytic graphite surfaces with microstructures of various sizes and densities are presented. The microstructure with the lowest electron emission levels, less than those of soot, consists of a dense array of tall, thin spires.

Wintucky, E. G.