Open ljacobson64 opened 6 years ago
Reviving this thread. It's a relatively easy change that would significantly improve user experience when importing models into Cubit.
I'll try to tackle it soon.
Just asking, is this module only required when a user has MCNP installed?
This module is used to import MCNP files and generate a CAD model. It currently requires some implementation of the iGeom interface. A minimal implementation is provided in the Cubit plugin, and that is the main place that this code is currently availble.
When you run the MCNP importer and produce a .sat file as output, the group names that actually appear in the sat file appear in the old
mat_105_rho_-1.52
form instead of the newmat:105/rho:-1.52
form. It seems to be dropping the:
and/
immediately. Furthermore, I think Trelis might also have a problem with the-
character, as when you load a .sat file into Trelis, it gives a warning message like this:and if you try to list information about a group, this is what it says:
Has anyone ever run the MCNP importer and successfully run DAGMC with the
.sat
or.h5m
files it created?