openmc.deplete.cram.IPFCramSolver accepts coefficients at init

Moved from deplete.abc into openmc.deplete.cram. CRAM16 and CRAM48
are aliases to __call__ methods for two instances of
IPFCramSolver: Cram16Solver and Cram48Solver, created using
16th and 48th order coefficients
This commit is contained in:
Andrew Johnson 2019-09-26 20:26:13 -04:00
parent df387e87dc
commit d112eddbc3
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB
3 changed files with 125 additions and 214 deletions

View file

@ -139,18 +139,6 @@ The following functions are used to solve the depletion equations, with
cram.deplete
cram.timed_deplete
:func:`cram.CRAM16` and :func:`cram.CRAM48` are aliases to the ``__call__``
methods for the following classes
.. autosummary::
:toctree: generated
:nosignatures:
:template: mycallable.rst
cram.Cram16Solver
cram.Cram48Solver
The following classes are used to help the :class:`openmc.deplete.Operator`
compute quantities like effective fission yields, reaction rates, and
total system energy.