Author Topic: Contact with standard coulomb friction  (Read 4764 times)

kiakarim

  • Jr. Member
  • **
  • Posts: 19
Contact with standard coulomb friction
« on: September 28, 2021, 02:40:16 AM »
Hello everyone,

we encounter some problems with the contact module in 8.6.1j and attached a demo input file.
To specify the problem: We want to use friction stan coulomb however we do not see any changes both in reactions as well as deformations for varying friction coefficients.
Is there any missing statement in our Inputfile // do we miss a certain point?

Thank you!!

Best Regards
« Last Edit: September 28, 2021, 11:25:24 PM by kiakarim »

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Contact with standard coulomb friction
« Reply #1 on: October 05, 2021, 06:38:23 AM »
There is a bug such that the old position is somehow not tracked.  It needs careful debugging to trace the problem.  So far I have only detected that the code does traverse the correct routines.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Contact with standard coulomb friction
« Reply #2 on: October 05, 2021, 10:37:26 AM »
There are errors in you file.

1. Missing penalty for tangential forces (add 1d5)

2. Friction needs unsymmetric solver (utang)

3. Made friction 0.3 to test and reduced dt.

It still may have bugs (for example, using Lagrange multiplier for normal not working).  Seems to need quite a few iterations, so may still be linearization checks.


Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Contact with standard coulomb friction
« Reply #3 on: October 05, 2021, 10:37:53 AM »
Here is file I used to test

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Contact with standard coulomb friction
« Reply #4 on: October 05, 2021, 10:39:20 AM »
Attached

kiakarim

  • Jr. Member
  • **
  • Posts: 19
Re: Contact with standard coulomb friction
« Reply #5 on: October 06, 2021, 12:53:28 AM »
Hi Prof. Taylor,

thank you, this brings us a few steps further!!