Dear all,
Do you know why the fission reaction data in H5 file is not the same as that shown by the graph?
Thanks,
Indah
Dear all,
Do you know why the fission reaction data in H5 file is not the same as that shown by the graph?
Thanks,
Indah
The reaction rates that are stored in the h5 file are normalized per atom. When you call results.get_reaction_rate(...), it takes those normalized reaction rates and multiplies them by the number of atoms to get an absolute reaction rate. In your case, the reaction rate per atom isn’t changing much but the number of atoms is likely decreasing, producing the behavior you see there.