Monitoring average values on selected faces

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Stéphane Blanchet

Monitoring average values on selected faces

Post by Stéphane Blanchet »

Dear support and users,
I would like to know if it is possible to monitor average physical values on selected faces during calculation.
I know one can use probes to monitor physical values on selected points, but is that possible with faces?
Thank you,
Regards,
Stéphane
Alexandre Douce

Re: Monitoring average values on selected faces

Post by Alexandre Douce »

Hi Stéphane,
monitoring point are only available in the center of the cells. More complicated behavior could be implemented in the user source ushist.f90 (§ 6.8 of the user guide)
Can I ask you why are you interested by values on (internal or boundary ?) faces ?
Stéphane Blanchet

Re: Monitoring average values on selected faces

Post by Stéphane Blanchet »

Hi Alexandre,
Thank you for your answer.
I am interested by values on faces (both internal and boundary), instead of points, because it seems more "accurate" to monitor the evolution of the convergence.
Stéphane Blanchet

Re: Monitoring average values on selected faces

Post by Stéphane Blanchet »

Hi,
I took a look at the ushist.f90 subroutine, but I really don't know how can I set faces instead of points. Can somebody help me?
Thanks,
Regards,
Stéphane
Stéphane Blanchet

Re: Monitoring average values on selected faces

Post by Stéphane Blanchet »

Hi,
I found another way to do that, thank you anyway.
regards
Post Reply