I am running a depletion for pincell, but the code produces simulation files in the following order:
Creating state point statepoint.500.h5…
=======================> TIMING STATISTICS <=======================
Total time for initialization = 1.9750e+00 seconds
Reading cross sections = 1.9009e+00 seconds
Total time in simulation = 1.3405e+03 seconds
Time in transport only = 1.3379e+03 seconds
Time in inactive batches = 3.9147e+00 seconds
Time in active batches = 1.3366e+03 seconds
Time synchronizing fission bank = 9.2673e-02 seconds
Sampling source sites = 8.3004e-02 seconds
SEND/RECV source sites = 9.2869e-03 seconds
Time accumulating tallies = 2.2916e+00 seconds
Time writing statepoints = 1.2069e-01 seconds
Total time for finalization = 3.7025e-03 seconds
Total time elapsed = 1.3432e+03 seconds
Calculation Rate (inactive) = 25544.5 particles/second
Calculation Rate (active) = 673.351 particles/second
============================> RESULTS <============================
k-effective (Collision) = 1.16213 +/- 0.00135
k-effective (Track-length) = 1.16254 +/- 0.00150
k-effective (Absorption) = 1.16290 +/- 0.00113
Combined k-effective = 1.16269 +/- 0.00100
Leakage Fraction = 0.00000 +/- 0.00000
Creating state point openmc_simulation_n0.h5…
Maximum neutron transport energy: 20000000 eV for U235
Initializing source particles…
Creating state point statepoint.500.h5…
=======================> TIMING STATISTICS <=======================
Total time for initialization = 0.0000e+00 seconds
Reading cross sections = 0.0000e+00 seconds
Total time in simulation = 1.2887e+03 seconds
Time in transport only = 1.2883e+03 seconds
Time in inactive batches = 1.1053e+02 seconds
Time in active batches = 1.1782e+03 seconds
Time synchronizing fission bank = 1.0325e-01 seconds
Sampling source sites = 9.4158e-02 seconds
SEND/RECV source sites = 8.6428e-03 seconds
Time accumulating tallies = 1.4241e-01 seconds
Time writing statepoints = 5.8090e-02 seconds
Total time for finalization = 2.8803e-03 seconds
Total time elapsed = 1.2929e+03 seconds
Calculation Rate (inactive) = 904.721 particles/second
Calculation Rate (active) = 763.889 particles/second
============================> RESULTS <============================
k-effective (Collision) = 1.13129 +/- 0.00131
k-effective (Track-length) = 1.12995 +/- 0.00156
k-effective (Absorption) = 1.13100 +/- 0.00119
Combined k-effective = 1.13103 +/- 0.00101
Leakage Fraction = 0.00000 +/- 0.00000
[openmc.deplete] t=516967.6083773616 s, dt=1550902.825132085 s, source=16378
Maximum neutron transport energy: 20000000 eV for U235
Initializing source particles…
then
Creating state point openmc_simulation_n0.h5…
then
Creating state point statepoint.500.h5… it always overwrites the t statepoint.500.h5.
Shoudn’t be in order of point openmc_simulation_nx.h5…
op = openmc.deplete.CoupledOperator(model, chain_file)
integrator = openmc.deplete.CECMIntegrator(op, timestep_deltas, power, timestep_units=“d”)