Hello,
In the past I have used the MMG remesh tool in the Studio to generate a higher quality tetrahedral mesh. Recently, I have tried to reproduce the results from running MMG inside the Studio vs MMG from their website. However, I am having trouble matching the input parameters, FEBio Studio takes 4 parameters:
image.png
But I unable to find the Element size parameter. These are the parameters I have available for the mmg3d executable,
-A enable anisotropy (without metric file).
-ar val angle detection
-nr no angle detection
-hausd val control Hausdorff distance
-hgrad val control gradation
-hmax val maximal mesh size
-hmin val minimal mesh size
-hsiz val constant mesh size
-rmc [val] enable the removal of componants whose volume fraction is less than val (1e-5 if not given) of the mesh volume (ls mode).
-opnbdy preserve input triangles at the interface of two domains of the same reference.
-octree val specify the max number of points per octree cell
-nofem do not force Mmg to create a finite element mesh
-nosurf no surface modifications
-noinsert no point insertion/deletion
-nomove no point relocation
-noswap no edge or face flipping
-nreg normal regul.
-xreg vertex regul.
-nsd val save the subdomain number val (0==all subdomain)
-optim mesh optimization
-optimLES enable skewness improvement (for LES computations)
I am able to run without the element size but the computation time is greatly increased. Any assistance would be helpful!
Thanks again,
Caleb
In the past I have used the MMG remesh tool in the Studio to generate a higher quality tetrahedral mesh. Recently, I have tried to reproduce the results from running MMG inside the Studio vs MMG from their website. However, I am having trouble matching the input parameters, FEBio Studio takes 4 parameters:
image.png
But I unable to find the Element size parameter. These are the parameters I have available for the mmg3d executable,
-A enable anisotropy (without metric file).
-ar val angle detection
-nr no angle detection
-hausd val control Hausdorff distance
-hgrad val control gradation
-hmax val maximal mesh size
-hmin val minimal mesh size
-hsiz val constant mesh size
-rmc [val] enable the removal of componants whose volume fraction is less than val (1e-5 if not given) of the mesh volume (ls mode).
-opnbdy preserve input triangles at the interface of two domains of the same reference.
-octree val specify the max number of points per octree cell
-nofem do not force Mmg to create a finite element mesh
-nosurf no surface modifications
-noinsert no point insertion/deletion
-nomove no point relocation
-noswap no edge or face flipping
-nreg normal regul.
-xreg vertex regul.
-nsd val save the subdomain number val (0==all subdomain)
-optim mesh optimization
-optimLES enable skewness improvement (for LES computations)
I am able to run without the element size but the computation time is greatly increased. Any assistance would be helpful!
Thanks again,
Caleb
Comment