From 7a99465d2a9c97d6092f82d33be6fa0413810ddf Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Wed, 8 Mar 2017 11:34:08 +0000 Subject: [PATCH] verticalChannel tutorial: removed 'bounded' from the 'div(phid,p)' scheme. --- .../simpleReactingParcelFoam/verticalChannel/system/fvSchemes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSchemes b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSchemes index 298c772624b..1cb618a2fb6 100644 --- a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSchemes +++ b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSchemes @@ -29,7 +29,7 @@ divSchemes { default none; 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,h) bounded Gauss upwind; div(phi,k) bounded Gauss upwind; -- GitLab