mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fixed two typos
This commit is contained in:
parent
5651505918
commit
8ea1c5e023
2 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ proceed. The life of a single particle will proceed as follows:
|
|||
continuous-energy simulation, reactions of type :math:`(n,xn)` are treated
|
||||
as scattering and any additional particles which may be created are added
|
||||
to a secondary particle bank to be tracked later. In a multi-group
|
||||
simulation, this secondary bank is ont used but the particle weight is
|
||||
simulation, this secondary bank is not used but the particle weight is
|
||||
increased accordingly. The original particle then continues from step 3.
|
||||
If the reaction is absorption or fission, the particle dies and if
|
||||
necessary, fission sites are created and stored in the fission bank.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ There are limited differences between physics treatments used in the
|
|||
continuous-energy and multi-group modes. If distinctions are necessary, each
|
||||
of the following sections will provide an explanation of the differences.
|
||||
Otherwise, replacing any references of the particle's energy (`E`) with
|
||||
references to the particle's energy group (`g) will suffice.
|
||||
references to the particle's energy group (`g`) will suffice.
|
||||
|
||||
-----------------------------------
|
||||
Sampling Distance to Next Collision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue