mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Merge pull request #1126 from openmc-dev/temperature_interpolation
Hotfix: incomplete initialization of nu-fission
This commit is contained in:
commit
bb9a767945
1 changed files with 1 additions and 0 deletions
|
|
@ -759,6 +759,7 @@ contains
|
|||
! Calculate nu-fission cross section
|
||||
do t = 1, n_temperature
|
||||
if (this % fissionable) then
|
||||
n_grid = size(this % grid(t) % energy)
|
||||
do i = 1, n_grid
|
||||
this % xs(t) % value(XS_NU_FISSION,i) = &
|
||||
this % nu(this % grid(t) % energy(i), EMISSION_TOTAL) * &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue