Page 1 of 1

activate post-processing for user defined field

Posted: Tue Jan 04, 2022 10:41 am
by daniele
Hello,

I have created a user defined field inside cs_user_parameters.c (I underline .c), through "cs_field_create".
Nevertheless, I am not able to find a way to activate its post-processing...
Anybody knows what is the function I have to use for that?

Thank you very much in advance.
Best regards,
Daniele

Re: activate post-processing for user defined field

Posted: Tue Jan 04, 2022 1:10 pm
by Yvan Fournier
Hello,

You can look at the examples using CS_POST_MONOTOR here :
https://www.code-saturne.org/documentat ... eters.html
replacing CS_POST_MONITOR with CS_POST_ON_LOCATION.

Regards,

Yvan