Page 1 of 1

Epsilon output in Launder Sharma model

Posted: Mon Nov 04, 2024 6:48 pm
by nvm67
Hi,
I'm using the Launder-Sharma low Re model, and I had a query regarding the exact expression for turbulence dissipation that is being used in the model and its BC at solid wall. There is the classical definition of turbulence dissipation: epsilon and a modified expression varepsilon (defined using gradient of sqrt(k)).
Which variable is being solved and output for postprocessing? I am also looking for the subroutine where the BC at wall on this quantity is also set.

Many thanks for the clarification
Michael

Re: Epsilon output in Launder Sharma model

Posted: Thu Nov 07, 2024 12:23 am
by Yvan Fournier
Hello,

Not sure about this. In any case, the variable output for preprocessing should directly be the one solved (except possibly for some clipping).

The Launder Sharma model is only used in a few specific cases as far as I know, so even the main turbulent experts in the code might not have very "fresh" memories of the details of this implementation. Unless someone with this knowledge pops in on this forum, I would recommend checking the code itself to see which differences in implemetation are present relative to the other k-e models.

Checking in src/turb/cs_turbulence_ke.c/cpp, I would guess the changes and damping term are reflected mostly in the boundary conditions, but I had only a quick look. This seems consistent with your observations If I understand correctly.

Best regards,

Yvan