mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Rename DepletionChain -> Chain
This commit is contained in:
parent
43147b70eb
commit
1ee27edc8c
15 changed files with 44 additions and 127 deletions
|
|
@ -17,7 +17,7 @@ Integrator Helper Functions
|
|||
---------------------------
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
|
||||
integrator.CRAM16
|
||||
integrator.CRAM48
|
||||
integrator.save_results
|
||||
|
|
@ -29,8 +29,8 @@ Metaclasses
|
|||
:toctree: generated
|
||||
:nosignatures:
|
||||
|
||||
opendeplete.Settings
|
||||
opendeplete.Operator
|
||||
openmc.deplete.Settings
|
||||
openmc.deplete.Operator
|
||||
|
||||
OpenMC Classes
|
||||
--------------
|
||||
|
|
@ -39,18 +39,18 @@ OpenMC Classes
|
|||
:toctree: generated
|
||||
:nosignatures:
|
||||
|
||||
opendeplete.OpenMCSettings
|
||||
opendeplete.Materials
|
||||
opendeplete.OpenMCOperator
|
||||
openmc.deplete.OpenMCSettings
|
||||
openmc.deplete.Materials
|
||||
openmc.deplete.OpenMCOperator
|
||||
|
||||
Data Classes
|
||||
------------
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
|
||||
opendeplete.AtomNumber
|
||||
opendeplete.DepletionChain
|
||||
opendeplete.Nuclide
|
||||
opendeplete.ReactionRates
|
||||
opendeplete.Results
|
||||
|
||||
openmc.deplete.AtomNumber
|
||||
openmc.deplete.Chain
|
||||
openmc.deplete.Nuclide
|
||||
openmc.deplete.ReactionRates
|
||||
openmc.deplete.Results
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
integrator\.CRAM16
|
||||
==================
|
||||
|
||||
.. currentmodule:: opendeplete.integrator
|
||||
.. currentmodule:: openmc.deplete.integrator
|
||||
|
||||
.. autofunction:: CRAM16
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
integrator\.CRAM48
|
||||
==================
|
||||
|
||||
.. currentmodule:: opendeplete.integrator
|
||||
.. currentmodule:: openmc.deplete.integrator
|
||||
|
||||
.. autofunction:: CRAM48
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
integrator\.cecm
|
||||
=================
|
||||
|
||||
.. currentmodule:: opendeplete.integrator
|
||||
.. currentmodule:: openmc.deplete.integrator
|
||||
|
||||
.. autofunction:: cecm
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
integrator\.predictor
|
||||
=====================
|
||||
|
||||
.. currentmodule:: opendeplete.integrator
|
||||
.. currentmodule:: openmc.deplete.integrator
|
||||
|
||||
.. autofunction:: predictor
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
integrator\.save_results
|
||||
========================
|
||||
|
||||
.. currentmodule:: opendeplete.integrator
|
||||
.. currentmodule:: openmc.deplete.integrator
|
||||
|
||||
.. autofunction:: save_results
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
opendeplete.Concentrations
|
||||
==========================
|
||||
|
||||
.. currentmodule:: opendeplete
|
||||
|
||||
.. autoclass:: Concentrations
|
||||
|
||||
|
||||
.. automethod:: __init__
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Concentrations.__init__
|
||||
~Concentrations.convert_nested_dict
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Attributes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Concentrations.n_cell
|
||||
~Concentrations.n_nuc
|
||||
|
||||
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
opendeplete.ReactionRates
|
||||
=========================
|
||||
|
||||
.. currentmodule:: opendeplete
|
||||
|
||||
.. autoclass:: ReactionRates
|
||||
|
||||
|
||||
.. automethod:: __init__
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~ReactionRates.__init__
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Attributes
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~ReactionRates.n_cell
|
||||
~ReactionRates.n_nuc
|
||||
~ReactionRates.n_react
|
||||
|
||||
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
opendeplete.Results
|
||||
===================
|
||||
|
||||
.. currentmodule:: opendeplete
|
||||
|
||||
.. autoclass:: Results
|
||||
|
||||
|
||||
.. automethod:: __init__
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Results.__init__
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue