FEAP User Forum
FEAP => FEAPpv => Topic started 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.
-
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.
-
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.
-
It goes before the solution commands!