mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Rename DepletionChain -> Chain
This commit is contained in:
parent
43147b70eb
commit
1ee27edc8c
15 changed files with 44 additions and 127 deletions
|
|
@ -52,7 +52,7 @@ def main():
|
|||
nfy_files = glob.glob(os.path.join('nfy', '*.endf'))
|
||||
neutron_files = glob.glob(os.path.join('neutrons', '*.endf'))
|
||||
|
||||
chain = openmc.deplete.DepletionChain.from_endf(decay_files, nfy_files, neutron_files)
|
||||
chain = openmc.deplete.Chain.from_endf(decay_files, nfy_files, neutron_files)
|
||||
chain.export_to_xml('chain_endfb71.xml')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue