Hi everyone,
I am trying to output the Disp and Reac values at a node, during the run time. The Tplot code, I used for this purpose, is as follows,
BATCh
TPLOt
END
disp,8,2
reac,8,2
show
Using this, the output file of the reaction forces (.rea) was as expected, but the output file of the displacement (.dis) was empty.
Displacement values were written out correctly when Tplot was used only for it. But when I tried to output both disp and reac together, only reac values were being written out.
I also tried writing separate Tplot commands for disp and reac, but even then the .dis file was empty. I am not sure what I am doing wrong here. Hope you help me out here!
Please find the attached input file.
Thank you