Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
b1b7f4f4
Commit
b1b7f4f4
authored
Jun 24, 2008
by
Andrew Heather
Browse files
bug fix on yPlusLam
parent
fb5f66ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/RAS/incompressible/wallFunctions/nutWallFunctions/nutStandardWallFunction/nutStandardWallFunctionFvPatchScalarField.C
View file @
b1b7f4f4
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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