mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
driftFluxFoam: corrected density to get kinematic viscosity for yPlus
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
scalar yPlus =
|
||||
Cmu25*y[patchi][facei]*::sqrt(k[faceCelli])
|
||||
/(mulw[facei]/rho2.value());
|
||||
/(mulw[facei]/rho[facei]);
|
||||
|
||||
if (yPlus > 11.6)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user