From c2137187a4b0eb5c6bfaf2278a80c403e6c9bc4b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 6 Aug 2019 11:48:57 -0500 Subject: [PATCH] Add Te129 to CASL chain Closes: #1307 This serves as a path way for production in I129 without impacting transport because 1) Te129 has no ground state cross section data, due to 2) Te129 decays to I129 with a half life of about an hour Running scripts/openmc-make-depletion-chain-casl now has the following changes: 1) Te129 is present 2) Te129_m1 decays to Te129 with branching ratio of 2/3 using ENDFB 7.1 data [pulled using tools/ci/download-xs.sh] --- scripts/casl_chain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/casl_chain.py b/scripts/casl_chain.py index 86389e3ced..2477a5e892 100755 --- a/scripts/casl_chain.py +++ b/scripts/casl_chain.py @@ -187,6 +187,7 @@ CASL_CHAIN = { 'Sb127': (False, 3, 2, None), 'Te127': (False, 3, -1, None), 'Te127_m1': (False, 3, -1, None), + 'Te129': (False, 3, 2, None), 'Te129_m1': (False, 3, 2, None), 'Te132': (False, 3, 2, None), 'I127': (True, 3, 1, None),