Next Article in Journal
Employment and Income Effects of Investments Made Using the Act 13 Unconventional Natural Gas Impact Fee in Pennsylvania
Next Article in Special Issue
Research Advances in the Application of the Supercritical CO2 Brayton Cycle to Reactor Systems: A Review
Previous Article in Journal
Experimental Study on the Preparation of Hydrogen-Rich Gas by Gasifying of Traditional Chinese Medicine Residue in a DFB Based on Calcium Looping
Previous Article in Special Issue
Three-Dimensional Surrogate Model Based on Back-Propagation Neural Network for Key Neutronics Parameters Prediction in Molten Salt Reactor
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Coupling Design and Validation Analysis of an Integrated Framework of Uncertainty Quantification

1
Science and Technology on Reactor System Design Technology Laboratory, Nuclear Power Institute of China, Chengdu 610213, China
2
Department of Nuclear Engineering and Technology, School of Energy and Power Engineering, Huazhong University of Science and Technology, Wuhan 430074, China
*
Author to whom correspondence should be addressed.
Energies 2023, 16(11), 4435; https://doi.org/10.3390/en16114435
Submission received: 21 March 2023 / Revised: 24 May 2023 / Accepted: 27 May 2023 / Published: 31 May 2023
(This article belongs to the Special Issue Optimal Design and Analysis of Advanced Nuclear Reactors)

Abstract

:
The uncertainty quantification is an indispensable part for the validation of the nuclear safety best-estimate codes. However, the uncertainty quantification usually requires the combination of statistical analysis software and nuclear reactor professional codes, and it consumes huge computing resources. In this paper, a design method of coupling interface between DAKOTA Version 6.16 statistical software and nuclear reactor professional simulation codes is proposed, and the integrated computing workflow including interface pre-processing, code batching operations, and interface post-processing can be realized. On this basis, an integrated framework of uncertainty quantification is developed, which is characterized by visualization, convenience, and efficient computing. Meanwhile, a typical example of small-break LOCA analysis of the LOBI test facility was used to validate the reliability of the developed integrated framework of uncertainty quantification. This research work can provide valuable guidance for developing an autonomous uncertainty analysis platform in China.

1. Introduction

Since the 1988 amendment of the 10 CFR 50.46 rule, Best Estimate Plus Uncertainty (BEPU) methods have been approved by the Nuclear Regulatory Commission (NRC) as an alternative way for nuclear safety analysis [1]. The BEPU method has been developed internationally and become a popular nuclear safety analysis method in recent years [2,3,4]. Compared to traditional conservative analysis methods, the BEPU method uses the best-estimate nuclear simulation codes (such as RELAP5, TRACE, and MELCOR) to carry out more realistic and accurate calculations, which can bring more economic benefits on the premise of ensuring nuclear safety. According to the requirements of nuclear safety regulations, the uncertainty quantification is an indispensable step for the verification and validation (V&V) of the best-estimate nuclear codes [5]. From a statistical perspective, the uncertainty of code calculations is usually required to be quantified to satisfy the “95/95 criterion”, i.e., the figure of merits with 95% probability are below the prescribed limits with 95% confidence [6].
Uncertainty analysis can reasonably quantify the difference between the computing results and the real situation. Currently, various uncertainty analysis methods have been developed internationally, including the original response surface method applied in the Code Scaling, Applicability, and Uncertainty (CSAU) methodology [7]; the Wilks nonparametric statistical method proposed in the GRS methodology [8]; and the Bayesian optimization method used in Inversed Uncertainty Quantification (IUQ) methods [9], among others. All the uncertainty analysis methods require multiple statistical sampling calculations. Nowadays, some statistical software with uncertainty calculation functions, such as DAKOTA, SPSS, and OPENTURNS, have been developed internationally. Among them, DAKOTA is a widely used statistical analysis software with plentiful functions such as parameter study, experimental design, optimization analysis, and uncertainty quantification [10,11]. The uncertainty quantification function of DAKOTA software is widely used in the field of nuclear engineering, especially the statistical sampling and sensitivity analysis, and can be applied for the validation of various nuclear reactor professional simulation codes in safety analyses.
For the uncertainty quantitative analysis of best-estimate nuclear simulation codes, it usually requires a combination of statistical analysis software and nuclear reactor professional simulation code, and it also consumes a large number of computational resources [12]. During the procedure of conducting uncertainty quantification, it is necessary to transfer and replace the sampling data from the statistical analysis software to the nuclear reactor professional simulation code, as well as to perform a batching calculation of the nuclear simulation code, and furthermore to extract the calculated results and return them to the statistical software for further data processing and analysis. If these steps are carried out manually, it will be very complex and time consuming. The NRC developed the SNAP platform, which can provide a workflow that couples DAKOTA with some nuclear reactor professional simulation codes, such as RELAP5, TRACE and MELCOR, to achieve integrated uncertainty calculations [13,14,15]. SNAP is a huge comprehensive platform without open-source permission, which makes it inconvenient to conduct targeted uncertainty quantitative analysis. Therefore, it is very necessary to develop an autonomous uncertainty analysis platform in China.
In this paper, we proposed an interface design method coupling the DAKOTA statistical software with nuclear power professional codes, which can realize integrated computing workflow including interface pre-processing, code batching operations, and interface post-processing. On this basis, a visual integrated framework of uncertainty quantification was established on the basis of the Qt graphical interface. Moreover, a typical example of a LOBI test facility was used to validate the reliability of the developed integrated framework of uncertainty quantification. The establishment of an integrated framework will open up a key technical path to develop an autonomous uncertainty analysis platform.

2. Design of the Coupling Interface between Statistical Software and Nuclear Simulation Codes

The design mechanism of the coupling interface between DAKOTA statistical software and the nuclear reactor professional simulation codes such as RELAP5 is shown in Figure 1. Firstly, the selected uncertainty parameters are sampled by DAKOTA statistical software according to their probability distribution functions, and the results of different sample combinations of uncertainty parameters are used as different calculation conditions for the input files of the nuclear reactor professional simulation code. Then, according to the required number of code calculations, the nuclear reactor professional simulation code with different input conditions is run automatically in batch. Finally, the output results of the professional simulation code are extracted and imported into DAKOTA for statistical processing and analysis, and further uncertainty quantification and sensitivity analysis can be carried out. The coupling interface design process includes interface pre-processing, code batching operations, and interface post-processing.

2.1. Interface Pre-Processing

The uncertainty parameters are first sampled by DAKOTA Version 6.16 statistical software according to their probability distributions and ranges. Before the sampling data are transferred to the nuclear reactor professional simulation code (e.g., RELAP5), the DAKOTA parameter sampling file needs to be pre-processed, i.e., converted to a file format readable by the professional simulation code. The parameters, which need to be replaced by sampling results, are specified and marked in the input files of the nuclear reactor professional simulation code. Then, the sample values of the parameters obtained by DAKOTA are written to replace the corresponding parameter values that calibrated in the original input file of the professional simulation code, and thus multiple sets of new simulation code input files are obtained after the replacement of the parameter samples.

2.2. Code Batching Operations

After obtaining the required multiple code input files, each input file is transferred to the executable file of the reactor simulation code to realize automated batch running, and thus multiple simulation results are obtained after code calculations. It is noteworthy that the input file name and output file name need to be appropriately modified in the command line to meet the distinction between different input card files and the result files before the calculations. In addition, an extension function for coupling different nuclear reactor professional simulation codes is provided in the form of a user-defined command line. For code batching operations, each code run is performed on the basis of the input (.in) file in each folder and generates an output (.out) result file and restart (.rst) file in different corresponding folder directories.

2.3. Interface Post-Processing

After the output results are obtained through the code batching operations, the data post-processing is required to satisfy the needs of subsequent data reading and statistical analysis. In order to meet the needs of safety analysis and code validation, the post-processing of the result data usually includes obtaining the maximum/minimum values of the parameters of interest, calculating the variance and standard deviation, and computing the sensitivity measures. Among them, it is an important part to perform sensitivity analysis by calculating the sensitivity measures between the input uncertain parameters and output response parameters. Sensitivity analysis measures the magnitude of the impact of each input uncertain parameter on the output response parameter, and thus the important input parameters that have a significant impact are identified. Some commonly used sensitivity measures include the Spearman rank correlation coefficient and the Pearson correlation coefficient [16].

3. Establishment of the Integrated Framework of Uncertainty Quantification

On the basis of the design of coupling interface between statistical software and nuclear reactor professional simulation codes, an integrated framework of uncertainty quantification was further developed on the basis of the Qt Graphical User Interface (GUI). This framework has the characteristics of visualization, convenience, and integrated computation, which is helpful for carrying out efficient uncertainty quantification analysis.
Qt is a cross-platform framework for C++ GUI applications. It is a fully object-oriented interface that can provide the developers with almost all the functions required to build art-grade graphics [17,18]. The Qt GUI provides a user interface of a computer operating environment that is displayed graphically, which is applied for user-friendly operations through windows, menus, and keystrokes.
The workflow of integrated computing for uncertainty quantification analysis includes the following steps: (a) Enter the input card of nuclear reactor professional simulation code (such as RELAP5) and select the parameters that need to be replaced by different samples. (b) Import the DAKOTA input file and conduct parameter sampling according to the specified sampling method to obtain the sampling results. (c) Replace the selected parameters in the input card of nuclear reactor simulation code with the obtained sampling results. (d) Conduct automatic batching operations of the nuclear energy simulation code to obtain multiple sets of calculation results. (e) Perform data post-processing and sensitivity analysis based on multiple sets of output calculations results.
Through autonomous programming and successful compilation and operation under the Qt GUI framework, all the steps of integrated computing workflow for uncertainty quantification can be visualized in the user interface of the integrated framework, enabling users to achieve an integrated computing process of uncertainty quantification through autonomous operation through the visualized interface. During the execution process, the integration with DAKOTA is mainly realized by selecting ps1 or sh files in the interface block of the DAKOTA to execute the scripts, achieving an integrated process of uncertainty quantification.
There are two important developed scripts: (1) A script used for interface pre-processing and code batching operations. On the basis of input files (such as user-specified code input cards, DAKOTA input files, and the selected input uncertain parameters), a series of operations are carried out for sampling replacement and code batching calculations. (2) A script used for interface post-processing, which is mainly for obtaining the maximum/minimum values of figure of merits and calculation of sensitivity coefficients. Import a file containing response information specified by the user and obtain the output result file after a series of calculations and processing. It is worth noting that these scripts were written and embedded into the integrated framework, enabling automated uncertainty calculation workflows without the need for users to provide script writing.
Thus, the Qt-based integrated framework is established for uncertainty quantification, which can visually implement all steps of uncertainty analysis, including the distribution setting of input uncertainty parameters, sampling replacement, code batching operations, and data extraction. The developed visual integrated framework is mainly composed of view layer and model layer.
The view layer is a visualization interface that is decomposed into different windows including mainwindow, childwindow1 for specifying input uncertainty parameters, and childwindow2 for specifying output response parameters. The mainwindow interface is shown in Figure 2. The setting up the processes in categories allows the framework to be applied in many different situations, and the flexibility of this framework minimizes the negative impact of traditional process-oriented processes and ensures consistency across different sections. For example, when uncertainty analysis is not required, benchmark code calculation cases based on the initial code input files can be calculated independently, while when uncertainty analysis is required, batching operations for uncertainty quantification calculations can be carried out.
The model layer can realize some complex functions that are difficult to implement by visualization interface through code programming, including the sampling replacement of input uncertainty parameters, code batching runs, and data extraction, among others. Through the external interface provided by DAKOTA, the underlying code in the model layer can be executed by calling the command line in the view layer, so as to achieve the required multiple functions.
The visual interface diagram of the developed integrated framework of uncertainty quantification is shown in Figure 3. The developed integrated framework is able to couple statistical software with different professional simulation codes, providing a flexible and practical coupling computing platform. This uncertainty framework is an open and ready-to-use tool. According to specific application requirements, users only need to perform simple and convenient operations on the visual interface to complete an efficient uncertainty calculation workflow. The establishment of this integrated framework opens up a key technical path to develop an autonomous uncertainty analysis platform.

4. Validation Analysis by a Typical LOBI Example

The reliability of the integrated framework of uncertainty quantification was validated and analyzed by using the LOBI test facility under the BL-44 accident condition as a typical example. Firstly, the RELAP5 best-estimate thermal-hydraulic code was used to simulate the LOBI test facility and analyze the BL-44 accident process. Then, 59 code runs of uncertainty calculations were carried out on the basis of the Wilks nonparametric statistical method [19]. Finally, the calculation results of output response parameters were collected and statistically processed, obtaining the uncertainty bands of figure of merits such as peak cladding temperature (PCT) and the sensitivity ranking of related input uncertainty parameters. The results of uncertainty quantification and sensitivity analysis obtained by the developed integrated framework were compared with the corresponding results obtained by the SNAP platform.

4.1. Simulation of the LOBI Test Facility

The LOBI facility is an integral thermal-hydraulic test facility built by the nuclear research institute of European atomic energy community, which is used for the experimental validation of prototypical large-scale pressurized water reactor [20,21].
The BL-44 experiment was a 6% small break loss of coolant accident of cold leg conducted on LOBI test facility. The total experimental process lasted for about 3000 s. The 6% break of cold leg opened at 500 s, and subsequently the primary system pressure began to drop rapidly. The reactor was shut down, the main pump coasted according to the set normal logic, and the high-pressure safety injection failed. When the primary system pressure dropped to 3.91 MPa, the safety injection tank started to inject. When the peak temperature of the fuel cladding reached 772 K, the low-pressure safety injection was initiated. After the low-pressure injection coolant completely submerged the core, the experiment was terminated [22].
The best-estimate thermal-hydraulic code, RELAP5/MOD 3.4, was used to simulate the BL-44 accident process of the LOBI test facility. The RELAP5 modeling was established to simulate the primary loop system and safety injection system of the LOBI test facility. Figure 4 shows the RELAP5 nodalization diagram for LOBI BL-44 modeling. The modeling of main components were divided into the following groups: the 100 series representing the reactor pressure vessel model and upper head simulator; the 200 series representing the complete loop pipeline and main coolant pump; the 300 series representing broken loop pipelines, main pumps, and broken components; the 400 series representing the pressurizer and surge lines; the 500 series representing the complete loop secondary side (SG I); the 600 series representing the secondary side of the break loop (SG II); the 700 series representing the steam header and steam pipeline; and the 800 series representing the injection and discharge pipelines of the primary loop.
In order to verify the rationality of the RELAP5 modeling, the comparison of calculation results and experimental data is provided as in Figure 5 and Figure 6. The calculation results showed good consistency with the experimental data, indicating the rationality of the base case model.

4.2. Uncertainty Quantification Analysis

Input uncertainty parameters are required to be identified firstly, and these parameters are sampled according to their statistical information. In this work, the input uncertainty parameters were selected by the combination of the phenomena identification and ranking table (PIRT) and the relevant research literature, as well as engineering experience. Thus, eight main input uncertainty parameters were selected to perform uncertainty quantification, as listed in Table 1. Furthermore, the statistical information of these input uncertainty parameters including probability distributions and ranges were determined through the comprehensive information including the design documents of the LOBI facility, some related data in the literature, and engineering experience [23,24,25], also shown in Table 1.
Wilks’ method was applied in this work to perform uncertainty analysis. Due to its simplicity and efficiency, Wilks’ method is widely used for uncertainty analysis in nuclear engineering [26]. The required computing numbers can be determined by Wilks’ formula so as to meet the 95/95 criteria. Here, 59 sampling calculations were performed according to Wilks’ formula of one-sided intervals with a 95% confidence level. The developed integrated framework of uncertainty quantification was applied to carry out 59 code runs of the LOBI BL-44 simulation, and the obtained uncertainty bands of cladding temperature were as shown in Figure 7a. Meanwhile, the uncertainty bands of cladding temperature calculated by the SNAP uncertainty analysis platform under the same conditions are shown in Figure 7b. Through the comparison, it can be seen that the uncertainty analysis results using the integrated framework developed in this study was highly consistent with the corresponding calculation results by the SNAP platform. The uncertainty interval of PCT obtained using the established integrated framework was [712.070, 752.702] K, while the uncertainty interval of PCT obtained using the SNAP platform was [714.925, 747.347] K. Only small differences were observed, which resulted from the difference in the initial samples with different random sampling seeds by using the two different calculation tools. By comparison, it demonstrated the reliability of the integrated framework to carry out uncertainty quantification calculations.

4.3. Sensitivity Analysis

Sensitivity analysis is a statistical method to quantify the influence of input uncertainty parameters on the output response parameters. On the basis of the data from the results of uncertainty quantification, sensitivity analysis can be further carried out. Here, Spearman rank correlation coefficient and Pearson correlation coefficient were used as sensitivity measures in order to investigate the impact of input uncertainty parameters on the output response parameters such as PCT.
The Spearman rank correlation coefficient provides an effective measure for the correlations between the input parameters and output parameters. It is worth noting that it does not directly use the actual data of parameters for calculation, but rather uses their rank to represent the relative size of parameters. Thus, the Spearman rank correlation coefficient still retains its effectiveness when the input parameters and output parameters have a great difference in magnitude. Its range is [−1, 1], and a larger absolute value indicates a stronger correlation. The Spearman rank correlation coefficient (𝜌S) is calculated by the following expression:
ρ S = i = 1 n R X i R Y i n n + 1 2 2 i = 1 n R X i 2 n n + 1 2 2 i = 1 n R Y i 2 n n + 1 2 2
where RXi is the rank of one input Xi among all the values of the variable X; RYi is the rank of one output Yi among all the values of the variable Y; and n is the total number of samples.
The Pearson correlation coefficient is also a widely used sensitivity measure. The Pearson correlation coefficient is also known as the Pearson product–moment correlation coefficient, which is a linear correlation coefficient. The Pearson correlation coefficient is usually used to reflect the degree of linear correlation between two variables X and Y, and its value is also between −1 and 1. The Pearson correlation coefficient (𝜌P) is calculated by the following expression:
ρ P = i = 1 n ( X i X ) ( Y i Y ) i = 1 n ( X i X ) 2 i = 1 n ( Y i Y ) 2
where Xi is one value of input variable X; Yi is one value of output variable Y; and X and Y are the average values of the input and output variables, respectively.
Here, the Spearman rank correlation coefficient and Pearson correlation coefficient between the eight selected input uncertainty parameters and PCT were calculated by the established integrated framework, and the results were compared with those by the SNAP platform, as shown in Figure 8 and Figure 9.
Through the calculation of sensitivity coefficients, the impact of input uncertainty parameters on PCT can be measured. From the results of the Spearman rank correlation coefficients, as shown in Figure 8, the ACC initial pressure and initial water inventory were identified as the important contributors for the uncertainty of PCT. From the results of the Pearson correlation coefficients as shown in Figure 9, the ACC initial pressure and initial water inventory and also the initial temperature were considered as important influencing factors.
Besides the magnitude of sensitivity coefficients reflecting the degree of importance of input uncertainty parameters on PCT, the sign of sensitivity coefficients can reveal the trend of PCT varying with input uncertainty parameters. For example, the ACC initial pressure has an obvious positive feedback effect on the PCT, that is, higher ACC initial pressure will lead to a higher PCT value. Meanwhile, a larger ACC initial water inventory will lead to a lower PCT value due to the corresponding negative Spearman rank correlation coefficient.

5. Conclusions

In this work, we developed a design method of coupling interface between DAKOTA statistical software and the nuclear power professional code, and further established an integrated framework of uncertainty quantification that was based on the Qt graphical interface. The small break LOCA analysis of the LOBI test facility was selected as a typical example to carry out uncertainty quantification and sensitivity analysis by using the established integrated framework. The main conclusions are summarized as follows:
(1) The established integrated framework of uncertainty quantification was able to couple DAKOTA statistical software and nuclear power professional codes, realizing integrated calculations including interface pre-processing, code batching operations, and interface post-processing. Meanwhile, the integrated framework of uncertainty quantification had the characteristics of visualization, convenience, and efficient computing. The establishment of this integrated framework opened up a key technical path to develop an autonomous uncertainty analysis platform.
(2) For a typical example of small-break LOCA analysis of the LOBI test facility, the results of 95/95 uncertainty bands of PCT obtained through the integrated framework were highly consistent with the corresponding calculation results of the SNAP platform, thus validating the reliability of the established integrated framework to carry out uncertainty quantification calculations.
(3) The developed integration framework can not only perform uncertainty quantification but also can conduct sensitivity analysis. Through the measure of Spearman rank correlation coefficients and the Pearson correlation coefficient, some important input uncertain contributors for the output response parameters can be distinguished.

Author Contributions

B.P. and Y.S.: conceptualization, methodology, software, formal analysis, writing—original draft. J.W.: writing—review and editing, conceptualization. C.D.: supervision, project administration, resources, writing—review and editing. Q.H. and S.Z.: software, writing—review and editing. B.W. and Y.L.: visualization, writing—review and editing. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the program of “Research on Statistical Analysis Software Framework and Key Theoretical Models” from a collaborative project between Huazhong University of Science and Technology and Nuclear Power Institute of China.

Data Availability Statement

The authors do not have permission to share data.

Conflicts of Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

References

  1. U.S. Nuclear Regulatory Commission. Best Estimate Calculations of Emergency Core Cooling System Performance; RG-1.157; Office of Nuclear Regulatory Research: Washington, DC, USA, 1989. [Google Scholar]
  2. Dauria, F. Best Estimate Plus Uncertainty (BEPU): Status and perspectives. Nucl. Eng. Des. 2019, 352, 110190. [Google Scholar] [CrossRef]
  3. Martin, R.P.; Petruzzi, A. Progress in international best estimate plus uncertainty analysis methodologies. Nucl. Eng. Des. 2021, 374, 111033. [Google Scholar] [CrossRef]
  4. Zhang, X.Y.; Deng, C.C.; Hu, M.Y.; Zhang, Y.; Peng, C.; Yang, J. Streamlined best estimate plus uncertainty analysis of a GEN III + BWR for a bottom drain line small break LOCA. Ann. Nucl. Energy 2023, 183, 109635. [Google Scholar] [CrossRef]
  5. Zhang, J. The role of verification & validation process in best estimate plus uncertainty methodology development. Nucl. Eng. Des. 2019, 355, 110312. [Google Scholar]
  6. Deng, C.C.; Chang, H.J.; Liu, W.L.; Wu, Q. Uncertainty analysis using Beta-Bayesian approach in nuclear safety code validation. Ann. Nucl. Energy 2014, 70, 103–108. [Google Scholar] [CrossRef]
  7. Boyack, B.E.; Catton, I.; Duffey, R.B.; Griffith, P.; Katsma, K.R.; Lellouche, G.S.; Levy, S.; Rohatgi, U.S.; Wilson, G.E.; Wulff, W.; et al. Quantifying Reactor Safety Margins Part 1: An Overview of the Code Scaling, Applicability, and Uncertainty Evaluation Methodology. Nucl. Energy Des. 1990, 119, 1–15. [Google Scholar] [CrossRef]
  8. Glaeser, H. GRS method for uncertainty and sensitivity evaluation of code results and applications. Sci. Technol. Nucl. Install. 2008, 2008, 798901. [Google Scholar] [CrossRef]
  9. Wu, X.; Xie, Z.Y.; Alsafadi, F.; Kozlowski, T. A comprehensive survey of inverse uncertainty quantification of physical model parameters in nuclear system thermal–hydraulics codes. Nucl. Eng. Des. 2021, 384, 111460. [Google Scholar] [CrossRef]
  10. Sandia National Laboratories. DAKOTA, a Multilevel Parallel Object-Oriented Framework for Design Optimization, Parameter Estimation, Uncertainty Quantification, and Sensitivity Analysis: User’s Manual; Sandia National Laboratories: Albuquerque, NM, USA, 2020. [Google Scholar]
  11. Jin, Y.; Shirvan, K. Assessment of coated cladding impact on large-break LOCA with TRACE-DAKOTA. Nucl. Eng. Des. 2021, 374, 111036. [Google Scholar] [CrossRef]
  12. Xiong, Q.W.; Gou, J.L.; Shan, J.Q.; Hui, Y. Improvement of the uncertainty method with model treatment and optimized global sensitivity analysis and its application to pressurized water reactor. Ann. Nucl. Energy 2020, 149, 107794. [Google Scholar] [CrossRef]
  13. Applied Programming Technology Inc. Uncertainty Analysis User’s Manual: Symbolic Nuclear Analysis Package; Applied Codeming Technology Inc.: Alexandria, VA, USA, 2012. [Google Scholar]
  14. Bersano, A.; Mascari, F.; Porfiri, M.T.; Maccari, P.; Bertani, C. Ingress of Coolant Event simulation with TRACE code with accuracy evaluation and coupled DAKOTA Uncertainty Analysis. Fusion Eng. Des. 2020, 159, 111944. [Google Scholar] [CrossRef]
  15. Malicki, M.; Lind, T. Parametric MELCOR 2.2 sensitivity and uncertainty study with a focus on aerosols based on Phébus test FPT1. Prog. Nucl. Energy 2023, 158, 104609. [Google Scholar] [CrossRef]
  16. Brain, H.; Wu, Q. Feed-And-Bleed Transient Analysis of OSU APEX Facility Using the Modern Code Scaling, Applicability, and Uncertainty Method. Master’s Thesis, Oregon State University, Corvallis, OR, USA, 2013. [Google Scholar]
  17. Blanchette, J.; Summerfield, M. C++ GUI Programming with Qt4, 2nd ed.; Electronic Industry Press: Beijing, China, 2008. [Google Scholar]
  18. Coppola, R.; Alegroth, E. A taxonomy of metrics for GUI-based testing research: A systematic literature review. Inf. Softw. Technol. 2022, 152, 107062. [Google Scholar]
  19. Mui, T.; Kozlowski, T. Confirmation of Wilks’ method applied to TRACE model of boiling water reactor spray cooling experiment. Ann. Nucl. Energy 2018, 117, 53–59. [Google Scholar] [CrossRef]
  20. Liao, J. System scaling analysis for modeling small break LOCA using the FULL SPECTRUM LOCA evaluation model. Ann. Nucl. Energy 2016, 87, 443–453. [Google Scholar] [CrossRef]
  21. Deng, C.C.; Zhang, X.Y.; Yang, Y.; Yang, J. Research on scaling design and applicability evaluation of integral thermal-hydraulic test facilities: A review. Ann. Nucl. Energy 2019, 131, 273–290. [Google Scholar] [CrossRef]
  22. Addabbo, C.; Annunziato, A. The LOBI integral system test facility experimental programme. Sci. Technol. Nucl. Install. 2012, 2012, 238019. [Google Scholar] [CrossRef]
  23. Scriven, A.H. Analysis of LOBI Test BLO2 (Three Percent Cold Leg Break) with RELAP5 Code; NUREG/IA-0036 Report; U.S. Nuclear Regulatory Commission: Rockville, MD, USA, 1992. [Google Scholar]
  24. Reventos, F.; Pla, P.; Matteoli, C.; Nacci, G.; Cherubini, M.; Del Nevo, A.; D’Auria, F. Consistent post-test calculations for LOCA scenarios in LOBI integral facility. Sci. Technol. Nucl. Install. 2012, 2012, 474162. [Google Scholar] [CrossRef]
  25. Deng, C.C.; Chen, L.; Yang, J.; Wu, Q. Best-estimate calculation plus uncertainty analysis of SBLOCA transient for the scale-down passive test facility. Prog. Nucl. Energy 2019, 112, 191–201. [Google Scholar] [CrossRef]
  26. Crecy, A.; Bazin, P.; Glaeser, H.; Skorek, T.; Joucla, J.; Probst, P.; Fujioka, K.; Chung, B.D.; Oh, D.Y.; Kyncl, M.; et al. Uncertainty and sensitivity analysis of the LOFT L2-5 test: Results of the BEMUSE programme. Nucl. Eng. Des. 2008, 238, 3561–3578. [Google Scholar] [CrossRef]
Figure 1. The design mechanism of the coupling interface between DAKOTA statistical software and nuclear reactor professional codes.
Figure 1. The design mechanism of the coupling interface between DAKOTA statistical software and nuclear reactor professional codes.
Energies 16 04435 g001
Figure 2. The main window of the integrated framework of uncertainty quantification.
Figure 2. The main window of the integrated framework of uncertainty quantification.
Energies 16 04435 g002
Figure 3. Visual interface diagram of the integrated framework of uncertainty quantification.
Figure 3. Visual interface diagram of the integrated framework of uncertainty quantification.
Energies 16 04435 g003
Figure 4. RELAP5 nodalization diagram for LOBI BL-44 modeling.
Figure 4. RELAP5 nodalization diagram for LOBI BL-44 modeling.
Energies 16 04435 g004
Figure 5. The comparison of primary system pressure.
Figure 5. The comparison of primary system pressure.
Energies 16 04435 g005
Figure 6. The comparison of cladding temperature.
Figure 6. The comparison of cladding temperature.
Energies 16 04435 g006
Figure 7. Comparison of the uncertainty quantification results by the integrated framework and SNAP platform for LOBI example. (a) Uncertainty bands of cladding temperature by integrated framework. (b) Uncertainty bands of cladding temperature by SNAP platform. The different colored lines represent different results for 59 sampling calculations.
Figure 7. Comparison of the uncertainty quantification results by the integrated framework and SNAP platform for LOBI example. (a) Uncertainty bands of cladding temperature by integrated framework. (b) Uncertainty bands of cladding temperature by SNAP platform. The different colored lines represent different results for 59 sampling calculations.
Energies 16 04435 g007aEnergies 16 04435 g007b
Figure 8. Comparison of the Spearman rank correlation coefficients between input uncertainty parameters and PCT by the integrated framework and SNAP platform for the LOBI example. (a) Spearman rank correlation coefficients by the integrated framework. (b) Spearman rank correlation coefficients by SNAP platform.
Figure 8. Comparison of the Spearman rank correlation coefficients between input uncertainty parameters and PCT by the integrated framework and SNAP platform for the LOBI example. (a) Spearman rank correlation coefficients by the integrated framework. (b) Spearman rank correlation coefficients by SNAP platform.
Energies 16 04435 g008
Figure 9. Comparison of the Pearson rank correlation coefficients between input uncertainty parameters and PCT by the integrated framework and SNAP platform for the LOBI example. (a) Pearson rank correlation coefficients by integrated framework. (b) Pearson rank correlation coefficients by SNAP platform.
Figure 9. Comparison of the Pearson rank correlation coefficients between input uncertainty parameters and PCT by the integrated framework and SNAP platform for the LOBI example. (a) Pearson rank correlation coefficients by integrated framework. (b) Pearson rank correlation coefficients by SNAP platform.
Energies 16 04435 g009
Table 1. Selected input uncertainty parameters and their range and distribution.
Table 1. Selected input uncertainty parameters and their range and distribution.
No.ParameterReference ValueDistributionRange
1ACC initial water inventory0.133Uniform(0.1, 0.15)
2ACC initial pressure3.91 MPaUniform(3.61, 4.21)
3ACC initial temperature313.16 KUniform(281.85, 313.16)
4ACC inject friction factor0.85Uniform(0.8, 0.9)
5Decay power factor1.0Normal
(μ = 1.0, σ = 0.02)
(0.9, 1.1)
6Break area4.2545 × 10−5 m2Uniform(3.829 × 10−5, 4.679 × 10−5)
7Break discharge coefficient0.25Normal
(μ = 0.25, σ = 0.5)
(0.2, 0.3)
8Break friction factor1.0Normal
(μ = 1.0, σ = 0.04)
(0.8, 1.2)
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Pang, B.; Su, Y.; Wang, J.; Deng, C.; Huang, Q.; Zhang, S.; Wu, B.; Lin, Y. Coupling Design and Validation Analysis of an Integrated Framework of Uncertainty Quantification. Energies 2023, 16, 4435. https://doi.org/10.3390/en16114435

AMA Style

Pang B, Su Y, Wang J, Deng C, Huang Q, Zhang S, Wu B, Lin Y. Coupling Design and Validation Analysis of an Integrated Framework of Uncertainty Quantification. Energies. 2023; 16(11):4435. https://doi.org/10.3390/en16114435

Chicago/Turabian Style

Pang, Bo, Yuhang Su, Jie Wang, Chengcheng Deng, Qingyu Huang, Shuang Zhang, Bin Wu, and Yuanfeng Lin. 2023. "Coupling Design and Validation Analysis of an Integrated Framework of Uncertainty Quantification" Energies 16, no. 11: 4435. https://doi.org/10.3390/en16114435

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop