ukaea / openmc_workshop

A selection of resources for learning openmc with particular focus on simulations relevant for fusion energy
https://slides.com/openmc_workshop/neutronics_workshop#/
39 stars 18 forks source link

Task 10 mbconvert error #216

Closed shimwell closed 3 years ago

shimwell commented 3 years ago

There is a small typo in Task 10, part 2

os.system('mbconvert dagmc.h5m dagmc.vtk')

should say

os.system('/MOAB/bin/mbconvert dagmc.h5m dagmc.vtk')

This can be corrected in the notebook

shimwell commented 3 years ago

fixed in #219