Engineering PapersSearch

SEARCH · Engineering Papers

Results for “Regional-level analysis”

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.

532 records · Page 3

Model Correlation and Thermal Analysis of xEMU Boot at Lunar South Pole Temperatures

The National Aeronautics and Space Administration (NASA) Artemis program plans to send astronauts to the lunar south pole, a region of the moon that is colder than previous lunar missions and low earth orbit operations. The spacesuit boots that will be used on these missions will be directly impacted by these extremely cold temperatures (down to ~50 K). To assess the performance of the Exploration Extravehicular Mobility Unit (xEMU) lunar boot in these extreme temperatures, the boot was tested at the Jet Propulsion Lab (JPL) in the Cryogenic Ice Transfer, Acquisition Development, and Excavation Laboratory (CITADEL) thermal vacuum (TVAC) chamber. This data was used to correlate thermal models to predict operational performance of the boots on the lunar south pole. This paper documents the data analysis, thermal boot model correlation, and operational predictions conducted using data from the xEMU TVAC test. Data from the test series was used to determine expected thermal conductances within the boot and between the boot and environment. These conductances were used to correlate a Thermal Desktop model of the xEMU boot across 10 different test points which varied external temperature, internal boot ventilation flowrate, and contact pressure. The correlated model was then used to predict operational performance in the lunar south pole. While the predictions indicate promising evidence for performance of the boots at the 100K test point, there is still substantial uncertainty in performance, particularly at the 48K test point. The results of this test series and model correlation stress the importance of improved testing for characterizing the expected thermal resistance between the outside of the boot and the lunar surface.

xEMU

Model Correlation and Thermal Analysis of xEMU Boot at Lunar South Pole Temperatures

The National Aeronautics and Space Administration (NASA) Artemis program plans to send astronauts to the lunar south pole, a region of the moon that is colder than previous lunar missions and low earth orbit operations. The spacesuit boots that will be used on these missions will be directly impacted by these extremely cold temperatures (down to ~50 K). To assess the performance of the Exploration Extravehicular Mobility Unit (xEMU) lunar boot in these extreme temperatures, the boot was tested at the Jet Propulsion Lab (JPL) in the Cryogenic Ice Transfer, Acquisition Development, and Excavation Laboratory (CITADEL) thermal vacuum (TVAC) chamber. This data was used to correlate thermal models to predict operational performance of the boots on the lunar south pole. This paper documents the data analysis, thermal boot model correlation, and operational predictions conducted using data from the xEMU TVAC test. Data from the test series was used to determine expected thermal conductances within the boot and between the boot and environment. These conductances were used to correlate a Thermal Desktop model of the xEMU boot across 10 different test points which varied external temperature, internal boot ventilation flowrate, and contact pressure. The correlated model was then used to predict operational performance in the lunar south pole. While the predictions indicate promising evidence for performance of the boots at the 100K test point, there is still substantial uncertainty in performance, particularly at the 48K test point. The results of this test series and model correlation stress the importance of improved testing for characterizing the expected thermal resistance between the outside of the boot and the lunar surface.

thermal analysis

Airports as Energy Nodes Activity Summary

Advanced aircraft concepts that use non-traditional aviation energy storage methods such as batteries or cryogenic hydrogen are in development and expected to enter regular service at airports worldwide within the next decade. The energy needs for these aircraft may quickly overwhelm the existing energy infrastructure at airports, particularly at smaller and more remote facilities. Without energy upgrades, these airports will not be able to host these advanced vehicles, but without the advanced vehicle traffic, these airports will not have the rationale or funding to build up their energy infrastructure. The Airports as Energy Nodes (ÆNodes) activity, a collaboration between the National Aeronautics and Space Administration (NASA) and the National Renewable Energy Laboratory (NREL), was executed to understand and model the energy needs that advanced aircraft concepts may levy on these smaller airports, determine cost-effective approaches to enhance the airport energy infrastructure, and demonstrate the enhanced resilience of these energy infrastructure upgrades to the airport and surrounding community via “digital twin” simulation at relevant energy and dynamic time scales. The ÆNodes team also investigated future reference aircraft designs and materials to enable cryogenic hydrogen storage for aircraft. The ÆNodes team conducted analysis at two U.S. airport partner sites — Winchester Regional Airport in Winchester, Virginia, and Tweed/New Haven Airport in New Haven, Connecticut. The goal of this partnership was to develop data and reference infrastructure designs that could accommodate advanced aircraft in the future at these airports while also enhancing the resiliency of the energy supply to the surrounding airport community, which could be used to capture funding to enable the infrastructure upgrades. Over the course of the study, a method was developed to estimate air traffic requiring advanced energy services over the course of a year using a mix of historical data and companion studies on advanced aircraft transportation networks. The study has concluded at NASA but continues at NREL, who will develop a final report discussing the energy infrastructure upgrades and digital twin results. Preliminary results indicate that unrestricted adoption of advanced battery-electric aircraft may double traffic at these airports and increase peak daily power usage by an order of magnitude, while increase electricity energy needs by a factor of two to four. The infrastructure upgrades necessary to accommodate these increased energy needs could be used to provide enhanced energy services to the airport community to offset the cost and increase the utility of the upgrades, which will be described in the NREL final report.

Airports

Thermal Analysis of the Advanced Modular Power Systems (AMPS) Power Electronic Modules

In an effort to transform future space power system architectures and operations, the Advanced Modular Power Systems (AMPS) project is currently developing an interface standard for power electronic modules to enable modular architectures for space power systems. Each architecture would consist of one or more modular electronic units (MEU) that would comprise of a tailored combination of modules. The standard currently comprises modules enabling switchgear, power conversion, and data interfacing. The objective of the AMPS project is to enable the modularity and interchangeability of different architectures using these standardized modules in hopes of reducing complexity and cost, increasing inherent redundancy and reliability, and minimizing power system redesign for future programs. A key enabler to these future modular architectures will be the thermal management system, which has to contend with acquiring heat from the electronics modules at the card level and then transporting that heat to the radiator of the larger system. The focus of this paper, therefore, will be the thermal design and analysis of multiple AMPS power electronics modules and the development of their thermal-vacuum test.

Modular Power Electronics

Hydrology Copilot: A Cloud-Native Ai System for Hydrological Data Analysis

The emergence of AI-driven Earth observation systems promises to broaden access to petabyte-scale geospatial data beyond domain specialists. However, translating this vision into operational scientific infrastructure requires addressing fundamental challenges in data virtualization, code transparency, and domain-specific reasoning. We present Hydrology Copilot, a cloud-native AI framework for natural-language-driven analysis of Earth observation data. To demonstrate operational capabilities at scale, we implement the system using NASA's North American Land Data Assimilation System version 3 (NLDAS-3), which provides surface meteorological forcing and land-surface model output across North and Central America at 1-km resolution, from which drought diagnostics are derived. The system integrates five core contributions: (1) scalable data virtualization using Kerchunk-based cloud optimized access, achieving a 1.5 to 4.6 times improvement in I/O latency across benchmark queries spanning regional single-day extractions (4.6 times speedup) to continental monthly aggregations (1.5 times speedup); (2) transparent code generation through Microsoft Azure AI Foundry agents that expose executable Python workflows for scientific verification; (3) persistent conversational memory enabling multi-turn analytical discourse across sessions; (4) intelligent query validation that enforces dataset boundaries and resolves ambiguous requests before execution; and (5) a multi-agent architecture coordinating query parsing, code generation, and visualization. We evaluate the system through drought-monitoring workflows, demonstrating reliable code generation, accurate results validated against reference computations and the operational U.S. Drought Monitor, and efficient operation across increasingly complex tasks. By bridging natural-language interfaces with rigorous hydrological analysis, Hydrology Copilot advances beyond proof-of-concept demonstrations to provide a deployable framework for operational Earth science applications.

Data virtualization

Americium-Fuelled Radioisotope Stirling Generator Elegant Breadboard

High power solutions for spacecraft are becoming increasingly sought after in the new era of space exploration, with energy intensive in-situ lunar surface exploration becoming a key part of the roadmap for major space agencies, as well as commercial companies. Nuclear power provides the most feasible solution to achieve continued operation through the long lunar night, and in extended periods in Permanently Shadowed Regions (PSRs). Americium-241 (241Am) is used as the fuel of choice in European Radioisotope Power Systems (RPS). The University of Leicester have developed a number of systems using this fuel type, including a 200 Wth heat source. Building on existing international partnerships, the University of Leicester is continuing to work with NASA Glenn Research Center (GRC) to maximise the electrical output that can be generated from the heat source by progressing the radioisotope-Stirling generator concept to elegant breadboard level, building on the long heritage of dynamic power conversion developments at NASA Glenn. Presented in the following conference paper is the next iteration of the Americium-fuelled Radioisotope Stirling Generator (Am-RSG) Elegant Breadboard, following on from a successful technology demonstration design conducted at NASA Glenn in early 2025. The design laid-out in this paper is a more flight-like version of the technology demonstrator, and is intended to pair with the next generation of Stirling convertor technology, the SunPower Robust Stirling Converter (SRSC). The SRSC is able to operate more efficiently at lower thermal power levels than the previous Advanced Stirling Convertor (ASC), making it more suitable for the 241Am system.

Lunar

A Coaxial Flow Reactor - A Gaseous Nuclear-Rocket Concept

Aspects of a new gaseous nuclear-rocket concept are considered. The principle of this type of cavity reactor is one of maintaining the separation of two coaxial streams - fuel within propellant - rather than attaining the separation of fuel propellant gases within the cavity. An acceptably low uranium consumption rate is possible if the fuel stream can be maintained at an axial velocity which is 1/100 to 1/1000 of the propellant velocity. An elementary hydrodynamic analysis for laminar incompressible flow indicates that the average uranium core velocity may only reach 2 to 11 times the initial core velocity for a typical reactor. The results of a 1-D criticality analysis for a D2O/(235)U system show that the effect of shrinking the fuel region within the reactor cavity is not serious; the effects of moderator heating and structural materials on critical mass are also shown. Overall rocket performance calculations are made for reasonable operating conditions; these results indicate that thrusts from 25,000 to 50,000 pounds and accelerations from 10(exp -1) to 3 g are possible.

Herbert Weinstein

Thermal Design and Thermal Vacuum Testing of the StarBurst Instrument

The StarBurst Multimessenger Pioneer is a small satellite mission serving as a wide-field gamma-ray observatory designed to capture the initial emissions of short gamma-ray bursts, electromagnetic signatures of neutron star mergers. This paper presents the final thermal design and analysis of the StarBurst Instrument, comprising the bus-to-instrument interface plate, control electronics, and twelve crystal detector units, which form the core of the mission’s science capability. The passive thermal control system design requires consideration of restrictive keep-out zones, unknown orbital parameters, and narrow temperature limits of the detectors. Also summarized is the instrument level thermal vacuum cycle test, correlated model refinements, and updated model results. Following successful completion of the instrument test campaign, the hardware was integrated with the spacecraft bus for spacecraft level testing, including additional thermal vacuum testing. The results from the spacecraft level thermal vacuum test will further inform the instrument thermal model, ensuring accurate flight temperature predictions. StarBurst launches as a secondary payload in 2027 and has a mission duration of at least one year.

StarBurst

Scientific Highlights and Status of the Mars Science Laboratory Mission, Years 9 through 12

We present the scientific highlights and status from years 9-12 of NASA’s Mars Science Laboratory mission, with its Curiosity rover. A thermochemolysis-based sample analysis revealed a variety of organic molecules preserved in clay mineral-rich lake/lake margin deposits of the Glen Torridon region. The stratigraphically higher clay-sulfate mineral transition on Aeolis Mons was found to be associated with a lithological change from lacustrine to dry aeolian depositional environments. Water intermittently returned to the surface after the increase in aridity, including during the deposition of wave ripple strata which indicate a climate capable of sustaining an ice-free lake in the early Hesperian. The overlying Mg sulfate-bearing unit has both poly- and monohydrated Mg sulfates and is also enriched in iron carbonate of a purity consistent with chemical sedimentation and therefore atmospheric sequestration. A channel-incised canyon within Gediz Vallis and distal alluvial deposits recorded numerous fluvial and debris flow events after the deposition, lithification, and erosion of the clay- and sulfate-bearing units. Bright clasts found in Gediz Vallis canyon are composed of native sulfur. The investigation of the modern atmosphere and environment focused on the influence of the crater and mountain topography and captured high-altitude noctilucent and iridescent clouds. Radiation monitoring now spans an 11-year solar cycle. Rover systems and science instruments remain capable of addressing mission scientific objectives. All ten scientific instruments continue to return high-value data despite degradation of the Chemistry and Camera instrument’s high-voltage system, loss of multispectral imaging capability, and loss of active neutron spectroscopy. The mission has mitigated the loss of redundant brakes on two arm joints, additional wheel wear, and highly reduced capability of the redundant flight computer. Efficiency improvements in rover energy utilization and operations staffing have allowed the mission team to maintain a high level of productivity despite declining rover power generation and funding.

Mars

Construction of an Exact Pressure-Equilibrium Scheme for the Five-Equation Two-Phase Flow Model With Thermal Relaxation

Numerical simulation of compressible multiphase flows based on the four-equation (homogeneous relaxation) model is known to suffer from two fundamental difficulties with (a) wave propagation and (b) pressure equilibrium preservation. First, the mixture sound speed exhibits non-monotonic dependency with respect to the volume fraction, which leads to robustness issues in the resolution of shocks and acoustic wave propagation across two-phase regions. This difficulty can be mitigated by solving Allaire’s five-equation model augmented with infinitely fast phasic temperature equilibrium, from which solutions of the four-equation model can be recovered. However, when temperature is non-uniform, this augmented five-equation formulation still fails to preserve pressure equilibrium across material interfaces. In this work, we propose a fully conservative numerical scheme that exactly preserves pressure equilibrium at the discrete level for the augmented five-equation model, for arbitrary initial distributions of temperature and volume fraction. Combined with the monotonic sound speed property of the five-equation formulation, the proposed pressure-equilibrium preserving scheme significantly improves robustness in the presence of strong multiphase interactions, including shock–interface interactions and advection of material interfaces.

ESG

Updated global and regional trends of stratospheric ozone profiles

We present updated evaluation of stratospheric ozone profile trends in the 60° S–60°N latitude range using long-term ground-based and satellite climate data records, as well as simulations by chemistry-climate models. The trends are evaluated using the LOTUS (Long-term Ozone Trends and Uncertainties in the Stratosphere) regression model. Analyses of satellite data confirm the statistically significant positive ozone trends in the period 2000–2024 in the upper stratosphere of ~1–3% per decade, with larger trends at mid-latitudes compared to the tropics. The trends are slightly positive or close to zero in the middle stratosphere, and mostly negative, -1 to -2% per decade, in the lower stratosphere, but they are not statistically significant. The morphology and magnitude of ozone trends are similar to previous analyses (2000–2020 trends). Ozone trends in 2000–2024 predicted by chemistry-climate model simulations are in good agreement with combined satellite trends. In the upper stratosphere, models predict a slightly stronger ozone recovery than observations. In the lower stratosphere, both models and satellite observations report negative trends in the tropics, while modelled ozone trends are slightly positive at mid-latitudes. Ozone profile trends over several stations estimated from ground-based records capture the same overall vertical pattern of ozone trends as merged gridded satellite datasets. Analyses of regional ozone profile trends in 2003–2024 using merged satellite datasets confirmed the previous observations of a longitudinal structure in ozone trends in the NH mid-latitude stratosphere, with positive trends over Scandinavia and negative trends over Siberia. However, the magnitude of this dipole-like structure is reduced compared to previous analyses.

trends

LES-Based Analysis of Film Cooling in a High-Pressure Turbine Rotor Including Effects of Purge and Tip Flow

Accurate modeling of coolant airflows, which form protective films over turbine blades, is essential for designing fuel-efficient and environmentally sustainable gas turbine engines. Excessive coolant reduces thermal efficiency, while insufficient coolant leads to blade overheating and causes damage. Therefore, precise prediction of flow field interactions with cooling air is critical for optimizing turbine performance. This study numerically investigates the cooling effectiveness of purge and film cooling flows within a high-pressure turbine (HPT) rotor using Large Eddy Simulation (LES). The study utilizes NASA Glenn Research Center’s Glenn-HT solver. The simulation models ethe conditions of the Penn State University START rotating rig. A high-fidelity structured mesh comprising up to 800 million cells is employed to resolve high-Reynolds number flow (Re ≈ 350,000) and to capture intricate secondary flow structures, including tip leakage and purge-induced vortices. Film cooling effectiveness computations are highly sensitive to boundary conditions at the cooling holes and to grid resolution. Even with well-resolved grids and included plena, strong mixing challenges traditional eddy viscosity models. To address this, a simplified configuration is simulated: a truncated row of shaped holes on the suction side near the leading edge and a row on the pressure side, both fed from internal plena while the purge slot and tip clearance are also modeled. Two isothermal LES cases are conducted at two distinct wall temperatures, which yield the adiabatic wall temperature and the heat transfer coefficient. The definition and means of computation of the effectiveness is discussed in this paper. The simulations reveal detailed three-dimensional unsteady flow features, including coherent vortical structures and secondary flows originating from the purge cavity. Film cooling effectiveness and Nusselt number distributions are presented for both the blade surface and tip, highlighting regions of elevated heat transfer and complex thermal behavior. These findings underscore the importance of high-resolution LES and realistic boundary conditions in capturing the dynamics of purge and film cooling, offering valuable insights for improving turbine blade design and thermal management strategies.

Secondary Flows

Multidisciplinary Design Optimization and Analysis of an Open Rotor Stage: Part 1

Successful design of open rotor propulsors requires effective analysis across multiple disciplines, including aerodynamics, acoustics, and structures. A viable design must not only be efficient but must also produce an acceptable level of noise and meet all static and dynamic structural requirements. For design and optimization, this is especially challenging because running high fidelity analyses is resource-intensive, and optimizing a design may require many thousands of cases to be analyzed. For this reason, the NASA team has applied design methodology that utilizes low-cost aerodynamic methods, machine learning models, and high-fidelity analyses when necessary. This includes standard two-dimensional methods such as throughflow analysis and quasi-3D blade-to-blade CFD, as well as some newly developed methods. Optimization using 3D CFD is necessary to maximize performance, and this is considered as well. All optimizations are carried out subject to structural constraints evaluated using finite element analysis. Doing this accurately requires a robust trunnion design, capable of pitching the blade between cruise and takeoff conditions while maintaining acceptable factor of safety. Hot to cold analysis must also be applied in order to correctly determine the as-manufactured shape. For acoustics, the unsteady pressures on the blade surfaces must be predicted, and this can be done either through full-annulus unsteady CFD or through a nonlinear harmonic method (NLH). NLH can run much faster, allowing some acoustic considerations to be made earlier in the design process. The design process is ongoing, and this presentation will review the current status and planned next steps. This part of the talk will focus on aerodynamic performance and be followed by a talk on structures and acoustics.

Design

An Overview of CMIP5 and CMIP6 Simulated Cloud Ice, Radiation Fields, Surface Wind Stress, Sea Surface Temperatures and Precipitation over Tropical and Subtropical Oceans

The potential links between ice water path (IWP), radiation, circulation, sea surface temperature (SST) and precipitation over the Pacific and Atlantic Oceans resulting from the falling ice radiative effects (FIREs) are examined from present day model outputs of CMIP5 and CMIP6. The latter is divided into two subsets with (SON6) and without FIREs (NOS6) as more models with FIREs are included in CMIP6 than in CMIP5. Improvement in floating cloud ice (~20 g m-2) is noticeable over convective regions in CMIP6 relative to CMIP5. The inclusion of FIREs in SON6 subset may contribute to reduce biases of overestimated outgoing longwave radiation and downward surface shortwave and overestimated reflected shortwave at the top of the atmosphere (TOA) by magnitudes of 4?8 W m-2 over convective regions against CERES, compared to NOS6 subset. The reduced biases in radiative fluxes in convective regions stabilize the atmosphere and lead to circulation, SST, cloud and precipitation changes over the trade-wind regions, as seen from improved radiative fluxes (4?15 W m-2), surface wind stress biases, SST (0.2?0.8 K) and precipitation (1 mm day-1) biases. The significant improvement from NOS6 to SON6 leads to improved multi-model means for CMIP6 relative to CMIP5 for radiation fields over the trade wind regions but the degradation over convective zones is attributed to NOS6 subset. The results suggest that other sources of uncertainty and deficiencies in climate models may play significant roles for reducing discrepancies although FIREs, via radiation-circulation coupling, may be one of the factors that help to reduce regional biases.

Jui-Lin F Li

Thermal-Fluid Analysis of a Liquid-Cooled Battery Module for Electrified Aircraft

The development of safe, energy-dense batteries is critical to advancing hybrid electric and fully electrified aircraft propulsion. Achieving this capability requires a thermal management system that can maintain battery performance and safety under demanding operational conditions. The objective of this project is to support the maturation of next-generation lithium-ion batteries for electrified aircraft by conducting performance testing on integrated battery modules, specifically a 2-cell series configuration module housed within an aluminum enclosure. Designed to operate at a nominal 7.2 V with discharge rates up to 2.5C, the module will eventually be used to power an electric motor and DC-DC converter, generating substantial thermal loads that must be effectively managed to increase the usable energy and power density of electrified aircraft. To address these thermal challenges, this study presents the development and thermal-fluid analysis of a liquid-cooled thermal management system. While the full aircraft architecture utilizes an eight-string configuration, the present work evaluates a representative single-string water coolant loop to characterize baseline performance. The active cooling loop circulates water through a reservoir, pump, the battery module, and a variable area flow meter. Key performance metrics including component-level temperatures, mass flow rates, and pressure drops are quantified across the loop. Across discharge rates ranging from 0.5C to 2.5C, the active thermal loop consistently and effectively removed heat from the module, validating the design approach and confirming readiness for further development. The validated thermal performance indicates a path toward scalable battery modules that could enable energy and power dense systems for hybrid electric aircraft.

Electrified Aircraft

An Investigation of State-Space Model Fidelity for SSME Data

In previous studies, a variety of unsupervised anomaly detection techniques for anomaly detection were applied to SSME (Space Shuttle Main Engine) data. The observed results indicated that the identification of certain anomalies were specific to the algorithmic method under consideration. This is the reason why one of the follow-on goals of these previous investigations was to build an architecture to support the best capabilities of all algorithms. We appeal to that goal here by investigating a cascade, serial architecture for the best performing and most suitable candidates from previous studies. As a precursor to a formal ROC (Receiver Operating Characteristic) curve analysis for validation of resulting anomaly detection algorithms, our primary focus here is to investigate the model fidelity as measured by variants of the AIC (Akaike Information Criterion) for state-space based models. We show that placing constraints on a state-space model during or after the training of the model introduces a modest level of suboptimality. Furthermore, we compare the fidelity of all candidate models including those embodying the cascade, serial architecture. We make recommendations on the most suitable candidates for application to subsequent anomaly detection studies as measured by AIC-based criteria.

Space Shuttles

Under Pressure: The Artemis I Heatshield Char Loss Investigation and Artemis II’s Successful Entry

Following the successful Artemis I skip reentry on December 11, 2022, unexpected char liberation from the Orion heat- shield prompted formation of an Anomaly Response Team to determine root cause and establish flight rationale and corrective actions for subsequent missions. Through a comprehensive investigation including detailed hardware analysis, modeling & simulation, and ground testing, the team determined that the low permeability Avcoat experienced extreme internal gas pressure buildup during the skip entry that could not adequately outgas, leading to crack formation and char liberation. Key discoveries included significant performance differences between permeable and impermeable heatshield regions and successful replication of the anomaly through ground testing. Based on extensive ground testing and analysis, Artemis II flew a modified trajectory without the skip entry to minimize crack-inducing conditions, and successfully splashed down on April 10, 2026 with significantly reduced char loss. For Artemis III and beyond, a corrective action was implemented to produce a more permeable version of Avcoat that will substantially reduce internal pressure accumulation during entry.

Artemis II

Microbiological Characterization and Concerns of the International Space Station Internal Active Thermal Control System

Since January 1999, the chemical the International Space Station Thermal Control System (IATCS) and microbial state of (ISS) Internal Active fluid has been monitored by analysis of samples returned to Earth. Key chemical parameters have changed over time, including a drop in pH from the specified 9.5 +/- 0.5 ta = 58.4, an increase in the level of total inorganic carbon (TIC), total organic carbon (TOC) and dissolved nickel (Ni) in the fluid, and a decrease in the phosphate (PO,) level. In addition, silver (AS) ion levels in the fluid decreased rapidly as Ag deposited on internal metallic surfaces of the system. The lack of available Ag ions coupled with changes in the fluid chemistry has resulted in a favorable environment for microbial growth. Counts of heterotrophic bacteria have increased from less than 10 colony-forming units (CFUs)/l00 mL to l0(exp 6) to l0(exp 7) CFUs/100 mL. The increase of the microbial population is of concern because uncontrolled microbiological growth in the IATCS can contribute to deterioration in the performance of critical components within the system and potentially impact human health if opportunistic pathogens become established and escape into the cabin atmosphere. Micro-organisms can potentially degrade the coolant chemistry; attach to surfaces and form biofilms; lead to biofouling of filters, tubing, and pumps; decrease flow rates; reduce heat transfer; initiate and accelerate corrosion; and enhance mineral scale formation. The micro- biological data from the ISS IATCS fluid, and approaches to addressing the concerns, are summarized in this paper.

Monsi C Roman