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
03cc4241
Commit
03cc4241
authored
Jun 24, 2021
by
sergio
Browse files
BUG: Changing divDevRhoReff scheme for incompressible flows
parent
15545539
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/functionObjects/field/momentumError/momentumError.C
View file @
03cc4241
...
...
@@ -120,7 +120,7 @@ Foam::functionObjects::momentumError::divDevRhoReff()
-
fvc
::
div
(
tnuEff
()
*
dev2
(
T
(
fvc
::
grad
(
tU
()))),
"div((
(
nuEff
)
*dev2(T(grad(U)))))"
"div((nuEff*dev2(T(grad(U)))))"
)
-
fvc
::
laplacian
(
tnuEff
(),
tU
(),
"laplacian(nuEff,U)"
)
);
...
...
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