mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
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:
parent
f5c421d24e
commit
c2137187a4
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue