code-saturne / code_saturne

code_saturne public mirror
https://www.code-saturne.org
GNU General Public License v2.0
215 stars 80 forks source link

[TURB] Fix non linear stresses in quadratic model #114

Closed JulesL2 closed 10 months ago

JulesL2 commented 1 year ago

The non linear stresses from Baglietto & al 2006 and as written now in Code_Saturne correspond to rho*Rij, the rho is taken account directly in the function divrij in base/predvv.f90 because itypfl is set to 1.

Therefore to obtain the Reynold stresses and not rho*Reynold Stresses, a division by rho is needed