Cubit file created by cubit 15.0 on Windows

Issue #34 resolved
cpcqrt created an issue

I am trying to read the mesh sets in group/sideset/nodeset from a cub file created by Cubit 15.0 on Windows. The load_file() can load the mesh correctly, but not the mesh entities in group/sideset.

After peeking into the test.cub and some test function, I suppose the surface, for example, should be contained in sideset meshset. However,, the cubit 15 file will show the sideset meshset contains no mesh entity at all. I attached the test .cub file as well.


I tried to locate the problem, seems like the acis record can't parse correctly. However, replacing \r\n with \n will cause the library crash.

Comments (9)

  1. Iulian Grindeanu

    it seems the file is created with cubit 15, not 14; are you sure it was created with cubit 14?

  2. Iulian Grindeanu

    thanks for reporting it; it could be something related to Windows, the way we parse the records; when I saved the file in Linux, the Neumann sets were not empty after conversion. Still looking at it.

  3. cpcqrt reporter

    Thanks. I tried to specify DEBUG_IO=1 and dump the output. Hope it helps. I also notice that the GLOBAL_ID tag of geom object (volume/surface/edge/vertex) is read as 0. May I take a look at the cub file saved in Linux?

  4. Log in to comment