Calculating Schmid factor for a certain grain?

58 views
Skip to first unread message

MTEXNewbie

unread,
Mar 13, 2018, 12:01:45 PM3/13/18
to MTEX
Let's say, I want to know the Schmid factor of the 3rd grain in the x-direction.

sigma = stressTensor.uniaxial(xvector);
% compute Schmid factor for all slip systems in the specific grain
SF = sS.SchmidFactor(inv(grains(3).meanOrientation) * sigma);
% find the maximum Schmidt factor
[SFmax,active] = max(SF);
SFmax

Is this approach accurate? Please suggest any smart way to do this.

MTEXNewbie

unread,
Apr 26, 2018, 3:41:35 PM4/26/18
to MTEX
I would really appreciate if the above method is the correct way to Calculate Schmid factor for a certain grain?

ruediger Kilian

unread,
Apr 26, 2018, 4:29:40 PM4/26/18
to 'Dwayne' via MTEX
Hi,
if you meant to calculate the Schmidfactor with respect to a uniaxial stress parallel to the x-Axis, the answer is yes.
Cheers,
Rüdiger

MTEXNewbie

unread,
Apr 26, 2018, 4:34:29 PM4/26/18
to MTEX
Yes it's parallel to x-axis, thanks for confirming.
Reply all
Reply to author
Forward
0 new messages