fixed bugs when changing integrator at restart time

This commit is contained in:
guillaume 2018-06-02 16:31:47 -04:00
parent a85db74b2b
commit 09a4475e38
7 changed files with 25 additions and 15 deletions

View file

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