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
3685e803
Commit
3685e803
authored
Apr 29, 2012
by
Henry
Browse files
nonNewtonianIcoFoam: Added stress transpose term
parent
af17182b
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/nonNewtonianIcoFoam/nonNewtonianIcoFoam.C
View file @
3685e803
...
...
@@ -61,6 +61,7 @@ int main(int argc, char *argv[])
fvm
::
ddt
(
U
)
+
fvm
::
div
(
phi
,
U
)
-
fvm
::
laplacian
(
fluid
.
nu
(),
U
)
-
(
fvc
::
grad
(
U
)
&
fvc
::
grad
(
fluid
.
nu
()))
);
solve
(
UEqn
==
-
fvc
::
grad
(
p
));
...
...
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