-
Hi, I'm trying to assign orientation for my 3-scale tessellation structure. Now I'm testing the First of all, is there a format that the file needs to follow or do I just do something like: Second, in the neper documentation on page 19, it says "if Rodrigues vector (rodrigues), the descriptor can be omitted." but on page 79, I found "When loading orientations from an external file, ‘file(file_name)’ assumes orientations described by Euler angles in Bunge convention (and active convention).". So which one of these is used by default? Third, for a 2 or 3 scale tessellation, is there a way to find the grain IDs so I know which one to assign? Or do I just use 3 different files separated by :: ? Many thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
I've also noticed that for the same orifile, the following two commands get different .ori files neper -T -n 24 |
Beta Was this translation helpful? Give feedback.
-
I did some more tests and I think I can answer some of my questions:
Can someone help with this? |
Beta Was this translation helpful? Give feedback.
-
The file should be formatted as a
Thanks for pointing this out. It is Rodrigues vectors. Fixed in version 4.2.1-14.
This may seem a bit tricky at first, but the way to do it is as follows. For a 2-scale tessellation for which you would want to specify the orientations of the cells at scale 2:
where
where
Same for This can be generalized to 3 scales and more. |
Beta Was this translation helpful? Give feedback.
-
Here is what I get:
|
Beta Was this translation helpful? Give feedback.
The file should be formatted as a
.ori file
, so, just a list of orientations.