Plot pole figures for the simulated Euler angles #2062
Unanswered
mohammadsattari1990
asked this question in
Ask Anything
Replies: 2 comments 2 replies
-
In you question its unclear which figure corresponds to which command. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi Mohammad, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have simulated the microstructure evolution of 316L and the "angles.txt" file contains the simulated Euler angles corresponding to a cross-section. These Euler angles are defined to rotate the specimen coordinates (XYZ) to the crystal coordinates. The corresponding experimental pole figures can be seen in a photo named "Experimental PoleFigures". I am using MTEX and the following script to plot pole figures for these simulated Euler angles (in the "angles.txt" file). This script creates 2 figures, for the first one, the Euler angles have been used directly to create an orientation object. Since in MTEX, the Euler angles rotate the crystal coordinates to the specimen coordinates, the 2nd figure belongs to the Euler angles corresponding to the inverse of the 1st orientation object. I expect that the method to create the second figure is wrong BTW.
The problem is that the pole figures for the simulated Euler angles (see below) do not match the experimental ones. To check if there are any issues with the Euler angles, I used the "plotPoleFigure" function (attached, and its format needs to be changed to .m), and its results (labeled as "Using plotPoleFigure function") match the experimental ones. So there should be some remarks when using MTEX for such purposes. I appreciate it if you could assist me with this issue and provide me with a script that can correctly plot the pole figures for the simulated Euler angles.
Simulated Euler angles:
angles.txt
Experimental Pole Figures:
Pole figures corresponding to the simulated Euler angles (in the "angles.txt" file), using the script above:
plotPoleFigure function:
plotPoleFigure.txt
Using plotPoleFigure function:
Beta Was this translation helpful? Give feedback.
All reactions