mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Remove diffusion score from statepoint.py.
This commit is contained in:
parent
0ea4ba1579
commit
f3cd565fee
1 changed files with 7 additions and 8 deletions
|
|
@ -17,14 +17,13 @@ score_types = {-1: 'flux',
|
|||
-5: 'scatter-n',
|
||||
-6: 'scatter-pn',
|
||||
-7: 'transport',
|
||||
-8: 'diffusion',
|
||||
-9: 'n1n',
|
||||
-10: 'absorption',
|
||||
-11: 'fission',
|
||||
-12: 'nu-fission',
|
||||
-13: 'kappa-fission',
|
||||
-14: 'current',
|
||||
-15: 'events',
|
||||
-8: 'n1n',
|
||||
-9: 'absorption',
|
||||
-10: 'fission',
|
||||
-11: 'nu-fission',
|
||||
-12: 'kappa-fission',
|
||||
-13: 'current',
|
||||
-14: 'events',
|
||||
1: '(n,total)',
|
||||
2: '(n,elastic)',
|
||||
4: '(n,level)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue