Choose a channel featured in the header of iMechanica
Hello experts, I am trying to model the response (damage+plasticity) and compare with commercial FE codes. I chose to follow explicit scheme and compare with available implicit solution. Attached image shows the comparison between implicit (commerical FE software) and explicit (my Python program).
As it can be observed, near the failure, i.e. applied strain > 0.05, there is a noise in the explicit solution. When I decrease the time step, the noise infact decreases.
(a) Is this noise is a result of explicit procedure ? or some thing wrong with my algorithm ?