Modifying output frequency

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
alexandre.lebouvier

Modifying output frequency

Post by alexandre.lebouvier »

Hello,

I use CS 2.2.1 without GUI and I cannot find anymore how to modify the output frequency of results and the output characteristics as format. I looked for the variables 'ntchr' , 'fmtchr' etc, in cs_user_parameter and other reference files but I cannot find them.

Thank you,

Alexandre
Yvan Fournier
Posts: 4208
Joined: Mon Feb 20, 2012 3:25 pm

Re: Modifying output frequency

Post by Yvan Fournier »

Hello,

All these settings have been moved to cs_user_postprocess.c, in the cs_user_postprocess_writers() function. The user documentation should be up to date.

Best regards,

Yvan
alexandre.lebouvier

Re: Modifying output frequency

Post by alexandre.lebouvier »

OK, Thank you
Post Reply