FEAP User Forum

FEAP => Parallel FEAP => Topic started by: aleximos on July 26, 2012, 10:04:39 AM

Title: Output of reaction and displacements
Post by: aleximos 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?
Title: Re: Output of reaction and displacements
Post by: FEAP_Admin 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.