mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fix typos in mgxs.py spotted by @mkreher13
This commit is contained in:
parent
54ac2042fb
commit
18bf88bab0
1 changed files with 2 additions and 2 deletions
|
|
@ -3078,10 +3078,10 @@ class AbsorptionXS(MGXS):
|
|||
|
||||
@add_params
|
||||
class ReducedAbsorptionXS(MGXS):
|
||||
r"""A reduced absorpiton multi-group cross section.
|
||||
r"""A reduced absorption multi-group cross section.
|
||||
|
||||
The reduced absorption reaction rate is defined as the difference between
|
||||
absorption and the produced of neutrons due to (n,xn) reactions.
|
||||
absorption and the production of neutrons due to (n,xn) reactions.
|
||||
|
||||
This class can be used for both OpenMC input generation and tally data
|
||||
post-processing to compute spatially-homogenized and energy-integrated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue