Skip to content
Snippets Groups Projects
Commit 3685e803 authored by Henry's avatar Henry
Browse files

nonNewtonianIcoFoam: Added stress transpose term

parent af17182b
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ int main(int argc, char *argv[]) ...@@ -61,6 +61,7 @@ int main(int argc, char *argv[])
fvm::ddt(U) fvm::ddt(U)
+ fvm::div(phi, U) + fvm::div(phi, U)
- fvm::laplacian(fluid.nu(), U) - fvm::laplacian(fluid.nu(), U)
- (fvc::grad(U) & fvc::grad(fluid.nu()))
); );
solve(UEqn == -fvc::grad(p)); solve(UEqn == -fvc::grad(p));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment