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

bug fix on yPlusLam

parent fb5f66ee
Branches
Tags
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