mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add tallies to test_survival_biasing
This commit is contained in:
parent
b0995e44c1
commit
f27d4797bd
3 changed files with 35 additions and 1 deletions
|
|
@ -1,2 +1,20 @@
|
|||
k-combined:
|
||||
9.997733E-01 2.995572E-02
|
||||
tally 1:
|
||||
4.354055E+01
|
||||
3.793645E+02
|
||||
1.808636E+01
|
||||
6.546005E+01
|
||||
2.234465E+00
|
||||
9.989832E-01
|
||||
1.937431E+00
|
||||
7.510380E-01
|
||||
5.021671E+00
|
||||
5.045425E+00
|
||||
3.506791E-02
|
||||
2.460654E-04
|
||||
3.752351E+02
|
||||
2.817188E+04
|
||||
tally 2:
|
||||
1.808636E+01
|
||||
6.546005E+01
|
||||
|
|
|
|||
16
tests/test_survival_biasing/tallies.xml
Normal file
16
tests/test_survival_biasing/tallies.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0"?>
|
||||
<tallies>
|
||||
|
||||
<tally id="1">
|
||||
<scores>
|
||||
flux total absorption fission nu-fission delayed-nu-fission kappa-fission
|
||||
</scores>
|
||||
<estimator>analog</estimator>
|
||||
</tally>
|
||||
|
||||
<tally id="2">
|
||||
<scores>total</scores>
|
||||
<estimator>collision</estimator>
|
||||
</tally>
|
||||
|
||||
</tallies>
|
||||
|
|
@ -7,5 +7,5 @@ from testing_harness import TestHarness
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
harness = TestHarness('statepoint.10.*')
|
||||
harness = TestHarness('statepoint.10.*', True)
|
||||
harness.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue