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
5225ebf3
Commit
5225ebf3
authored
Apr 15, 2013
by
Sergio Ferraris
Browse files
Correcting k(grad U) expression
parent
3e08747b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/incompressible/LES/dynLagrangian/dynLagrangian.H
View file @
5225ebf3
...
...
@@ -154,8 +154,9 @@ public:
tmp
<
volScalarField
>
k
(
const
tmp
<
volTensorField
>&
gradU
)
const
{
return
2.0
*
pow
((
2.0
/
sqrt
(
2.0
))
*
sqrt
(
ce_
)
*
flm_
/
fmm_
,
2.0
/
3.0
)
/
ce_
pow
(
2.0
,
4.0
/
3.0
)
*
pow
(
flm_
/
fmm_
,
2.0
/
3.0
)
*
pow
(
ce_
,
-
2.0
/
3.0
)
*
sqr
(
delta
())
*
magSqr
(
dev
(
symm
(
gradU
)));
}
...
...
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