Clock time

I want to know that what is mean of this picture?


I set end time 1000s delta t 1s write interval clock time 20s. Is it mean at 15 iterations is 20s real time?

Hi @peempeem,

Thanks for posting your question. If it is a steady-state simulation, it is not real time. Actually it will be the loops of iterations, so just the last one (1000) will be physically significant. Here in this link you will find a great explanation about it.

Please let us know if that makes sense.

best,

@goncalves Thank you for your answer, but about write interval, what is the division of 0 15 27 40 … 1000 and how does clock time related to this.

Hello @peempeem , write interval allows you to define the frequency of output files. In case you define it based on the clock time what happens I imagine: simulation takes 1 hour, write interval is 15 minutes, 4 solutions fields will be printed.

1 Like