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
2e51c938
Commit
2e51c938
authored
Jun 24, 2008
by
Andrew Heather
Browse files
consistency update on read() for k0, epsilon0 and epsilonSmall
parent
b1b7f4f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/RAS/compressible/RASModel/RASModel.C
View file @
2e51c938
...
...
@@ -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