Recently I used the command “Sculpt Parallel” to mesh an irregular surface volume. It works well.
However, the volume after meshing, the surface will become only one surface.
Here is an example
cubit.cmd(‘reset’)
cubit.cmd(‘brick x 100 y 70 z 70’)
cubit.cmd(‘sculpt parallel vol all size 5’)
cubit.cmd(‘disassociate mesh from volume 1’)
cubit.cmd(‘delete vol 1’)
cubit.cmd(‘create mesh geometry Hex all feature_angle 115.0’)
after sculpt parallel meshing, the surface became only one
My question is, how do I get the element id for boundary condition for a specific surface?
For example, the “bottom” side
Even I still not very clear all of your ideas,
The first point is working well in my case.
I will try to understand all of your hints.
Thank you for your useful reply.