forked from crp/ecp-benchmarks
Made top and bottom of SMR vacuum BCs
This commit is contained in:
parent
4cdda50b6e
commit
422198b83d
1 changed files with 2 additions and 2 deletions
|
|
@ -283,9 +283,9 @@ surfs['RPV OR'] = openmc.ZCylinder(
|
|||
|
||||
# outer axial surfaces
|
||||
surfs['upper bound'] = openmc.ZPlane(
|
||||
z0=highest_extent, name='upper problem boundary')
|
||||
z0=highest_extent, name='upper problem boundary', boundary_type='vacuum')
|
||||
surfs['lower bound'] = openmc.ZPlane(
|
||||
z0=lowest_extent, name='lower problem boundary')
|
||||
z0=lowest_extent, name='lower problem boundary', boundary_type='vacuum')
|
||||
|
||||
# baffle surfaces
|
||||
surfs['baffle north'] = openmc.YPlane(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue