make a run for only post-processing

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
romoli
Posts: 9
Joined: Thu Sep 25, 2014 6:54 pm

make a run for only post-processing

Post by romoli »

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 ?
Brian Angel

Re: make a run for only post-processing

Post by Brian Angel »

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.
Post Reply