Rename results.h5 -> depletion_results.h5. Use /materials in HDF5 file

This commit is contained in:
Paul Romano 2018-02-14 15:36:00 -06:00
parent fc6b3bd9d9
commit 730623246f
9 changed files with 11 additions and 16 deletions

View file

@ -8,7 +8,7 @@ from openmc.deplete import (read_results, evaluate_single_nuclide,
result_folder = "test"
# Load data
results = read_results(result_folder + "/results.h5")
results = read_results(result_folder + "/deplete_results.h5")
cell = "5"
nuc = "Gd157"

View file

@ -28,7 +28,6 @@ settings.particles = 1000
settings.batches = 100
settings.inactive = 40
settings.source = openmc.Source(space=openmc.stats.Box(lower_left, upper_right))
settings.verbosity = 3
op = openmc.deplete.OpenMCOperator(geometry, settings)