mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
fixed bugs when changing integrator at restart time
This commit is contained in:
parent
a85db74b2b
commit
09a4475e38
7 changed files with 25 additions and 15 deletions
|
|
@ -132,7 +132,7 @@ settings_file.entropy_mesh = entropy_mesh
|
|||
op = openmc.deplete.Operator(geometry, settings_file, chain_file)
|
||||
|
||||
# Perform simulation using the predictor algorithm
|
||||
openmc.deplete.integrator.cecm(op, time_steps, power)
|
||||
openmc.deplete.integrator.predictor(op, time_steps, power)
|
||||
|
||||
###############################################################################
|
||||
# Read depletion calculation results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue