mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Allow zero bins in tally triggers (#2928)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
d1366c0545
commit
c976653abf
6 changed files with 90 additions and 7 deletions
|
|
@ -100,6 +100,18 @@ The ``<tally>`` element accepts the following sub-elements:
|
|||
|
||||
*Default*: None
|
||||
|
||||
:ignore_zeros:
|
||||
Whether to allow zero tally bins to be ignored when assessing the
|
||||
convergece of the precision trigger. If True, only nonzero tally scores
|
||||
will be compared to the trigger's threshold.
|
||||
|
||||
.. note:: The ``ignore_zeros`` option can cause the tally trigger to fire
|
||||
prematurely if there are no hits in any bins at the first
|
||||
evalulation. It is the user's responsibility to specify enough
|
||||
particles per batch to get a nonzero score in at least one bin.
|
||||
|
||||
*Default*: False
|
||||
|
||||
:scores:
|
||||
The score(s) in this tally to which the trigger should be applied.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue