Prediction of the Average Decay Heat per Fission for MOX Nuclear Fuel

Abstract

MIXED Oxide Nuclear fuel (MOX) contains both uranium and plutonium in oxidized form. It is important to calculate the nuclear decay heat due to the single thermal fission (fission due to 0.0235 eV neutron) for all fissile nuclei in the MOX fuels (U235, Pu239, and Pu241). These fissile nuclei are the main source of the decay heat in MOX fuel. Decay heat calculation of the weighted fissile material content in MOX fuel is also important. A numerical method was used in this work to calculate the concentrations of all fission products due to the individual thermal fission of the three fissile materials as a function of time N(t). The decay heat calculations for the three fissile materials are directly calculated using the summation method by knowing the different concentrations of fission products over time. The average decay heat of the MOX fuel in induced thermal fission is also concluded. The most influential nuclei in the decay heat were also identified. The method used has been validated by several comparisons before, but the new in this work is using the most recent Evaluated Nuclear Data Library ENDF/B-VIII.0. Calculations of decay heat show very common trends for a period of 107 sec after the fission burst of thermal fissions of individual fissile nuclei. Moreover, the code showed high capability in calculating the fission fragments inventories and decay heats due to the decay of fission fragments of 31 fissionable nuclei.

Share and Cite:

Alramady, A. , Barashed, H. and Nafee, S. (2022) Prediction of the Average Decay Heat per Fission for MOX Nuclear Fuel. Journal of Applied Mathematics and Physics, 10, 887-899. doi: 10.4236/jamp.2022.103061.

1. Introduction

Modeling the inventory of fission products after the fission burst of different fissionable nuclei as well as calculating the decay heat released due to the decay of these fission fragments has been presented in several kinds of literature. Most of these calculations are done depending on two methods exclusively for finding the inventory of fission products, either simulating statistically decomposing all fission fragments by tracking each event individually or solving the Batman equation [1] - [16]. Table 1 shows some of the programs and codes that have been used to solve problems related to the calculation of fission products inventory and decay heat released due to fission fragments.

In this paper, the second method, which depends on solving Bateman’s equation numerically, was used to model the decay of fission fragments. In this case, a specially developed program that can work with large data sets can be used to solve huge numbers of differential equations of type initial value problems in less time, for example, MATLAB software [23], MATHCAD [24], which have a number of built-in tools that make it easier to work with, access, and manipulate a large number of initial value problems differential equations [25] [26].

In this paper, the decay heat of thermal-induced fission of MOX fuel averaged over 100 fissions of its fissile nuclei (U235, Pu239, and Pu241) was calculated. MOX fuel is a mixture of plutonium oxide (from spent fuel) and uranium oxide (natural uranium), with about 3 to 5 percent by weight of plutonium [27]. The main difference between MOX fuels from uranium fuel is that MOX fuel contains more fissile material than uranium fuel. This leads to a difference in nuclear properties which in turn affects the decay heat [28].

Inventories of all fission products need to be well-known with high accuracy as possible because these inventories are required as input to the summation calculations of decay heat. Theoretical calculations of decay heat of different fissile nuclei can play a prominent role in studies of potential new nuclear fuel mixtures [29].

2. Methodology

The source code used in the solution was created and implemented using

Table 1. Some of the Important codes for fission products inventory calculations and decay heat released due to fission fragments.

MATLAB. The elapsed time for each code run was measured and found to be between 30 - 60 minutes using a computer with a 2.4 GHz dual-core i7 CPU. These elapsed times showed a hardware-dependent behavior when using computers with lower speeds. The current code is largely an evolution of the HEATKAU code [22]. Except that the code used does not have an interface, it performs the same calculations in almost the same way, but with some fundamental improvements. All entries have been updated and extracted from ENDF/B-VIII.0 Nuclear Data Library [30] rather than ENDF/B-VII Nuclear Data Library [31]. The latest version of MATLAB (MATLAB R2021b [32] ) was used along with writing the code in a direct way and improving the computational procedures to exclude zero arithmetic operations as much as possible, which made the computation time significantly reduced to approximately 20% of the time of HEATKAU. The list of fissionable nuclei that the code can handle has been updated to include all nuclei for which fission yield data is available in the ENDF/B-VIII.0 Nuclear Data Library as shown in Table 2. Finally, the calculation method has been developed to be able to calculate the average decay heat after fission burst in a mixed fuel like MOX in which more than one type of nuclide such as undergoes fission.

The algorithm of the solution is described in the flowchart in Figure 1. The code follows the following sequences:

Figure 1. The flowchart of the solution.

Table 2. Fission yield data available in ENDF/B-VIII.0 [33].

*Fission yield of Pu-239 is also available at energy of 2 MeV of incident neutron.

­ Choose the nuclide that will undergo fission from Table 1.

­ Choose the incident neutron energy based on the availability in ENDF/B-VIII.0 (Table 1), for example thermal fission or 500 keV neutron energy fission.

­ Extract fission fragment mass distribution (independent fission yield) from ENDF/B-VIII.0 and convert it into matrix form (Z A I) (Input file Y0).

­ Extract decay modes of all isotopes from ENDF/B-VIII.0.

­ Use decay modes of all isotopes to generate the branching matrix (Input file B).

­ Extract decay constants from ENDF/B-VIII.0, and generate decay constants matrix (Input file λ).

­ Use one of the MATLAB built-in ODE solvers to solve Bateman equation numerically, and generate fission fragments inventory (Output file N(t)).

­ Extract average energy released per decay of all isotopes from ENDF/B-VIII.0, and generate Alpha, Beta, and Gamma energy matrices (Input files E α , E β and E γ ).

­ Use the summation method to calculate decay heats of a specific fission event (Output files H α , H β and H γ ).

­ Calculate the total decay heat H α + H β + H γ (Output file H T o t a l ).

­ Enter fission ratios for every 100-fission event in the case of mixed fissions like MOX.

­ Calculate the average decay heat in the case of mixed fissions (Output file H A v ).

­ Sort the decay heat from all isotopes, in descending order, before summation at a specific time after the fission event to conclude the most contributors to decay heat.

­ The output results can be obtained directly in graphs, in addition to the presence of the complete digital data for the outputs saved anywhere you specify on the device.

­ The decay rate of each fission fragment after fission burst is simply given by an exponential law. Despite this, a large number of these nuclei are in turn unstable and are depleted after some time by some method of decay. The general solution to this correlative decay that leads to a system of differential equations which must be solved to get the fission fragment inventory was put forward by Bateman in 1910 [34]. So, the number of ith nuclei of fission fragments via thermal fission of three fissile materials U235, Pu239, and Pu241, at time t is N i ( t ) and can be written as:

[ N i ( t ) = ( Y i ) U 235 e ( λ i t ) + 1 M U 235 N j i ( t ) , j i ] U 235 (1)

[ N i ( t ) = ( Y i ) Pu 239 e ( λ i t ) + 1 M Pu 239 N j i ( t ) , j i ] Pu 239 (2)

[ N i ( t ) = ( Y i ) Pu 241 e ( λ i t ) + 1 M Pu 241 N j i ( t ) , j i ] Pu 241 (3)

where ( Y i ) U 235 , ( Y i ) Pu 239 , and ( Y i ) Pu 241 are the independent fission yields of the thermal fission of the three fissile nuclei U235, Pu239, and Pu241, respectively. λ i is the decay constant of the ith fission product, M U 235 , M Pu 239 , and M Pu 241 are the total number of fission product nuclides of the three fissile nuclei U235, Pu239, and Pu241, respectively. In addition, the symbol j represents the decays of all jth fission products that give out ith fission products as daughter.

Equations (4) to (6) give the total decay heat generated by fission products f ( t ) as a function of cooling time t after a fission burst for the fissile nuclei U235, Pu239, and Pu241, respectively.

f ( t ) U 235 = 1 M U 235 λ i N i ( t ) E i (4)

f ( t ) Pu 239 = 1 M Pu 239 λ i N i ( t ) E i (5)

f ( t ) Pu 241 = 1 M Pu 241 λ i N i ( t ) E i (6)

where E i is the average energy released per decay of the ith isotope, and is given by

E i = ( E α + E β + E γ ) i (7)

where E α , E β and E γ are the average energy released per heavy particles-, beta-, and gamma-decays of the ith isotope, and extracted from ENDF/B-VIII.0.

The total decay heat due to thermal fissions is the sum of the decay heat from each fissile nuclide in the fuel. Therefore, the burst function as a function of time f ( t ) of MOX fuel can be calculated by using the weight percentages % i of the three fissile nuclei as:

f ( t ) MOX = % i f ( t ) i 100 (8)

To predict the average heat of decay per fission of the MOX nuclear fuel, we need to calculate the weight percentages % i of the three fission nuclei, U235, Pu239, and Pu241, respectively. As shown in Figure 2, it is assumed that the MOX fuel contains a mix of depleted uranium and a mix of plutonium isotopes. Also as mentioned in the figure, for 1000 kg of the MOX fuel, the weights of the three fissile nuclei U235, Pu239, and Pu241 are 1.9, 7.1, and 34.3 kg, respectively.

It is known that in the operation of reactors not designed to burn plutonium, no more than 30% of the MOX groups can be loaded along with 70% of conventional uranium fuel (UOX)) in the core of these reactors [28]. Moreover, Figure 3 shows the weight composition of 30% MOX fuel and 70% Natural fuel for a 1000 kg of metal fuel.

The weight ratios of the three fissile nuclei U235, Pu239, and Pu241 can be calculated by using Equations (9)-(11):

% U 235 = W e i g h t ( U 235 ) W e i g h t ( U 235 ) + W e i g h t ( P u 239 ) + W e i g h t ( P u 241 ) 100 (9)

Figure 2. Weight composition (kg) of MOX fuel for a 1000 kg of metal fuel.

Figure 3. Weight composition (kg) of 30% MOX (300 kg) and 70% Natural fuel (700 kg) for a 1000 kg of metal fuel.

% P u 239 = W e i g h t ( P u 239 ) W e i g h t ( U 235 ) + W e i g h t ( P u 239 ) + W e i g h t ( P u 241 ) 100 (10)

% P u 241 = W e i g h t ( P u 241 ) W e i g h t ( U 235 ) + W e i g h t ( P u 239 ) + W e i g h t ( P u 241 ) 100 (11)

So, for 1000 kg metal fuel, the calculated weights of U235 = 0.57 + 5.04 = 5.61 kg, Pu239 = 2.13 kg, and Pu241 = 10.29 kg, respectively.

% U 235 = 5.61 5.61 + 2.13 + 10.29 100 = 31 % (12)

% P u 239 = 2.13 5.61 + 2.13 + 10.29 100 = 12 % (13)

% P u 241 = 5.61 5.61 + 2.13 + 10.29 100 = 57 % (14)

Finally, Figure 4 shows the weight % of the three fissile materials of 30% MOX and 70% natural fuel. Therefore, Equation (8) can be rewritten as:

f ( t ) MOX = 31 f ( t ) U 235 + 12 f ( t ) Pu 239 + 57 f ( t ) Pu 241 100 (15)

Figure 4. Weight % of fissile materials of 30% MOX and 70% Natural fuel.

3. Results

The first-order differential equations (Equations (1)-(3)) of every fission product in each fissile material in MOX fuel were solved numerically to find the exact time-dependent distribution of fission product. Time-dependent distribution of fission product until cooling time t = 107 sec after burst thermal fission with (0.0235 eV neutrons) for the three fissile nuclei U235, Pu239, and Pu241 were calculated numerically, and complete fission product inventories are shown in Figures 5-7 , respectively.

By using the aforementioned method (Summation Method), the burst function f ( t ) (decay heat) of the fission products after the fission burst were calculated for each of the three fissile nuclei in the MOX fuel U235, Pu239, and Pu241 using Equations (4)-(6), respectively. In addition, the average decay heat of MOX fuel f ( t ) MOX can be calculated by using Equation (15). Moreover, Figure 8 shows a comparison of the calculated total decay heat of the three fissionable nuclei U235, Pu239, and Pu241, with the predicted total decay of MOX fuel averaged over 100 fissions.

In addition, one of the most important aspects associated with the prediction of the decay heat is identifying the contribution of different fission product nuclides to the total heat of decay. Calculating the contribution at multiple times after the fission process is important in assessing the fission product’s decay heat and evaluating the decay data. The overall contribution of specific nuclides that contribute the total thermal energy released after thermal fission of any fissile isotope is concluded from the contribution matrix F (Equation (16)), which was calculated by integration of all specific contributions between starting time t1 and ending time t2. Figures 9-11 showed the overall contribution of nuclides that contribute more than 2% of the total thermal energy of the decay of fission products of thermal fission of U235, Pu239, and Pu241, respectively.

F = [ f 1 f 2 f M ] = [ t 1 t 2 f 1 ( t ) d t t 1 t 2 f 2 ( t ) d t t 1 t 2 f M ( t ) d t ] (16)

Figure 5. Complete inventory of fission products decay of fission-due to 0.0235 eV neutron-of U-235.

Figure 6. Complete inventory of fission products decay of fission-due to 0.0235 eV neutron of Pu-239.

Figure 7. Complete inventory of fission products decay of fission-due to 0.0235 eV neutron-of Pu-241.

Figure 8. Calculated total decay heat of the three fissionable nuclei U235, Pu239 vs the average decay heat of MOX fuel.

Figure 9. Fission fragments with contribution more than 2% on overall total decay heat of fission due to 0.0235 eV neutron of U-235.

Figure 10. Fission fragments with contribution more than 2% on overall total decay heat of fission due to 0.0235 eV neutron of Pu-239.

Figure 11. Fission fragments with contribution more than 2% on overall total decay heat of fission-due to 0.0235 eV neutron-of Pu-241.

4. Conclusions

The above-mentioned code flowchart shown in Figure 1, gave good capability to estimate the decay heat of different fuels using the fission yields and the nuclear decay data, which are available from ENDF nuclear data libraries. Since these libraries are subjected to comprehensive screening procedures and fruitful verifications before releasing to the scientific community. Therefore, it is crucial to use the latest version of ENDF to obtain a good decay heat estimation. In the present study, ENDF/B-VIII has been used instead of ENDF/B-VII.

The present code is a powerful tool to help researchers to implement the heat of nuclear decay after a fission explosion, which is extremely important for safety and design studies related to spent fuel management, transportation or storage. The maximum values for the highest decay heats always set the rules in the design goals of safety margins. The code can be used to calculate fission fragments inventory and decay heats of all available fission yield in ENDF/B-VIII.0. In addition, the capabilities of the present code have been verified by calculating the decay heat due to the decay of fission fragments of 31 fissionable nuclei listed in (Table 2).

The decay heat of U235, Pu239, and Pu241 due to thermal induced neutron fission is calculated using the present code. Moreover, the decay heat for the MOX fuel using the equivalent content (weighted values) of its fissile nuclei is calculated. The results show that for the case of thermal fission, the average decay heat per fission calculated for the MOX fuel is lower than the decay heat per thermal fission of U235 and Pu239, but higher than that per thermal fission of Pu241. Moreover, the most contributors at different cooling times after fission burst (10, 100, 1000, 10,000, 100,000 seconds) to the decay heat have been identified for U235, Pu239 and Pu241.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Duke, D.L. (2015) Fission Fragment Mass Distributions and Total Kinetic Energy Release of 235-Uranium and 238-Uranium in Neutron-Induced Fission at Intermediate and Fast Neutron Energies. LA-UR-15-28829.
[2] Clarity, J.B., Liljenfeldt, H., Banerjee, K. and Miller, L.P. (2022) Validation of UNF-ST&DARDS As-Loaded Safety Analysis Methods for BWR Decay Heat Calculations. Progress in Nuclear Energy, 143, Article ID: 104042.
https://doi.org/10.1016/j.pnucene.2021.104042
[3] Talou, P., Stetcu, I., Jaffke, P., Rising, M.E., Lovell, A.E. and Kawano, T. (2021) Fission Fragment Decay Simulations with the CGMF Code. Computer Physics Communications, 269, Article ID: 108087.
https://doi.org/10.1016/j.cpc.2021.108087
[4] Katakura, J. (2014) Development of JENDL Decay and Fission Yield Data Libraries. Nuclear Data Sheets, 118, 104-107.
https://doi.org/10.1016/j.nds.2014.04.011
[5] Rudstam, G. (1980) Uncertainty of Decay Heat Calculations Originating from Errors in the Nuclear Data and the Yields of Individual Fission Products. Journal of Radioanalytical Chemistry, 55, 79-99.
https://doi.org/10.1007/bf02514541
[6] Chiba, G. (2017) Consistent Adjustment of Radioactive Decay and Fission Yields Data with Measurement Data of Decay Heat and β-Delayed Neutron Activities. Annals of Nuclear Energy, 101, 23-30.
https://doi.org/10.1016/j.anucene.2016.09.054
[7] Algora, A., Jordan, D., Taín, J.L., Rubio, B., Agramunt, J., Caballero, L., Nácher, E., Perez-Cerdan, A.B., Molina, F., Estevez, E., Valencia, E., Krasznahorkay, A., Hunyadi, M.D., Gulyás, J., Vitéz, A., Csatlós, M., Csige, L., Eronen, T., Rissanen, J., et al. (2012) Decay Heat Studies for Nuclear Energy. Hyperfine Interactions, 223, 245-252.
https://doi.org/10.1007/s10751-012-0623-6
[8] Minato, F. (2020) Toward Next JENDL Fission Yield Data and Decay Data. European Physical Journal Web of Conferences, 242, Article ID: 05004.
[9] Plompen, A.J.M., Cabellos, O., De Saint Jean, C., Fleming, M., Algora, A., Angelone, M., Archier, P., Bauge, E., Bersillon, O., Blokhin, A., Cantargi, F., Chebboubi, A., Diez, C., Duarte, H., Dupont, E., Dyrda, J., Erasmus, B., Fiorito, L., Fischer, U., et al. (2020) The Joint Evaluated Fission and Fusion Nuclear Data Library, JEFF-3.3. The European Physical Journal A, 56, Article No. 181.
https://doi.org/10.1140/epja/s10050-020-00141-9
[10] Vogt, R., Randrup, J., Vassh, N., Sprouse, T. and Surman, R. (2020) Employing FREYA for Fission Product Yield Evaluations. European Physical Journal Web of Conferences, 242, Article ID: 03002.
[11] Tsilanizara, A. and Huynh, T.D. (2021) New Feature of DARWIN/PEPIN2 Inventory Code: Propagation of Nuclear Data Uncertainties to Decay Heat and Nuclide Density. Annals of Nuclear Energy, 164, Article ID: 108579.
https://doi.org/10.1016/j.anucene.2021.108579
[12] Katakura, J. (2012) JENDL FP Decay Data File 2011 and Fission Yields Data File 2011. JAEA-Data/Code 2011-025.
[13] Nafee, S.S., Shaheen, S.A. and Al-Ramady, A.M. (2013) Numerical Approach for Predicting the Decay Heat Contribution of Curium Isotopes in the Mixed Oxide Nuclear Fuel. Nuclear Engineering and Design, 262, 246-250.
https://doi.org/10.1016/j.nucengdes.2013.04.040
[14] Nafee, S.S., Al-Ramady, A.M. and Shaheen, S.A. (2013) Numerical Approach to Calculate the Decay Heat of Actinides for Short Cooling Time. Annals of Nuclear Energy, 57, 304-310.
https://doi.org/10.1016/j.anucene.2013.02.019
[15] Nafee, S.S., Alramady, A.K. and Shaheen, S.A. (2012) Decay Heat Contribution Analyses of Curium Isotopes in the Mixed Oxide Nuclear Fuel. World Academy of Science, Engineering and Technology, International Journal of Mathematical, Computational, Physical, Electrical and Computer Engineering, 6, 1112-1116.
[16] Nafee, S.S., Alramady, A.K. and Shaheen, S.A. (2012) Prediction of the Total Decay Heat from Fast Neutron Fission of 235U and 239Pu. Zenodo.
[17] Duchemin, B. and Nordborg, C. (1990) Decay Heat Calculation: An International Nuclear Code Comparison (NEACRP-319-L). Nuclear Energy Agency of the OECD (NEA), Paris.
[18] Heeb, C.M., McKinnon, M.A. and Creer, J.M. (1990) ORIGEN2 Predictions of Spent Fuel Decay Heat Rates and Isotopic Content Compared with Calorimeter and Key Actinide Measurements. American Nuclear Society.
[19] Verbeke, J.M., Petit, O., Chebboubi, A. and Litaize, O. (2018) Correlated Production and Analog Transport of Fission Neutrons and Photons Using Fission Models FREYA, FIFRELIN and the Monte Carlo Code TRIPOLI-4®. European Physical Journal Web of Conferences, 170, Article ID: 01019.
[20] Schmidt, K.H., Jurado, B., Amouroux, C. and Schmitt, C. (2016) General Description of Fission Observables: GEF Model Code. Nuclear Data Sheets, 131, 107-221.
https://doi.org/10.1016/j.nds.2015.12.009
[21] Matthews, E.F., Goldblum, B.L., Bernstein, L.A., Quiter, B.J., Brown, J.A., Younes, W., Harke, J.T., Padgett, S.W., Ressler, J.J. and Tonchev, A.P. (2018) FIER: Software for Analytical Modeling of Delayed Gamma-Ray Spectra. Nuclear Instruments & Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment, 891, 111-117.
https://doi.org/10.1016/j.nima.2018.02.072
[22] HEATKAU.
https://rsicc.ornl.gov/codes/ccc/ccc8/ccc-805.html
[23] Working with Large Data Sets. MathWorks.
[24] Large Data Handling-File Input. PTC Community.
[25] Gieschke, R. and Serafin, D. (2013) Differential Equations in MATLAB. In: Development of Innovative Drugs via Modeling with MATLAB, Springer, Berlin, 39-85.
https://doi.org/10.1007/978-3-642-39765-3_3
[26] Keskin, A. (2019) Numerical Solutions of Differential Equations. In: Ordinary Differential Equations for Engineers, Springer, Cham, 535-630.
https://doi.org/10.1007/978-3-319-95243-7_8
[27] Eidemüller, D. (2021) Nuclear Power Explained. Springer, Cham.
https://doi.org/10.1007/978-3-030-72670-6
[28] https://www.radioactivity.eu.com/site/pages/MOX_Fuels.htm
[29] Nichols, A.L. (2002) Nuclear Data Requirements for Decay Heat Calculations. The Workshop on Nuclear Reaction Data and Nuclear Reactors: Physics, Design and Safety, Trieste, 25 February-28 March 2002, 64-195.
[30] https://www.nndc.bnl.gov/endf-b7.1/.
[31] https://www.nndc.bnl.gov/endf-b8.0/.
[32] R2021b—Updates to the MATLAB and Simulink Product Families. MathWorks.
[33] https://www-nds.iaea.org/public/download-endf/ENDF-B-VIII.0/decay-index.htm
[34] Bateman, H. (1910) The Solution of a System of Differential Equations Occurring in the Theory of Radioactive Transformations. Mathematical Proceedings of the Cambridge Philosophical Society, 15, 423-427.

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.