all traces of slip planes for FCC alloy

236 views
Skip to first unread message

Luqing Cui

unread,
Oct 15, 2020, 3:41:23 PM10/15/20
to MTEX
Hi MTEX users,

I have the EBSD data of an FCC metal. I want to get the traces of different {111} slip planes.
Now I have got the traces, but I don't know they belong to which {111} slip plane.
Can anyone help to distinguish different {111} planes with different colors and types of lines? such as (111) plane with a solid red line, and (1-11) with a yellow dotted line.
The code and traces of slip planes are as follows:

Code:
import_wizard
ebsd=ebsd('fe')
% reconstruct grains
[grains,ebsd.grainId] = calcGrains(ebsd,'angle',15*degree);
% remove small grains
ebsd(grains(grains.diameter<=5)) = [];
% redo grain reconstruction
[grains,ebsd.grainId] = calcGrains(ebsd,'angle',15*degree);
% smooth grain boundaries
grains = smooth(grains,5);
sS = slipSystem.fcc(ebsd.CS)
sS = sS.symmetrise;
plot(grains,grains.meanOrientation,'micronbar','off')
hold on
plot(grains.boundary,'linewidth',2)
hold off
hold on
for i = 1:length(sS)
sSlocal= grains.meanOrientation*sS(i);
quiver(grains,sSlocal.trace)
hold on
end
hold off

Traces of slip planes:
微信图片_20201015213256.png
Best regards,
Luqing Cui

Ralf Hielscher

unread,
Oct 15, 2020, 3:50:20 PM10/15/20
to MTEX
Dear Luqing Cui,

could you please use the new forum at 


Thank you,

Ralf.

Luqing Cui

unread,
Oct 16, 2020, 4:08:33 AM10/16/20
to MTEX
Hi Ralf,

I have added the question on the  new forum at https://github.com/mtex-toolbox/mtex/discussions/532.
Looking forward to your response,

Best regards,
Luqing Cui 

Reply all
Reply to author
Forward
0 new messages