Dear Prof. R.L. Taylor,
I try to use AUTO to solve a problem, the solve part of the input file is attaced.
If only “AUTO,TIME,300,400,3” or “AUTO,DT,1.0e-4,3.0e-3” is used, the dt keeps constant, even though the number of iterations is 1200 for over 100 steps. If these two commands are both used, the dt will increase to 3.0e-3 very soon, then keeps constant even though the number of iterations has reached 1200 sevel times. After 20 steps, the dt is reduced. This insensitivity of dt results the program works not very well.
Thank you!
Xiaomin
Batch
DT,,2e-3
AUTO,TIME,300,400,3
AUTO,DT,1.0e-4,3.0e-3
TOL,,1.e-9
LOOP,print,100
LOOP,time,40
TIME,,5.2
TANG
LOOP,iter,1200
FORM
SOLV
NEXT,iter
ECKC
NEXT,time
REAC,node, 0 h1+h2
REAC,node, wd h1+h2
REAC,node, 0 h1+h2+0.91/3
REAC,node, wd h1+h2+0.91/3
REAC,node, 0 h1+h2+2*0.91/3
REAC,node, wd h1+h2+2*0.91/3
REAC,node, 0 h1+h2+0.91
REAC,node, wd h1+h2+0.91
STRE,,19, 360
NEXT,print
plot,defo,10
plot,mesh
plot,disp
end