mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
getting initial nuclide densities from depletion results, other choice would be to update python densities, but depletion results are needed anyway
This commit is contained in:
parent
cf85c2bb05
commit
563e3436e4
3 changed files with 43 additions and 11 deletions
|
|
@ -40,7 +40,7 @@ previous_results = openmc.deplete.ResultsList("depletion_results.h5")
|
|||
# Transport calculation settings
|
||||
###############################################################################
|
||||
|
||||
# Instantiate a Settings object, set all runtime parameters, and export to XML
|
||||
# Instantiate a Settings object, set all runtime parameters
|
||||
settings_file = openmc.Settings()
|
||||
settings_file.batches = batches
|
||||
settings_file.inactive = inactive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue