mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
Merge aa6adfa7b8 into 05d01274a7
This commit is contained in:
commit
1eaa384a8a
17 changed files with 658 additions and 9 deletions
|
|
@ -358,6 +358,16 @@ The following tables show all valid scores:
|
|||
| |kinetics parameters using the iterated fission |
|
||||
| |probability (IFP) method. |
|
||||
+----------------------+---------------------------------------------------+
|
||||
|migration-area |The migration-area score is used to evaluate |
|
||||
| |diffusion coefficients and transport cross sections|
|
||||
| |in infinite geometry. |
|
||||
| |The migration area score can only be used with |
|
||||
| |a ParticleFilter or with an EnergyFilter. |
|
||||
| |It also cannot be used in the same run as a |
|
||||
| |MeshBornFilter when non vacuum |
|
||||
| |boundary conditions are present. |
|
||||
| |For more information, see Liu_. |
|
||||
+----------------------+---------------------------------------------------+
|
||||
|
||||
.. _usersguide_tally_normalization:
|
||||
|
||||
|
|
@ -422,3 +432,5 @@ There are several slight variations on this procedure:
|
|||
|
||||
Note that the only difference between these and the above procedures is in how
|
||||
:math:`H'` is estimated.
|
||||
|
||||
.. _Liu: https://doi.org/10.1016/j.anucene.2017.10.039
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue