Question about creating a microstructure where only some grains have lamella #829
-
Hi, I hope all is well. I am creating a microstructural model with the following commands:
Then, with a Python script I evaluate the combination of areas which leads to the closest value to an input area. With that information, I proceed to create the lamwidth.txt and the lamnormal.txt files. The issue I have is that I only want some grains to have lamella, not all of them. I also would like to know which are those grains. This are the text files that I am creating: I am trying to "trick" Neper by using very large lam relationship values and I am assigning 1 0 0 as orientation for the grains that should not have lamella. Then, I use the following commands:
The problem I have is that some laths are thicker than others. Am I following the right approach to solve this problem? Do you have a recommendation on how to solve it? Thank you very much for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The different lamella widths come from the fact that the normals provided in Here is what I get with in-plane normals:
And instead of the "trick", you could use a multiscale cell file (although it will produce the same result...). |
Beta Was this translation helpful? Give feedback.
The different lamella widths come from the fact that the normals provided in
lamnormal.txt
are out of plane. For a 2D tess, they should be in-plane to get the expected widths.Here is what I get with in-plane normals:
And instead of the "trick", you could use a multiscale cell file (although it will produce the same r…