Skip to content
Snippets Groups Projects
Commit 7a99465d authored by Henry Weller's avatar Henry Weller
Browse files

verticalChannel tutorial: removed 'bounded' from the 'div(phid,p)' scheme.

parent 7aed8c29
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ divSchemes ...@@ -29,7 +29,7 @@ divSchemes
{ {
default none; default none;
div(phi,U) bounded Gauss upwind; div(phi,U) bounded Gauss upwind;
div(phid,p) bounded Gauss upwind; div(phid,p) Gauss upwind;
div(phi,K) bounded Gauss linear; div(phi,K) bounded Gauss linear;
div(phi,h) bounded Gauss upwind; div(phi,h) bounded Gauss upwind;
div(phi,k) bounded Gauss upwind; div(phi,k) bounded Gauss upwind;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment