A reproduction of the ICSBEP HEU-MET-FAST-001 case 1 benchmark problem using DAGMC with Cubit generated surface meshes. Base OpenMC xml input files are taken from here.
Generate meshes with
python mesh_with_cubit.pyThis generate meshes with deviation angle in (0.5, 1., 2., 3., 4., 5), and the default anisotropic ratio of 100.
To plot the corresponding geometries, do
python main.py -pTo stochastically compute volumes, do
python main.py -cTo perform eigenvalue calculation, do
python main.py -rTo do all of the above, do
python main.py -p -c -r