k-epsilon constants modification
Posted: Wed Jul 30, 2025 1:52 pm
Hello,
For a study about the flow and dispersion around a building, I would like to see the influence of the modifications of the k-epsilon (or k-epsilon linar production) model constants as shown in few articles that i found. The five constants are :
,
,
,
and
.
However, only the first three seem to appear in the cs_turbulence_model.c or in the setup.log file obtained after a computation (cf. extract of one of my setup.log file below).
I found "sigmak" and "sigmae" variables in src/base/clptrg.f90 and src/base/clptur.f90 which seem to correspond to the two other constants, but I don't know how and where are exactly declared the two sigma constants, and so if we can modify them by a user fonction.
I'm working on code_saturne v8.0.
Best regards,
Maxime
For a study about the flow and dispersion around a building, I would like to see the influence of the modifications of the k-epsilon (or k-epsilon linar production) model constants as shown in few articles that i found. The five constants are :
However, only the first three seem to appear in the cs_turbulence_model.c or in the setup.log file obtained after a computation (cf. extract of one of my setup.log file below).
Code: Select all
k-epsilon model with Linear Production (LP) correction constants:
ce1: 1.44000e+00 (Cepsilon 1: production coef.)
ce2: 1.92000e+00 (Cepsilon 2: dissipat. coef.)
cmu: 9.00000e-02 (Cmu constant)
I'm working on code_saturne v8.0.
Best regards,
Maxime