Page 1 of 1

Reset time step number

Posted: Wed Aug 12, 2020 8:00 am
by Mohammad
Hello,

I have a checkpoint file with the last time step number of 300,000.

Now I want to start a new case with the initial data of the checkpoint file, but I want to reset the time step number and absolute time to 0 for the new case.

How can I do this?

Regards,
Mohammad

Re: Reset time step number

Posted: Thu Aug 13, 2020 6:34 pm
by Yvan Fournier
Hello,

There is no specific way to do this.

In v6.0, you may try restarting is if restarting from a different mesh, which might do the trick.

Otherwise, you may try forcing the values of the time step back to 0 in cs_user_initialization, but I am not sure this will work/avoid side effects.

Best regards,

Yvan