Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “reliability 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.

At least 181 records · Page 10

Nontrivial critical behavior at magnetic transitions: A case study of Sm 7 ⁢Pd 3

We present a comprehensive analysis of the critical behavior of Sm 7 ⁢Pd 3 in the vicinity of its second-order magnetoelastic transition at 𝑇 c =173 K. The critical exponents (CEs) 𝛽 and 𝛾, determined using both the standard convergence procedure and the average normalized slope (ANS) method, diverge at 𝑇 c –-a characteristic typically associated with first-order transitions. Notably, none of the established universality classes satisfactorily describe the critical behavior of Sm 7 ⁢Pd 3 , and we discuss the possible origins of this deviation in the context of the strong spin-lattice coupling intrinsic to the sample. We emphasize the importance of accurately selecting the critical temperature and magnetic field ranges to ensure robust critical behavior analysis, and propose a quantitative approach to assess the reliability of the extracted CEs. Additionally, we demonstrate that in the ANS method, the critical exponents 𝛽 and 𝛾 should be calculated separately using data for 𝑇 ⩽ 𝑇 c and 𝑇 ⩾ 𝑇 c , respectively. In conclusion, our findings underscore the need for a revised theoretical framework to accurately describe second-order magnetoelastic transitions.

Ferrimagnets↗

Design Methods, Tools, and Data for Ceramic Solar Receivers

This report presents the development of tools and methods for evaluating the reliability and performance of ceramic materials in high temperature solar receivers. As Concentrating Solar Power (CSP) technologies aim for higher operating temperatures to enhance efficiency and meet industrial process heat requirements, current high temperature metallic materials face challenges in maintaining structural integrity. This report explores advanced ceramics as a promising alternative, given their superior high temperature strength and lower thermal expansion, compared to metals. To address the need for effective ceramic receiver design tools, this report integrates statistical failure models of ceramics into the existing srlife tool: an open-source software package designed to estimate the life of high temperature CSP components. These failure models account for the inherent variability and flaw distribution in ceramics, as well as the impact of subcritical crack growth under high temperature cyclic loads. The report also presents experimental data collected for a commercially available ceramic material, SiC, and details the process of estimating reliability model parameters from these data. A comparative design analysis is then performed between ceramic (SiC) and metallic (current nickel-based superalloys A740H and A282) receiver. This comparison demonstrates that SiC receivers can achieve service life exceeding 30 years under high incident heat flux conditions, compared to just a few years for metallic receivers.

14 SOLAR ENERGY↗

Element Formation in Radiation-hydrodynamics Simulations of Kilonovae

Abstract Understanding the details of r -process nucleosynthesis in binary neutron star merger (BNSM) ejecta is key to interpreting kilonova observations and identifying the role of BNSMs in the origin of heavy elements. We present a self-consistent, two-dimensional, ray-by-ray radiation-hydrodynamic evolution of BNSM ejecta with an online nuclear network (NN) up to a timescale of days. For the first time, an initial numerical relativity ejecta profile composed of the dynamical component and spiral-wave and disk winds is evolved including detailed r -process reactions and nuclear heating effects. A simple model for the jet energy deposition is also included. Our simulation highlights that the common approach of relating in postprocessing the final nucleosynthesis yields to the initial thermodynamic profile of the ejecta can lead to inaccurate predictions. Moreover, we find that neglecting the details of the radiation-hydrodynamic evolution of the ejecta in nuclear calculations can introduce deviations of up to 1 order of magnitude in the final abundances of several elements, including very light and second r -process peak elements. The presence of a jet affects element production only in the innermost part of the polar ejecta, and it does not alter the global nucleosynthesis results. Overall, our analysis shows that employing an online NN improves the reliability of nucleosynthesis and kilonova light-curve predictions.

Magistrelli, Fabio (ORCID:0009000509767851)↗

tobac v1.5: introducing fast 3D tracking, splits and mergers, and other enhancements for identifying and analysing meteorological phenomena

There is a continuously increasing need for reliable feature detection and tracking tools based on objective analysis principles for use with meteorological data. Many tools have been developed over the previous 2 decades that attempt to address this need but most have limitations on the type of data they can be used with, feature computational and/or memory expenses that make them unwieldy with larger datasets, or require some form of data reduction prior to use that limits the tool's utility. The Tracking and Object-Based Analysis of Clouds (tobac) Python package is a modular, open-source tool that improves on the overall generality and utility of past tools. A number of scientific improvements (three spatial dimensions, splits and mergers of features, an internal spectral filtering tool) and procedural enhancements (increased computational efficiency, internal regridding of data, and treatments for periodic boundary conditions) have been included in tobac as a part of the tobac v1.5 update. These improvements have made tobac one of the most robust, powerful, and flexible identification and tracking tools in our field to date and expand its potential use in other fields. Future plans for tobac v2 are also discussed.

54 ENVIRONMENTAL SCIENCES↗

EnergyPlus Model Context Protocol Server (EnergyPlus-MCP) v0.1

EnergyPlus-MCP is the first open-source Model Context Protocol server specifically designed for EnergyPlus building energy simulation. This innovative software enables AI assistants and other applications to interact programmatically with EnergyPlus through a standardized, secure interface, eliminating traditional technical barriers in building energy modeling. The software provides specialized tools across five functional domains: server management, model configuration and loading, comprehensive building component inspection, systematic model modification, and simulation execution with results visualization. Key features include automated HVAC system discovery and topology mapping, advanced schedule analysis, intelligent model validation, and interactive visualization capabilities. EnergyPlus-MCP's layered architecture ensures robust separation between protocol communication and domain expertise, enabling scalable deployment across organizations, educational institutions, and research teams. Unlike direct LLM approaches that suffer from inconsistent results and security gaps, EnergyPlus-MCP provides validated, reliable interactions while maintaining scientific rigor. This democratizes sophisticated building energy analysis, making EnergyPlus accessible to broader audiences through conversational interfaces and streamlined workflows.

Li, Han [Lawrence Berkeley National Laboratory (LB↗

Performance Modelling and Yearlong Outdoor Degradation Analysis of a GaAs//Si Tandem Module

Silicon-based tandem photovoltaic cells and modules are forecasted to enter mass production around the year 2026. Previous research efforts on tandem photovoltaic technology have focused heavily on increasing cell efficiencies. However, for successful large-scale deployment of tandem modules, reliability and long-term durability will be equally important. Outdoor performance data beyond the one-year mark enable sophisticated degradation analysis and help build confidence in the reliability and durability of this new technology.

degradation rate↗

HAPPA: A Modular Platform for HPC Application Resilience Analysis with LLMs Embedded

High-performance computing (HPC) systems are increasingly vulnerable to soft errors, which pose significant challenges in maintaining computational accuracy and reliability. Predicting the resilience of HPC applications to these errors is crucial for robust code protection and detailed resilience analysis. In this study, we present HAppA, a modular platform designed for HPC Application Resilience Analysis. Embedding Large Language Models (LLMs), HAppA addresses understanding the context information of long code sequences typical in HPC applications. HAppA implements a novel code representation module that chunks the code into fixed-size segments and aggregates the embeddings of these segments. Three aggregation methods have been explored: MeanPooling, MaxPooling, and LSTM-based techniques. We built a DAtaset for REsilience analysis using Fault Injection (FI), named DARE. Using our DARE dataset, HAppA is trained for regression prediction tasks. Our evaluation results demonstrate the predictive accuracy of HAppA compared to other models, particularly noting that the LSTM-based aggregation method -- HAppA-LSTM -- achieves a mean squared error (MSE) of 0.078 for SDC prediction, surpassing the existing state-of-the-art PARIS model, which recorded an MSE of 0.1172. Additionally, HAppA with the KeyBERT model extracts a list of keywords representing the source code. A comprehensive importance analysis of these keywords further elucidates the code patterns contributing to the error rate. These findings highlight the effectiveness of HAppA in analyzing the resilience of HPC applications and establish a new benchmark for predictive accuracy in resilience.

Jiang, Hailong [Kent State University]↗

MOOSE-based Tritium Migration Analysis Program, Version 8 (TMAP8) for advanced open-source tritium transport and fuel cycle modeling

Tritium management is critical for the safety, sustainability, and economics of fusion energy systems, and advanced and reliable modeling tools help accelerate the development of tritium technologies. This paper presents the Tritium Migration Analysis Program, Version 8 (TMAP8), an open-source, MOOSE-based application developed to provide state-of-the-art tritium transport and fuel cycle modeling capabilities. TMAP8 aims to expand the capabilities of previous versions (i.e., TMAP4 and TMAP7) by leveraging modern computational techniques, ensuring high software quality assurance standards (key to building trust), and enabling multispecies, multiscale, and multiphysics simulations for integrated tritium transport modeling in complex geometries. This paper outlines TMAP8’s scope and rigorous development practices, emphasizing its transparency, accessibility, modularity, and reliability. We present the current suite of verification and validation cases based on those from TMAP4, demonstrating TMAP8’s accuracy and reliability against analytical solutions and experimental data. Additionally, the paper showcases TMAP8’s integrated fuel cycle modeling capabilities, highlighting its applicability at various scales and levels. The TMAP8 code and documentation are openly available, promoting collaborative development and widespread adoption within the fusion community. Future work will soon expand TMAP8’s verification and validation suite to include those from TMAP7 and other recent experimental studies for validation.

11 NUCLEAR FUEL CYCLE AND FUEL MATERIALS↗

Updates on MURAVES Project at Mt. Vesuvius

The MUon RAdiography of VESuvius (MURAVES) project aims to employ muography imaging techniques to investigate the internal structure of the summit of Mount Vesuvius, an active volcano located near Naples, Italy. This paper reports recent advancements in data analysis and simulation tools that significantly improve the quality and reliability of the experiment’s results. A new track selection method, referred to as the Golden Selection, has been developed to identify high-quality muon tracks by applying an improved χ 2 -based criterion. This method enhances the signal-to-background ratio and improves the resolution of the resulting muographic images. Moreover, the simulation framework has been upgraded through the integration of the MULDER (MUon simuLation for DEnsity Reconstruction) library, which consolidates the functionalities of previously used libraries into a single, unified platform. MULDER enables efficient and accurate modeling of muon flux variations induced by topographical features. A good agreement is observed between the simulated and measured muon flux maps, validating the effectiveness of the new analysis and simulation approaches.

Cosmic rays↗

Emerging Tools to Support DILI Assessment in Clinical Trials with Abnormal Baseline Serum Liver Tests or Pre-existing Liver Diseases

Abstract Based on the late Dr. Hyman Zimmerman’s observation that hepatocellular drug-induced liver injury (DILI) leading to jaundice carries a ≥ 10% fatality risk (coined as Hy’s law by others), evaluation of Drug-Induced Serious Hepatotoxicity (eDISH) continues to play a central role in the assessment of a study drug’s liability for acute hepatocellular DILI. The eDISH identifies drugs in clinical trials with DILI fatality (death or transplant) risk that may be unacceptable in a post-market setting. As a two-dimensional graph that plots peak total bilirubin (TB) versus peak serum aminotransferase levels for each patient during study drug or comparator treatment, eDISH identifies potential cases of acute, modest, and serious hepatocellular DILI for in-depth analysis of liver tests (LT) and clinical course so that the likelihood of causal association with the study drug can be determined. Unfortunately, the generalizable utility of this tool only pertains to trials enrolling patients with normal or near normal (NNN) baseline (BL) serum LTs. The eDISH does not necessarily apply to trials of patients with abnormal baseline (ABN-BL) LTs that often coincide with underlying liver disorders. Because drug development programs being reviewed by the FDA increasingly target liver disorders, we are often challenged to evaluate DILI risk in trials of patients with ABN-BL LTs. Also, the high background prevalence of metabolic dysfunction associated steatotic liver disease (MASLD) means patients with LTs above NNN may need to be enrolled in trials treating non-liver disorders to reflect the target population. Such study populations create challenges for industry and regulators because eDISH may not reliably categorize or identify potential cases of DILI for further analysis, as it so efficiently does in NNN-BL trials. We describe the main functionalities of eDISH in NNN-BL trials to understand what should be emulated by new tools or eDISH modifications. We then discuss non-eDISH–based plots that may be useful in ABN-BL trials.

Amirzadegan, Jasmine↗

NG-CT Peaker Upgrades with Bottoming Cycle: Preliminary Analysis

The National Energy Technology Laboratory (NETL) has conducted a preliminary analysis exploring a significant opportunity to increase the nation's power grid capacity and reliability. The study focuses on retrofitting under-utilized natural gas combustion turbines (NG-CTs), often called "peaker" plants, with a bottoming cycle to capture waste heat and generate additional electricity. This analysis shows that upgrading these existing assets could add approximately 26,250 MW of new power capacity across the United States. A detailed study of the PJM Interconnection, the nation's largest grid operator, confirmed the benefits of these upgrades. Key findings for the PJM region include: - A median increase in the plants' capacity factor by 17 percentage points. - A projected 36.2% median reduction in the levelized cost of electricity (LCOE) for the upgraded plants, with nearly 88% of them expected to break even. - An average reduction in the regional wholesale price of electricity by approximately 3.0% in the year 2030. - A significant boost to grid reliability, with a 46% reduction in projected Loss of Load Hours (LOLH). These findings suggest that retrofitting peaker plants is a promising and economically viable strategy to enhance grid performance, reduce electricity costs, and meet future demand without the challenges associated with building entirely new facilities.

bottoming cycle↗

Innovative Pathways to Net Zero Emissions: Subnational Strategies for Distributed Solar Deployment to Improve Grid Quality and Reduce Energy Costs in Argentina

Through Net Zero World, the National Renewable Energy Laboratory (NREL), the National Energy Secretariat of Argentina, La Pampa's Energy and Mining Secretariat, Pampetrol, and the Administracion Provincial de Energia de La Pampa (APELP) conducted an integrated analysis of the power system of the La Pampa province in Argentina. The study assessed the impact that solar and battery energy storage systems could have on the region grid's reliability and electricity costs, providing insights into long-term decarbonization strategies across Argentina. The analysis demonstrated that these systems are expected not only to help with decarbonization efforts but also to bolster grid resiliency, reduce line losses, and improve voltage regulation while lowering electricity costs. The paper offers a replicable framework for similar studies across other Argentine provinces, which could inform a national grid reliability plan and promote regional coordination. Such coordination will play a key role in supporting a nationwide clean energy transition as Argentina increases its share of renewable energy. By coordinating subnational energy plans with national strategies, Argentina can secure a resilient clean energy future, leveraging the substantial renewable resources available across its provinces.

14 SOLAR ENERGY↗

An iterative method to deblend AGN-Host contributions for Integral Field spectroscopic observations

ABSTRACT We present a new iterative deblending method to separate the host galaxy (HG) and their Active Galactic Nuclei (AGNs) emission with the use of Integral Field spectroscopic (IFS) data. The method decomposes the resolved HG emission from the unresolved AGN emission by modelling the two-dimensional surface brightness (SB) profile of the point-spread function (PSF) and the two-dimensional SB HG continuum simultaneously per each monochromatic slide. Our method does not require any prior information about the observed SB profile or a detailed fitting of the PSF, making it ideal for the automatic analysis of large galaxy samples. In this work, we test the quality of our method, its advantages, and its disadvantages. We test our method by using a set of IFS mock data cubes to quantify the reliability of our deblending process and further compare our method with the qdblend3d analysis tool. Furthermore, we applied our method to three data cubes selected from the MaNGA survey according to the dominance of either its HG or its AGN. We show that our deblending method is capable of disengaging the bright, non-resolved AGN emission from the HG continuum and its narrow emission lines. However, the decoupling depends on how well the IFS spatially resolves the PSF, and on the relative flux intensity of the HG-AGN. Therefore, the method is ideal for disentangling the bright-flux contribution from AGN-dominated spectra.

Ibarra-Medel, H. (ORCID:0000000297906313)↗

DESI 2024 IV: Baryon Acoustic Oscillations from the Lyman alpha forest

We present the measurement of Baryon Acoustic Oscillations (BAO) from the Lyman-α(Lyα) forest of high-redshift quasars with the first-year dataset of the Dark Energy Spectroscopic Instrument (DESI). Our analysis uses over 420 000 Lyα forest spectra and their correlation with the spatial distribution of more than 700 000 quasars. An essential facet of this work is the development of a new analysis methodology on a blinded dataset. We conducted rigorous tests using synthetic data to ensure the reliability of our methodology and findings before unblinding. Additionally, we conducted multiple data splits to assess the consistency of the results and scrutinized various analysis approaches to confirm their robustness. For a given value of the sound horizon (r d ), we measure the expansion at z eff = 2.33 with 2% precision, H(z eff ) = (239.2 ± 4.8) (147.09 Mpc /r d ) km/s/Mpc. Similarly, we present a 2.4% measurement of the transverse comoving distance to the same redshift, DM(z eff ) = (5.84 ± 0.14) (r d /147.09 Mpc) Gpc. Together with other DESI BAO measurements at lower redshifts, these results are used in a companion paper to constrain cosmological parameters.

79 ASTRONOMY AND ASTROPHYSICS↗

Toward integrating high-fidelity CFD approaches in the thermal-hydraulic analysis of turbulent dry cask systems

Nuclear power plants have been supplying resilient and reliable electricity for decades, contributing to energy independence of the U.S.. However, nuclear waste management remains one of the most significant challenges in the industry. The safety of dry cask storage systems relies heavily on their thermal-hydraulic performance. Computational Fluid Dynamics (CFD) simulations are often used to demonstrate this performance and ensure that the system design meets safety standards. This study presents reduced numerical models for various types of dry cask systems. These numerical models can produce efficient and fast results based on the employed modeling strategies. Additionally, the study uses a novel approach to high-fidelity simulations to evaluate modeling assumptions in dry cask modeling. Large Eddy Simulations (LES) are used for this purpose, particularly in regions where fluid velocity is relatively high and the turbulence characteristics become important. Furthermore, the results of these high-fidelity simulations will enhance the interpretation of outcomes produced from a lower-fidelity CFD model.

CFD↗

Identification of pressure points in modern power systems using transfer entropy

Power shortages disrupt daily life, economic activity, and essential services. In modern power systems, weather is an increasingly important driver of reliability: high temperatures raise demand and limit transmission capacity, and calm or cloudy periods reduce wind and solar supply. Using a data-driven analysis, this study identifies grid infrastructure whose operating patterns help predict power shortages. The results show that reliability risks often emerge from interacting stresses across generation, transmission, and demand, rather than from single bottlenecks. By clarifying how system stress propagates through the grid, this diagnostic perspective helps explain why shortages occur under specific conditions and can complement traditional planning and operational tools to support adaptive reliability strategies, targeted monitoring, and coordinated infrastructure investments.

power systems↗

Molten Halide Salt Surface Tension: Methods and Correlations

Here, this paper reviews various methods for studying surface tension and their applicability to fluoride and chloride molten salt systems, including a comparison of benefits and drawbacks. Such a comparison aids in experiment design based on desired factors such as scale, accuracy, and repeatability. A detailed review is presented for existing literature data regarding the surface tension of molten fluoride and chloride salts. These reference data were compiled and analyzed to determine cross-validated correlation equations for several alkali and alkaline earth fluoride and chloride salts as functions of temperature. These correlations are necessary for reliable multiphysics modeling approaches as well as accurate design and analysis of multiphase molten salt phenomena such as gas sparging and bubble formation/transport. This analysis supports the development of the thermophysical arm of the Molten Salt Thermal Properties Database (MSTDB-TP) managed by Oak Ridge National Laboratory.

Chloride↗

Cost-Benefit Analysis of Electricity Resilience Projects: State of the Art and Gap Analysis

Utilities and regulators must weigh the benefits of electricity resilience projects against their costs, which would be passed on to customers. Cost-benefit analysis (CBA) is an appropriate method for assessing this tradeoff. Here, in this paper we review the literature on CBA of electricity resilience projects and analyze gaps in the available methods and tools. The costs of resilience projects are typically straightforward to estimate but their benefits — particularly the avoided costs of power interruptions — are complex to quantify and monetize. A common perception among practitioners is that current CBA tools are not sufficiently mature to be adopted into real-world practice. We propose an electricity resilience CBA framework consisting of several elements: risks, physical impacts, power interruptions, economic impacts, and resilience projects. While methods for some elements are well-developed, there is a need for novel approaches to value avoided power interruptions, integrate multiple risks and benefit streams, and incorporate uncertainty.

Cost-benefit analysis↗