Author Topic: convergence problem with Saint Venant-kirchhoff model  (Read 4223 times)

zhouzhoukth

  • New Member
  • *
  • Posts: 5
convergence problem with Saint Venant-kirchhoff model
« on: April 22, 2016, 07:59:07 AM »
hey Guys,
This my first Material Constitutive Model, it's Saint Venant-Kirchhoff Material.
However, there is problems with the convergence
I upload the material code written by myself and the outfile!
it would be so appreciated if anyone could give me some suggestion!


Yaakov

  • Sr. Member
  • ****
  • Posts: 323
Re: convergence problem with Saint Venant-kirchhoff model
« Reply #1 on: April 22, 2016, 01:01:37 PM »
look at the material model from Prof. Govindjee.

links:
http://www.ce.berkeley.edu/~sanjay/FEAP/cubic.html

maybe you can get new idea about coding in feap for this typ problem.

the other way is, look material model in feap resource code dokument, like linear viscoelasticity, hyperelasticity ....

« Last Edit: April 23, 2016, 04:04:15 PM by zheliu »
Let's boost FEAP's performance!

zhouzhoukth

  • New Member
  • *
  • Posts: 5
Re: convergence problem with Saint Venant-kirchhoff model
« Reply #2 on: May 04, 2016, 02:47:17 AM »
i think i had error in the push forward operation, but still no clue where is the error.

zhouzhoukth

  • New Member
  • *
  • Posts: 5
Re: convergence problem with Saint Venant-kirchhoff model
« Reply #3 on: May 04, 2016, 02:47:42 AM »
      Cspat=0.0d0
       Do i=1,3
          Do j=1,3
              Do k=1,3
                 Do l=1,3
                     Do tt=1,3
                        Do bb=1,3
                           Do cc=1,3
                             Do mm=1,3 
           Cspat(Elamn(i,j),Elamn(k,l))=Cspat(Elamn(i,j),Elamn(k,l)) +
     *   F(i,tt)*F(j,bb)*Cmat(Elamn(tt,bb),Elamn(cc,mm))*
     *     F(k,cc)*F(l,mm)
                             End do
                           End do
                       End do
                     End do
                 End do
               End do
           End do
         End do