Page 1 of 1

modify cs_turbulence_kw.c

Posted: Wed May 18, 2022 8:47 am
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

Re: modify cs_turbulence_kw.c

Posted: Thu May 19, 2022 3:41 am
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