Addressing suggestions from @paulromano.

This commit is contained in:
Patrick Shriwise 2021-06-28 08:57:14 -05:00
parent ae7ff20160
commit ff5b73d4d9
4 changed files with 953 additions and 262 deletions

File diff suppressed because one or more lines are too long

View file

@ -490,19 +490,19 @@
" License | https://docs.openmc.org/en/latest/license.html\n",
" Version | 0.13.0-dev\n",
" Git SHA1 | 3dd81a1316ac3b5a0633e4b7a290f3bc97a066d9\n",
" Date/Time | 2021-06-26 12:02:59\n",
" Date/Time | 2021-06-28 08:47:21\n",
" OpenMP Threads | 2\n",
"\n",
" Reading settings XML file...\n",
" Reading cross sections XML file...\n",
" Reading materials XML file...\n",
" Reading geometry XML file...\n",
" Reading H1 from /home/shriwise/opt/openmc/xs/nndc_hdf5/H1.h5\n",
" Reading O16 from /home/shriwise/opt/openmc/xs/nndc_hdf5/O16.h5\n",
" Reading U235 from /home/shriwise/opt/openmc/xs/nndc_hdf5/U235.h5\n",
" Reading U238 from /home/shriwise/opt/openmc/xs/nndc_hdf5/U238.h5\n",
" Reading Pu239 from /home/shriwise/opt/openmc/xs/nndc_hdf5/Pu239.h5\n",
" Reading Zr90 from /home/shriwise/opt/openmc/xs/nndc_hdf5/Zr90.h5\n",
" Reading H1 from /opt/data/xs/nndc_hdf5/H1.h5\n",
" Reading O16 from /opt/data/xs/nndc_hdf5/O16.h5\n",
" Reading U235 from /opt/data/xs/nndc_hdf5/U235.h5\n",
" Reading U238 from /opt/data/xs/nndc_hdf5/U238.h5\n",
" Reading Pu239 from /opt/data/xs/nndc_hdf5/Pu239.h5\n",
" Reading Zr90 from /opt/data/xs/nndc_hdf5/Zr90.h5\n",
" Minimum neutron data temperature: 294.0 K\n",
" Maximum neutron data temperature: 294.0 K\n",
" Reading tallies XML file...\n",
@ -569,21 +569,21 @@
"\n",
" =======================> TIMING STATISTICS <=======================\n",
"\n",
" Total time for initialization = 2.7487e-01 seconds\n",
" Reading cross sections = 2.6530e-01 seconds\n",
" Total time in simulation = 2.1335e+01 seconds\n",
" Time in transport only = 2.1311e+01 seconds\n",
" Time in inactive batches = 9.3940e-01 seconds\n",
" Time in active batches = 2.0396e+01 seconds\n",
" Time synchronizing fission bank = 9.9228e-03 seconds\n",
" Sampling source sites = 8.2374e-03 seconds\n",
" SEND/RECV source sites = 1.6638e-03 seconds\n",
" Time accumulating tallies = 8.4502e-04 seconds\n",
" Time writing statepoints = 7.4764e-03 seconds\n",
" Total time for finalization = 6.2220e-03 seconds\n",
" Total time elapsed = 2.1623e+01 seconds\n",
" Calculation Rate (inactive) = 53225.7 particles/second\n",
" Calculation Rate (active) = 9805.91 particles/second\n",
" Total time for initialization = 2.6337e-01 seconds\n",
" Reading cross sections = 2.5312e-01 seconds\n",
" Total time in simulation = 2.6057e+01 seconds\n",
" Time in transport only = 2.6028e+01 seconds\n",
" Time in inactive batches = 9.8414e-01 seconds\n",
" Time in active batches = 2.5072e+01 seconds\n",
" Time synchronizing fission bank = 1.1907e-02 seconds\n",
" Sampling source sites = 9.8847e-03 seconds\n",
" SEND/RECV source sites = 1.9926e-03 seconds\n",
" Time accumulating tallies = 1.1168e-03 seconds\n",
" Time writing statepoints = 7.9423e-03 seconds\n",
" Total time for finalization = 6.1998e-03 seconds\n",
" Total time elapsed = 2.6333e+01 seconds\n",
" Calculation Rate (inactive) = 50805.8 particles/second\n",
" Calculation Rate (active) = 7976.89 particles/second\n",
"\n",
" ============================> RESULTS <============================\n",
"\n",
@ -1090,7 +1090,7 @@
{
"data": {
"text/plain": [
"<matplotlib.legend.Legend at 0x7f3aa4ca81d0>"
"<matplotlib.legend.Legend at 0x7f361f5a1198>"
]
},
"execution_count": 21,
@ -1137,31 +1137,6 @@
"plt.legend(legend, loc=1, bbox_to_anchor=(1.55, 0.95))"
]
},
{
"cell_type": "code",
"execution_count": 22,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[CellFilter\n",
" \tBins =\t[1]\n",
" \tID =\t3,\n",
" DelayedGroupFilter\n",
" \tBins =\t[1 2 3 4 5 6]\n",
" \tID =\t13]"
]
},
"execution_count": 22,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"dr_tally.filters"
]
},
{
"cell_type": "markdown",
"metadata": {},
@ -1171,7 +1146,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 22,
"metadata": {},
"outputs": [
{
@ -1346,7 +1321,7 @@
"11 (((delayed-nu-fission / nu-fission) * (delayed... 7.02e-11 3.37e-13 "
]
},
"execution_count": 23,
"execution_count": 22,
"metadata": {},
"output_type": "execute_result"
}
@ -1370,7 +1345,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 23,
"metadata": {},
"outputs": [
{
@ -1387,7 +1362,7 @@
"(0.0, 7.0)"
]
},
"execution_count": 24,
"execution_count": 23,
"metadata": {},
"output_type": "execute_result"
},
@ -1441,7 +1416,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 24,
"metadata": {},
"outputs": [
{
@ -1450,7 +1425,7 @@
"(1000.0, 20000000.0)"
]
},
"execution_count": 25,
"execution_count": 24,
"metadata": {},
"output_type": "execute_result"
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long