diff --git a/smr/surfaces.py b/smr/surfaces.py index fc9e2c3..91370fc 100644 --- a/smr/surfaces.py +++ b/smr/surfaces.py @@ -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(