BUG: corrected typo in commit of d21d66ef8c

This commit is contained in:
andy
2010-11-23 18:14:59 +00:00
parent 45fcad70a8
commit d549a7a4c7

View File

@ -235,7 +235,7 @@ void kappatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs()
if (yPlus > yPlusTherm)
{
scalar nu = nuw[faceI];
scalar kt = nu*(yPlus/(Prt_*(log(E_*yPlus)/kappa_ + P)) - 1/Pr)
scalar kt = nu*(yPlus/(Prt_*(log(E_*yPlus)/kappa_ + P)) - 1/Pr);
kappatw[faceI] = max(0.0, kt);
}
else