mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Add note about specifying volume for depletion
This commit is contained in:
parent
b66664cbf6
commit
4f9bbca7f3
1 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,12 @@ operator class requires a :class:`openmc.Geometry` instance and a
|
|||
|
||||
Any material that contains a fissionable nuclide is depleted by default, but
|
||||
this can behavior can be changed with the :attr:`Material.depletable` attribute.
|
||||
|
||||
.. important:: The volume must be specified for each material that is depleted by
|
||||
setting the :attr:`Material.volume` attribute. This is necessary
|
||||
in order to calculate the proper normalization of tally results
|
||||
based on the source rate.
|
||||
|
||||
:mod:`openmc.deplete` supports multiple time-integration methods for determining
|
||||
material compositions over time. Each method appears as a different class.
|
||||
For example, :class:`openmc.deplete.CECMIntegrator` runs a depletion calculation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue