Updating notebooks

This commit is contained in:
Adam Nelson 2017-01-19 14:24:58 -05:00
parent 2bf05f281e
commit f237dadee0
5 changed files with 570 additions and 483 deletions

File diff suppressed because one or more lines are too long

View file

@ -421,17 +421,13 @@
"OrderedDict([('flux', Tally\n",
" \tID =\t10000\n",
" \tName =\t\n",
" \tFilters =\t\n",
" \t\tCellFilter\t[1]\n",
" \t\tEnergyFilter\t[ 0.00000000e+00 6.25000000e-01 2.00000000e+07]\n",
" \tFilters =\tCellFilter, EnergyFilter\n",
" \tNuclides =\ttotal \n",
" \tScores =\t['flux']\n",
" \tEstimator =\ttracklength), ('absorption', Tally\n",
" \tID =\t10001\n",
" \tName =\t\n",
" \tFilters =\t\n",
" \t\tCellFilter\t[1]\n",
" \t\tEnergyFilter\t[ 0.00000000e+00 6.25000000e-01 2.00000000e+07]\n",
" \tFilters =\tCellFilter, EnergyFilter\n",
" \tNuclides =\ttotal \n",
" \tScores =\t['absorption']\n",
" \tEstimator =\ttracklength)])"
@ -521,12 +517,12 @@
" %%%%%%%%%%%\n",
"\n",
" | The OpenMC Monte Carlo Code\n",
" Copyright | 2011-2016 Massachusetts Institute of Technology\n",
" Copyright | 2011-2017 Massachusetts Institute of Technology\n",
" License | http://openmc.readthedocs.io/en/latest/license.html\n",
" Version | 0.8.0\n",
" Git SHA1 | da5563eddb5f2c2d6b2c9839d518de40962b78f2\n",
" Date/Time | 2016-10-31 12:23:45\n",
" OpenMP Threads | 4\n",
" Git SHA1 | 2bf05f281e566a81e181ee0e9c699138b37b57b4\n",
" Date/Time | 2017-01-19 13:31:59\n",
" OpenMP Threads | 8\n",
"\n",
" ===========================================================================\n",
" ========================> INITIALIZATION <=========================\n",
@ -536,11 +532,11 @@
" Reading geometry XML file...\n",
" Reading materials XML file...\n",
" Reading cross sections XML file...\n",
" Reading H1 from /home/romano/openmc/scripts/nndc_hdf5/H1.h5\n",
" Reading O16 from /home/romano/openmc/scripts/nndc_hdf5/O16.h5\n",
" Reading U235 from /home/romano/openmc/scripts/nndc_hdf5/U235.h5\n",
" Reading U238 from /home/romano/openmc/scripts/nndc_hdf5/U238.h5\n",
" Reading Zr90 from /home/romano/openmc/scripts/nndc_hdf5/Zr90.h5\n",
" Reading H1 from /opt/xsdata/nndc/H1.h5\n",
" Reading O16 from /opt/xsdata/nndc/O16.h5\n",
" Reading U235 from /opt/xsdata/nndc/U235.h5\n",
" Reading U238 from /opt/xsdata/nndc/U238.h5\n",
" Reading Zr90 from /opt/xsdata/nndc/Zr90.h5\n",
" Maximum neutron transport energy: 2.00000E+07 eV for H1\n",
" Reading tallies XML file...\n",
" Building neighboring cells lists for each surface...\n",
@ -611,20 +607,20 @@
"\n",
" =======================> TIMING STATISTICS <=======================\n",
"\n",
" Total time for initialization = 7.3858E-01 seconds\n",
" Reading cross sections = 5.3599E-01 seconds\n",
" Total time in simulation = 2.1031E+01 seconds\n",
" Time in transport only = 1.9960E+01 seconds\n",
" Time in inactive batches = 2.6543E+00 seconds\n",
" Time in active batches = 1.8376E+01 seconds\n",
" Time synchronizing fission bank = 5.8389E-03 seconds\n",
" Sampling source sites = 4.2676E-03 seconds\n",
" SEND/RECV source sites = 1.4523E-03 seconds\n",
" Time accumulating tallies = 1.5633E-04 seconds\n",
" Total time for finalization = 7.9179E-04 seconds\n",
" Total time elapsed = 2.1784E+01 seconds\n",
" Calculation Rate (inactive) = 9418.63 neutrons/second\n",
" Calculation Rate (active) = 5441.81 neutrons/second\n",
" Total time for initialization = 3.1727E-01 seconds\n",
" Reading cross sections = 2.4380E-01 seconds\n",
" Total time in simulation = 2.3160E+00 seconds\n",
" Time in transport only = 2.2082E+00 seconds\n",
" Time in inactive batches = 2.4914E-01 seconds\n",
" Time in active batches = 2.0669E+00 seconds\n",
" Time synchronizing fission bank = 2.7438E-03 seconds\n",
" Sampling source sites = 2.0106E-03 seconds\n",
" SEND/RECV source sites = 6.9831E-04 seconds\n",
" Time accumulating tallies = 4.9308E-05 seconds\n",
" Total time for finalization = 4.0687E-04 seconds\n",
" Total time elapsed = 2.6419E+00 seconds\n",
" Calculation Rate (inactive) = 1.00345E+05 neutrons/second\n",
" Calculation Rate (active) = 48381.7 neutrons/second\n",
"\n",
" ============================> RESULTS <============================\n",
"\n",
@ -743,8 +739,8 @@
"\tDomain Type =\tcell\n",
"\tDomain ID =\t1\n",
"\tCross Sections [cm^-1]:\n",
" Group 1 [0.625 - 20000000.0eV]:\t6.81e-01 +/- 2.69e-01%\n",
" Group 2 [0.0 - 0.625 eV]:\t1.40e+00 +/- 5.93e-01%\n",
" Group 1 [0.625 - 20000000.0eV]:\t2.69e-01 +/- 2.69e-01%\n",
" Group 2 [0.0 - 0.625 eV]:\t5.93e-01 +/- 5.93e-01%\n",
"\n",
"\n",
"\n"
@ -832,7 +828,7 @@
"cell_type": "code",
"execution_count": 20,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [],
"source": [
@ -905,7 +901,7 @@
" <td>6.250000e-01</td>\n",
" <td>total</td>\n",
" <td>(((total / flux) - (absorption / flux)) - (sca...</td>\n",
" <td>-2.664535e-15</td>\n",
" <td>-2.442491e-15</td>\n",
" <td>0.011292</td>\n",
" </tr>\n",
" <tr>\n",
@ -915,7 +911,7 @@
" <td>2.000000e+07</td>\n",
" <td>total</td>\n",
" <td>(((total / flux) - (absorption / flux)) - (sca...</td>\n",
" <td>-7.771561e-16</td>\n",
" <td>-5.551115e-16</td>\n",
" <td>0.002570</td>\n",
" </tr>\n",
" </tbody>\n",
@ -928,8 +924,8 @@
"1 1 6.25e-01 2.00e+07 total \n",
"\n",
" score mean std. dev. \n",
"0 (((total / flux) - (absorption / flux)) - (sca... -2.66e-15 1.13e-02 \n",
"1 (((total / flux) - (absorption / flux)) - (sca... -7.77e-16 2.57e-03 "
"0 (((total / flux) - (absorption / flux)) - (sca... -2.44e-15 1.13e-02 \n",
"1 (((total / flux) - (absorption / flux)) - (sca... -5.55e-16 2.57e-03 "
]
},
"execution_count": 22,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long