Author Topic: Return-mapping algorithm for J2 flow theory  (Read 6643 times)

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1164
Re: Return-mapping algorithm for J2 flow theory
« Reply #15 on: September 20, 2020, 11:39:07 PM »
Simo's article in the Handbook of Numerical Analysis has the algorithm you want to follow; it is better than earlier versions.  You can also use the article to follow the implementation in FEAP which is nearly identical.

Sun

  • New Member
  • *
  • Posts: 2
Re: Return-mapping algorithm for J2 flow theory
« Reply #16 on: September 22, 2020, 10:14:11 AM »
Many thanks to Prof. Taylor and Prof. Govindjee for your advice.
I took a closer look to the publications and could find a few bugs in my source code. Before I tried to describe the plasticity with Cauchy stresses, because these are true stresses. In doing so I made a few mistakes with the determinant of deformation gradient (det(F) and det(Fe)). After reading the books I tried to implement plasticity with Kirchhoff stresses. With this implementation I could obtain convergent solutions.

Best regards and many thanks

Sun