driftFluxFoam: corrected density to get kinematic viscosity for yPlus

This commit is contained in:
Henry
2014-03-26 14:31:09 +00:00
committed by Andrew Heather
parent 7640ec88b0
commit fcbca30a0d

View File

@ -20,7 +20,7 @@
scalar yPlus = scalar yPlus =
Cmu25*y[patchi][facei]*::sqrt(k[faceCelli]) Cmu25*y[patchi][facei]*::sqrt(k[faceCelli])
/(mulw[facei]/rho2.value()); /(mulw[facei]/rho[facei]);
if (yPlus > 11.6) if (yPlus > 11.6)
{ {