Hello everyone,
I have STL files which are water tight and created and exported with MESHLAB. I have also successfully used these STL files before to generate tetra meshes with TETGEN (but am not entirely happy with the product).
What is the best way to create a tetra mesh of the solid body, to export this in ABAQUS or EXODUS format? This is to be used for a mechanical FEM simulation of solid body deformation.
Below are some approaches I used in the GUI.
(1)
I have imported them into TRELIS (with merge geometry, make elements and stitch all set to ON). Then
“mesh -> volumes -> specifying meshing schemes and attributes -> tetmesh”
Seems like a silly issue, but I can not visualize the created tetras. All I see is the surface. If I select the surface mesh with “Select 3D elements”, I can visualize individual tetras. I never had a problem with this when simply importing tetra meshes from TETGEN. Besides visualizing the tetra mesh, this will also yield a result that depends on the imported STL mesh. Therefore I’d like to be able to just re-mesh the surface and then the solid.
(2)
The mesh I used for experimenting is quite coarse. If I want to re-mesh that, I do
“mesh -> volumes -> specifying meshing schemes and attributes -> Trimesh”
I select all surfaces (4) and re-mesh a more uniform surface mesh without problems.
I then
“mesh -> volumes -> specifying meshing schemes and attributes -> tetmesh”
and obtain
"
TetMeshGems mesher found!
WARNING: (1005200): WAR 5200 : 4 7 6
ERROR:
Unable to generate empty mesh
ERROR:
Volume 1 (Volume 1) meshing unsuccessful.
Meshing time: 0.037889
ERROR:
1 volume(s) did not mesh.
Volume(s) 1 did not mesh.
Although some volumes failed to mesh, Cubit will log
the command in the journal file anyway, for future use.
Journaled Command: mesh volume 1
"
I have uploaded a simple and a cleaner STL geometry here
“https://polybox.ethz.ch/index.php/s/RPk96mggzFFQjqf”
for reference.
Any help would be much appreciated.
Best,
Dan