Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
3411f2b1
Commit
3411f2b1
authored
Jun 24, 2008
by
Andrew Heather
Committed by
graham
Jun 24, 2008
Browse files
bug fix on yPlusLam
parent
a91f1315
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/RAS/incompressible/wallFunctions/nutWallFunctions/nutStandardWallFunction/nutStandardWallFunctionFvPatchScalarField.C
View file @
3411f2b1
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment