mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
bug fix on yPlusLam
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user