-
Hello!
But I want to plot it for all the slip systems together, and gave the syntax
But it didn't give any result. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@sushdash - this is more of an FEPX question, but I will answer here: You can use Neper to calculate a new variable based on what you have output (see various examples in the What I think you may be looking for is the equivalent plastic strain, which is a good metric at describing the total amount of slip shear at a given point. You will have to print this value in your simulation, and then use Neper to process it in the normal way. Please see the FEPX documentation for more on printing variables. For this, you will likely have to re-run your simulation requesting the proper output. |
Beta Was this translation helpful? Give feedback.
@sushdash - this is more of an FEPX question, but I will answer here:
You can use Neper to calculate a new variable based on what you have output (see various examples in the
-S
section of the documentation). However, this is likely quite complex for your given example, and I would not recommend it.What I think you may be looking for is the equivalent plastic strain, which is a good metric at describing the total amount of slip shear at a given point. You will have to print this value in your simulation, and then use Neper to process it in the normal way. Please see the FEPX documentation for more on printing variables. For this, you will likely have to re-run your simulation requesting …