Hi all,
I’m trying to get both neutron and photon dose rates for a full fission core both through life as supercritical and then after shutdown (turning the control drums inwards to make it subcritical). The current method I’m using is to do the initial depletion in ‘eigenvalue’ run mode for a certain amount of years, then go into the model geometry to rotate the drums. Then I continue the depletion for another few years with the altered model after giving it the altered materials from the depletion_results.h5 file, but in ‘fixed source’ run mode, with the normalisation_mode = ‘source_rate’ in the operator and the source rates set to 0 in the integrator
to get decay only steps.
The tallies I’m looking at are just flux tallies at the core boundary and slightly further away, and I get good results for each of the initial supercritical depletion steps for both neutrons and photons in the 'openmc_simulation_nX.h5 ’ files. However, when I look at the tallies for the fixed source continuation depletion, there are no results. The ‘tallies.out’ file also isn’t changed. The tallies are there in the altered model xml files the same as in the initial model xml, and the tallies are present in the statepoint file but don’t seem to actually be tallying any events, e.g. below is a tally in the statepoint at stage 6 (initial depletion) and then stage 16 (second depletion) missing results.
(openmc15) > h5ls openmc_simulation_n6.h5/tallies/tally\ 1
estimator Dataset {SCALAR}
filters Dataset {3}
n_filters Dataset {SCALAR}
n_realizations Dataset {SCALAR}
n_score_bins Dataset {SCALAR}
name Dataset {SCALAR}
nuclides Dataset {1}
results Dataset {800, 1, 2}
score_bins Dataset {1}
(openmc15) > h5ls openmc_simulation_n16.h5/tallies/tally\ 1
estimator Dataset {SCALAR}
filters Dataset {3}
n_filters Dataset {SCALAR}
n_realizations Dataset {SCALAR}
n_score_bins Dataset {SCALAR}
name Dataset {SCALAR}
nuclides Dataset {1}
score_bins Dataset {1}
I’m not sure why this is - I’ve tried separating out the depletion into two scripts and recreating the tallies for the 2nd depletion, but that’s not worked.
Any help or suggestions on the method I am using are appreciated!
Thank you