mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Address more comments on pull request #556.
This commit is contained in:
parent
66f1d7b840
commit
148e01eec0
20 changed files with 86 additions and 181 deletions
|
|
@ -53,7 +53,7 @@
|
|||
"import openmc\n",
|
||||
"import openmc.mgxs as mgxs\n",
|
||||
"from openmc.source import Source\n",
|
||||
"from openmc.stats import SpatialBox\n",
|
||||
"from openmc.stats import Box\n",
|
||||
"import openmoc\n",
|
||||
"from openmoc.compatible import get_openmoc_geometry\n",
|
||||
"import pyne.ace\n",
|
||||
|
|
@ -288,7 +288,7 @@
|
|||
"settings_file.particles = particles\n",
|
||||
"settings_file.output = {'tallies': True, 'summary': True}\n",
|
||||
"bounds = [-0.63, -0.63, -0.63, 0.63, 0.63, 0.63]\n",
|
||||
"settings_file.source = Source(space=SpatialBox(\n",
|
||||
"settings_file.source = Source(space=Box(\n",
|
||||
" bounds[:3], bounds[3:], only_fissionable=True))\n",
|
||||
"\n",
|
||||
"# Activate tally precision triggers\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue