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
f4c75b2f
Commit
f4c75b2f
authored
Jun 24, 2008
by
Andrew Heather
Committed by
graham
Jun 24, 2008
Browse files
consistency update on read() for k0, epsilon0 and epsilonSmall
parent
3411f2b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/RAS/compressible/RASModel/RASModel.C
View file @
f4c75b2f
...
...
@@ -186,9 +186,9 @@ bool RASModel::read()
yPlusLam_
=
yPlusLam
(
kappa_
.
value
(),
E_
.
value
());
readIfPresent
(
"k0"
,
k0_
);
readIfPresent
(
"epsilon0"
,
epsilon0_
);
readIfPresent
(
"epsilonSmall"
,
epsilonSmall_
);
k0_
.
readIfPresent
(
*
this
);
epsilon0_
.
readIfPresent
(
*
this
);
epsilonSmall_
.
readIfPresent
(
*
this
);
return
true
;
}
...
...
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