Search NASASearch

SEARCH · Search NASA

Results for “nitrogen/analysis for hydrogen, equipment and method for”

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.

3,356 records · Page 81

Mission Design Considerations for a Low-Thrust Spacecraft

Developing an executable low-thrust trajectory for use in a spaceflight mission requires the design and optimization of a deterministic trajectory as well as the validation that the selected architecture is robust to some set of uncertainties, execution errors, and potential contingencies. Uncertainty in the ability of the spacecraft and its launch vehicle to execute a trajectory as well as potential deviations such as in-flight anomalies combine with design-to constraints and requirements to complicate the optimization problem. The approach by which robust mission design was accomplished for the initial capability of NASA’s Gateway is presented as well as associated results.

NRHO

Mission Design Considerations for a Low-Thrust Spacecraft

Developing an executable low-thrust trajectory for use in a spaceflight mission requires the design and optimization of a deterministic trajectory as well as the validation that the selected architecture is robust to some set of uncertainties, execution errors, and potential contingencies. Uncertainty in the ability of the spacecraft and its launch vehicle to execute a trajectory as well as potential deviations such as in-flight anomalies combine with design-to constraints and requirements to complicate the optimization problem. The approach by which robust mission design was accomplished for the initial capability of NASA’s Gateway is presented as well as associated results.

mission design

Combustion for future supersonic transport propulsion

Even with it's marginal performance, Concorde has demonstrated that supersonic civil aircraft are a practical proposition. A second generation machine will need sufficiently good performance for a robust operating system that can provide reliable, frequent service with competitive economics. Additionally, the propulsion system must be acceptable environmentally. That is it must create acceptable noise levels around airports and have acceptable emissions throughout its mission including cruise. Whatever devices may be used to improve the acceptability at subsonic flight conditions, the high operating temperatures at cruise can create difficult targets for the operation of the combustion system both mechanically and in the combustion process itself. While the driving force is ever better fuel consumption and weight to achieve economic viability, a future supersonic transport engine will have cycle temperatures limited only by the mechanical integrity of the major components. The environment of the major components in modern gas turbine engines is dominated by the air delivered by the compressor system. Consequently the maximum compression temperature is governed by materials available for the turbine and compressor discs. The continued improvement of the disc material leads to combustion inlet temperatures beyond today's experience and sets difficult targets for combustion system emissions. This is worsened by the requirement being at cruise and therefore maintained for the major part of the mission. Problems such as creep and oxidation of metallic parts are also considered.

B. W. Lowrie

Battery selection for space experiments

This paper will delineate the criteria required for the selection of batteries as a power source for space experiments. Four basic types of batteries will be explored, lead acid, silver zinc, alkaline manganese and nickel cadmium. A detailed description of the lead acid and silver zinc cells while a brief exploration of the alkaline manganese and nickel cadmium will be given. The factors involved in battery selection such as packaging, energy density, discharge voltage regulation, and cost will be thoroughly examined. The pros and cons of each battery type will be explored. Actual laboratory test data acquired for the lead acid and silver zinc cell will be discussed. This data will include discharging under various temperature conditions, after three months of storage and with different types of loads. A description of the required maintenance for each type of battery will be investigated. The lifetime and number of charge/discharge cycles will be discussed.

Francisco, David R.

Tensorized Interior Radiative Heat Transfer for a Scalable and Calibrated Building Energy Simulator

Building energy simulation is a critical tool for developing and testing advanced control strategies, such as Reinforcement Learning (RL), to provide demand flexibility and affordable energy costs. The recently introduced Smart Buildings Control Suite (sbsim) provides a lightweight, scalable, and data-calibrated simulation environment based on a 2D finite-difference model. However, the initial model primarily focused on conductive and convective heat transfer, neglecting the significant impact of long-wave radiative heat exchange between interior surfaces. This paper presents a significant extension to the sbsim framework by incorporating a physically-grounded model for interior radiative heat transfer. Our primary contribution is the development and integration of a fully tensorized radiative heat transfer module, which preserves the computational efficiency and scalability of the original simulator. This was achieved by developing a pipeline for view factor calculation, including an algorithm to identify directly seeing surfaces within complex floor plans, and formulating the net radiation equations for efficient execution on modern hardware accelerators. We validate the numerical accuracy of our tensorized implementation by comparing its results against a traditional iterative approach, demonstrating identical outcomes. This enhancement increases the physical fidelity of sbsim, enabling more accurate training of RL agents for building energy optimization.

Ham, Sang woo

Battery Study for the Shuttle Orbiter EAPU Upgrade

The use of Electric Auxiliary Power Unit (EAPU) in commercial, and military aviation, and in commercial electric automobiles, is reviewed. The specifications of the battery to be used in the space shuttle are reviewed, and the possible vendors discussed. The testing activity and the reliability and the safety features are presented.

Otzinger, Burton

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

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

Are CO2 batteries ready for the grid? A cross-cutting deployment checklist

Metal-CO2 batteries have attracted considerable research interest in the past decade due to the utilization of the greenhouse CO2 gas. The low cost and abundance of CO2 feedstocks, together with high specific capacity metal anodes, make this technology a promising candidate for electricity-demanding data centers and grids. However, nonstandard data reporting, ambiguous hardware designs, and questionable cycling parameters have emerged as the field has grown. A clear checklist and standardized reporting format for research and development are urgently needed. Here, after carefully re-analyzing 15 Na-CO2 and 9 Li-CO2 studies, we propose a general checklist and a flowchart for CO2 batteries and related gas conversion systems. Specific performance values from a deployment-oriented perspective, based on commercial lithium iron phosphate batteries, are integrated into the list. We frame research and development efforts around grid-relevant outputs, including areal rate and capacity, cyclability, gas utilization, and safety. While illustrated for Na- and Li-CO2 cells, this framework is directly transferable to other CO2 batteries and air/oxygen batteries, helping align benchtop demonstrations with systematic metrics that ultimately govern future deployment.

Wu, Wenda [ORNL] (ORCID:000900033307687X)

Evaluation of Cycle Life and Characterization of YTP 45 Ah Li-Ion Battery for EMU

Li-ion batteries, with longer cycle life and higher energy density features, are now more and more attractive and applied in multiple fields. The YTP 45 Ah Li-ion battery has been evaluated here and may be employed in EMU in the future. Evaluations were on: (1) Cycle life tests - 500 cycles total (completed 40 cycles in simulated shuttle use mode and 460 cycles in an accelerated use mode, and recorded differential voltage of individual cell in battery); (2) Characterization test - discharge capacity measurement in environment temperature of -10, 25, 50 C before and after 500 cycles; and (3) Thermal testing - charge and discharge at 50 C and -10 C before and after 500 cycles. The battery showed less than a 9% drop of initial discharge capacity and energy within 500 cycles with 475 cycles 59% DOD plus 25 cycles 100% DOD. The EOD voltage ranged from 16.0 to 18.0 V, which fits the requirement for operating the EMU.

Deng, Yi

Dynamic environments for space shuttle payloads

Payload bay dynamic data from the first two space shuttle flights are summarized and evaluated. Development of dynamic environment design and test criteria for shuttle payloads from measured flight data is discussed. Factors that must be considered are flight to flight variations, spatial variations, temporal variations, measurement bias errors and the degree of confidence desired that a predicted environment will not be exceeded in flight. Summary and conclusion reports will be published after STS-4 and at appropriate intervals thereafter. The nature of these future reports and their impact on the user community is discussed.

Dennis L Kern

Online Prediction of Battery Discharge and Estimation of Parasitic Loads for an Electric Aircraft

Predicting whether or not vehicle batteries contain sufficient charge to support operations over the remainder of a given flight plan is critical for electric aircraft. This paper describes an approach for identifying upper and lower uncertainty bounds on predictions that aircraft batteries will continue to meet output power and voltage requirements over the remainder of a flight plan. Battery discharge prediction is considered here in terms of the following components; (i) online battery state of charge estimation; (ii) prediction of future battery power demand as a function of an aircraft flight plan; (iii) online estimation of additional parasitic battery loads; and finally, (iv) estimation of flight plan safety. Substantial uncertainty is considered to be an irremovable part of the battery discharge prediction problem. However, high-confidence estimates of flight plan safety or lack of safety are shown to be generated from even highly uncertain prognostic predictions.

Battery Discharge Prediction

Improvement of Odor Control for the UWMS Hard-Sided Fecal Canister and the Alternate Fecal Canister

On longer range exploration missions, the mass and volume of critical hardware and consumables required to support crew will pose a big stowage challenge. This includes the hardware for the collection and storage of human metabolic solid waste. The amount of stowage needed for this hardware both before (empty) and after (full) use will be a significant burden on the overall spacecraft habitable volume, layout, and design. To help with this challenge, the National Aeronautics and Space Administration (NASA) Mars Campaign Office (MCO) Logistics Reduction (LR) Portfolio has developed a collapsible canister for the collection and containment of fecal deposits. The Alternate Fecal Canister (AFC) is a collapsible alternative to the exploration toilet Hard-sided Fecal Canister (HFC). The AFC in its empty state has a volumetric benefit to smaller vehicles on longer missions. The current designs for HFC and AFC were tested with human fecal material for odor containment at White Sands Test Facility (WSTF) where the tests on both were unsuccessful. The source of the lack of containment was isolated to a gasket used on both HFC and AFC. The gasket used was found to be open cell in design. This paper provides a summary of the materials selection and testing process to identify a replacement gasket material with the intention to replace the gaskets on both existing units as well as incorporate it into the designs going forward for future builds for exploration. Details will be provided on the design of the canisters interface with the odor bacteria lid which led to the selection of the thickness of the desired replacement. Finally, the paper will provide an update on the testing in advance of a return to WSTF for final testing and detail plans to complete testing and perform a demonstration on ISS with UWMS.

Toilet

Transit Thermal Control Design for Galileo Entry Probe for Planet Jupiter

A totally passive design was completed for the thermal control of the Galileo entry probe during its transit to the planet Jupiter. The design utilizes radio isotope heater units, multilayer insulation blankets and a thermal radiator in conjunction with a design conductance support structure to achieve both the required storage and critical initial planet atmosphere entry temperatures. The probe transit thermal design was completed and verified based on thermal vacuum testing of a prototype probe thermal test model.

George C. Haverly

Dark energy survey year 3 results: likelihood-free, simulation-based w CDM inference with neural compression of weak-lensing map statistics

We present simulation-based cosmological wcold dark matter (wCDM) inference using dark energy survey year 3 weak-lensing maps, via neural data compression of weak-lensing map summary statistics: power spectra, peak counts, and direct map-level compression/inference with convolutional neural networks (CNN). Using simulation-based inference, also known as likelihood-free or implicit inference, we use forward-modelled mock data to estimate posterior probability distributions of unknown parameters. This approach allows all statistical assumptions and uncertainties to be propagated through the forward-modelled mock data; these include sky masks, non-Gaussian shape noise, shape measurement bias, source galaxy clustering, photometric redshift uncertainty, intrinsic galaxy alignments, non-Gaussian density fields, neutrinos, and non-linear summary statistics. We include a series of tests to validate our inference results. This paper also describes the Gower Street simulation suite: 791 full-sky pkdgrav3 dark matter simulations, with cosmological model parameters sampled with a mixed active-learning strategy, from which we construct over 3000 mock dark energy survey lensing data sets. For wCDM inference, for which we allow –1 < w < –$\frac{1}{3}$⁠, our most constraining result uses power spectra combined with map-level (CNN) inference. Using gravitational lensing data only, this map-level combination gives Ω m = 0.283$^{+0.020}_{–0.027}$⁠, S 8 = 0.804$^{+0.025}_{–0.017⁠}$, and w < –0.80 (with a 68 per cent credible interval); compared to the power spectrum inference, this is more than a factor of two improvement in dark energy parameter (Ω⁠ DE , w⁠) precision.

79 ASTRONOMY AND ASTROPHYSICS

Hybrid Power Purchase Agreements for Flexible 24/7 Energy Delivery – A Comprehensive Review of Current Practices and Research Pathways

Power Purchase Agreements (PPAs) are becoming increasingly preferred among large energy consumers, such as data centers, to secure cost-effective energy and meet accelerating demand growth. Traditionally, variable renewable energy (VRE)-based PPAs operate on a pay-as-produced basis, balancing supply and demand for a relatively longer duration (e.g., annually). However, the focus is shifting toward matching supply and demand on an hourly basis to fully meet energy needs. This shift requires the integration of flexible energy resources, such as hydropower, thermal generation, and energy storage, to complement VRE sources like wind and solar, forming the foundation for 24/7 PPA. This work contributes by: (i) reviewing emerging market trends and current practices in PPA procurement, supported by data on PPA prices and technology portfolios; (ii) synthesizing the existing literature on modeling approaches for contract pricing, quantities, hybrid resource procurement, and risk management in 24/7 PPA design, while identifying key research gaps; and (iii) proposing an integrated 24/7 PPA design framework along with two contracting mechanisms from the perspectives of both PPA providers and consumers. The proposed framework highlights critical modeling challenges, risk-allocation issues, and future research opportunities for 24/7 PPA design.

24/7

Digitally-Engineered Impact Resistant Aerogel Composites for MMOD Protection (DIRAC-MP)

This project implemented a digital-engineering approach to optimize the impact absorption performance of polymer aerogels and aerogel-based composites for Micrometeoroids and Orbital Debris (MMOD) containment. We developed a curated materials database and a machine-learning framework to derive composition-response relationships, enabling predictive design and targeted material selection. In support of experimental validation, a split Hopkinson pressure bar (SHPB) test rig, specifically adapted for low-density aerogel materials, was designed and built in-house. This project accelerates the development of new aerogel formulations, producing candidate materials tailored for enhanced impact-absorption behavior.

Sadeq Malakooti

Physics-Based Modeling and Simulation of Emerging Battery Technologies for Aerospace

Recently there is a growing interest in the aviation sector to reduce air and noise pollution. Electrochemical energy storage devices such as batteries coupled with a distributed electric propulsion system can reduce noise concerns as well as emissions and allow the concept of Urban Air Mobility to come to fruition. The battery performance needs to improve considerably compared from current state-of-art Li-ion battery (about 200Wh/Kg) to realize all-electric passenger jet for short flights (up to 690 miles). NASA is exploring lithium-oxygen battery chemistry to power hybrid (battery powered electrical system) and all-electric aircraft for short distance and long-distance flights. Li-O2 is one of the advanced Li-ion technologies that promise to provide specific energy of more than 750Wh/Kg. For this presentation, we present our work on improving power density of Li-O2 batteries through the use of multiphysics simulations. Next, a path is outlined to port these model to simulate performance for a new battery chemistry for space application, Li-CO2. Li-CO2 uses carbon dioxide as the active material instead of oxygen. Although this technology is in its early development, the offers two benefits: it can be used as a CO2 scrubber, as oxygen is one of the by-products on charging, and as a backup or a standalone battery for various Mars or Venus missions, where the carbon dioxide content in the atmosphere is high and need battery to operate at higher temperatures.

Mehta, Mohit