Skip to content
Snippets Groups Projects
Commit fcbca30a authored by Henry's avatar Henry Committed by Andrew Heather
Browse files

driftFluxFoam: corrected density to get kinematic viscosity for yPlus

parent 7640ec88
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -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)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment