mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Added missing documentation (#3275)
Co-authored-by: Jonathan Shimwell <mail@jshimwell.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
7a18108724
commit
2bea7f338b
1 changed files with 19 additions and 1 deletions
|
|
@ -252,11 +252,29 @@ to false.
|
|||
|
||||
*Default*: true
|
||||
|
||||
--------------------------------
|
||||
``<max_lost_particles>`` Element
|
||||
--------------------------------
|
||||
|
||||
This element indicates the maximum number of lost particles.
|
||||
|
||||
*Default*: 10
|
||||
|
||||
------------------------------------
|
||||
``<rel_max_lost_particles>`` Element
|
||||
------------------------------------
|
||||
|
||||
|
||||
This element indicates the maximum number of lost particles, relative to the
|
||||
total number of particles.
|
||||
|
||||
*Default*: 1.0e-6
|
||||
|
||||
-------------------------------------
|
||||
``<max_particles_in_flight>`` Element
|
||||
-------------------------------------
|
||||
|
||||
This element indicates the number of neutrons to run in flight concurrently
|
||||
This element indicates the number of particles to run in flight concurrently
|
||||
when using event-based parallelism. A higher value uses more memory, but
|
||||
may be more efficient computationally.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue