mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
nu_fission not fission should be used when calculating expected nu total
This commit is contained in:
parent
a3d3e64c35
commit
97ba2ecca5
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ contains
|
|||
end if
|
||||
|
||||
! Determine expected number of neutrons produced
|
||||
nu_t = p % wgt / keff * weight * micro_xs(i_nuclide) % fission / &
|
||||
nu_t = p % wgt / keff * weight * micro_xs(i_nuclide) % nu_fission / &
|
||||
micro_xs(i_nuclide) % total
|
||||
|
||||
! Sample number of neutrons produced
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue