Hello!
I have found an issue when importing a ExodusII mesh model that includes Hex Elements that were refined in Trelis. Transition elements seem to have been given a bogus definition and are excluded from the mesh on import (see attached pictures). This issue also shows up in my simulation when importing from ExodusII. Interestingly, this error does not occur in my older version of Cubit.
Below is a .jou script to build a test.g file for your reference. Any ideas on how to fix this issue would be greatly appreciated!
Best regards,
Andy
reset
brick x 10 y 10 z .2
volume 1 size .2
volume 1 size .2
mesh volume 1
refine node 2 numsplit 1 bias 1.0 depth 10
nodeset 1 add volume 1
set duplicate block elements off
block 1 add volume 1
undo group begin
set exodus netcdf4 off
set large exodus file on
export mesh “test.g” overwrite
undo group end