mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Add a max_events setting. (#2945)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
cfebe16127
commit
9fd096b843
8 changed files with 59 additions and 16 deletions
|
|
@ -252,9 +252,9 @@ to false.
|
|||
|
||||
*Default*: true
|
||||
|
||||
----------------------------------------
|
||||
-------------------------------------
|
||||
``<max_particles_in_flight>`` Element
|
||||
----------------------------------------
|
||||
-------------------------------------
|
||||
|
||||
This element indicates the number of neutrons to run in flight concurrently
|
||||
when using event-based parallelism. A higher value uses more memory, but
|
||||
|
|
@ -262,9 +262,17 @@ may be more efficient computationally.
|
|||
|
||||
*Default*: 100000
|
||||
|
||||
---------------------------
|
||||
---------------------------------
|
||||
``<max_particle_events>`` Element
|
||||
---------------------------------
|
||||
|
||||
This element indicates the maximum number of events a particle can undergo.
|
||||
|
||||
*Default*: 1000000
|
||||
|
||||
-----------------------
|
||||
``<max_order>`` Element
|
||||
---------------------------
|
||||
-----------------------
|
||||
|
||||
The ``<max_order>`` element allows the user to set a maximum scattering order
|
||||
to apply to every nuclide/material in the problem. That is, if the data
|
||||
|
|
@ -276,11 +284,11 @@ then, OpenMC will only use up to the :math:`P_1` data.
|
|||
.. note:: This element is not used in the continuous-energy
|
||||
:ref:`energy_mode`.
|
||||
|
||||
---------------------------
|
||||
------------------------
|
||||
``<max_splits>`` Element
|
||||
---------------------------
|
||||
------------------------
|
||||
|
||||
The ``<max_splits>`` element indicates the number of times a particle can split during a history.
|
||||
The ``<max_splits>`` element indicates the number of times a particle can split during a history.
|
||||
|
||||
*Default*: 1000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue