Sir,
Thank you for the reply. I recompiled the program without the close(99) and am slowly working through the typographical errors. However the .dat files that are created are still empty. The batch command I use is:
BATCh
DT,,1
LOOP,,5
TECP, init ! open output unit
TIME
LOOP,,1
TANG,,1
NEXT
STRE,NODE ! compute nodal stresses (mandatory!)
TECP,write ! write postprocessing data
TECP,close ! close output unit
NEXT
I have attached the Input file as well. I am using paraview at this time however my professor would prefer if we can get tecplot outputs.
Once again thank you for your assistance.