diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index 4eb83d7033..b1eedf59cd 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -121,10 +121,13 @@ multi-group mode. ```` Element -------------------- -The ```` element indicates the weight cutoff used below which particles -undergo Russian roulette. Surviving particles are assigned a user-determined -weight. Note that weight cutoffs and Russian rouletting are not turned on by -default. This element has the following attributes/sub-elements: +The ```` element indicates two kinds of cutoffs. The first is the weight +cutoff used below which particles undergo Russian roulette. Surviving particles +are assigned a user-determined weight. Note that weight cutoffs and Russian +rouletting are not turned on by default. The second is the energy cutoff which +is used to kill particles under certain energy. The energy cutoff should not be +used unless you know particles under the energy are of no importance to results +you care. This element has the following attributes/sub-elements: :weight: The weight below which particles undergo Russian roulette. @@ -137,6 +140,11 @@ default. This element has the following attributes/sub-elements: *Default*: 1.0 + :energy: + The energy under which particles will be killed. + + *Default*: 0.0 + .. _eigenvalue: ```` Element