mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Limit number of lost particles written to disk. (#2688)
Co-authored-by: John Tramm <john.tramm@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
989875b070
commit
d765bd031f
7 changed files with 103 additions and 2 deletions
|
|
@ -276,6 +276,16 @@ 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_write_lost_particles>`` Element
|
||||
--------------------------------------
|
||||
|
||||
This ``<max_write_lost_particles>`` element indicates the maximum number of
|
||||
particle restart files (per MPI process) to write for lost particles.
|
||||
|
||||
*Default*: None
|
||||
|
||||
.. _mesh_element:
|
||||
|
||||
------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue