Allow normal instantiation of ResultsList (instead of from_hdf5)

This commit is contained in:
Paul Romano 2022-04-28 17:11:21 -05:00
parent fe230168fb
commit 0b77cc7edc
12 changed files with 48 additions and 34 deletions

View file

@ -53,7 +53,7 @@ The coupled transport-depletion problem is executed, and once it is done a
easy retrieval of k-effective, nuclide concentrations, and reaction rates over
time::
results = openmc.deplete.ResultsList.from_hdf5("depletion_results.h5")
results = openmc.deplete.ResultsList("depletion_results.h5")
time, keff = results.get_keff()
Note that the coupling between the transport solver and the transmutation solver