mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Make sure ACE heating number is multipled by total cross section
This commit is contained in:
parent
dcff11a917
commit
6c351bf7bc
2 changed files with 2 additions and 2 deletions
|
|
@ -637,7 +637,7 @@ class IncidentNeutron(EqualityMixin):
|
|||
data.reactions[101] = absorption
|
||||
|
||||
heating = Reaction(301)
|
||||
heating.xs[strT] = Tabulated1D(energy, heating_number)
|
||||
heating.xs[strT] = Tabulated1D(energy, heating_number*total_xs)
|
||||
heating.redundant = True
|
||||
data.reactions[301] = heating
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
cc3993048a54cb162a3224d69c5734df14e17a4c8784a9b8781537a5a5ecb3d9b8145c3b0e95957e67a68dc098e8ce1bc6c61d39e9125d0d0327a659f4b49808
|
||||
c37e0468f1684f7810429332721762884f3cdf0429d38caa99500bbde04ad84cf1e1639adc46b6db44b28b6f31028ed029f85920c8164d77463b6d89336043a8
|
||||
Loading…
Add table
Add a link
Reference in a new issue