activate post-processing for user defined field

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
daniele
Posts: 149
Joined: Wed Feb 01, 2017 11:42 am

activate post-processing for user defined field

Post 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
Yvan Fournier
Posts: 4085
Joined: Mon Feb 20, 2012 3:25 pm

Re: activate post-processing for user defined field

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