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.
usage of cs_user_extra_operations.f90
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
-
- Posts: 284
- Joined: Fri Dec 04, 2015 1:42 pm
Re: usage of cs_user_extra_operations.f90
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
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
Hi Luciano,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
Thanks a lot for your kind help which can help me save a lot of time.
All the best, Yany.