mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Allow normal instantiation of ResultsList (instead of from_hdf5)
This commit is contained in:
parent
fe230168fb
commit
0b77cc7edc
12 changed files with 48 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue