From ccbcde9e4216171da67ba946e90b24b8b002af0a Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 24 Sep 2012 13:42:06 +0100 Subject: [PATCH] reactingParcelFoam/verticalChannel: Remove unnecessary limiters --- .../reactingParcelFoam/verticalChannel/system/fvSchemes | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tutorials/lagrangian/reactingParcelFoam/verticalChannel/system/fvSchemes b/tutorials/lagrangian/reactingParcelFoam/verticalChannel/system/fvSchemes index c32fa27d27..7ed447f064 100644 --- a/tutorials/lagrangian/reactingParcelFoam/verticalChannel/system/fvSchemes +++ b/tutorials/lagrangian/reactingParcelFoam/verticalChannel/system/fvSchemes @@ -23,9 +23,6 @@ ddtSchemes gradSchemes { default Gauss linear; - grad(p) Gauss linear; - grad(U) cellLimited Gauss linear 1; - grad(k) cellLimited Gauss linear 1; } divSchemes @@ -34,7 +31,7 @@ divSchemes div(phi,U) Gauss upwind; div(phid,p) Gauss upwind; div(phi,K) Gauss upwind; - div(phi,h) Gauss upwind; + div(phi,h) Gauss upwind; div(phi,k) Gauss upwind; div(phi,epsilon) Gauss upwind; div(phi,omega) Gauss upwind;