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]
This commit is contained in:
Andrew Johnson 2019-08-06 11:48:57 -05:00
parent f5c421d24e
commit c2137187a4
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

@ -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),