Journal Search Engine

View PDF Download PDF Export Citation Korean Bibliography PMC Previewer
ISSN : 1738-1894(Print)
ISSN : 2288-5471(Online)
Journal of Nuclear Fuel Cycle and Waste Technology Vol.22 No.1 pp.1-7
DOI : https://doi.org/10.7733/jnfcwt.2024.004

Isotopic Analysis of Decay Heat Contributors From Actinides and Fission Fragments of Spent Nuclear Fuel for Intermediate- and Long-Term Storage Times

Amir Mohammad Al-Ramady
Department of Nuclear Engineering, Faculty of Engineering, King Abdulaziz University, Jeddah 21589, Saudi Arabia
* Corresponding Author. Amir Mohammad Al-Ramady, King Abdulaziz University, E-mail: amelramady@kau.edu.sa, Tel: +966-12-695-2000 ext. 72370

August 24, 2023 ; October 5, 2023 ; December 12, 2023

Abstract


In this research, a detailed analysis of the decay heat contributions of both actinides and non-actinides (fission fragments) from spent nuclear fuel (SNF) was made after 50 GWd·tHM−1 burnup of fresh uranium fuel with 4.5% enrichment lasted for 1,350 days. The calculations were made for a long storage period of 300 years divided into four sections 1, 10, 100, and 300 years so that we could study the decay heat and physical disposal ratios of radioactive waste in medium- and long-term storage periods. Fresh fuel burnup calculations were made using the code MCNP, while isotopic content and then decay heat were calculated using the built-in stiff equation solver in the MATLAB code. It is noted that only around 12 isotopes contribute more than 90% of the decay heat at all times. It is also noted that the contribution of actinides persists and is the dominant ether despite decreasing decay heat, while the effect of fission products decreases at a very rapid rate after about 40 years of storage.



초록


    1. Introduction

    Undoubtedly, increased accuracy of calculations on radioactive waste - the most important of which is depleted (or spent) nuclear fuel - effectively contributes to the development of nuclear research through the fuel cycle. At the top of these calculations is the decay heat of spent nuclear fuel during both short and long cooling periods after reactor shutdown to support safe transport and storage. The decay heat, which is considered one of the most important characteristics of spent nuclear fuel SNF, is affected by several factors, including the type of nuclear fuel and the initial fuel enrichment rate. Also, the fuel burnup and its cooling period directly affect the decay heat. Knowing the total decay heat along with the decay heats of components such as the decay heat caused by actinides or those caused by fission products is of great importance when handling a SNF for transportation or storage to ensure the safety of the SNF as well as to protect the surrounding environment, which helps in safety and shielding calculations [1]. Both modeling and simulating fresh nuclear fuel consumption and then modeling the decay of spent fuel during the cooling period - during operation and after the shutdown of the reactor - require the use of reliable and accurate nuclear data. So, it made sense for this kind of calculation and analysis to be done whenever newer and more accurate versions of nuclear data libraries emerged. In this research, all nuclear data was acquired from the Evaluated Nuclear Data File (ENDF) library, most recent version, ENDF/B-III.0. Examples of nuclear data obtained from this library are the neutron capture cross sections, fission yields of fissionable isotopes, half-lives or decay constants, branching ratios of different types of decay, and mean decay energies (alpha, beta, and gamma) of all radioactive isotopes in the fuel [2].

    Many previous studies have published calculations and analyses of decay heat of spent nuclear fuel using nuclear data derived from the release of ENDF/B-VII [3 to 10]. All calculations for this research relied on the new ENDF/BVIII. 0 Nuclear Data Library. As this library fully observed the new IAEA standards, it also benefited from experimental and modern theoretical data obtained in the United States and Europe. Arguably, the integrated verification performance of the new ENDF/B-VIII.0 library has been improved compared to the previous ENDF/B-VII.1 library. And what concerns us in this research is that the improving fission-yields and decay data have been largely done [11].

    In some recent research work, nuclear data has been acquired from NEW ENDF/B-VIII.0 Nuclear Data Library both in fresh fuel burnup calculations during the reactor’s operational period and during the decay of SNF in the cooling period after the reactor shutdown to identify nuclides contributing to decay heat [12-13]. Decay heat studies are based on predicting the isotopic abundances of radioisotopes constituting the decay heat present at the shutdown of the reactor, based on the operational history of the reactor and then following up on decay heat generation over a short and long period of time. Also, some research calculates only the decay heat of a single event for fission of different fissile isotopes (decay heat after thermal or rapid fission). These calculations, while important, do not give a complete picture of the entire nuclear fuel behavior [14-15].

    The first step of calculations (fresh fuel burnup calculations) is usually done using codes based on the Mont Carlo method, the most important and accurate of which is the MCNP code [16]. The second part of the calculations, relating to the conclusion and prediction of isotopic content of spent fuel, used a wide spectrum of codes that draw nuclear data from a nuclear data library and rely on different methods of calculation. In this research, as well as relying entirely on NEW ENDF/B-VIII.0 Nuclear Data Library, MATLAB was also used to generate radionuclide isotopic abundances based on irradiation or burnup history. The reason for choosing MATLAB was because it had several built-in solvers dedicated to problem-solving that had a huge number of differential equations, especially very stiff ones [17], exactly as in isotopic decay of SNF. The utilization of programs that offer accurate solutions plays a significant role in advancing research on nuclear fuel cycles. Furthermore, it facilitates the development of suitable measures for health and safety, as well as regulatory strategies for the handling of radioactive materials. This includes achieving both short and long-term safety requirements for the cooling process after a reactor’s shutdown.

    2. Methodology

    To calculate the evolution of material composition and radionuclide isotopic abundances during 1,350 days expected core lifetime burnup, simulated irradiation of fresh uranium fuel enriched up to 4.5% was performed using the Monte Carlo N-Particle eXtended (MCNPX) code. The MCNPX code relies on randomized numbers in statistical samples where the program records the neutrons pathways emitted by any source and determines the ability of these neutrons to react [16]. The simulation process begins with the preparation of the input data file, which includes materials for the nuclear fuel used, as well as fuel geometrical specifications, as well as source data. After running the code, the required outputs, the final isotopic contents, are obtained after fresh fuel is burned after required duration (1,350 days divided into cycles). The MCNPX code was combined with homemade MATLAB R2023a code for decay heat calculations.

    The homemade code was written to numerically solve the differential equations for the decay and accumulation of radioactive isotope chains of spent fuel (Bateman equations) [18].

    The time dependent concentration of ith nuclei of Ni(t) in SNF at any time “t” after reactor shutdown can be written as:

    N i ( t ) = C i e λ i t + N j i ( t )
    (1)

    where Ci represents the initial concentration of ith isotope of SNF just after shutdown of the reactor, λi is the decay constant of the ith nuclei, and j represents decays of all jth radioactive isotope that give out ith isotope as a result of direct decay.

    Now we can define Nj→i (t) as:

    N j i ( t ) = b j i λ j N j ( t )
    (2)

    where, bj→i is the branching ratios of ith nuclide per decay of nuclide jth, and λj is the decay constant of the jth nuclei.

    Now, by rewriting the previous two equations in the form of differential equations, in addition to converting all the inputs to the form of matrices that are suitable for the MATLAB program, as follows:

    d d t N i ( t ) = λ i N i ( t ) + b j i λ j N j ( t ) + C i
    (3)

    As a second step, MATLAB’s Build-in ODE Solver ODE15s was used. ODE15s is recommended for very stiff ordinary differential equations as in the case of radioactive decay equations for isotopic components of SNF containing a wide range of decay constants, where the derivatives of the variables vary with time by orders of magnitude. The concept of ODE15s lies in the Backward Differentiation Formulae, or BDF. This algorithm is unique in that it combines a variable order and variable step size, utilizing both a progressive formula and a method of assessing local errors that is typical of constant step size formulas. The code generated 1,800 time points (over a full life time of 300 years of cooling) and calculated the isotopic contents for all radioactive and non-radioactive isotopes of SNF at each point. To illustrate mathematically the problem of stiffness, in some ODE problems, the step size taken by the solver is forced to a level that is extremely small compared to the integration interval and these step sizes can be so small that passing a short time of solution would require millions of evaluations. This can cause the ODE solver to fail. And even if it succeeds, it will take a very long time to do so. Therefore, recent versions of MATLAB have focused on solving this type of problems with continuous improvements. Research shows how efficient ODE15s are in terms of numerical accuracy in cases where very steep gradients appear in solution [19-20].

    The calculations presented in this paper were based solely on nuclear data obtained from the most recent edition of the Evaluated Nuclear Data File, ENDF/B-III. 0, as previously stated in the introductory section. These nuclear data were neutrons capture cross sections, decay constants/half-lives, branching ratios for all types of decay, average decay energies (Eα, Eβ, and Eγ) per decomposition, and fission yields.

    3. Results and Discussion

    The ratios of decay heat calculated in the entire cooling period (300 years) for all radioisotopes affecting decay heat are organized in the Table 1 by dividing them into actinides (Ac, Th, Pa, U, Np, Pu, Am, and Cm isotopes) and non-actinides (108 radioisotopes), or gaseous and nongaseous. The heat generated by actinides (52%) during the entire cooling period is roughly the same as that found in non-actinides (48%), while on the other hand, the gaseous radioisotopes consisting mainly of xenon (133Xe, and 135Xe) and radon (217Rn, 218Rn, 219Rn, 220Rn, and 222Rn) isotopes contribute to the decay heat by less than 1%.

    Table 1

    Calculated decay heat % at 300 years cooling

    Actinides 52%
    Non-Actinides 48%
    Gaseous 0.3%
    Non-Gaseous 99.7%

    In this research, the results are drawn on a log-log scale so that we can present and analyze as many data points as possible clearly, especially when there are low and high decay heat values. Fig. 1 presents decay heat power vs cooling time of separate actinides during the entire cooling period. Although the results showed the presence of radioisotopes of 7 actinides, some of them had a very weak effect on decay heat, particularly actinium isotopes (225Ac, 227Ac, and 228Ac), which were neglected because they were infinitesimal. The effect of both uranium isotopes (9 isotopes from 232U to 240U respectively) and neptunium isotopes (236Np, 237Np, 238Np, and 239Np) was also weak and less than 0.5% of the total decay temperature. On the other hand, the main effect of the decay heat caused by actinides is the isotopes of americium (241Am, 242Am, 243Am, and 244Am), whose effect is close to 28% of the total decay heat during the entire cooling period, followed by the isotopes of plutonium (9 isotopes from 236Pu to 244Pu respectively), which affect more than 18% of the total decay heat, and finally the isotopes of curium (7 isotopes from 242Cm to 248Cm respectively) contribute about 5% of the total decay heat. Also, by checking Fig. 1, we can say that the effect of both uranium and neptunium isotopes is significant at the beginning of the cooling period (beginning of storage of SNF) and quickly decreases only within a month or a few months. Also, curium isotopes begin with a significant effect on decay heat and extend to a few years of cooling (possibly 20 years). Finally, although the effect of plutonium and americium isotopes on decay heat has been low in short cooling periods, they are the main contributors on decay heat at the long-term cooling level. Fig. 2 tells us that at the beginning of the cooling period, the non-actinide isotopes were significantly more than several times the effect of actinides in decay heat, and then began to decrease at a greater rate than the actinides, each of which is equal after cooling for about 40 years, and then decreased at a very high rate.

    Fig. 1

    Actinide isotopes decay heats as a function of storage time.

    JNFCWT-22-1-1_F1.gif
    Fig. 2

    Actinides vs Non- Actinides decay heats as a function of storage time.

    JNFCWT-22-1-1_F2.gif

    As observed in Fig. 3, α-, β-, and γ- decay heats were calculated based on both isotopic abundances of radioactive isotopes during the entire cooling period and on Eα, Eβ, and Eγ derived from ENDF/B-VIII.0. By looking at Fig. 3, we can say that the main decay heats during the first year of cooling was caused by beta and gamma decay. In the cooling period of more than 40 years, the decay heat caused by alpha decay was the main contributor to total decay heat.

    Fig. 3

    α, β, and γ decay heats as a function of storage time.

    JNFCWT-22-1-1_F3.gif

    Fig. 4 illustrates the dominant radionuclides, across 1, 10, 100, and 300 years of cooling (SNF storage). There were 154 isotopes that contributed to the production of heat at any time during the decay from the onset of cooling up to 300 years, of which 46 isotopes represented 7 actinides and 108 isotopes represented fission fragments. Also, these 154 isotopes, of which 66 were alpha emitters, 145 beta emitters, and 137 gamma emitters. As we conclude from the figure, during the four cooling periods after 1, 10, 100, and 300 years, about 10 to 13 radioisotopes contribute more than 90% of the decay heat, while the remaining isotopes (about 140 isotopes) combined contribute less than 10% of the decay heat. From the beginning of cooling of the SNF to a full year, the isotopes contributing 90% to decay heat were ranked downwards from the most contribution to the least as follows: 144Pr, 106Rh, 95Nb, 134Cs, 95Zr, 140La, 242Cm, 91Y, 103Ru, 90Y, 144Ce, 89Sr, and 239Np. And as we can see, in this period of cooling one isotope of actinides contributes to the decay heat, which is 242Cm. In the first 10 years of cooling, the isotopes contributing about 90% to decay heat were ranked downwards from the most contribution to the least as follows: 90Y, 241Am, 238Pu, 144Pr, 106Rh, 134Cs, 137Cs, 244Cm, 90Sr, 95Nb, 95Zr, 240Pu, and 242Cm. The increased effect of actinides on decay heat has also been observed. In addition to 242Cm, 241Am, 238Pu, 244Cm, and 240Pu also contributed to the decay heat. In the cooling periods of 100 and 300 years we found that the isotopes contributing to the decay heat did not change, although there were slight changes in the contribution ratios. In those cooling periods, isotopes that contributed more than 90% to the decay heat were as follows: 90Y, 241Am, 238Pu, 144Pr, 106Rh, 134Cs, 137Cs, 244Cm, 90Sr, 95Nb, 95Zr, 240Pu, and 242Cm. Also, the effect of actinides on the decay heat increased, as 238Pu, 240Pu, 241Am, 242Cm, and 244Cm contributed more than 38% to the total decay heat.

    Fig. 4

    The dominant radioisotopes contribute decay heat during 1, 10, 100, and 300 years of cooling.

    JNFCWT-22-1-1_F4.gif

    4. Conclusions

    From the consistent contribution of isotopes to thermal decomposition, shown in Fig. 4, it is concluded that there is no need to calculate cooling times up to 105 years in some research as that is unnecessarily time-consuming in the calculations. Fission products 144Pr, 106Rh, and 134Cs are the isotopes with the greatest impact ever in intermediate storage periods (about 50% of total decay heat), while on the other side the fission product 90Y and both actinide isotopes 241Am and 238Pu (44.2% at 100 y cooling and 56.2% at 300 y cooling) are the largest ever in long storage periods. The effect of fission products 144Pr, 106Rh, and 134Cs also persists in long cooling periods but to a lesser extent than in short periods (24.5% at 100 y cooling and 17% at 300 y cooling).

    The isotopes of the actinides americium and plutonium only have an important contribution to decay heat in long cooling periods, while other actinides do not have a significant effect in any cooling periods except for the isotopes of curium, which begin to rapidly decline after the first 10 years of storage.

    Conflict of Interest

    No potential conflict of interest relevant to this article was reported.

    Figures

    Tables

    References

    1. M.S. Yim, Nuclear Waste Management: Science, Technology, and Policy (Lecture Notes in Energy, 83), 1st ed., 1-8, Springer Dordrecht, Netherlands (2021).
    2. S. Manohar, G. Sugilal, R.K. Bajpai, C.P. Kaushik, and K. Raj, “Radioactive Waste Management”, in: Nuclear Fuel Cycle, B.S. Tomar and P.R. Vasudeva Rao, eds., 255-331, Springer Nature, Singapore (2023).
    3. J. Jang, B. Ebiwonjumi, W. Kim, J. Park, J. Choe, and D. Lee, “Validation of Spent Nuclear Fuel Decay Heat Calculation by a Two-Step Method”, Nucl. Eng. Technol., 53(1), 44-60 (2021).
    4. A. Shama, D. Rochman, S. Pudollek, S. Caruso, and A. Pautz, “Uncertainty Analyses of Spent Nuclear Fuel Decay Heat Calculations Using SCALE Modules”, Nucl. Eng. Technol., 53(9), 2816-2829 (2021).
    5. J. Jang, C. Kong, B. Ebiwonjumi, A. Cherezov, Y. Jo, and D. Lee, “Uncertainty Quantification in Decay Heat Calculation of Spent Nuclear Fuel by STREAM/RASTK”, Nucl. Eng. Technol., 53(9), 2803-2815 (2021).
    6. G. Ilas, I.C. Gauld, and H. Liljenfeldt, “Validation of ORIGEN for LWR Used Fuel Decay Heat Analysis With SCALE”, Nucl. Eng. Des., 273, 58-67 (2014).
    7. P. Jansson, M. Bengtrsson, U. Backstrom, F. Alvarez- Velarde, D. Calic et al., “Blind Benchmark Exercise for Spent Nuclear Fuel Decay Heat”, Nucl. Sci. Eng., 196(9), 1125-1145 (2022).
    8. A. Shama, D. Rochman, S. Caruso, and A. Pautz, “Validation of Spent Nuclear Fuel Decay Heat Calculations Using Polaris, ORIGEN and CASMO5”, Ann. Nucl. Energy, 165, 108758 (2022).
    9. G. Ilas and H. Liljenfeldt, “Decay Heat Uncertainty for BWR Used Fuel Due to Modeling and Nuclear Data Uncertainties”, Nucl. Eng. Des., 319, 176-184 (2017).
    10. D. Rochman, A. Dokhane, A. Vasiliev, H. Ferroukhi, and M. Hursin, “Nuclear Data Uncertainties for Swiss BWR Spent Nuclear Fuel Characteristics”, Eur. Phys. J. Plus, 135(2), 233 (2020).
    11. D.A. Brown, M.B. Chadwick, R. Capote, A.C. Kahler, A. Trkov et al., “ENDF/B-VIII.0: The 8th Major Release of the Nuclear Reaction Data Library With CIELO-Project Cross Sections, New Standards and Thermal Scattering Data”, Nucl. Data Sheets, 148, 1-142 (2018).
    12. D. Čalič and M. Kromar, “Spent Fuel Characterization Analysis Using Various Nuclear Data Libraries”, Nucl. Eng. Technol., 54(9), 3260-3271 (2022).
    13. H.R. Doran, A.J. Cresswell, D.C.W. Sanderson, and G. Falcone, “Nuclear Data Evaluation for Decay Heat Analysis of Spent Nuclear Fuel Over 1-100 k Year Timescale”, Eur. Phys. J. Plus, 137(6), 665 (2022).
    14. J. Li, D. She, L. Shi, and J. Liang, “The NUIT Code for Nuclide Inventory Calculations”, Ann. Nucl. Energy, 148, 107690 (2020).
    15. A.L. Nichols, P. Dimitriou, A. Algora, M. Fallot, L. Giot, F.G. Kondev, T. Yoshida, M. Karny, G. Mukherjee, B.C. Rasco, K.P. Rykaczewski, A.A. Sonzogni, and J.L. Tain, “Improving Fission-Product Decay Data for Reactor Applications: Part I—Decay Heat”, Eur. Phys. J. A, 59(4), 78 (2023).
    16. R.R. Kommalapati, F. Asah-Opoku, H. Du, and Z. Huque, “Chapter 3, Monte Carlo Simulations of Nuclear Fuel Burnup”, in: Nuclear Material Performance, R.O.A Rahman and H.El-Din M. Saleh, 37-55, Books on Demand, Norderstedt (2016).
    17. S.L. Eshkabilov, Practical MATLAB Modeling With Simulink: Programming and Simulating Ordinary and Partial Differential Equations, Apress, New York (2020).
    18. H. Bateman, “The Solution of a System of Differential Equations Occurring in the Theory of Radioactive Transformations”, Proc. Cambridge Philos. Soc., 15, 423-427 (1910).
    19. J.R. Cash, “Review Paper: Efficient Numerical Methods for the Solution of Stiff Initial-Value Problems and Differential Algebraic Equations”, Proc. R. Soc. A: Math. Phys. Eng. Sci., 459(2032), 797-815 (2003).
    20. E. Galaris, G. Fabiani, F. Calabro, D. di Serafino, and C. Siettos. November 24 2021. “Numerical Solution of Stiff ODEs With Physics-Informed RPNNs.” Arxiv homepage. Accessed Aug. 10 2023. Available from: https://arxiv.org/abs/2108.01584.

    Editorial Office
    Contact Information

    - Tel: +82-42-861-5851, 866-4157
    - Fax: +82-42-861-5852
    - E-mail: krs@krs.or.kr

    SCImago Journal & Country Rank