mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Update comment in openmc_operator.py per @yardasol suggestion
Co-authored-by: Olek <45364492+yardasol@users.noreply.github.com>
This commit is contained in:
parent
5dc6550312
commit
a08072e450
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ class OpenMCOperator(TransportOperator):
|
|||
# Divide by total number of atoms and store
|
||||
rates[i] = self._rate_helper.divide_by_atoms(number)
|
||||
|
||||
# Scale reaction rates to obtain units of reactions/sec/atom
|
||||
# Scale reaction rates to obtain units of (reactions/sec)/atom
|
||||
rates *= self._normalization_helper.factor(source_rate)
|
||||
|
||||
# Store new fission yields on the chain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue