make a run for only post-processing

Hello,

I may have miss it in the documentation but i am wondering if it is possible to make a run only to compute some additionnal information using cs_user_postprocess_var.f90.

In my mind, there will be no need to make additional iteration, just reading the restart files and compute the new fields with the subroutine.

Is it possible ?

Hello,

You should be able to do this by setting the numbers of iterations to the current value +1 iteration. CS will then run for one more iteration and also compute and output the information you want in the user routine.

Regards,

Brian Angel.