Engineering PapersSearch

SEARCH · Engineering Papers

Results for “CONTAINMENT SYSTEMS”

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 973 records · Page 54

Earned Value Management (EVM) System Description

The purpose of this Earned Value Management (EVM) System Description is to provide guidance in NASA’s Earned Value Management Capability for the effective application, implementation, and utilization of EVM on NASA programs, projects, major contracts and subcontracts. EVM is a project management process that effectively integrates a project’s scope of work with schedule and cost elements for optimum project planning and control. The goal is to achieve timely and accurate quantification of progress that will facilitate management by exception and enable early visibility into the nature and the magnitude of technical problems as well as the intended course and success of corrective actions. This system description contains detailed information on implementation of EVM processes, procedures, roles and responsibilities.

Schumann, Deborah C.

Constraining Venus Cloud Habitability: Earth's Aerobiosphere as an Analogue Environment

The potential habitability of Venus's cloud and haze layers has been debated for decades, with interest fueled by observations including disequilibria in atmospheric chemistry, strongly UV-absorbing particles, and (most recently) a controversial phosphine detection. Venus cloud temperature and pressure are clement by Earth standards; however, the calculated high acid activity and low water activity may exceed the limits of Earth biochemistry, based on observed life in extreme environments. A significant challenge in understanding Venus's habitability is the lack of an appropriate terrestrial analogue environment. Life has not been found in hydrothermal systems approaching Venus aerosol acidities, but these systems also contain high levels of other harsh solutes. Earth's stratospheric sulfate layer is a partial match in terms of acidity, desiccation, size, and isolation from the surface, but the few samples returned from these altitudes have yielded only sparse, inactive cells. Earth's tropospheric cloud droplets have an active microbial presence, but are larger and far more water-rich than Venus aerosols; tropospheric times aloft are also similar to microbial generation times, making Earth's aerobiosphere dependent on continuous surface replenishment. Direct detection of potential biosignatures from a single transect is challenging; Earth's cloud microbiota yields 102 - 108 viable cells per mL, equivalent to one per 103 - 109 particles, with highly dynamic and heterogeneous distribution. The most important in situ measurement for Venus cloud habitability is detailed aerosol composition: confirmation of acid and water activity, presence of potentially bioavailable nutrients and energy, and potential presence of organic matter. Modeling Venus cloud aerosol residence time in comparison to periodic influxes of water and photochemical energy, and thus the ability of an ecosystem to maintain itself over time, would also address a significant habitability constraint particular to aerobiospheres.

Venus

Earned Value Management (EVM) System Description

The purpose of this Earned Value Management (EVM) System Description is to provide guidance in NASA’s Earned Value Management Capability for the effective application, implementation, and utilization of EVM on NASA programs, projects, major contracts and subcontracts. EVM is a project management process that effectively integrates a project’s scope of work with schedule and cost elements for optimum project planning and control. The goal is to achieve timely and accurate quantification of progress that will facilitate management by exception and enable early visibility into the nature and the magnitude of technical problems as well as the intended course and success of corrective actions. This system description contains detailed information on implementation of EVM processes, procedures, roles and responsibilities.

Christopher Lewis Sadler

Earth Entry System Atmosphere Model Study

The Mars Sample Return Campaign has the ambitious goal of returning Mars samples back to Earth [1]. The Earth Entry System (EES), containing the samples, conducts entry, descent, and landing (EDL) on a direct Earth trajectory. During EDL, the EES traverses through many regions of Earth’s atmosphere before impacting the ground at Utah Test and Training Range (UTTR). This poster highlights preliminary results from a study that assessed the flight mechanics simulation sensitivity to atmosphere model settings and investigated the validity of current atmosphere models as compared to available atmospheric data measurements.

Rohan Deshmukh

Enabling Cloud Services and Enhanced Data Discovery With Earthdata-Varinfo

NASA’s Earth Observing System Data and Information System (EOSDIS) contains thousands of Earth science datasets from satellites, models, and field campaigns. Each of these collections can contain hundreds of variables that describe each measurement within the dataset, therefore an automated method for generating UMM-Var records is necessary. The Unified Metadata Model for Variables (UMM-Var) provides a framework for variable metadata records in NASA’s Common Metadata Repository (CMR). The Python tool, earthdata-varinfo, was developed to solve this problem of automating the curation of UMM-Var records. Given either a collection DMR file or a netCDF-4 file, earthdata-varinfo can scrape variable metadata and return a CMR compliant UMM-Var record. Earthdata-varinfo can generate thousands of UMM-Var records in a matter of seconds, thus enabling subsetting capabilities and enhancing data discovery.

Eni Awowale

Impacts of A Scripting Engine in A CFS-Based Flight Software (FSW) Architecture

This presentation delivers a high-level overview of the Capture Containment Return System (CCRS) flight software (FSW) design and a discussion of the advantages and challenges presented by introducing an onboard scripting engine. The CCRS FSW was responsible for controlling a large number of unique mechanisms. The FSW was originally designed based on the traditional cFS paradigm in which a custom cFS application is developed for each unique type of mechanism. The introduction of a feature-rich onboard scripting engine significantly streamlined the FSW design and led to the removal of seven custom cFS applications. The scripting-based architecture was also more robust to requirements volatility within the CCRS system as a whole.

cFS

Towards an Aviation Large Language Model by Fine-tuning and Evaluating Transformers

In the aviation domain, there are many applications for machine learning and artificial intelligence tools that utilize natural language. For example, there is a desire to know the commonalities in written safety reports such as voluntary post incidents reports or aerial wildfire operations reports to better understand the risks present. Another use-case is the possibility of extracting airspace procedures and constraints currently written in documents such as Letters of Agreement. These applications can benefit from the use of state-of-the-art natural language processing techniques when adapted to the language/phraseology specific to the aviation domain. This paper evaluates the viability of adaptation of NLP tools to the aviation domain by fine-tuning transformer based models using aviation data sets. In 2018, a novel language model based on neural units (also called transformers) was created and became known as “Bidirectional Encoder Representations from Transformers” or BERT. This architecture combined with large amounts of English training data and innovative semi-supervised training tasks set the standard for what would later emerge as Large Language Models. The performance of these models was further improved by hyperparameter tuning and refinement of the semi-supervised training task and resulted in “Robustly Optimized BERT Pre-training Approach through hyperparameter tuning” or RoBERTa models. These pre-trained Large Language Models proved to be useful for a wide variety of natural language processing tasks such as text classification and question answering through a process called fine-tuning. The transformer architecture with pre-trained weights served as the basis with the last few layers replaced with layers fine-tuned to perform a new task e.g., a layer that provides a label for the entire input text. This process of fine-tuning can also be used to adapt the models to new domains; e.g., BioBERT started with the pre-trained BERT model and was completed by additional fine-tuning and training on biomedical documents. Transformer-based architectures can also be used to create rich representations of text called embeddings which can serve as the input to other machine learning models. This allows simpler algorithms such as logistic regression to use context-rich representations of the text while still remaining quick to train and evaluate. In the world of aviation, there is a growing demand for natural language processing and understanding but the domain presents unique challenges. Due to the technical content (and specialized language) of most aviation documents, fine-tuning pre-trained Large Language Models to specific tasks has not met the benchmark on natural language processing tasks set by simpler models trained from scratch on the data. To address this deficiency, this paper evaluates the improvements from fine-tuning a Large Language Model on a large set of aviation documents using the original semi-supervised training tasks before performing specific natural language tasks. In fine-tuning, a domain-specific dataset is used on the original training task but with the pre-trained Large Language Model instead of starting from a random initialization. This approach allows the model to be adapted to the specific domain language without discarding the information gained from training on general English data. This paper utilized two major dataset types to train and assess the RoBERTa fine-tuning performance. The first are 7,057 Letters of Agreement which are Federal Aviation Administration (FAA) documents that formalize airspace operations across the national airspace system. They contain many examples of ‘aviation English’ using domain specific terminology and phrasing which serves as a representative basis to perform the semi-supervised fine-tuning. The second type is the 494 document classification labels to be used for evaluation. This down-stream evaluation aims to show the performance of the fine-tuned model, better understand how much data is needed for an effective fine-tuning, and how fine-tuning can be adapted for different applications in-the domain. After semi-supervised training, evaluation begins by encoding the documents for classification using the fine-tuned RoBERTa model. Then a logistic regression classifier is trained to label the document type and compared against our ground truth labels. This currently leads to a 82.8% accuracy on 10-fold cross validation showing improvement over baseline RoBERTa which achieved 81.0%. We plan to measure the improvements on additional tasks and it is expected that these improvements will lead to more robust models that can tackle the natural language processing challenges present in aviation datasets.

ATM

NASA’s Comprehensive Databases for Materials Selection (MAPTIS) and Low-Gravity Experiments (PSI)

In the realm of advancing technological change the convergence of materials science and scientific inquiry stands as a testament to humanity’s insatiable curiosity. To assist in this endeavor the National Aeronautics and Space Administration (NASA) provides curated access to two unique databases. Physical Sciences Informatics (PSI) is an online database that houses completed physical science reduced-gravity experiments. Whereas Materials and Processes Technical Information System (MAPTIS) contains several other databases that relate to aerospace materials and processes. Equipped with curated access to these databased provided by the NASA scientists and engineers are furnished with invaluable resources needed to propel technological change.

PSI

Simplifying Analysis of Hierarchical HDF5 and NetCDF4 Files with Xarray-Datatree

NASA’s Earth Observing System Data and Information System (EOSDIS) contains thousands of Earth science datasets from satellites, models, and field campaigns. EOSDIS data are stored in formats that are well supported by the Earth Science community. These formats include the Hierarchical Data Format (HDF), with derivative flavors such as HDF-5 and the Network Common Data Format (NetCDF-4). The HDF specification allows for a directory-like hierarchy within a single file, known as "groups". Observational data and associated metadata within a single file can be distributed amongst multiple internal groups, which can also be nested to multiple levels. Working with datasets that have a group hierarchical structure can be difficult because of the nested structure of groups. Widely used packages, such as xarray, have data models that do not accommodate the hierarchical structure within HDF files, requiring users to traverse the file and open different HDF groups as separate, unrelated objects. Xarray-datatree is a Python package developed to solve the difficulty of traversing HDFs with a hierarchical group structure by creating a tree-like hierarchical data structure in xarray. The tree-like structure allows each group to be accessed once a DataTree object is instantiated. The migration of xarray-datatree into the xarray core library will reduce barriers to accessing Earth science data by eliminating the need to understand and traverse the specific hierarchy of a grouped HDF file.

Eni Awowale

Custom Integration of Multiple Medical Functionalities

INTRODUCTION: Previous spaceflight experience and results from probabilistic risk assessment of spaceflight medical risk have highlighted the need for vital sign measurements, medical scopes, and clinical imaging tools for managing medical conditions during spaceflight. The Human Research Program’s Exploration Medical Capability (ExMC) Element and the Mars Campaign Office’s Exploration Medical Integrated Product Team (XMIPT) have performed ground-based evaluations of two Commercial-off-the-Shelf (COTS) Multi-functional Integrated Medical (MIM) devices, which integrate various medical capabilities together in one device. The key findings from these evaluations are presented in a complementary presentation, leaving this presentation to focus on forward recommendations for customized integration of multiple medical functionalities. KEY COMPONENTS: The key features of a custom integration of multiple medical functionalities includes devices and capabilities that optimally reduce medical risk. The COTS MIM devices incorporated functionality for best supporting Earth-based, emergency, pre-hospital care. Our custom integration will use probabilistic risk assessment tools, such as the Medical Extensible Dynamic Probabilistic Risk Assessment Tool (MEDPRAT), to determine the optimal functionality to include based on medical risk minimization. An additional feature of custom integration includes the ability to adapt to different requirements within different vehicles and/or missions. The COTS MIM devices store data in patient specific records, however, the format of the records is not modifiable, and data are not easily transferred from the MIM device to a central data architecture outside of the manufacturer’s established system. Our concept for custom integration will use devices that have an open application programming interface, which can easily connect to independent data architectures and third-party visualization software. The ultrasound capabilities included within the COTS MIM devices did not satisfy many of the Artemis Research and Operations Working Group’s ultrasound functional needs, and therefore, incorporation of higher quality ultrasound capabilities within a customized integration will be beneficial. The COTS MIM devices included minimal procedural guidance and clinical decision support tools. Supplemental tools of this type would need to be supplied along with the COTS MIM devices if they were to be used operationally, so another advantage of customization is the ability to integrate these support tools along with the medical functionality, for a more streamlined user experience. CONCLUSION: Investigation of a customized integration of medical functionality provides a method for further understanding the needs of a long-term exploration spaceflight medical system. The crew members of these exploration missions will need to operate more and more independently from Earth-based ground support. Therefore, having an optimized, streamlined medical system, which contains the functionality and supporting information needed, while remaining within mission and vehicle constraints, will help to maintain crew health and performance, which is necessary for achieving high levels of mission success.

B E Lewandowski

Reactor Containment Passive Safety Analysis: Steam Condensation in Presence of Non-condensable Gas Scaled Experiment and Modeling

This study presents steam condensation scaled experiments and semi-empirical models in presence of nitrogen (N)—a noncondensable gas (NCG), simulating air in the reactor containment—to support water-cooled small modular reactors (SMRs) passive containment cooling system (PCCS) design and analysis. Previous experimental studies on PCCS are focused on fixed and smaller tube (mostly 2-in.) geometries and specific test condition variations, bringing challenges with geometric scaling and mismatching with SMR prototypic design. To address these challenges, this study presents steam condensation test dataset obtained from three scaled test sections of 1-, 2-, and 4-in.-diameter steam condensers with an annular/jacket cooling of 2-, 3-, and 6 in.-diameter tubes, respectively. Test data were collected for steam ranges from 58 to 63 kg/hr., and NCG flow of 4.4 to 13.3 kg/hr. Annular cooling water flow was varied to obtain required testing conditions of saturated steam inlet and fully condensed outlet. Axial temperature test data of bulk cooling water, steam and condensate were collected by thermocouples for three test sections and various steam-NCG mixing/testing conditions. A standard data reduction method was adopted—utilizing iterative and nodalized mass and heat transfer calculation—to estimate axial local heat fluxes, heat transfer coefficients (HTCs), condensation rates, film thickness, and Nusselt number. Based on the obtained dataset semi-empirical model results—a ratio of experimental and Nusselt’s theoretical HTC are presented. Such results and findings are supportive of developing scaled-up testing facility, to enable model validations and accelerate next generation of reactors development and deployment

21 SPECIFIC NUCLEAR REACTORS AND ASSOCIATED PLANTS

Presentation: Reactor Containment Passive Safety Analysis: Steam Condensation in Presence of Non-condensable Gas Scaled Experiment and Modeling

This study presents steam condensation scaled experiments and semi-empirical models in presence of nitrogen--a noncondensable gas (NCG), simulating air in the reactor containment--to support water-cooled small modular reactors (SMRs) passive containment cooling system (PCCS) design and analysis. Previous experimental studies on PCCS are focused on fixed and smaller tube (mostly 2-in.) geometries and specific test condition variations, bringing challenges with geometric scaling and mismatching with SMR prototypic design. To address these challenges, this study presents steam condensation test dataset obtained from three scaled test sections of 1-, 2-, and 4-in.-diameter steam condensers with an annular/jacket cooling of 2-, 3-, and 6 in.-diameter tubes, respectively. Test data were collected for steam ranges from 58 to 63 kg/hr., and NCG flow of 4.4 to 13.3 kg/hr. Annular cooling water flow was varied to obtain required testing conditions of saturated steam inlet and fully condensed outlet. Axial temperature test data of bulk cooling water, steam and condensate were collected by thermocouples for three test sections and various steam-NCG mixing/testing conditions. A standard data reduction method was adopted--utilizing iterative and nodalized mass and heat transfer calculation to estimate axial local heat fluxes, heat transfer coefficients (HTCs), condensation rates, film thickness, and Nusselt number. Based on the obtained dataset semi-empirical model results--a ratio of experimental and Nusselt's theoretical HTC are presented. Such results and findings are supportive of developing scaled-up testing facility, to enable model validations and accelerate next generation of reactors development and deployment.

21 SPECIFIC NUCLEAR REACTORS AND ASSOCIATED PLANTS

Identifying Challenges in Safeguards for Metallic Fuel Fabrication Facilities

As new advanced reactors gain popularity, there is an increasing interest in metallic fuel fabrication for fast reactors. While metallic fuels themselves are not a new idea, as many of the first reactors employed metallic fuels, new designs, compositions, and fabrication methods are appearing throughout the nuclear community. As the interest grows and facilities are constructed, both domestic and international safeguards will need to be heavily involved to support safeguards-by-design (SBD) measures from the start. This work compiles a review of historical and modern fuel types and fabrication methods, fabrication processes, safeguards gaps, and potential safeguards solutions. Metallic nuclear fuel types have been around for many decades and were included in some of the first reactors including the Experimental Breeder Reactor (EBR)-I and -II, the Fermi 1 reactor, the Integral Fast Reactor (IFR), and the Dounreay Fast Reactor (DFR). These reactors used various compositions including pure uranium (U) metal, U-zirconium (Zr) alloys, plutonium (Pu)-aluminum (Al) alloys, U-fissium (Fs) alloys, U-Pu-Zr alloys, and U-molybdenum (Mo) alloys [1, 2, 3, 4, 5]. These small alloying additions are included to improve the material properties of the pure U metal. The alpha-phase U (stable below 661C) suffers elongation in one direction causing grain boundary cracking and increasing creep rate due to irradiation growth, thermal cycling, and preferential crystal orientation. It is ideal to utilize the gamma-phase U (typically stable above 769C) by adding small amounts of alloying elements such as Zr or Mo to stabilize this phase down to room temperature [3]. Additionally, some research has been focused on U with transuranic (TRU) elements present, typically coming from the used fuel recycling process. Including these elements in fast reactor fuel can aid in the reduction of nuclear waste by burning minor long-lived actinides. However, the additions of TRU elements can cause concerns to arise when trying to fabrication or safeguard metallic fuels. A typical metallic fuel element is shown in Figure 1. Sodium is added into the cladding to create a thermal bond between the fuel slug and cladding wall. The fuel slug is then inserted and the end plug is welded on to the top of the fuel element. A gas plenum is left to create a headspace for gaseous fission products to escape rather than continue to build in the fuel itself [1, 5]. Other fuel element geometries exist as well, such as the Lightbridge twisted cruciform geometry shown in Figure 2 [6]. This design allows for better cooling performance and provides room for fuel rod swelling without impacting the fuel rod diameter. There are many different fabrication methods for metallic fuels, which is one of the many benefits of these fuel types. Many of these fabrication methods are relatively easy and cost-efficient. The most popular fabrication method is injection casting, sometimes called vacuum induction melting (VIM), shown in Figure 3 [4, 8, 9, 7, 10]. This method was largely used for EBR-II fuel fabrication. The injection casting system is contained inside of a vessel consisting of a Y2O3-coated graphite crucible surrounded by an induction coil with ZrO2-coated quartz molds suspended above the crucible. The fuel feedstock is placed inside of the graphite crucible and melted using the induction furnace. The induction furnace utilizes a dual frequency with the high frequency melting the feedstock and the low frequency causing stirring of the melted feedstock to form a homogeneous mixture. The mixture is heated to approximately 1600C in an argon environment. The vessel is evacuated and then the quartz molds are lowered into the graphite crucible containing the molten metal and the vessel is repressurized to inject the metal fuel upwards into the molds. The molds are removed and then shattered to release the fuel slugs. This fabrication method was used to fabricate 39,000 metallic fuel pins for EBR-II. While injection casting has been the most common metallic fuel fabrication method throughout the decades, many other methods have been explored including low-pressure gravity casting, microwave casting, continuous casting, centrifugal casting, coextrusion, and many others [11, 12, 8, 13, 14, 15]. Some of these methods aim to mitigate challenges that arise with americium (Am) volatilization during the casting process for TRU-containing fuel feedstocks, an issue with injection casting. Coextrusion is one of the methods explored at the Idaho National Laboratory (INL) and has been utilized for the initial fabrication tests of Lightbridge's unique fuels, as well as other metallic fuels with cladding coextruded. In this process, large billets are formed and machined and then inserted into a molten salt bath for approximately 30 minutes. The billets are then loaded into the extrusion press and extruded. This process can be seen in Figure 4 [15].

11 - NUCLEAR FUEL CYCLE AND FUEL MATERIALS

Multi-Modal Characterization of Interfacial Corrosion of Ni-based Alloys in Chloride-based Molten Salts

The United States Department of Energy (DOE) is committed to the advancement of nuclear reactor technology through initiatives such as the Advanced Reactor Development Program (ARDP), to diversify the United States energy portfolio towards more sustainable energy options. The ARDP includes demonstration by industry partners of molten salt fast reactors (MSRs). Construction of molten salt reactor technology requires qualified nuclear structural materials. Unfortunately, there are no current materials that meet current qualification requirements dictated by the Nuclear Regulatory Commission for construction of MSRs. Adapting current structural material qualifications requires expansion of our current knowledgebase on corrosion performance. In this investigation, we assess microstructural changes in a Ni-based superalloy after exposure to a chloride-containing salt system through a correlated multi-modal approach combining several advanced characterization techniques. Namely we will highlight the impact of grain boundary phenomena at the onset of corrosion attack, including the role of intergranular crack propagation and development of internal corrosion products. The findings from this investigation will further expand our assessment of the corrosion performance of structural materials being investigated for construction of MSR components.

36 - MATERIALS SCIENCE

Space tug thermal control equipment thermal requirements, characteristics, and constraints catalogue: Users guide

This manual details the input instructions to the data bank, and explanation of the program and its output. The data bank was developed in satisfaction of two of the study tasks, the equipment thermal requirement catalog and the equipment characteristics and constraints catalog. The data bank contains 109 components within space tug avionics system. Other systems were not included in the data bank due to the available information, however, with some program modification, other systems could be incorporated into the data bank program. The data bank was developed and checked out and is compatible with the Univac 1108, and the CDC 6500 operating systems. The data contained in the data bank is general in content with emphasis on the component thermal design. The data is applicable to any spacecraft program where the components contained in the data bank can be applied in satisfaction of the system and subsystem requirements.

Ward, T. L.