Author Topic: Output of reaction and displacements  (Read 9929 times)

aleximos

  • Jr. Member
  • **
  • Posts: 34
Output of reaction and displacements
« on: July 26, 2012, 10:04:39 AM »
I'm trying to get single file for ParFeap where I can have an output global file of the displacements and sum of reaction forces in every time step. In Feap the command sequence is like that:

BATCh               
   TPLOt
END
DISP,,1,x,y,z
SUMS,1,1,0


Does someone know how i can do it in ParFeap?

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Output of reaction and displacements
« Reply #1 on: July 26, 2012, 10:35:09 AM »
ParFeap always generates files pre processor.  To have a single output file you will need to write a short program that gathers them together for you.  If you are on Linux, then writing an awk script is typically the fastest and easiest way of doing this.