I would like to ask advice on how to mesh a volume containing an internal surface using Hex elements. This can be easily done using Tets, but I can’t get it to work using Hex elements.
Below is a figure of the model geometry. A MWE script is also attached here.
The sub-mapping algorithm does not recognize the internal surface as part of the volume. Part of this is due to the global nature of hex-meshing. You cannot perform local operations without affecting the entire mesh in some way. Tet-meshing allows for local change, and the tet-meshing example just works.
You will have to manually decompose the volume to get Cubit to recognize that surface. One possible example is shown below.