Merge pull request #2077 from paulromano/depletion-renaming

Rename deplete.ResultsList → deplete.Results
This commit is contained in:
Andrew Johnson 2022-06-13 21:57:44 -07:00 committed by GitHub
commit 64becd2c70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 936 additions and 910 deletions

View file

@ -134,7 +134,7 @@ data, such as number densities and reaction rates for each material.
OperatorResult
ReactionRates
Results
ResultsList
StepResult
The following class and functions are used to solve the depletion equations,
with :func:`cram.CRAM48` being the default.

View file

@ -49,11 +49,11 @@ one of these functions along with the timesteps and power level::
The coupled transport-depletion problem is executed, and once it is done a
``depletion_results.h5`` file is written. The results can be analyzed using the
:class:`openmc.deplete.ResultsList` class. This class has methods that allow for
:class:`openmc.deplete.Results` class. This class has methods that allow for
easy retrieval of k-effective, nuclide concentrations, and reaction rates over
time::
results = openmc.deplete.ResultsList.from_hdf5("depletion_results.h5")
results = openmc.deplete.Results("depletion_results.h5")
time, keff = results.get_keff()
Note that the coupling between the transport solver and the transmutation solver