Page 1 of 1

usage of cs_user_extra_operations.f90

Posted: Thu Aug 10, 2017 4:45 pm
by yany
Hello Everyone,
I'm a new user of code_saturne and I need to add some more output variables in the post-processing.
By searching the forum I knew that I need coding in the file cs_user_extra_operations.f90, which is located in the SRC/reference.

But Can someone give me some suggestion about how to use the examples given in SRC/EAMPLES, please? I need to modified the example file I need and then copy it to the SRC/REFERNCE ? Or I should modify the file cs_user_extra_operations.f90 using the functions in the EXAMPLE files?

Many thanks.
Yan.

Re: usage of cs_user_extra_operations.f90

Posted: Thu Aug 10, 2017 7:18 pm
by Luciano Garelli
Hello,

You just have to copy the file (from SRC/REFERENCE or SRC/EXAMPLE) to /SRC in order to be compile during the CS run.

Regards,

Luciano

Re: usage of cs_user_extra_operations.f90

Posted: Sat Aug 12, 2017 10:44 am
by yany
Luciano Garelli wrote:Hello,

You just have to copy the file (from SRC/REFERENCE or SRC/EXAMPLE) to /SRC in order to be compile during the CS run.

Regards,

Luciano
Hi Luciano,

Thanks a lot for your kind help which can help me save a lot of time.

All the best, Yany.