mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Adding a quick comment.
This commit is contained in:
parent
67ae080629
commit
e455c3d58e
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ def model():
|
|||
hydrogen_cell = openmc.Cell(fill=h1, region=+inner_sphere)
|
||||
univ = openmc.Universe(cells=[fuel_cell, hydrogen_cell])
|
||||
|
||||
|
||||
# Create one cell on top of the other. Only one
|
||||
# has a rotation
|
||||
box = openmc.rectangular_prism(15., 15., 'z', boundary_type='vacuum')
|
||||
lower_z = openmc.ZPlane(-7.5, boundary_type='vacuum')
|
||||
upper_z = openmc.ZPlane(22.5, boundary_type='vacuum')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue