Schmid factor distribution of twin system in IPF map

54 views
Skip to first unread message

dkwa...@gmail.com

unread,
Nov 10, 2018, 3:22:10 PM11/10/18
to MTEX
Please be as detailed as possible, explain what you want to do, what kind of data you are using. Attaching simplified code and data is always useful. Click the the button { } to inline code and finally remove these lines before posting :)

My material is fcc metal.I use the code below to show Schmid factor distribution of twin system in  IPF map for uniaxis compression. However, it produce a not good result. 
Can anyone know what's the problem and how to modify it. Thanks


cs = crystalSymmetry('cubic',[3.523,3.523,3.523],'mineral','Nickel')
% twin plane
n=Miller({1,1,1},{1,1,1},{1,1,1},{-1,1,1},{-1,1,1},{-1,1,1},{1,-1,1},{1,-1,1},{1,-1,1},{1,1,-1},{1,1,-1},{1,1,-1},cs);

% twin direction
b=Miller({1,1,-2},{1,-2,1},{-2,1,1},{-1,1,-2},{-1,-2,1},{2,1,1},{-2,-1,1},{1,2,1},{1,-1,-2},{-2,1,-1},{1,-2,-1},{1,1,2},cs);

%use function of slip
sS = slipSystem(n,b)

r = plotS2Grid(fundamentalSector(cs),'resolution',0.2*degree)

% compute the Schmid factors for all slip systems and all tension directions
tau = SchmidFactor(sS,r);

% tau is a matrix with columns representing the Schmid factors for the
% different twin systems. Lets take the maximum rhowise
[tauMax,id] = max(abs(tau),[],2);
contourf(r,tauMax)
mtexColorbar

untitled.jpg
Reply all
Reply to author
Forward
0 new messages