From 251a557d86402f8580a864cd155fd81658e9709c Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 2 Sep 2010 12:39:34 +0100 Subject: [PATCH] ENH: Using local calcYPlusLam function instead of turbulence model version --- .../mutkRoughWallFunctionFvPatchScalarField.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.C b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.C index ee7ba7ef80..d5e91dac83 100644 --- a/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/mutWallFunctions/mutkRoughWallFunction/mutkRoughWallFunctionFvPatchScalarField.C @@ -94,7 +94,7 @@ tmp mutkRoughWallFunctionFvPatchScalarField::calcMut() const if (KsPlus > 2.25) { Edash /= fnRough(KsPlus, Cs_[faceI]); - yPlusLamNew = rasModel.yPlusLam(kappa_, Edash); + yPlusLamNew = calcYPlusLam(kappa_, Edash); } if (debug)