FEAP User Forum

FEAP => FEAPpv => Topic started by: ashish on January 18, 2015, 10:56:19 PM

Title: TPLOT COMMAND
Post by: ashish on January 18, 2015, 10:56:19 PM
Hello sir,
 i am solving time dependent forced vibration problem using FEAPpv. i have used 200 time steps with delta 0.01 for 2 sec. In output file i am getting 200 displacement value at each time step. I want that all these displacement value in tabular or coloum file format  together. For that one i have used TPLOT command but i am not getting another output displacement file.
batch
   TPLOt
  end
  disp, node no, dof
  show

I have used TPLOT command as above but i am not getting these displacement values in seperate file format.
Please any one can help me.
Thank you.
Title: Re: TPLOT COMMAND
Post by: Prof. R.L. Taylor on January 19, 2015, 11:52:24 AM
Where are you putting the solution commands?


You should get a separate file with the data from tplots.  It will have the extender .dis preceded by the file name for your problem.
Title: Re: TPLOT COMMAND
Post by: ashish on January 19, 2015, 03:39:29 PM
Hello sir,
Thank u very much for your quick responce.

I am using that TPLOt command after that solution  comaand.
batch
  DT,,0.01
  TRANsient,NEWMark
  LOOP,time,200
  TIME
  LOOP,iter,10
  TANG,,1
  NEXT,iter
  DISP,,33
NEXT,time

end

batch
 TPLOt
end
disp 33 6

as mentioned above i am using. I have gone through your user manual and read about .disp file. I am also expecting same file but that file i am not getting. I am getting just one output file. Please help me

I am looking forward for your responce.
Title: Re: TPLOT COMMAND
Post by: Prof. R.L. Taylor on January 20, 2015, 07:01:48 AM
It goes before the solution commands!