mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Now using scatter-PN scores in ScatterMatrixXS for tallying efficiency
This commit is contained in:
parent
223e22d9ae
commit
7ed772d6c3
8 changed files with 1075 additions and 1043 deletions
|
|
@ -410,7 +410,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 26,
|
||||
"execution_count": 13,
|
||||
"metadata": {
|
||||
"collapsed": false
|
||||
},
|
||||
|
|
@ -419,27 +419,27 @@
|
|||
"data": {
|
||||
"text/plain": [
|
||||
"OrderedDict([('flux', Tally\n",
|
||||
"\tID =\t10012\n",
|
||||
"\tID =\t10000\n",
|
||||
"\tName =\t\n",
|
||||
"\tFilters =\t\n",
|
||||
" \t\tcell\t[1]\n",
|
||||
" \t\tenergy\t[ 0.00000000e+00 6.25000000e-07 2.00000000e+01]\n",
|
||||
"\tNuclides =\ttotal \n",
|
||||
"\tScores =\t[u'flux']\n",
|
||||
"\tScores =\t['flux']\n",
|
||||
"\tEstimator =\ttracklength\n",
|
||||
"), ('absorption', Tally\n",
|
||||
"\tID =\t10013\n",
|
||||
"\tID =\t10001\n",
|
||||
"\tName =\t\n",
|
||||
"\tFilters =\t\n",
|
||||
" \t\tcell\t[1]\n",
|
||||
" \t\tenergy\t[ 0.00000000e+00 6.25000000e-07 2.00000000e+01]\n",
|
||||
"\tNuclides =\ttotal \n",
|
||||
"\tScores =\t[u'absorption']\n",
|
||||
"\tScores =\t['absorption']\n",
|
||||
"\tEstimator =\ttracklength\n",
|
||||
")])"
|
||||
]
|
||||
},
|
||||
"execution_count": 26,
|
||||
"execution_count": 13,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
|
|
@ -513,8 +513,8 @@
|
|||
" Copyright: 2011-2016 Massachusetts Institute of Technology\n",
|
||||
" License: http://openmc.readthedocs.io/en/latest/license.html\n",
|
||||
" Version: 0.7.1\n",
|
||||
" Git SHA1: ae588276014a905ecc6e0967bf08288ecec5b550\n",
|
||||
" Date/Time: 2016-05-12 20:41:27\n",
|
||||
" Git SHA1: 19feb55e6d5e8350398627f39fb55ee8e2e63011\n",
|
||||
" Date/Time: 2016-05-13 09:02:04\n",
|
||||
" MPI Processes: 1\n",
|
||||
"\n",
|
||||
" ===========================================================================\n",
|
||||
|
|
@ -600,20 +600,20 @@
|
|||
"\n",
|
||||
" =======================> TIMING STATISTICS <=======================\n",
|
||||
"\n",
|
||||
" Total time for initialization = 4.7500E-01 seconds\n",
|
||||
" Reading cross sections = 9.7000E-02 seconds\n",
|
||||
" Total time in simulation = 1.8074E+01 seconds\n",
|
||||
" Time in transport only = 1.8055E+01 seconds\n",
|
||||
" Time in inactive batches = 2.1180E+00 seconds\n",
|
||||
" Time in active batches = 1.5956E+01 seconds\n",
|
||||
" Total time for initialization = 4.2500E-01 seconds\n",
|
||||
" Reading cross sections = 8.5000E-02 seconds\n",
|
||||
" Total time in simulation = 1.6642E+01 seconds\n",
|
||||
" Time in transport only = 1.6628E+01 seconds\n",
|
||||
" Time in inactive batches = 1.9160E+00 seconds\n",
|
||||
" Time in active batches = 1.4726E+01 seconds\n",
|
||||
" Time synchronizing fission bank = 4.0000E-03 seconds\n",
|
||||
" Sampling source sites = 4.0000E-03 seconds\n",
|
||||
" SEND/RECV source sites = 0.0000E+00 seconds\n",
|
||||
" Time accumulating tallies = 2.0000E-03 seconds\n",
|
||||
" Sampling source sites = 2.0000E-03 seconds\n",
|
||||
" SEND/RECV source sites = 2.0000E-03 seconds\n",
|
||||
" Time accumulating tallies = 1.0000E-03 seconds\n",
|
||||
" Total time for finalization = 0.0000E+00 seconds\n",
|
||||
" Total time elapsed = 1.8559E+01 seconds\n",
|
||||
" Calculation Rate (inactive) = 11803.6 neutrons/second\n",
|
||||
" Calculation Rate (active) = 6267.23 neutrons/second\n",
|
||||
" Total time elapsed = 1.7076E+01 seconds\n",
|
||||
" Calculation Rate (inactive) = 13048.0 neutrons/second\n",
|
||||
" Calculation Rate (active) = 6790.71 neutrons/second\n",
|
||||
"\n",
|
||||
" ============================> RESULTS <============================\n",
|
||||
"\n",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue