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

This commit is contained in:
Henry Weller
2017-03-08 11:34:08 +00:00
parent 7aed8c2904
commit 7a99465d2a

View File

@ -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;