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;