Skip to content

lath martensite microstructure #1161

Discussion options

You must be logged in to vote

Hello Tim,

it is possible. An example is below and should produce the figure shown.

Click to view script

cs_bcc = crystalSymmetry('m-3m', [2.9 2.9 2.9],...
    'mineral', 'Iron bcc (old)', 'color', [0.53 0.81 0.98]);
cs_fcc = crystalSymmetry( 'm-3m', [3.7 3.7 3.7],...
    'mineral', 'Iron fcc', 'color', [0.56 0.74 0.56]);

ori_aus = orientation.rand(1,cs_fcc);

p2c = orientation.KurdjumovSachs(cs_bcc,cs_fcc);

ori_mar = variants(p2c, ori_aus);

h_bcc = Miller({1,0,0},{1,1,0},{1,1,1},cs_bcc);
h_fcc = Miller({1,0,0},{1,1,0},{1,1,1},cs_fcc);

plotPDF(ori_mar,h_bcc,'MarkerSize',5,'MarkerFaceAlpha',0.05,'MarkerEdgeAlpha',0.1);

nextAxis(1)
hold on
plot(ori_aus * h_fcc(1).symmetrise ,'MarkerFa…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@fischertim1
Comment options

@nyyssont
Comment options

@fischertim1
Comment options

@danishTUE
Comment options

@nyyssont
Comment options

Answer selected by fischertim1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants