modify cs_turbulence_kw.c

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

modify cs_turbulence_kw.c

Post by daniele »

Hello,

Maybe it is a stupid question, but if I wanted to modify a routine such as the cs_turbulence_kw.c, I guess I am obliged to re-compile the code? I.e., I cannot just include it inside the SRC folder...?

Thank you very much for your help.
Kind regards,
Daniele
Yvan Fournier
Posts: 4070
Joined: Mon Feb 20, 2012 3:25 pm

Re: modify cs_turbulence_kw.c

Post by Yvan Fournier »

Hello,

I strongly recommend recompiling the whole code. It is technically possible to simply add most files in the SRC folder, and that is practical to test bug fixes, but doing so means your code may be broken by bug-fix releases, so there is basically no expectation of support for modified non-user files in SRC.

Best regards,

Yvan
Post Reply