Hello,
When Trelis exports a Fluent mesh containing multiple element types in a single block, this block is split into multiple blocks (or cell zones) corresponding to the different element types. Consider the following simple example of a cylinder represented by both hexs and tets. Importing this mesh in Fluent reveals three cell zones, when there really should only be one. This does not appear to be an issue with Fluent, which can handle such meshes from other mesh generators.
Am I missing something?
Thanks,
Markus
reset
undo on
create Cylinder height 30 radius 5
webcut volume 1 with plane zplane offset 0
imprint all
merge all
surface 3 scheme circle fraction 0.5
mesh surface 3
volume 1 scheme Sweep sweep_smooth Auto sweep_transform least_squares autosmooth_target off
mesh volume 1
volume 2 scheme Tetmesh
set tetmesher interior points on
set tetmesher optimize level 3 optimize overconstrained off sliver off
set tetmesher boundary recovery off
mesh volume 2
Note: this command should force all elements into a single block (cell zone):
block 1 volume all
create cfd_bc name ‘inlet’ velocityinlet on surface 3
create cfd_bc name ‘outlet’ pressureoutlet on surface 2
create cfd_bc name ‘wall’ wall on surface 5 7