From 422198b83dc5c8bce02f53adac356ccd026d6a6d Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Tue, 7 Feb 2017 13:29:55 -0500 Subject: [PATCH] Made top and bottom of SMR vacuum BCs --- smr/surfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(