Skip to content
GitLab
Menu
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
f95b189c
Commit
f95b189c
authored
Apr 19, 2013
by
Sergio Ferraris
Browse files
EMH: Updating expression for k() for the dynLagrangian.H
parent
0368962e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/incompressible/LES/dynLagrangian/dynLagrangian.H
View file @
f95b189c
...
...
@@ -154,8 +154,7 @@ public:
tmp
<
volScalarField
>
k
(
const
tmp
<
volTensorField
>&
gradU
)
const
{
return
pow
(
2.0
,
4.0
/
3.0
)
*
pow
(
flm_
/
fmm_
,
2.0
/
3.0
)
pow
(
2.0
*
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
.
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