Search NASASearch

SEARCH · Search NASA

Results for “Coverage-driven transition”

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.

139 records · Page 6

Hematite Is a Mineralogical Marker of Ancient Climate Change on Mars

The ancient climate of Mars changed from warm to cold surface conditions. This climate transition is demonstrated by geomorphological evidence, but lacks suitable mineralogical indicators. We investigate the crystallographic properties of hematite (iron oxide) in Gale crater, measured by the Curiosity rover, and compare them to laboratory experiments. Hematite crystallite sizes are ~5 to ~65 nm in the oldest sedimentary rocks investigated by the rover (the Murray formation) and <10 nm in the younger overlying strata (Mirador and Carolyn Shoemaker formations). We attribute the larger crystallites in the Murray formation to post-depositional coarsening by groundwater in warm and wet conditions, which persisted for several million years. Hematite with small crystallites co-occurs with goethite (iron oxyhydroxide) in the overlying layers, consistent with colder and water- limited conditions.

Marek Szczerba

Automatic Dependent Surveillance-Broadcast (ADS-B) In-Trail Procedures (ITP)

Aircraft in oceanic and remote non-radar airspace frequently fly for extended periods of time in the same direction, at the same time, along similar flight paths as other aircraft. Since there is no radar surveillance, controllers use procedural separation to ensure that aircraft remain separated. Procedural separation distances are typically larger than radar separation distances and as a result aircraft operating in oceanic airspace are sometimes held at non-optimal flight levels due to conflicting traffic at intervening flight levels. Automatic Dependent Surveillance-Broadcast (ADS-B) In-Trail Procedures (ITP) were developed to enable flight level change maneuvers that would otherwise not be possible with current procedural separation standards. Aircraft operators choosing to equip with an ADS-B transceiver and an appropriate onboard decision support system would be able to take advantage of these procedures when operating in proximity to aircraft equipped with a suitable ADS-B transmitter (“ADS-B Out”). The ability to perform in-trail maneuvers to achieve more time at optimum altitudes could result in more efficient and predictable flight profiles thereby saving fuel and in some cases allowing operators to make beneficial operational decisions. NASA first began developing ADS-B ITP in 2003 as a result of a desire to develop methodologies, concepts, and procedures to reduce separation requirements for future air transportation systems using airborne ADS-B. The objectives were to provide insight into the details necessary to reduce separation requirements for the future and to develop applications that could provide incentives for operators to voluntarily equip with transformational technologies. From 2003 to 2008, NASA conducted research that supported the development of ITP including batch simulations, human-in-the-loop experiments and avionics and separation standards development. This research showed enough maturity and benefit that in 2008, the FAA Surveillance and Broadcast Services (SBS) program adopted ADS-B ITP as one of their three key, near-term applications to make use of ADS-B-In. The FAA developed an agreement with NASA to transition the technology and established an FAA project for the purpose of performing an operational trial of ADS-B ITP in revenue service in the summer of 2011. The objectives of the project are to a) validate the operational performance and economic benefits of ITP; and b) develop and validate ADS-B ITP Minimum Operational Performance Specifications (MOPS) material. As a part of this project, the FAA established agreements with United Airlines and Honeywell. The agreements include the work necessary for the development, certification and installation of onboard systems for twelve United Airlines 747-400s. ITP system development is nearly complete and certification activities are underway. The FAA project has also been working with Oakland Oceanic Control Center (ZOA) and the FAA’s Oceanic and Offshore Operations Office to develop controller procedures and safety analyses that are required to support the flight trial. The FAA has also been working on the development of an ITP Operational Specification that should be approved this April. The presentation will cover some of the key aspects of the development, challenges, and integration required to successfully transition ADS-B ITP from a concept in 2003 to flight trials in revenue service in 2011.

Kenneth M Jones

Nonintrusive Diagnostic Strategies for Arcjet Stream Characterization

In the previous lecture, the issues related to arcjet flow modeling were introduced, and the limitations of conventional instrumentation in addressing these issues were discussed. The general level of understanding of the arcjet flows was seen to preclude the use of arcjets as aerothermodynamic test facilities beyond the current role in aerothermal material testing, despite their long test duration capability. In this section, the focus will be on new developments in spectroscopic instrumentation and techniques that can be brought to bear on the fundamental problem of arcjet stream characterization. Although a wide selection of arcjet facilities were introduced in the previous section, the discussion of nonintrusive diagnostic instrumentation will be restricted to the large-scale, segmented, constricted-arc heater facilities that are most widely used in thermal protection material testing for aerospace applications. After a brief review of the important features of arcjet flows, the topic of nonintrusive, optical diagnostics is introduced with a discussion of some of the basic aspects of radiative transitions. The lecture is then organized into two sections covering emission measurements and laser-induced fluorescence measurements. Emission measurements are presented next for different regions of arcjet flows, while the fluorescence measurements are presented for the free stream region only. Summaries are given for each of the two main sections, and observations on arcjet characterization by optical diagnostics in general are given at the end.

Douglas G Fletcher

Thermal Cycle and Capacitance Testing of Mezzo Industries Phase Changer Material Heat Capacitor

Effective Thermal management is essential for the safety and performance of human spacecraft, especially during long-duration missions with fluctuating heat loads. Phase Change Material (PCM) heat exchangers offer a compact, efficient solution by storing and releasing thermal energy through latent heat during phase transitions. This allows PCM systems to buffer transient thermal loads without immediate heat rejection, reducing the need for oversized radiators – particularly critical during ascent and re-entry when radiators are stowed. By maintaining stable temperatures in crew cabins and equipment bays, PCM technology enhances crew comfort, protects sensitive systems, and supports long-term mission sustainability with minimal mass and volume impact. A phase change material heat capacitor prototype, designed and built under a NASA Small Business Innovation Research grant by Mezzo Technologies, utilizes a laser welding microtube manufacturing process that promises increased reliability and performance over current manufacturing methods like brazing. This heat exchanger was tested through coolant thermal cycling within the expected flow rates and temperature range of the Orion spacecraft, the crewed spacecraft taking NASA astronauts to the moon under the Artemis Program. The useful heat storage capacitance was measured and compared to Orion spacecraft requirements.

Active Thermal Control Systems

Benchmarking Bayesian Optimization Frameworks and Acquisition Strategies for Materials Discovery and Autonomous Laboratories

Bayesian optimization (BO) can accelerate materials discovery by guiding expensive experiments toward the most promising processing conditions. We systematically compare five BO surrogate and framework combinations (Gaussian processes in Ax, Gaussian processes and Monte-Carlo neural networks in BayBE, random forests in Lolopy, and tree-structured Parzen (TPE) estimators in Hyperopt) on three benchmarks that mimic common materials design tasks (a discrete solid-electrolyte composition space, a hybrid discrete/continuous laminate-composite design problem solved with micromechanics modeling, and the continuous Ishigami analytic function which is a standard optimization benchmark). Each BO surrogate is paired with posterior mean, probability of improvement, and expected improvement acquisition functions and run for 100 trials from randomized initial samples with uniform random search providing a control. Across five random seeds per setting, BayBE’s Gaussian-process surrogate with expected improvement consistently reached ≥95 % of the known optimum in the fewest evaluations, while Lolopy’s random forest matched or exceeded GP performance on purely categorical or mixed spaces at a higher computational cost. Posterior mean alone often stagnated at local optima, underscoring the need for exploration, whereas probability and expected improvement balanced exploration and exploitation leading to better optimization in fewer trials. Execution times ranged from milliseconds for TPE to minutes for neural-network and random-forest surrogates. These results establish baseline expectations for BO in automated materials laboratories and highlight expected improvement with Gaussian processes as a reliable first choice, with random forests offering a strong alternative when categorical variables dominate. The benchmark suite and code are released to facilitate future surrogate, acquisition, and constraint-handling research in data-driven materials optimization.

Bayesian optimization

Electromagnetic Melt Processing: A Pathway to New Additive Manufacturing Technologies for Functional High-Performance Thermoplastics

In this study, we apply the electromagnetic (EM) melt processing of thermoplastics on an innovative EM field-driven powder bed fusion additive manufacturing (AM) concept for high-performance functional parts: Selective Microwave Melting/Sintering (SMM/SMS). This technique leverages the EM susceptibility of carbon nanotube-coated polymer micro-pellets to achieve rapid, localized heating and powder fusion. Thus, selective microwave melting (SMM) was used to fabricate multilayer specimens made of recycled polyphenylene sulfide (rPPS) and carbon nanotubes (CNTs). The resulting SMM specimens exhibited very good interlayer integrity, localized fusion at pellet boundaries, and tolerable residual porosity, indicating effective fusion and acceptable consolidation. CNT-rich interphases were retained after irradiation, generating anisotropic electrically active network pathways and enabling conductivity enhancement at low filler content. At only 1.0 wt% CNT, the specimens exhibited electrical conductivity approximately three orders of magnitude higher than neat rPPS. Dynamic mechanical analysis showed improved viscoelastic response relative to neat rPPS, while tensile testing confirmed that the SMM-processed specimens retained practical mechanical integrity despite localized voids. These results demonstrate that SMM can effectively consolidate EM susceptible thermoplastic powder beds while preserving their segregated conductive networks. This may become a scalable route for producing multifunctional thermoplastic parts with low filler loadings, tunable anisotropy, and structured materials and parts. Overall, the findings suggest that EM field-based AM can help overcome key limitations of conventional thermoplastic processing by enabling scalable, energy-efficient fabrication of nanostructured composites and expanding AM to a broader range of resins, including high-performance thermoplastics with customized functional properties.

Powder bed fusion

Developing a Pyrolysis Gas Thermal Blocking Model for Reentry Demise

In NASA’s Object Reentry Survival Analysis Tool (ORSAT), aerodynamic drag and aerothermal heating coefficients are computed for each of the free-molecular, continuum, and transitional flow regimes using analytical and semi-analytical methods. These heating coefficients were derived for typical metallic materials that melt and do not have a strong gas-phase contribution to the flow in the boundary layer. Modern satellites typically feature fiber-reinforced polymer (FRP) components, such as solar array booms, facesheets of sandwich panels, or overwraps for composite-overwrapped pressure vessels (COPV). These FRP materials do not behave the same as metals in the reentry environment, but instead will pyrolyze and develop significant volumes of gas into the boundary layer. Accurately predicting the reentry demise of FRP components is critical to assessing the reentry casualty risk for modern spacecraft. Research in recent years has shown that this demisability can depend heavily on how the expulsion of gaseous pyrolysis products through the outer surface of the material affects the heat flux at the surface. The ODPO has been developing a reduced-order model of the effect of pyrolysis gas blowing on the heat flux based on correlations between a blowing factor and a non-dimensional heat flux to be incorporated in the upcoming version 7.3 of the Object Reentry Survivability Analysis Tool (ORSAT). This presentation discusses the progress of this development project and the challenges remaining for generalizing the model across families of FRP materials.

Benton Greene

Advanced Materials for the Lunar Surface: Multiscale Computational Design of Refractory Alloys and Carbides

Emerging operational environments, such as the lunar surface, present novel challenges for NASA and drive the need for advanced materials in applications like fission surface power systems. To address these demands, computational materials science is rapidly evolving to augment or replace costly and hazardous empirical testing. Although materials selection at NASA remains predominantly experimentally driven, advanced simulation methodologies are being steadily integrated into the engineering lifecycle. This work details the application of multiscale simulation techniques—including first-principles calculations, CALPHAD, dislocation dynamics, and molecular dynamics—at NASA's Ames Research Center to evaluate advanced materials for extreme environments. First, we present contributions to the Space Nuclear Propulsion Project. Be-cause propellant channel coatings in nuclear thermal rockets must withstand high-pressure, high-temperature hydro-gen, optimizing these materials is critical. First-principles calculations were employed to establish a rigorous quantitative and qualitative understanding of the behavior of the refractory carbides ZrC, NbC, and their mixtures in high-enthalpy hydrogen environments. This necessitated the generation of high-fidelity thermodynamic models for both stoichiometric and carbon-depleted carbides, both with and without the presence of hydrogen. Furthermore, we highlight efforts under the Refractory Alloy Additive Manufacturing Build Optimization (RAAMBO) project, where existing and novel alloy compositions were assessed for additive manufacturing printability and subsequent performance in applications such as heat pipes and rocket nozzle extensions. This was accomplished through a comprehensive multiscale simulation framework that bridged the gap from the nanometer to the millimeter scale. Across both initiatives, rigorous validation against empirical data was prioritized. By systematically employing a verified and validated computational frame-work, we demonstrate how simulation effectively supports multidisciplinary engineering efforts, builds project-wide confidence, and drives critical materials development.

computational materials

High-density Boron Nitride Nanotube Composites via Surfactant-stabilized Lyotropic Liquid Crystals for Enhanced Space Radiation Shielding

Despite significant technological advancements in space exploration, human space travel and colonization remain limited by the health risks associated with space radiation. Boron nitride nanotubes (BNNTs) have been proposed as an advanced material for space applications due to their high specific strength and efficient radiation shielding capabilities. However, the practical implementation of BNNTs has been slow, primarily due to technological challenges in fabricating structural materials incorporating BNNTs. In this study, a method is presented for fabricating high-density BNNT films that are mechanically robust, exhibit high thermal conductivity, and effectively attenuate space radiation. The key advancement enabling high-density BNNT films is the successful preparation of BNNT liquid crystals (LCs), achieved through the strategic use of a commercial dodecylbenzenesulfonic acid surfactant. This surfactant ensures exceptional BNNT stability in aqueous dispersion, even at concentrations exceeding the LC phase transition threshold. Simulations, estimating the equivalent radiation dose to the human body in space, indicate that a high-density BNNT film with a surface density of 50 g cm−2 reduces the total dose equivalent rate by 56% compared to zero shielding. This enhancement would allow astronauts to extend their mission duration on the lunar surface by a factor of two.

Young-Kyeong Kim

xEMU Spacesuit Boot Lunar South Pole Thermal Vacuum Testing

The Exploration Extravehicular Mobility Unit (xEMU) spacesuit lunar boot was evaluated in the Jet Propulsion Lab (JPL) CITADEL thermal vacuum chamber at lunar South Pole conditions. The JPL CITADEL chamber provides a radiation environment and contact plate temperature of 48K, simulating the temperature of a lunar Permanently Shadowed Region (PSR) at the South Pole of the Moon. The main objectives of the test series are: to evaluate the risk lunar PSRs pose to advanced spacesuit boots, validate the xEMU lunar boot thermal model, and to develop a test methodology to evaluate lunar spacesuit boots. To simulate the thermal effects of a crewmember’s foot inside the boot, a thermal manikin foot was developed to inject heat into the spacesuit boot. Thermal data was collected through a variety of sensors including thermocouples, thermistors, heat flux sensors, and infrared cameras. A test matrix was developed to investigate the variables of foot contact force, simulated skin temperature, external contact plate temperature, and ventilation flowrate. The JPL CITADEL chamber includes a loadlock (airlock) that afforded the ability to simulate the transition of the boot from a thermally neutral IVA condition to a cold EVA condition within seconds. This paper will document the test design, test objectives, success criteria, test support equipment, spacesuit boot to chamber interfaces, and configuration of the test article. Additionally, this paper will document the high-level results of the testing. More detailed test results will be presented in a different paper.

Ben Swartout

xEMU Spacesuit Boot Lunar South Pole Thermal Vacuum Testing

The Exploration Extravehicular Mobility Unit (xEMU) spacesuit lunar boot was evaluated in the Jet Propulsion Lab (JPL) CITADEL thermal vacuum chamber at lunar South Pole conditions. The JPL CITADEL chamber provides a radiation environment and contact plate temperature of 48K, simulating the temperature of a lunar Permanently Shadowed Region (PSR) at the South Pole of the Moon. The main objectives of the test series were: to evaluate the risk lunar PSRs pose to advanced spacesuit boots, validate the xEMU lunar boot thermal model, and develop a test methodology to evaluate lunar spacesuit boots. To simulate the thermal effects of a crewmember’s foot inside the boot, a thermal manikin foot was developed to inject heat into the spacesuit boot. Thermal data was collected through a variety of sensors including thermocouples, thermistors, heat flux sensors, and infrared cameras. A test matrix was developed to investigate the variables of foot contact force, simulated skin temperature, external contact plate temperature, and ventilation flowrate. The JPL CITADEL chamber includes a loadlock (airlock) that afforded the ability to simulate the transition of the boot from a thermally neutral IVA condition to a cold EVA condition within seconds. This paper will document the test design, test objectives, success criteria, test support equipment, spacesuit boot to chamber interfaces, and configuration of the test article. Additionally, this paper will document the high-level results of the testing. More detailed test results will be presented in a different paper.

TVAC

The Future of in-Situ Sequencing-Based Microbial Monitoring: Development of a Shelf-Stable Method for Artemis and Beyond

Microbial monitoring onboard the International Space Station (ISS) is essential for assessing the efficiency of the Environmental Control and Life Support Systems (ECLSS) and providing insight into potential risk to both crew and spacecraft. Historically, this monitoring required the need to culture organisms onboard, return these cultures to Earth, and then complete the identifications, a process that would take months. Over the past decade, and through numerous payloads, advances in molecular biology have enabled in-flight microbial identifications using nanopore sequencing. The swab-to-sequencer method resulting from these efforts was transitioned from research to operations for microbial monitoring under the Crew Health Care Systems (CHeCS) BioMole. Collectively, these accomplishments have propelled the swab-to-sequencer method to be selected as the Microbial Surface Monitor (MSM) for Gateway, as well as a payload on Artemis IV. However, the lack of cold stowage availability for Artemis requires modifications to the entire method due to the thermal instability of the reagents required for sample preparation. To achieve this, new development, optimization, and validations were undertaken. Key considerations included enzyme concentration, buffer compatibility, and equal or enhanced sensitivity and specificity. At each step, thorough side-by-side comparisons with the current ISS method were performed. The development of a robust shelf-stable method will ensure continued sequencing-based microbial monitoring for Artemis and beyond, providing data in near real-time, enhancing risk response time, and yielding clear insight into the microbiome of spacecraft.

Christian G Mena

The Evolution in Coma Molecular Composition of Comet C/2017 K2 (PanSTARRS) Across the H 2 O Sublimation Zone: ALMA Imaging of an H 2 O-Dominated Coma

We report a survey of molecular emission from cometary volatiles using the Atacama Large Millimeter/Submillimeter Array (ALMA) toward comet C/2017 K2 (PanSTARRS) carried out on UT 2022 September 21, 22, and 23 at a heliocentric distance r H 3 OH, and H 2 CO (along with continuum emission from dust) sampled molecular chemistry in C/2017 K2 at the inner edge of the H 2 O sublimation zone, the region from r H 2 O begins vigorously subliming and increasingly dominating comet activity, discerning parent from daughter or extended source species. This work presents spectrally integrated flux maps, production rates, and parent scale lengths for each molecule. CH 3 OH, CO, and HCN were produced within ~250 km of the nucleus, potentially including contributions from sublimation of icy grains. CS was consistent with production from CS 2 photolysis, and H 2 CO required production from extended sources in the coma. An ortho-to-para ratio of 2.9 ± 0.4 for H 2 CO was derived from simultaneously measured transitions of each spin species. The continuum was extended and spatially resolved, consistent with thermal emission from dust in the coma. Analysis of the continuum visibilities provided an upper limit on the nucleus diameter d <6.6 km and coma dust masses of (1.2-2.4) times10 11 kg.

Nathan X Roth

Hybrid Modeling Study on Grain Evolution in the Metal Welding Process and Its Potential Lunar Application

Metal is most commonly used structural material in a wide range of spacecraft, and welding is the principal method for joining metal components into functional systems. However, conducting welding experiments under extreme environments—such as microgravity or vacuum conditions in space—is prohibitively expensive and experimentally challenging. To overcome these limitations, multi-physics computational welding models provide a cost-effective and versatile alternative. In this work, the authors have developed a coupled thermal (fluid) microstructure simulation framework to model metal welding under varying gravity conditions. The framework integrates a mixed-mode heat transfer formulation (conduction, convection, and radiation) with molten pool fluid dynamics, enabling accurate prediction of temperature fields and weld-pool geometry. A grain growth model is further incorporated to capture the spatial and temporal evolution of microstructure, including grain size distribution and morphological transitions during solidification. This approach provides detailed insight into molten pool evolution and grain-level microstructure development throughout the welding process. By explicitly parameterizing environmental conditions, the model supports extrapolation to off-Earth manufacturing scenarios such as welding on the lunar surface. Tantalum—chosen in this study due to its high melting point, oxidation resistance, and mechanical stability at elevated temperatures—serves as the material system for model demonstration. Beyond Tantalum, the integrated multi-physics framework offers broad applicability for predictive welding simulations of various structural and refractory metals or alloys used in extreme terrestrial or extraterrestrial environments.

kinetic Monte Carlo (SPPARKS)

The Effect of Temperature and Pressure on the Distribution of Iron Group Elements Between Metal and Olivine Phases in the Process of Differentiation of Protoplanetary Material

The distribution patterns of Ni, Co, Mn, and Cr were studied in olivines of various origins: from meteorites (chondrites, achondrites, pallasites), which are likely analogs of the protoplanetary material, to peridotite inclusions in kimberlite pipes, which are analogs of mantle material. According to X-ray microanalysis data, each genetic group of olivines is characterized by a specific concentration of these elements. Nickel is concentrated (up to 0.34 percent) in peridotite olivines, while manganese is concentrated in meteoritic olivines. The maximum chromium content (0.2 percent) was found in ureilites, which were formed under reducing conditions. Experiments at pressures of 20 to 70 kbar and temperatures of 1100 to 2000°C have shown that in a mixture of olivine and Ni metal or NiO nickel enters the silicate phase (up to 4 percent), displacing Fe into the metallic phase. Equilibrium temperatures were estimated from the Fe, Ni distribution coefficients between the metal and olivine: 1500 K for pallasites, 1600 K for olivine-bronzite H6 chondrites, 1200 K for olivine-hypersthene L6, 900 K for LL6, and 1900 K for ureilites (at P = 1 atm). The equilibrium conditions of peridotites are close to T = 1800 K and P over 100 kbar. The distribution patterns of the transition elements are explained on the basis of physical-chemical properties. It is concluded that there is a sharp difference between the conditions of differentiation of the protoplanetary material at the time meteorites were formed and the conditions of differentiation of the planets into concentric layers.

A P Vinogradov

On-Orbit Calibration Assessment of NOAA-21 VIIRS Thermal Emissive Bands and Implications for JPSS-4 VIIRS

The Visible Infrared Imaging Radiometer Suite (VIIRS) instrument onboard the NOAA-21 (N21) satellite has been successfully operating for over three years collecting valuable scientific measurements. A large suite of weather forecasting models and scientific research applications are supported with the VIIRS measurements from N21 combined with those acquired from the VIIRS instrument onboard the S-NPP and NOAA-20 spacecraft. Among the 22 VIIRS spectral bands, there are seven thermal emissive bands (TEB) covering the 3.7 to 12.2 µm spectral range at two different spatial resolutions. The VIIRS TEB detectors are calibrated onboard using a blackbody at a controlled temperature and a space view for background signal measurement. In this paper, we discuss the on-orbit performance of the N21 VIIRS TEB using various parameters such as the detector gain, noise, and offset. This on-orbit assessment provides critical insights into instrument behavior and calibration performance that will inform pre-launch testing and post-launch validation strategies for the upcoming JPSS-4 VIIRS mission scheduled for launch in 2027. The methodologies and lessons learned from characterizing the N21 TEB performance will enable more efficient and comprehensive radiometric assessment of the next VIIRS instrument. Specific focus is placed on identifying performance trends and anomaly signatures observed during the N21 commissioning phase that can enhance the JPSS4 instrument checkout procedures and accelerate the transition to routine on-orbit operations. The established performance baselines and uncertainty estimates will serve as an acceptance criterion for the JPSS-4 commissioning activities, ensuring mission readiness and data continuity for operational users.

Amit Angal

Time-History Statistics of Soot Formation in A Model Gas Turbine Combustor

Soot formation is a complex dynamic and intermittent process determined by properties of the fuel, combustor design, and combustor operation. Although the major steps in soot formation (i.e., formation of precursors, inception, growth and evolution) are similar for a variety of carbonaceous fuels, applications, and operating conditions, it remains unclear when the temporal transition between these steps occurs. An engineering prediction tool coupled with computational fluid physics (CFD), therefore needs to accurately model all these complex steps. To develop such a model, we propose the time-history concept for understanding the time dependency of soot formation as a function of local properties (i.e., temperature, velocity, local fuel air ratio, etc.). We continue our previous work with modeling the DLR aero-combustor [1] with our updated in-house CFD code, Open National Combustion Code (OpenNCC), that now includes a Multiple Time-Scale Flamelet Progress Variable approach and a the semi-empirical two-equation soot model. We injected massless tracer particles upstream of the injector region of the combustor to collect time-history statistics of the solution variables. The correlations between the collected statistics with respect to the experimental soot volume fraction data showed that time-history effect of certain flow variables, including turbulent kinetic energy (TKE), and multiple species is indeed important for soot formation. We then conducted a time-history based correlation analysis to determine the key species and the concentration ranges critical for soot formation (C6H5-based nucleation, acetylene-based surface growth, and oxidation with OH and O2). Based on the time-history correlation coefficient (THCC) analysis, we propose possible modifications to improve the current two-equation model.

LES

BEAST: Expanding Sustainable Data Infrastructure for High-Enthalpy Facilities

Reproducible, data-driven thermal protection system (TPS) research requires that experimental records from high-enthalpy testing be consistently structured, traceable, and accessible across campaigns and institutions. In practice, however, arcjet and plasma facilities data remain largely fragmented: raw diagnostics are stored in ad hoc formats, material sample histories are disconnected from test conditions, and metadata standards are absent, precluding systematic cross-campaign analysis and long-term reuse. BEAST (Backend for Experiment Analysis, Storage, and Traceability) is an open-source, web-based platform that addresses these limitations by providing a unified, queryable infrastructure for high-enthalpy ground-test data [1]. First presented at the 15th Ablation Workshop [2], BEAST has since undergone significant development. The platform ingests and structures multi-channel time-series diagnostics, facility configurations, and material property records within a common provenance model, ensuring end-to-end traceability from raw sensor acquisition to reduced experimental quantities. A versioned material library links specimen identity and processing history to the specific runs in which each sample was tested. An integrated modeling workbench enables training and evaluation of regression models directly on archived experimental data, supporting condition interpolation and the construction of empirical material response databases. Beyond its original deployment at NASA Ames Research Center, BEAST has been designed to be facility-agnostic, with ongoing efforts to extend its adoption to other facilities. Its modular architecture accommodates heterogeneous diagnostic setups and facility types, and its future open-source distribution allows institutions to build on a common data standard rather than maintaining isolated, bespoke solutions. BEAST is further integrated within a broader ecosystem of companion tools: arcjetCV [3] extracts recession rates and shock standoff distances from high-speed video using computer vision, and miniSTARscan [4] provides sub-minute, portable photogrammetric surface reconstruction of test articles before and after exposure. All tools share a common data schema, enabling seamless ingestion of surface geometry, imagery, and time-series data into a single, coherent experimental record.

Database