Alternative slip systems for FCC #127
Unanswered
kata-neumann
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I ran into a problem when calculating the average Schmid factors for grain. The notation and calculations work correctly for the default given
slipSystems = None
as shown in the following code:Where I get the output:
The issue occurs when I want to change the slip direction from [1,1,0], which was the default (as I assume), to slip direction [1,1,2]. See the code below:
I get the output:
So the value has changed, but the slip plane and slip direction still keep their format of writing [1,1,1] and [1,1,0].
I would like to ask if there is a bug in my code, or if I need to use another function.
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions