ENH: Using local calcYPlusLam function instead of turbulence model version

This commit is contained in:
andy
2010-09-02 12:39:34 +01:00
parent 35354bab8d
commit 251a557d86

View File

@ -94,7 +94,7 @@ tmp<scalarField> mutkRoughWallFunctionFvPatchScalarField::calcMut() const
if (KsPlus > 2.25) if (KsPlus > 2.25)
{ {
Edash /= fnRough(KsPlus, Cs_[faceI]); Edash /= fnRough(KsPlus, Cs_[faceI]);
yPlusLamNew = rasModel.yPlusLam(kappa_, Edash); yPlusLamNew = calcYPlusLam(kappa_, Edash);
} }
if (debug) if (debug)