Merge branch 'develop' into new-scatt-mat

This commit is contained in:
Will Boyd 2017-03-01 10:58:14 -05:00
commit 98e0c362b3
16 changed files with 931 additions and 1221 deletions

View file

@ -49,10 +49,6 @@
"\n",
"import openmc\n",
"import openmc.mgxs\n",
"import openmoc\n",
"import openmoc.process\n",
"from openmoc.opencg_compatible import get_openmoc_geometry\n",
"from openmoc.materialize import load_openmc_mgxs_lib\n",
"\n",
"%matplotlib inline"
]

View file

@ -524,9 +524,9 @@
" 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 | 60a1f157dae88b62e1865a5fe3efd7ef0773a068\n",
" Date/Time | 2017-02-25 14:26:54\n",
" OpenMP Threads | 8\n",
" Git SHA1 | 43b141e9ba542da8b28c078cf2df8a6777cfb2ad\n",
" Date/Time | 2017-02-28 11:52:00\n",
" OpenMP Threads | 4\n",
"\n",
" ===========================================================================\n",
" ========================> INITIALIZATION <=========================\n",
@ -536,11 +536,16 @@
" Reading geometry XML file...\n",
" Reading materials XML file...\n",
" Reading cross sections XML file...\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",
" Reading H1 from\n",
" /home/wbinventor/Documents/NSE-CRPG-Codes/openmc/data/nndc_hdf5/H1.h5\n",
" Reading O16 from\n",
" /home/wbinventor/Documents/NSE-CRPG-Codes/openmc/data/nndc_hdf5/O16.h5\n",
" Reading U235 from\n",
" /home/wbinventor/Documents/NSE-CRPG-Codes/openmc/data/nndc_hdf5/U235.h5\n",
" Reading U238 from\n",
" /home/wbinventor/Documents/NSE-CRPG-Codes/openmc/data/nndc_hdf5/U238.h5\n",
" Reading Zr90 from\n",
" /home/wbinventor/Documents/NSE-CRPG-Codes/openmc/data/nndc_hdf5/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 +616,20 @@
"\n",
" =======================> TIMING STATISTICS <=======================\n",
"\n",
" Total time for initialization = 3.5070E-01 seconds\n",
" Reading cross sections = 2.4151E-01 seconds\n",
" Total time in simulation = 2.3276E+00 seconds\n",
" Time in transport only = 2.2350E+00 seconds\n",
" Time in inactive batches = 2.5677E-01 seconds\n",
" Time in active batches = 2.0708E+00 seconds\n",
" Time synchronizing fission bank = 2.7683E-03 seconds\n",
" Sampling source sites = 2.0233E-03 seconds\n",
" SEND/RECV source sites = 7.1007E-04 seconds\n",
" Time accumulating tallies = 5.0753E-05 seconds\n",
" Total time for finalization = 3.8695E-04 seconds\n",
" Total time elapsed = 2.6857E+00 seconds\n",
" Calculation Rate (inactive) = 97364.6 neutrons/second\n",
" Calculation Rate (active) = 48290.8 neutrons/second\n",
" Total time for initialization = 3.0114E-01 seconds\n",
" Reading cross sections = 1.8743E-01 seconds\n",
" Total time in simulation = 9.7641E+00 seconds\n",
" Time in transport only = 9.5168E+00 seconds\n",
" Time in inactive batches = 1.2602E+00 seconds\n",
" Time in active batches = 8.5039E+00 seconds\n",
" Time synchronizing fission bank = 5.4293E-03 seconds\n",
" Sampling source sites = 4.3508E-03 seconds\n",
" SEND/RECV source sites = 9.9399E-04 seconds\n",
" Time accumulating tallies = 1.2758E-04 seconds\n",
" Total time for finalization = 3.6982E-04 seconds\n",
" Total time elapsed = 1.0075E+01 seconds\n",
" Calculation Rate (inactive) = 19838.7 neutrons/second\n",
" Calculation Rate (active) = 11759.3 neutrons/second\n",
"\n",
" ============================> RESULTS <============================\n",
"\n",
@ -905,7 +910,7 @@
" <td>6.250000e-01</td>\n",
" <td>total</td>\n",
" <td>(((total / flux) - (absorption / flux)) - (sca...</td>\n",
" <td>-5.551115e-15</td>\n",
" <td>-1.110223e-15</td>\n",
" <td>0.011292</td>\n",
" </tr>\n",
" <tr>\n",
@ -915,7 +920,7 @@
" <td>2.000000e+07</td>\n",
" <td>total</td>\n",
" <td>(((total / flux) - (absorption / flux)) - (sca...</td>\n",
" <td>-1.110223e-16</td>\n",
" <td>1.776357e-15</td>\n",
" <td>0.002570</td>\n",
" </tr>\n",
" </tbody>\n",
@ -928,8 +933,8 @@
"1 1 6.25e-01 2.00e+07 total \n",
"\n",
" score mean std. dev. \n",
"0 (((total / flux) - (absorption / flux)) - (sca... -5.55e-15 1.13e-02 \n",
"1 (((total / flux) - (absorption / flux)) - (sca... -1.11e-16 2.57e-03 "
"0 (((total / flux) - (absorption / flux)) - (sca... -1.11e-15 1.13e-02 \n",
"1 (((total / flux) - (absorption / flux)) - (sca... 1.78e-15 2.57e-03 "
]
},
"execution_count": 22,
@ -1192,7 +1197,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.0"
"version": "3.5.2"
}
},
"nbformat": 4,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,8 +0,0 @@
.. _pythonapi_opencg_compatible:
====================
OpenCG Compatibility
====================
.. automodule:: openmc.opencg_compatible
:members:

View file

@ -0,0 +1,8 @@
.. _pythonapi_openmoc_compatible:
=====================
OpenMOC Compatibility
=====================
.. automodule:: openmc.openmoc_compatible
:members: