Hi, I was until now running FEAP on my local machine but now would like to move it to a cluster. But to run it on the cluster, the interactive window needs to go so that FEAP only runs in background. My idea was to remove all the 'plot' commands which runs the feap in background but only produces one tecplot file before shutting the process. The command structure is like this at the moment.
opti
dt,,100
nopr
!plot,pers,1
!plot,hide
!plot,fact,1.0
loop,,200
save
loop,,2
time
loop,,6
utan,,1
next
!plot,wipe
!plot,mesh
!plot,defo,1,1
!plot,stre,4
!plot,mesh
!plot,unde
next
tecp
next
tecp,,1
save
The commented lines are for the plot commands that I thought would stop the interactive window. What should I do so I get tecplot files at required timesteps?
Thanks