plot the stress-strain curve #116
-
There was a problem when I finished running fepx according to the tutorials and output the stress-strain curve: Besides, there is no file "post.forces.z1" when I finished simulation. FEPX: Version 2.0.0 |
Beta Was this translation helpful? Give feedback.
Answered by
mkasemer
May 17, 2024
Replies: 1 comment 7 replies
-
Hello, I guess that you should change the file name. The results in the simulation file is z0, z1... for example.. replace "post.forces.z1" to "z1" |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some known issues with regards to the tutorials and examples in the current FEPX version that we are working to fix.
In the meantime, you can print the equivalent stress and equivalent strain values as output, and use the
resmesh
option inneper -S
to find the domain-averaged (i.e., macroscopic) values. These would be sufficient to plot the stress-strain curve.