Merge remote-tracking branch 'origin/transportoperator-subclass-notransport' into transportoperator-subclass-notransport

This commit is contained in:
yardasol 2022-08-02 17:19:31 -05:00
commit 2a0da7437f
6 changed files with 15 additions and 13 deletions

View file

@ -12,10 +12,11 @@ Primary API
The two primary requirements to perform depletion with :mod:`openmc.deplete`
are:
1) A transpor operator
1) A transport operator
2) A time-integration scheme
The former is responsible for calcuating and retaining important information required for depletion. The most common examples are reaction rates and power
The former is responsible for calculating and retaining important information
required for depletion. The most common examples are reaction rates and power
normalization data. The latter is responsible for projecting reaction rates and
compositions forward in calendar time across some step size :math:`\Delta t`,
and obtaining new compositions given a power or power density. The