Hey,
SoI finally bought Mecway and started working on a dental project. This project is about estimating teeth movement due to the aligner. The teeth root is surrounded by a soft material which is called Periodontal Ligament. Please take a look at the attached picture, the image on the right is the isolated view of the PDL. The thing is I am getting jacobian error and I cant do anything about it. The Youngs Modulus of PDL is 1 MPa. Please tell me hw to fix it
Comments
Force is applied to one node of the teeth above the PDL, and the teeth root is bOnded with PDL
Check this article about Jacobian error, maybe you could try to use a different kind of mesh (hexas)
https://knowledge.autodesk.com/support/simulation-mechanical/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-Non-positive-Jacobian-in-Simulation-Mechanical.html
Regards
The thing is when I am trying analysis for each separately, Its working. I have a stl of teeth. So my choice is to make tet 10 element. I am refining my model in meshmixer and making it a solid by using freecad then going to Salome and meshing it. The number of faces i had in stl IS STILL THE SAME WHEN I DO VOLUME MESH IN SALOME. Its just a random informaton i wanted to throw. I have so many doubts and nobody to clear so i vomitted it all out
It sounds like you're near to solving it if it works for each part separately. That indicates the mesh isn't faulty. Are you using *TIE to join them? That deforms elements if they're not perfectly aligned, and could lead to this error.
CCX also generates that error for very small elements in a very big mesh. I think if the length of the smallest element is maybe 5 or so orders of magnitude smaller than that of the overall structure, it can happen.
For nonlinear, it might be too soft and deforming to an inside-out or other impossible shape. That might require finer mesh or correcting a boundary conditions mistake, or a better material model (linear elastic materials can't be compressed too far in non-linear analysis or they reach an instability). Try simply a fixed support with no loads to eliminate the possibility of this kind of problem.
I notice the surfaces seem to be faceted. You should usually get the mesher to place the midside nodes on the geometry surface so they're smooth curves. That may help the two parts to fit together more accurately.
I am making my mesh more fine and I will see if tie is causing any problem. I am not going into Salome becaue mine geometry is complex and selection of nodes in Salome is tough. Thanks to mecway paint tool it made my job easy, Now I tried to simulate hyperelastic model of PDL so i used Mooney Rivelin MOdel. But I am getting this error "ALLOCATE failure : bytes 2053082832, line 517, file DV.c". Should I post this query as a new topic?
You can start replacing the hyperelastic behavieur with just a lineal material with Poisson 0.49 and very soft Young modulus, and keep your analysis lineal for initial tests.
But what the Allocation Failure signifies
and as I am analysing tooth movement, it is very important for me to get deformation in occlusal axis i.e (facial/lingual,mesial/distal) rather than X,Y,Z is there any way I can get component along the above mentioned references
PS: Jacobian Error is solved