Random Orientation Sampling #787
-
It appears that when orientations are randomly sampled during the tesselation process, the same list of orientations is returned even if the tesselation seed is changed. Is there an option to resample a random orientation distribution so that when a new polycrystal is made, the grain morphology and the orientation list are both varied, not just the grain morphology? @mkasemer |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The orientations should change with Do you have an example where it does not work? |
Beta Was this translation helpful? Give feedback.
-
I think this was an error are my part. Thanks for the response. |
Beta Was this translation helpful? Give feedback.
The orientations should change with
-id
. A quick test onneper - T -n 10 -id 1
vsneper -T -n 10 -id 2
shows that the orientations differ.Do you have an example where it does not work?