mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Added scatter-4 and scatter-5 to statepoint.py.
This commit is contained in:
parent
2a0b380654
commit
df157fa234
1 changed files with 4 additions and 3 deletions
|
|
@ -12,9 +12,10 @@ filter_types = {1: 'universe', 2: 'material', 3: 'cell', 4: 'cellborn',
|
|||
|
||||
score_types = {-1: 'flux', -2: 'total', -3: 'scatter', -4: 'nu-scatter',
|
||||
-5: 'scatter-1', -6: 'scatter-2', -7: 'scatter-3',
|
||||
-8: 'transport', -9: 'diffusion', -10: 'n1n', -11: 'n2n',
|
||||
-12: 'n3n', -13: 'n4n', -14: 'absorption', -15: 'fission',
|
||||
-16: 'nu-fission', -17: 'current', -18: 'events'}
|
||||
-8: 'scatter-4', -9: 'scatter-5', -10: 'transport',
|
||||
-11: 'diffusion', -12: 'n1n', -13: 'n2n', -14: 'n3n',
|
||||
-15: 'n4n', -16: 'absorption', -17: 'fission',
|
||||
-18: 'nu-fission', -19: 'current', -20: 'events'}
|
||||
|
||||
class BinaryFile(object):
|
||||
def __init__(self, filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue