Plot the max Schmid factor per grain #119
Unanswered
Xavier-Ojeda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am trying to plot the max Schmid factor per grain for the prismatic and basal slip systems in Titanium, I am using the function:
plotAverageGrainSchmidFactorsMap(planes=None, directions=None, **kwargs)
Since I am working with titanium I am using:
ebsdMap.plotAverageGrainSchmidFactorsMap(planes = [0,1,2,3])
Is this ok? I am not sure if that's the way to select basal and prismatic systems.
Just in case, the output for
phase.printSlipSystems
:Ti-Hex
Plane 0: (0001) Colour: red
Direction 0: [112̅0]
Direction 1: [12̅10]
Direction 2: [2̅110]
Plane 1: (101̅0) Colour: blue
Direction 0: [12̅10]
Plane 2: (011̅0) Colour: blue
Direction 0: [2̅110]
Plane 3: (11̅00) Colour: blue
Direction 0: [112̅0]
Plane 4: (11̅01) Colour: green
Direction 0: [112̅0]
Plane 5: (11̅01̅) Colour: green
Direction 0: [112̅0]
Plane 6: (101̅1) Colour: green
Direction 0: [12̅10]
Plane 7: (101̅1̅) Colour: green
Direction 0: [12̅10]
Plane 8: (01̅11) Colour: green
Direction 0: [2̅110]
Plane 9: (01̅11̅) Colour: green
Direction 0: [2̅110]
Beta Was this translation helpful? Give feedback.
All reactions