Skip to content
Snippets Groups Projects
Commit 3411f2b1 authored by Andrew Heather's avatar Andrew Heather Committed by graham
Browse files

bug fix on yPlusLam

parent a91f1315
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ void nutStandardWallFunctionFvPatchScalarField::evaluate
scalar kappa = rasModel.kappa().value();
scalar E = rasModel.E().value();
scalar yPlusLam = rasModel.E().value();
scalar yPlusLam = rasModel.yPlusLam();
const scalarField& ry = patch().deltaCoeffs();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment