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
58c73dd4
Commit
58c73dd4
authored
Jul 10, 2008
by
Andrew Heather
Browse files
kappa and E now need read as scalars instead of dimensionedScalars (2)
parent
d3ead0d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/LES/compressible/wallFunc/muSgsWallFunction/muSgsWallFunctionFvPatchScalarField.C
View file @
58c73dd4
...
...
@@ -116,7 +116,7 @@ void muSgsWallFunctionFvPatchScalarField::evaluate
scalar
kappa
=
readScalar
(
sgsModel
.
lookup
(
"kappa"
));
scalar
E
=
readScalar
(
sgsModel
.
subDict
(
"wallFunctionCoeffs"
));
scalar
E
=
readScalar
(
sgsModel
.
subDict
(
"wallFunctionCoeffs"
)
.
lookup
(
"E"
)
);
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