Dear Prof. Taylor,
my last question is not clear, I would modify this question.
There are three type of the auto time commands:
Type 1:
BATCH
PARD
TRANs,BACK
DT,,dt
AUTO, TIME, 5, 10, 6
AUTO, DT, 0.0000001, 0.005
LOOP INFInite
LOOP,,500
TIME,, 1
LOOP,,30
TANG,,1
NEXT
PLOT,CONT 3,,1
NEXT
NEXT
END
DT = 0.0005
Type 2:
BATCH
PARD
TRANs,BACK
DT,,0.000001
AUTO, TIME, 5, 10, 6
AUTO, DT, 0.0000001, 0.005
LOOP INFInite
TIME,, 1
LOOP,,30
TANG,,1
NEXT
PLOT,CONT 3,,1
NEXT
END
Type 3:
BATCH
PARD
TRANs,BACK
DT,,0.000001
AUTO, TIME, 5, 10, 6
AUTO, DT, 0.0000001, 0.005
LOOP,,500
TIME,, 1
LOOP,,30
TANG,,1
NEXT
PLOT,CONT 3,,1
NEXT
END
Type 1 doesn't need the initial value of time dt, It works for many benchmarks, but not for my new modified user element (almost no convergence )... Still I am not sure, can I use type 1 for the general problem?
Warm regards,
Yaakov