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

nonNewtonianIcoFoam: Added stress transpose term

parent af17182b
Branches
Tags
No related merge requests found
......@@ -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));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment