-
Hello, I am working on a project regarding metal 3d printing. We have some samples printed under 0°, 45° and 90° orientation to the scanning direction and have some EBSD scans made. The result of the EBSD shows we have a columnar grain structure and a preferred crystal orientation. Now we can easily create a model for the 0° and 90° case. however I am struggling with the 45° orientation a little bit right now. With this command I can generate a rotated grain
using:
results in a periodicity in Y-direction: So I do understand that the periodicity in X- and Z-direction doesn't work as as the cube is rotated so my Question would be how to achieve the periodicity along the other two faces? Thank you, Felix |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Your rotation axis is the y-axis, which can be considered as before and after rotation, all y-coordinates are constant, so only the periodicity of the y-axis can be preserved. If you try to set periodicity on x,z, this seems logically incomprehensible and therefore an error is reported. Similarly, if your rotation axis is (1,1,1), no periodicity boundary condition can be added. |
Beta Was this translation helpful? Give feedback.
-
I think @smallrain1996 is right in that you cannot apply periodicity in a direction along which the domain itself is not periodic. A possibility may be to rotate the seeds... For the non-periodic case, it will work. For the fully periodic case, I am not entirely sure (because of the columnar structure). Worth the try! |
Beta Was this translation helpful? Give feedback.
I think @smallrain1996 is right in that you cannot apply periodicity in a direction along which the domain itself is not periodic.
A possibility may be to rotate the seeds... For the non-periodic case, it will work. For the fully periodic case, I am not entirely sure (because of the columnar structure). Worth the try!