-
The microstructure is represented by a 1000-grain 3-D Voronoi tessellation. How can I achieve it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This requires a few steps: 1/ Generate the custom orientation distribution for whatever many grains you need. |
Beta Was this translation helpful? Give feedback.
This requires a few steps:
1/ Generate the custom orientation distribution for whatever many grains you need.
2/ Generate a random orientation distribution for the rest.
3/ Generate the tessellation and output the grain properties, e.g. x, y, z, to identify which grains are central (to be assigned the custom orientations).
4/ Based on the grain properties, write an orientation file that contains the list of grain orientations.
5/ Generate again the tessellation and assign it the desired orientations using
-ori file()
.