-
I try to use fepx software to analyze the deformation behavior of alloy under constant stress amplitude cyclic loading with overload. The yield stress of this material is above 800MPa. I want to apply 2 times of overload stress amplitude to it, but it fails. The error report shows that it does not converge or exceeds the hardening limit. So I would like to ask if fepx can do cyclic overload simulation? If I can, how can I achieve it? The following is my congfig.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
@Ming-is: The issue of poor convergence is likely that you want to take the jump to 1600 in too few steps. You are deforming, seemingly, well into the plastic regime, and you should take (at least initially) smaller steps so the solver knows the correct solution trajectory. Further, there is no guarantee given the material parameters that you have that you can reach a target load of 1600 - it could very well be that your material behavior saturates at a lower stress (and thus load), and you will not converge to the proper solution. I suggest first running a monotonic test to understand the stress-strain behavior better, especially with regard to hardening, well into the plastic regime. Characterizing this behavior is important to know how your material parameters result in certain behavior. |
Beta Was this translation helpful? Give feedback.
@Ming-is: The issue of poor convergence is likely that you want to take the jump to 1600 in too few steps. You are deforming, seemingly, well into the plastic regime, and you should take (at least initially) smaller steps so the solver knows the correct solution trajectory. Further, there is no guarantee given the material parameters that you have that you can reach a target load of 1600 - it could very well be that your material behavior saturates at a lower stress (and thus load), and you will not converge to the proper solution.
I suggest first running a monotonic test to understand the stress-strain behavior better, especially with regard to hardening, well into the plastic regime. Ch…