Hello,
first of all, until a few weeks ago, I almost always used contact CONTINUE, so I am not quite familiar with contact DISCRETE. However, I was quite surprised how well it works in dynamics, runtime is very good. But, I just saw, that it is possible to have a very penetration, although everything converges and all parts move as they should. Have a look at this:
![bildschirmfoto-vom-2024-12-11-12-51-05.png](https://forum.code-aster.org/public/assets/files/2024-12-11/1733918286-979143-bildschirmfoto-vom-2024-12-11-12-51-05.png)
The interpenetration is very large and visible with DEPL scale = 1! How is this possible?
The contacts are defined like this:
contact = DEFI_CONTACT(identifier='31:1',
FORMULATION='DISCRETE',
FROTTEMENT='COULOMB',
LISSAGE='OUI',
MODELE=model,
ZONE=(_F(ALGO_CONT='PENALISATION',
COULOMB=coeff_friction,
E_N=e_n,
E_T=e_t,
GROUP_MA_ESCL=('PISTON_CONT_PIN1', ),
GROUP_MA_MAIT=('PIN_CONT_PISTON1', ),
NORMALE='MAIT',
TYPE_PROJECTION='ORTHOGONALE'),
I am quite sure, I am missing something. All surfaces are oriented with ORIE_PEAU, intially all surfaces are at 0 tolerance in the step. Is my mesh too coarse? Any ideas?
Thanks,
Mario.