parameter edits

This commit is contained in:
Erik B Knudsen 2022-11-02 15:24:17 +01:00
parent 75853cd78a
commit 2dadd26cc6

View file

@ -7,7 +7,7 @@ from materials import *
###############################################################################
#geometry
h5m_filepath = '../h5m_files/msre_simp_cubit/msre_simp_1e-2.h5m'
h5m_filepath = 'h5m_files/msre.h5m'
graveyard = openmc.Sphere(r=10000,boundary_type='vacuum')
cad_univ = openmc.DAGMCUniverse(filename=h5m_filepath,auto_geom_ids=True)
cad_cell = openmc.Cell(region=-graveyard,fill=cad_univ)