mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Merge pull request #2055 from paulromano/from-njoy-fix
Allow for use of redundant fission when adjusting KERMA in from_njoy
This commit is contained in:
commit
232e6c6c9a
1 changed files with 1 additions and 1 deletions
|
|
@ -877,7 +877,7 @@ class IncidentNeutron(EqualityMixin):
|
|||
|
||||
if f is not None:
|
||||
# Replace fission KERMA with (EFR + EB)*sigma_f
|
||||
fission = data.reactions[18].xs[temp]
|
||||
fission = data[18].xs[temp]
|
||||
kerma_fission = get_file3_xs(ev, 318, E)
|
||||
kerma.y = kerma.y - kerma_fission + (
|
||||
f.fragments(E) + f.betas(E)) * fission(E)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue