You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding openmoc support should be possible using inbuild openmc methods, perhaps this helps
try:
importopenmocexceptImportErroraserr:
raiseerr('openmoc not found, Material.openmoc_material method not available')
self.openmoc_material=openmc.openmoc_compatible.get_openmoc_material
The text was updated successfully, but these errors were encountered:
The pip install openmoc needs swig, unfortunatly the pip install for swig pip install swiglpk does not appear to be quite enough to get openmoc compiled during the install. Users will have to do apt-get install swig prior to install ing openmoc with pip and using openmoc
Adding openmoc support should be possible using inbuild openmc methods, perhaps this helps
The text was updated successfully, but these errors were encountered: