mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Made NuScatterXS tallies tracklength per comments from @nelsonag
This commit is contained in:
parent
f2ccf96ff0
commit
23535afa1c
1 changed files with 2 additions and 2 deletions
|
|
@ -331,7 +331,7 @@ class MultiGroupXS(object):
|
|||
----------
|
||||
scores : Iterable of str
|
||||
Scores for each tally
|
||||
filters : Iterable of tuple of Filter
|
||||
all_filters : Iterable of tuple of Filter
|
||||
Tuples of non-spatial domain filters for each tally
|
||||
keys : Iterable of str
|
||||
Key string used to store each tally in the tallies dictionary
|
||||
|
|
@ -1459,7 +1459,7 @@ class NuScatterXS(MultiGroupXS):
|
|||
|
||||
# Create a list of scores for each Tally to be created
|
||||
scores = ['flux', 'nu-scatter']
|
||||
estimator = 'analog'
|
||||
estimator = 'tracklength'
|
||||
keys = scores
|
||||
|
||||
# Create the non-domain specific Filters for the Tallies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue