Author Topic: Viscoelasticity in Finite Deformation  (Read 3657 times)

ryagh

  • Jr. Member
  • **
  • Posts: 17
Viscoelasticity in Finite Deformation
« on: November 07, 2016, 10:58:28 PM »
Dear Admin,

I need a few clarifications in the viscfd.f subroutine for the input and output variables and I will really appreciate if you could comment on them below:

1-tau(6): Is this 2nd Piola-Kirchhoff Stress at t_n?
2-sn(6): Is this Cauchy stress at t_n?
3-xj: Is this the element transformation Jacobian at the corresponding integration point?
4-hn(6,*): I do not know this matrix (the columns should correspond to different relaxation coefficients)

Thanks a lot!
RY

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: Viscoelasticity in Finite Deformation
« Reply #1 on: November 08, 2016, 08:40:42 AM »
1. tau is the Kirchhoff stress

2. sn is the second PK stress

3. xj is J = det(F)

4. hn(:,*) are internal variables for the integration algorithm. 

I believe this is based on the paper by Simo: CMAME v 60, pp 153ff.

ryagh

  • Jr. Member
  • **
  • Posts: 17
Re: Viscoelasticity in Finite Deformation
« Reply #2 on: November 08, 2016, 02:30:04 PM »
Thank you very much prof. Taylor, I found my answers for the model in the paper!