-
Dear all, I am confused that the -ori. How to control grain orientation using -T. i.e., How to make the direction of the grains 0,45 or 90 degrees to a certain axis (x,y or z axis) ? Don't use -domain rotation, just use -ori or related commands? $ neper -T -n 100 -morpho "voronoi,aspratio(2,2,0.5)" -ori "fiber(0,0,1,0,0,1)" Thanks! Bolton |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your orientation distribution cannot be generated by Neper. So, you have to generate the orientations yourself and load them using |
Beta Was this translation helpful? Give feedback.
-fiber(0,0,1,0,0,1)
gives you all 001 crystal axes parallel to the Z sample axis (and random orientations about the fiber axis).Your orientation distribution cannot be generated by Neper. So, you have to generate the orientations yourself and load them using
-ori file(...)
.