Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “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 127 records · Page 7

Imaging and Analysis of Insoluble Electrorefiner Material

Throughout pyroprocessing efforts at the Hot Fuel Examination Facility (HFEF), insoluble material has accumulated in the Electrorefiner (ER) vessel. The objective of this effort was to analyze the accumulated material to determine its origin. Material was removed from the ER salt bath and distilled to remove excess salt prior to performing analysis. Three samples were sent for chemical and isotopic analysis and underwent an ethyl acetate-bromine dissolution to segregate the oxide fraction from the metal fraction. Actinide concentrations were determined using a quadrupole–inductively coupled plasma–mass spectrometer (Q-ICP-MS). Three additional samples were sent for morphologic and elemental analysis by scanning electron microscopy (SEM) with Energy Dispersive X-ray (EDX) analysis at the Irradiated Materials Characterization Laboratory (IMCL). Analyses suggest that the material is primarily composed of UO2. with a small fraction of metal. This study draws no single conclusion as to the origin of the insoluble material in the ER. The particle sizes and morphologies observed in SEM micrographs indicate that the larger particles observed may be a result of introducing material to the ER that has not been completely reduced in Oxide Reduction (OR) operations, which precede electrorefining. Smaller particles may be due to reactions with oxygen and moisture present in HFEF. This research suggests that microscopic analysis of fuel particles before and after OR operations (including after distillation) as well as the uranium product collected on the cathode in the ER would increase understanding about particle morphology within the pyrochemical process.

11 - NUCLEAR FUEL CYCLE AND FUEL MATERIALS↗

Computational Analysis of Hydraulic Efficiency of Michigan DOT Covers J and K

Drainage structures are used in urban street and highway systems to capture stormwater runoff. These structures typically consist of catch basins fitted with grates, inlets, or combination grate/inlet configurations that collect runoff and convey it through buried drainage systems. They are strategically placed within curb-and-gutter systems to enhance public safety by efficiently removing water from roadways and thereby reducing the risk of hydroplaning. The performance of drainage structures is commonly evaluated in terms of hydraulic efficiency, defined as the percentage of flow captured by the basin relative to the total flow reaching the structure. Understanding the hydraulic performance of these structures allows designers to properly space inlets, resulting in cost-effective designs that also help ensure the safety of the traveling public. MDOT uses a variety of drainage structures for runoff capture, as documented in Michigan Department of Transportation (MDOT) Drainage Manual. Many of these structures incorporate sinusoidal-type grates that are not addressed in HEC-22. Because physical modeling of these structures has been limited, further analysis is needed to verify their capture efficiency. Under current MDOT practice, the capture efficiency of these grates is estimated by assuming performance similar to that of a comparably sized reticuline grate described in HEC22. The first phase of this effort, titled Computational Analysis of Hydraulic Efficiency of Michigan DOT Cover C, focused on evaluating the hydraulic performance of MDOT’s Cover C grate. Cover C was selected as the initial test candidate because its sinusoidal pattern is representative of other MDOT grates, while it is typically used in high-volume, higher-speed applications. A similar version, Cover CX, is used on interstate highways but does not include transverse bars for bicycle safety. The current second phase of the study expands this work to evaluate MDOT’s Covers J and K. These grates were selected for additional analysis to further assess the hydraulic performance of MDOT drainage structures that are not directly represented by grate configurations in HEC-22. The results of this phase will build on the findings from the Cover C analysis and support improved understanding of the capture efficiency of MDOT’s standard drainage grates. This report is intended to serve as a companion document to the earlier study, Computational Analysis of Hydraulic Efficiency of Michigan DOT Cover C [3]. The present work applies the same overall CFD-based evaluation approach to MDOT Covers J and K and compares the resulting performance trends with those previously identified for Cover C. In particular, both studies assess on-grade interception efficiency, sag-location hydraulic capacity, and the effects of partial obstruction relative to HEC-22-based design estimates.

42 ENGINEERING↗

The Analysis Description Language Ecosystem: Latest developments and physics applications

We present latest developments in Analysis Description Language (ADL), a declarative domain-specific language describing the physics algorithm of a HEP data analysis decoupled from software frameworks. Analyses written in ADL can be integrated into any framework for various tasks. ADL is a multipurpose construct with uses ranging from analysis design to preservation, reinterpretation, queries, visualisation, combination, etc. The most advanced infrastructure to execute ADL on events is the CutLang runtime interpreter. Recent technical developments include an automated interface with different data types, generation of the abstract syntax tree, a visualization tool that that auto-converts analysis flows to graphs, incorporation of trained machine learning models and a Jupyter-based plotting tool. We also report physics implications including a large scale LHC analysis implementation and validation effort for beyond the standard model reinterpretation purposes and studies with ATLAS and CMS open data.

Sekmen, Sezen [Kyungpook National Univ., Daegu (Ko↗

Reservoir Characterization and Techno-Economic Analysis of Enhanced Geothermal and Closed-Loop Systems in the Wattenberg Field of the Denver-Julesburg Basin, Colorado

This report provides details of reservoir characterization and techno-economic analysis for enhanced geothermal systems and closed-loop geothermal systems in the Denver-Julesburg Basin Wattenberg area. The analysis contributes to the Geothermal Limitless Approach to Drilling Efficiencies (GLADE) project, a multi-institutional research initiative focused on advancing geothermal energy development by reducing drilling costs and improving the rate of penetration. The GLADE project brings together national laboratories, academic institutions, and industry partners, including the U.S. Department of Energy's Geothermal Technologies Office, Occidental Petroleum, the National Laboratory of the Rockies (NLR), Los Alamos National Laboratory, Colorado School of Mines, Louisiana State University, Texas A&M University, and several drilling technology companies. As part of this effort, NLR developed and applied slender-body theory modeling tools and the GEOPHIRES simulator to support techno-economic analysis. The slender-body theory wellbore simulator evaluated thermal performance in U-loop, Eavor-type multilateral, and enhanced geothermal system well configurations. Results indicated that an optimized single U-loop design delivers an outlet temperature of 168.8 degrees Celsius,stabilizing at a final outlet temperature of 135.3 degrees Celsius. Heat production also improved significantly, with an average thermal output of 16.9 MWth and a final thermal output of 11.0 MWth. These results provided critical baseline data for selecting optimized systems for techno-economic analysis. Building on these outputs, NLR applied the GEOPHIRES techno-economic simulator to estimate the levelized cost of electricity for both the Eavor multilateral and enhanced geothermal systems. The sensitivity analysis showed that drilling costs exert a particularly strong impact on the levelized cost of electricity of multilateral systems. Therefore, advances in drilling technology and improved drilling rates could yield significant gains in the economic performance of these systems. In this context, the GLADE project directly supports the U.S. Department of Energy's mission to reduce the cost of geothermal energy and accelerate the deployment of next-generation geothermal technologies.

15 GEOTHERMAL ENERGY↗

LSAFE: a Lightweight Static Analysis Framework for binary Executables

Static analysis is a widely used technique for analyzing various aspects of programs. However, as programs become more complex, static analysis tools require larger resources, such as CPU time and memory, to perform the same tasks. Moreover, the source code of programs may not always be accessible, requiring static analysis to be performed on the binary executable code directly. To overcome these challenges, we propose a lightweight static analysis framework called LSAFE, which constructs control flow graphs (CFGs) and data dependency graphs (DDGs) of target programs with optimized performance in terms of CPU and memory usage. We evaluated the proposed framework using both Spec benchmark programs and real-world industrial applications, and found that it outperformed Angr, an existing state-of-the-art static analysis tool. Additionally, we demonstrate a case study that utilizes the CFG generated by LSAFE to detect memory leaks.

Qu, Guangzhi↗

Evaluating FRI3D for Cost Savings in Fire Hazard Analysis at DOE Sites

A fire hazard analysis, required for many U.S. Department of Energy (DOE) facilities, is a complex, cumbersome, and costly process. Fire hazard analyses may be viewed as a checkbox, but ideally and in spirit with the DOE-STD-1066, the fire hazard analysis (FHA) should be a part of the workflow and used to help in modifications, maintenance, and improving operational safety. With current FHA development processes, it is both time and cost prohibitive for true integration. A tool called Fire Risk Investigation in 3D or FRI3D was developed under the DOE Light Water Reactor Sustainability program to simplify and automate many aspects of a fire probabilistic risk analysis for existing nuclear power plants. The FRI3D tool automates fire scenarios by combining approved fire simulation codes, U.S. Nuclear Regulatory Commission fire calculations methods, 3D modeling and visualization, and probabilistic risk analysis models into a single workflow supported with a user interface. FRI3D was initially designed for used in combination with a PRA, this case study, evaluated using FRI3D for a plant modification, determined the benefits that detailed fire modeling can have for U.S. Department of Energy facilities with or without a PRA model. It also looked at what tasks from DOE requirements could be reduced using the tool and what is needed to integrate fire hazard analysis into site workflow.

97 - MATHEMATICS AND COMPUTING↗

ECAR-6580 Rev 0 ASME Section III, Division 5 Analysis of the MARVEL PCS and GVS Top Corner

The purpose of this Engineering Calculations and Analysis Report (ECAR) is to document the structural evaluation for part of the Microreactor Applications Research Validation and Evaluation (MARVEL) Primary Coolant System (PCS) and Guard Vessel System (GVS). For the PCS this relates specifically to the Distribution Plenum (DP), The Intermediate Heat Exchanger (IHX), and the Upper Downcomer (UD). For the GVS, this will include only the top corner that is machined into the DP Top Plate. These components will be evaluated using the 2021 version of ASME Section III, Division 5 [1] which is a design code that governs the construction of vessels, storage tanks, piping, pumps, valves, supports, core support structures and nonmetallic core components for use in high temperature reactor systems and their supporting systems. Materials at high temperature are subject to creep and fatigue mechanisms that require additional analyses that aren’t covered in ASME Section III, Division 1 rules. Division 5 contains two approaches: elastic or inelastic, however, additional Code Cases specific to Division 5, allow for an Elastic-Perfectly Plastic (EPP) approach. The components analyzed in this ECAR will use a combination of the elastic and EPP approach. Only Design and Service Levels A and B are evaluated in this ECAR. Service Level D evaluations for the entire PCS are documented in ECAR-6564, “MARVEL Project Primary Coolant System Pressure Vessel Stress Documentation” [2] and for the entire GVS are documented in ECAR-6574, “MARVEL Guard Vessel System FEA and ASME Analysis” [3]. The Design and Service Level A and B analyses for the PCS Downcomer piping and Core Barrel are documented in ANL-24/36, "Engineering Calculations and Analysis of the Core Barrel and Downcomer Piping in the MARVEL PCS” [4], and the GVS (except for the top corner) is in ECAR-6574, “MARVEL Guard Vessel System FEA and ASME Analysis.” See Section 2.0 for more detail on the analysis boundaries.

21 - SPECIFIC NUCLEAR REACTORS AND ASSOCIATED PLAN↗

ECAR-7517 Rev 1 MARVEL I&C Failure Modes and Effects Analysis

The purpose of this document is to perform a single-failure analysis through the use of a Failure Modes and Effects Analysis (FMEA) for the Safety Related components of the MARVEL Instrumentation and Control (I&C) System. The intent is that this document will meet the requirements for a single-failure analysis described in IEEE-379, “IEEE Standard for Application of the Single-Failure Criterion to Nuclear Power Generating Station Safety Systems”, to verify that this design does indeed meet the single failure criterion. Principles of IEEE-352, “IEEE Guide for General Principles of Reliability Analysis of Nuclear Power Generating Station Safety Systems” are followed to ensure the analysis is consistent with industry standards.

21 - SPECIFIC NUCLEAR REACTORS AND ASSOCIATED PLAN↗

Hazard and risk analysis framework for nuclear power plant–based integrated energy systems

Employing integrated energy systems (IESs) with nuclear power plants (NPPs) can improve NPP utilization by leveraging dedicated thermal and electric power delivery, but it may also increase operational safety risks. This paper presents a framework to identify and quantify hazards and risks for such IESs. The framework combines accidentology to review past industrial accidents with failure modes and effects analysis (FMEA) to identify potential future incidents. Hydrogen explosion and toxic chemical release hazards are of particular concern. Explosion consequences are quantified using the Bauwens-Dorofeev (Bauwens) and trinitrotoluene equivalent mass (TNT-EM) methods, while chemical release consequences are computed using the Gaussian atmospheric dispersion method. Operational disturbances from direct electrical and thermal integration that may affect NPP safety are modeled using probabilistic risk analysis (PRA). Hazards and risks are then evaluated for regulatory compliance. The framework is applied to IESs comprising pressurized or boiling water reactors supplying three levels of thermal and electrical power to industrial customers. Case studies include high-temperature steam electrolysis hydrogen plants of varying capacities and a synthetic fuel production plant. Sensitivity analysis examines piping component failures in the PRA model as a precursor to cost estimation for thermal extraction line design. Additionally, Fussel-Vessely (FV) and risk increase importance (RII) measures identify risk-informed design improvements for the thermal extraction system. FMEA highlights hazards such as loss of offsite power, prompt loss of electrical load, loss of thermal output, and immediate steam diversion, in addition to hydrogen explosions and toxic chemical releases. Both Bauwens and TNT-EM methods suggest maintaining several hundred meters of separation between the NPP and hydrogen facility to mitigate explosion risks. PRA results show a maximum initiating event frequency increase of 1.15% and an overall risk increase of 0.28%. Importance measure analysis identifies upstream pipe leak isolation components as critical. Evaluating the results against safety regulations, it is concluded that hazards and risks can be managed to comply with regulations through risk-informed thermal and electrical connection designs, component selection, maintenance programs, and safe separation distances between NPPs and integrated industrial facilities.

08 - HYDROGEN↗

Analysis as a Key Guiding Tool for Waste Carbon Utilization

Over a billion metric tons of waste and biomass are projected to be available in a future mature market in the United States. These resources represent an opportunity to decouple chemical and polymer production from conventional fossil fuel feedstocks, but such a broad solution space can also make for challenging decision-making. This talk will provide researchers with an introduction to key analysis techniques such as techno-economic analysis, life cycle assessment, and material flow analysis: how they are conducted and how they can be used to benchmark the costs, environmental impacts, and circularity of new innovations as well as to identify opportunities for prioritization and optimization. Using a series of examples related to plastic recycling and chemical manufacturing, we will explore how analysis can guide where and how to leverage waste carbon in supply chains towards a future circular economy.

chemical↗

Emerging hierarchical dislocation structures: Insights from scanning electron microscopy-electron backscatter diffraction in situ tensile testing and multifractal analysis

Understanding the evolution of dislocation structures during plastic deformation is critical for predicting the mechanical performance of metallic materials. In this work, we applied in situ scanning electron microscopy/electron backscatter diffraction tensile testing combined with multifractal (MF) analysis to assess deformation-induced dislocation structure evolution in solution-annealed 304 L stainless steel, both in its as-received and neutron-irradiated states (5.4 displacements per atom). The analysis of kernel average misorientation patterns revealed the formation of hierarchical dislocation arrangements that exhibit clear MF scaling behavior. Despite pronounced visual differences between nonirradiated and irradiated specimens—most notably, the appearance of dislocation channels after irradiation—the singularity spectra suggest that both conditions give rise to similar underlying hierarchical structures. MF analysis provides a quantitative measure of the spatial complexity and self-organization of dislocation patterns, highlighting the accelerated emergence and evolution of the dislocation structures in irradiated polycrystalline materials, as well as the limitation of their spatial extent. The findings indicate that irradiation not only modifies microstructure but also alters correlation-driven dislocation organization. More generally, they demonstrate that MF analysis is a powerful tool for probing mesoscale deformation mechanisms.

Dislocation structures↗

Microstructurally informed synchrotron x-ray analysis revealing helium defect transitions in ultrafine grained tungsten

The formation of insoluble gaseous defects in materials due to nuclear transmutation or ion implantation involves the diffusion of impurity atoms to form atomic defect clusters that coalesce into bubbles or cavities and ultimately degrade the material properties. Transmission electron microscopy (TEM) is limited in its ability to resolve sub-nanometer gas clusters whereas X-ray diffraction (XRD) provides information pertaining to local atomic changes. Here, in this study, helium (He) implanted ultrafine grained tungsten is explored through a multimodal defect characterization campaign combining TEM-informed Small Angle X-ray Scattering (SAXS) analysis, XRD lattice parameter measurements, and nanoscale He cluster quantification from a region of reciprocal space accessible via Wide Angle X-ray Scattering (WAXS). Moderate elevated temperature implantations are shown to produce high concentrations of sub-nanoscale He clusters and small, homogeneously distributed cavities, which collectively are linked to lattice expansion and further substantiated through complementary atomistic simulations. Increased implantation temperatures encourage the diffusion of these defects to the grain boundaries (GBs), leading to lattice relaxation and the growth of large GB cavities manifesting as bimodal size distributions in the SAXS analysis. Overall, our results demonstrate the utility of multimodal synchrotron X-ray analysis in bridging the gap between microscale He cavity quantification and atomic-scale defect analysis.

36 MATERIALS SCIENCE↗

Advancing AI-Driven Analysis in X-ray Absorption Spectroscopy: Spectral Domain Mapping and Universal Models

In recent years, rapid progress has been made in developing artificial intelligence (AI) and machine learning (ML) methods for X-ray absorption spectroscopy (XAS) analysis. Compared to traditional XAS analysis methods, AI/ML approaches offer dramatic improvements in efficiency and help eliminate human bias. To advance this field, we advocate an AI-driven XAS analysis pipeline that features several interconnected key building blocks: benchmarks, workflows, databases, and AI/ML models. Specifically, we present two case studies for XAS ML. In the first study, we demonstrate the importance of reconciling the discrepancies between simulation and experiment using spectral domain mapping (SDM). Our ML model, which is trained solely on simulated spectra, predicts an incorrect oxidation state trend for Ti atoms in a combinatorial zinc titanate film. After transforming the experimental spectra into a simulation-like representation using SDM, the same model successfully recovers the correct oxidation state trend. In the second study, we explore the development of universal XAS ML models that are trained on the entire periodic table, which enables them to leverage common trends across elements. Looking ahead, we envision that an AI-driven pipeline can unlock the potential of real-time XAS analysis to accelerate scientific discovery.

36 MATERIALS SCIENCE↗

Life-cycle analysis of microalgae-based polyurethane foams

Polyurethane plastics are essential in many consumer and commercial products such as insulation, furniture, automotive interiors, and clothing. Pathways for producing polyurethane from microalgae offer an opportunity to reduce greenhouse gas emissions and other environmental impacts and can incorporate processes that avoid the use of toxic isocyanates typically used in conventional polyurethane production processes. In this study, the greenhouse gas emissions, fossil energy, and water consumption of biobased polyurethane and biobased non-isocyanate polyurethane were evaluated via life-cycle analysis using the R&D Greenhouse Gases, Regulated Emissions, and Energy Use in Technologies model. Microalgae-based polyurethane foam was found to achieve greenhouse gas emission reductions of up to 79% compared with conventional polyurethane foam production. The greenhouse gas reductions for the non-isocyanate microalgae polyurethane pathway are slightly lower at 58% compared with conventional polyurethane foam. However, it offers additional benefits by reducing toxicity potential compared to the isocyanate polyurethane pathway. The analysis also included a biorefinery-level analysis to evaluate the impact of incorporating polyurethane production into fuel-processing microalgae biorefineries. The sensitivity analyses conducted in this study reveal that improved algae cultivation strategies can lead to decreases of up to 127% and 80% in GHG emissions from the baseline process of Bio-PU and Bio-NIPU, respectively. Likewise, implementation of renewable electricity can result in up to 128% and 74% lower GHG emissions compared to the baseline production of Bio-PU and Bio-NIPU, respectively. Finally, the analysis evaluated different coproduct handling methods including displacement and allocation (based on mass, energy, and market-value). The results suggest that it is important to consider both the displacement and allocation methods as these led to significant differences in the environmental impacts.

36 MATERIALS SCIENCE↗

Energy, greenhouse gas, and water life cycle analysis of synthetic graphite anode production in the United States

This study presents a comprehensive life cycle analysis of potential synthetic graphite battery anode material (BAM) production in the U.S. based on industrial-scale data. The analysis focuses on three impacts: greenhouse gas (GHG) emissions, total energy use, and water consumption. We also conducted sensitivity analyses to evaluate the effect of variation in process parameters and energy sources used for synthetic graphite BAM production on its life cycle GHG emissions. A detailed supply chain analysis of graphite BAM in the U.S. was also undertaken, along with a study of its associated GHG emissions. The results show GHG emissions of 29.7 kg CO 2 -eq. per kg BAM, total energy use of 580 MJ kg −1 BAM, and water consumption of 121 L kg −1 BAM for the baseline condition. The graphitization step is a major process hotspot, contributing to over 74% of all impacts. This is attributed to the energy and material input requirements for this step, particularly through the use of crucibles. Across the entire synthetic graphite production process, electricity is the primary contributor, followed by crucibles used in graphite block production, and then calcined petroleum coke. Sensitivity analyses indicate that improvement in micronization yield, reuse of crucibles, and use of low-carbon nuclear energy can significantly reduce GHG emissions of potential domestic graphite production (by ∼70%). Supply chain analysis identified major graphite BAM sources in the U.S. and showed that the U.S. has a competitive advantage in domestic production of synthetic graphite BAM in terms of reduced life cycle GHG emissions compared to present-day imported sources (by ∼20%).

Battery anode↗

Multiphase Species Transport Modeling for Molten Salt Reactors in the System Analysis Module: Generation, Decay, Deposition, and Extraction of Insoluble Fission Products

With the increase of interests in the design and deployment of advanced reactor systems, a desire for simulation tools supporting system analysis of reactor operation and safety is rising. Molten salt reactors (MSRs), one of the advanced reactor systems, utilize liquid fused salt fuel as both coolant and fuel. During operation, MSR generates insoluble fission products, including noble metals and gases. The buildup of these species in fuel salt presents safety concerns as they may deposit on surfaces of critical components and produce excessive decay heat, causing the failure of system components. Timely removal of these noble metals and gases would ensure the safe operation of the reactor system. The dynamic nature of salt fuel system, involving the generation, decay, deposition, and extraction of noble metals and gases, calls for robust species transport models to facilitate system analysis and monitoring, and design of efficient species removal components. This paper concentrates on the development of a computational framework for species transport, consisting of multiphase transport model formulation, mass transfer between phases, numerical implementation in MOOSE environment, verification through Method of Manufacture Solutions (MMS) and validation against experimental data from the Molten Salt Reactor Experiment (MSRE). Integrating this framework into the System Analysis Module (SAM) code further enhances SAM’s capabilities for advanced reactor analysis in the future.

21 SPECIFIC NUCLEAR REACTORS AND ASSOCIATED PLANTS↗

Advances in Autoradiography Systems for Nuclear Forensic Analysis

Nuclear forensic analysis techniques work to determine the contents of radiological samples with nondestructive and destructive analysis methods. Autoradiography is a nondestructive analysis method that creates an image of the distribution of radioactivity within the sample. These images allow the location of the radiological content within a sample to be ascertained, which can be used for further analysis. Autoradiography has been used since the discovery of radiation and has been continuously developed to better suit the needs of the medical, nuclear security, nuclear safeguards, and nuclear forensic communities. Recent developments in autoradiography have led to a higher spatial resolution down to a level of tens of microns, real-time capabilities that minimize the risk of overexposure, and the ability to discriminate particles. All of these developments in autoradiography would assist the nuclear forensics community in understanding the placement of radiological content within a sample and in understanding the locations of beta-particle interactions versus those for alpha-particle interactions. This article aims to discuss the history of autoradiography as well as multiple different autoradiographic technologies while focusing on imaging plates, the BeaQuant system, and the ionizing-radiation Quantum Imaging Detector system. This article reviews three autoradiographic techniques and detectors, discusses how they relate to nuclear forensics, and addresses the drawbacks and benefits of each detector.

Autoradiography↗

Summary of the 5th IAEA technical meeting on fusion data processing, validation and analysis (FDPVA)

The purpose of the 5th International Atomic Energy Agency technical meeting on fusion data processing, validation and analysis (FDPVA) (Ghent University, Ghent, Belgium, 12–15 June 2023) was to provide a platform during which a set of topics relevant to FDPVA were discussed with the view of meeting the needs of next step fusion devices such as ITER. The validation and analysis of experimental data obtained from diagnostics used to characterize fusion plasmas are crucial for a knowledge-based understanding of the physical processes governing the dynamics of these plasmas. This paper presents the recent progress and achievements in the domain of plasma diagnostics data analysis and synthetic diagnostics reported at the meeting, including concept description of new devices; fusion databases; integrated data analysis; inverse problems; uncertainty propagation, verification and validation; probabilistic methods and machine learning. The relevant results underline trends observed in the current major fusion confinement devices.

fusion databases↗