Hello,
I am using the auto time stepping very often in FEAP. It works quite well for my problems, but now I have the problem that I would like to compute exactly until a specified time (in my example until time=5.0, see below). Is there a possibilty that I really end with my computation exactly at time=5.0? So far FEAP is always running until a time that is really close to 5.0, but less than it (e.g 4.9999547). I could set the end time to 5.01 or 5.1, but then the computation is stopped at times greater than 5.0 (e.g. 5.0025689). Is there any possibility to end up exactly at time=5.0 with auto time stepping? I need this in my computation to compare different simulations.
Thanks and best regards Marek
Example:
BATCh
DT,,0.1
AUTO,TIME,6,12,10
LOOP,time,10000
TIME,,5.0
loop,iter,20
tang,,1
next,iter
NEXT time
END