mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
dominance ratio precision is loosened due to some precision difference when running with MPI
This commit is contained in:
parent
6e77710d30
commit
8500207b84
4 changed files with 42 additions and 42 deletions
|
|
@ -68,7 +68,7 @@ for item in sp.cmfd_balance:
|
|||
outstr += "{0:12.6E}\n".format(item)
|
||||
outstr += 'cmfd dominance ratio\n'
|
||||
for item in sp.cmfd_dominance:
|
||||
outstr += "{0:12.6E}\n".format(item)
|
||||
outstr += "{0:10.3E}\n".format(item)
|
||||
outstr += 'cmfd openmc source comparison\n'
|
||||
for item in sp.cmfd_srccmp:
|
||||
outstr += "{0:12.6E}\n".format(item)
|
||||
|
|
|
|||
|
|
@ -721,26 +721,26 @@ cmfd balance
|
|||
2.279123E-03
|
||||
2.110816E-03
|
||||
cmfd dominance ratio
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
5.509393E-01
|
||||
5.472954E-01
|
||||
5.461377E-01
|
||||
5.518823E-01
|
||||
5.540420E-01
|
||||
5.513822E-01
|
||||
5.505071E-01
|
||||
5.498933E-01
|
||||
5.486126E-01
|
||||
5.450413E-01
|
||||
5.437663E-01
|
||||
5.421995E-01
|
||||
5.417191E-01
|
||||
5.437232E-01
|
||||
5.429525E-01
|
||||
5.428436E-01
|
||||
0.000E+00
|
||||
0.000E+00
|
||||
0.000E+00
|
||||
0.000E+00
|
||||
5.509E-01
|
||||
5.473E-01
|
||||
5.461E-01
|
||||
5.519E-01
|
||||
5.540E-01
|
||||
5.514E-01
|
||||
5.505E-01
|
||||
5.499E-01
|
||||
5.486E-01
|
||||
5.450E-01
|
||||
5.438E-01
|
||||
5.422E-01
|
||||
5.417E-01
|
||||
5.437E-01
|
||||
5.430E-01
|
||||
5.428E-01
|
||||
cmfd openmc source comparison
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ for item in sp.cmfd_balance:
|
|||
outstr += "{0:12.6E}\n".format(item)
|
||||
outstr += 'cmfd dominance ratio\n'
|
||||
for item in sp.cmfd_dominance:
|
||||
outstr += "{0:12.6E}\n".format(item)
|
||||
outstr += "{0:10.3E}\n".format(item)
|
||||
outstr += 'cmfd openmc source comparison\n'
|
||||
for item in sp.cmfd_srccmp:
|
||||
outstr += "{0:12.6E}\n".format(item)
|
||||
|
|
|
|||
|
|
@ -721,26 +721,26 @@ cmfd balance
|
|||
1.367144E-03
|
||||
1.402525E-03
|
||||
cmfd dominance ratio
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
5.509393E-01
|
||||
5.473805E-01
|
||||
5.434034E-01
|
||||
5.469278E-01
|
||||
5.460554E-01
|
||||
5.474063E-01
|
||||
5.486271E-01
|
||||
5.485095E-01
|
||||
5.490619E-01
|
||||
5.473524E-01
|
||||
5.466605E-01
|
||||
5.471154E-01
|
||||
5.480465E-01
|
||||
5.485550E-01
|
||||
5.500141E-01
|
||||
5.502154E-01
|
||||
0.000E+00
|
||||
0.000E+00
|
||||
0.000E+00
|
||||
0.000E+00
|
||||
5.509E-01
|
||||
5.474E-01
|
||||
5.434E-01
|
||||
5.469E-01
|
||||
5.461E-01
|
||||
5.474E-01
|
||||
5.486E-01
|
||||
5.485E-01
|
||||
5.491E-01
|
||||
5.474E-01
|
||||
5.467E-01
|
||||
5.471E-01
|
||||
5.480E-01
|
||||
5.486E-01
|
||||
5.500E-01
|
||||
5.502E-01
|
||||
cmfd openmc source comparison
|
||||
0.000000E+00
|
||||
0.000000E+00
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue