From ca7db4558d0c65a51b26a298306203432cfe3144 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 8 Mar 2017 11:35:42 +0000 Subject: [PATCH] verticalChannel tutorial, compressibleInflowOutflow template: removed 'bounded' from the 'div(phid,p)' scheme --- etc/templates/compressibleInflowOutflow/system/fvSchemes | 4 ++-- .../simpleReactingParcelFoam/verticalChannel/system/fvSchemes | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/templates/compressibleInflowOutflow/system/fvSchemes b/etc/templates/compressibleInflowOutflow/system/fvSchemes index 730889e58..164fdb3ec 100644 --- a/etc/templates/compressibleInflowOutflow/system/fvSchemes +++ b/etc/templates/compressibleInflowOutflow/system/fvSchemes @@ -44,9 +44,9 @@ divSchemes div(phi,e) $turbulence; div(phi,h) $turbulence; div(phi,K) $turbulence; - div(phi,Ekp) $turbulence; + div(phi,Ekp) $turbulence; - div(phid,p) bounded Gauss upwind; + div(phid,p) Gauss upwind; div((phi|interpolate(rho)),p) bounded Gauss upwind; div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; diff --git a/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSchemes b/tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSchemes index 247dc6af9..27a7888ee 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;