Non-linear punching simulation exploding
Hi,
I am trying to model a punching simulation in implicit, but upon contact the model basically explodes like the picture below. I have successfully modeled this in explicit, but I would like to try it in implicit and compare. Can anyone suggest why this is happening? When it happens I get an error:
*** ERROR # 4965 ***
Maximum number of time increment cutbacks reached,
analysis aborted.
*** ERROR # 5905 ***
Severe element distortion detected,
analysis aborted.
I set NCUTS to 50 using NLADAPT card. I suspect something might be wrong with the contact interface perhaps?
Find more posts tagged with
i forgot to mention thath in your case, as there's lots of sliding in the contact region, it is recommended to use TRACK in contact groups, as FINITE or CONTINUOUS SLIDING as there is a lot of changing in contact pairs. Oherwise, contact pairs are not recalculated through the analysis (SMALL SLIDING).
Also, when running a NL model for the first tiem, i would recommned using PARAM,NLMON,DISP as it saves a _nl.H3D file that can be opened in HV in real time, and checking critical areas for convergence.
i'm wondering what material are you using and which units.
Looking at your material, the LIMIT1 under MATS1 is only 100. Your Young modulus is extremely high compared to that.
So at the minimum touch, there is plasticity already.
Besides checking these values I would recommend you to impose a control in maximum increment DTMAX in NLADAPT.
As there seems to be lots of plasticity, a tighter increment control might be needed.
Also consider changing the NLPARM to NLPARM(LGDISP) if large strains are expected.