Hey guys, this is probably a really simple issue:
I currently output displacements every iteration, but I want to change this to outputting every 5 iterations for example. How would I do that?
batch
dt,,0.1
loop,time,11
time
loop,,100
tang,,1
next
tang,,-1
output TANG
form
disp all
SAVE restart
next Time
end
Regards,
Bharath