mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Updates based on comments from @paulromano.
This commit is contained in:
parent
11acaacb4f
commit
81388cf5b9
4 changed files with 4 additions and 26 deletions
|
|
@ -70,8 +70,8 @@
|
|||
" materials = openmc.Materials([fuel, zircaloy, water])\n",
|
||||
" \n",
|
||||
" # Create cylinders for the fuel and clad\n",
|
||||
" fuel_outer_radius = openmc.ZCylinder(R=0.39218)\n",
|
||||
" clad_outer_radius = openmc.ZCylinder(R=0.45720)\n",
|
||||
" fuel_outer_radius = openmc.ZCylinder(r=0.39218)\n",
|
||||
" clad_outer_radius = openmc.ZCylinder(r=0.45720)\n",
|
||||
"\n",
|
||||
" # Create boundary planes to surround the geometry\n",
|
||||
" min_x = openmc.XPlane(x0=-0.63, boundary_type='reflective')\n",
|
||||
|
|
@ -141,8 +141,6 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/surface.py:1300: FutureWarning: \"ZCylinder(...) accepts an argument named 'r', not 'R'. Future versions of OpenMC will not accept the capitalized version.\n",
|
||||
" warn(_WARNING_UPPER.format(type(self).__name__, 'r', 'R'), FutureWarning)\n",
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/mixin.py:71: IDWarning: Another Universe instance already exists with id=0.\n",
|
||||
" warn(msg, IDWarning)\n"
|
||||
]
|
||||
|
|
@ -158,8 +156,6 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/surface.py:1300: FutureWarning: \"ZCylinder(...) accepts an argument named 'r', not 'R'. Future versions of OpenMC will not accept the capitalized version.\n",
|
||||
" warn(_WARNING_UPPER.format(type(self).__name__, 'r', 'R'), FutureWarning)\n",
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/mixin.py:71: IDWarning: Another Universe instance already exists with id=0.\n",
|
||||
" warn(msg, IDWarning)\n"
|
||||
]
|
||||
|
|
@ -175,8 +171,6 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/surface.py:1300: FutureWarning: \"ZCylinder(...) accepts an argument named 'r', not 'R'. Future versions of OpenMC will not accept the capitalized version.\n",
|
||||
" warn(_WARNING_UPPER.format(type(self).__name__, 'r', 'R'), FutureWarning)\n",
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/mixin.py:71: IDWarning: Another Universe instance already exists with id=0.\n",
|
||||
" warn(msg, IDWarning)\n"
|
||||
]
|
||||
|
|
@ -192,8 +186,6 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/surface.py:1300: FutureWarning: \"ZCylinder(...) accepts an argument named 'r', not 'R'. Future versions of OpenMC will not accept the capitalized version.\n",
|
||||
" warn(_WARNING_UPPER.format(type(self).__name__, 'r', 'R'), FutureWarning)\n",
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/mixin.py:71: IDWarning: Another Universe instance already exists with id=0.\n",
|
||||
" warn(msg, IDWarning)\n"
|
||||
]
|
||||
|
|
@ -209,8 +201,6 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/surface.py:1300: FutureWarning: \"ZCylinder(...) accepts an argument named 'r', not 'R'. Future versions of OpenMC will not accept the capitalized version.\n",
|
||||
" warn(_WARNING_UPPER.format(type(self).__name__, 'r', 'R'), FutureWarning)\n",
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/mixin.py:71: IDWarning: Another Universe instance already exists with id=0.\n",
|
||||
" warn(msg, IDWarning)\n"
|
||||
]
|
||||
|
|
@ -226,8 +216,6 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/surface.py:1300: FutureWarning: \"ZCylinder(...) accepts an argument named 'r', not 'R'. Future versions of OpenMC will not accept the capitalized version.\n",
|
||||
" warn(_WARNING_UPPER.format(type(self).__name__, 'r', 'R'), FutureWarning)\n",
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/mixin.py:71: IDWarning: Another Universe instance already exists with id=0.\n",
|
||||
" warn(msg, IDWarning)\n"
|
||||
]
|
||||
|
|
@ -243,8 +231,6 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/surface.py:1300: FutureWarning: \"ZCylinder(...) accepts an argument named 'r', not 'R'. Future versions of OpenMC will not accept the capitalized version.\n",
|
||||
" warn(_WARNING_UPPER.format(type(self).__name__, 'r', 'R'), FutureWarning)\n",
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/mixin.py:71: IDWarning: Another Universe instance already exists with id=0.\n",
|
||||
" warn(msg, IDWarning)\n"
|
||||
]
|
||||
|
|
@ -260,8 +246,6 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/surface.py:1300: FutureWarning: \"ZCylinder(...) accepts an argument named 'r', not 'R'. Future versions of OpenMC will not accept the capitalized version.\n",
|
||||
" warn(_WARNING_UPPER.format(type(self).__name__, 'r', 'R'), FutureWarning)\n",
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/mixin.py:71: IDWarning: Another Universe instance already exists with id=0.\n",
|
||||
" warn(msg, IDWarning)\n"
|
||||
]
|
||||
|
|
@ -277,8 +261,6 @@
|
|||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/surface.py:1300: FutureWarning: \"ZCylinder(...) accepts an argument named 'r', not 'R'. Future versions of OpenMC will not accept the capitalized version.\n",
|
||||
" warn(_WARNING_UPPER.format(type(self).__name__, 'r', 'R'), FutureWarning)\n",
|
||||
"/home/shriwise/.pyenv/versions/3.6.7/lib/python3.6/site-packages/openmc-0.10.0-py3.6-linux-x86_64.egg/openmc/mixin.py:71: IDWarning: Another Universe instance already exists with id=0.\n",
|
||||
" warn(msg, IDWarning)\n"
|
||||
]
|
||||
|
|
@ -310,7 +292,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 5,
|
||||
"execution_count": 4,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ particles = 1000
|
|||
time_step = 1*24*60*60 # s
|
||||
final_time = 5*24*60*60 # s
|
||||
time_steps = np.full(final_time // time_step, time_step)
|
||||
print(time_steps)
|
||||
chain_file = './chain_simple.xml'
|
||||
power = 174 # W/cm, for 2D simulations only (use W for 3D)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue