Distorted mesh elements #449
-
Hello, I am trying to model a representative volume element of a microstructure where some of the grains are laminar. I used the following commands:
I was able to import the model to Abaqus but the problem that I have is that meshing some sets produce elements that are distorted. I attached a picture. Is there a way in which I can avoid having lamella that will generate distorted mesh elements? I thought about discarding the lamella that are under a certain volume, but I haven’t found a way to do this. I need to improve the quality of the mesh so I don’t have convergence issues. Thank you very much in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I believe one issue may be the imposition of a self-defined small edge length ( For the image you show above, I don't believe it is necessarily the issue that you highlighted with the white circle. Regularization likely did its job at that point and deleted a small edge to pin the blue lamellar region to the corner of the domain. I instead think it is likely due to other small edges---most visibly where the blue lamella touches the orange/brown grain at the right hand side. Increasing the length of small edges that you want to have deleted during regularization may allow for these artifacts to be removed, facilitating a more homogeneous mesh. |
Beta Was this translation helpful? Give feedback.
I believe one issue may be the imposition of a self-defined small edge length (
-sel
). Have you attempted to try to usersel
, instead, or increasing the value forsel
?For the image you show above, I don't believe it is necessarily the issue that you highlighted with the white circle. Regularization likely did its job at that point and deleted a small edge to pin the blue lamellar region to the corner of the domain. I instead think it is likely due to other small edges---most visibly where the blue lamella touches the orange/brown grain at the right hand side. Increasing the length of small edges that you want to have deleted during regularization may allow for these artifacts to be remove…