Author Topic: Transient NEWMARK  (Read 4938 times)

cri

  • Jr. Member
  • **
  • Posts: 27
Transient NEWMARK
« on: November 17, 2016, 08:43:59 AM »
Dear all,
I have formulated a user finite element (2D 9-node, plane stress conditions) based on a damage-plastic isotropic constitutive  law, to performe dynamic analysis.
Then the tangent matrix is been defined in a element routine as:
  S=ctan(1)K+ctan(2)C+ctan(3)M
and the residual R is been consistently adapted.
At the beginning i made linear elastic analysis (adopting Newmark implicit method with beta=0.25, gamma=0.5) and i compared my results with those obtained with FEAP element (using 2d solid element in plane state stress).
I got the same results in terms of displacements, accelerations, reactions.., but if i compare the 'L'file i can observe that for the user element there are only 2 iterations for each time-step, while for the FEAP element there are more.
I can't understand the reason of these differences. am I forgetting somethings on my code? I know that for linear system it is possible to modify Newmark's original formulation to permite solution without iteration, but i didn't make any change to the transient method.
I attached my input files and my 'L' files.

Thanks all

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: Transient NEWMARK
« Reply #1 on: November 17, 2016, 09:03:30 AM »
Our test of your input file gives 2 iterations per step. 

I suspect something has happened to your installation based on your developments.  You should try reinstalling the program without your files to make sure it runs correctly.

cri

  • Jr. Member
  • **
  • Posts: 27
Re: Transient NEWMARK
« Reply #2 on: November 18, 2016, 01:59:39 AM »
I will try it. Thanks you a lot for your help.