mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 12:05:32 -04:00
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:
parent
df387e87dc
commit
d112eddbc3
3 changed files with 125 additions and 214 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue