From 27a0a073e5d17921ab22d070f674b0df35d64e25 Mon Sep 17 00:00:00 2001 From: sergio Date: Thu, 22 Aug 2019 09:11:27 -0700 Subject: [PATCH] ENH: Adding div schemes for div(phi,p) --- .../laminar/sloshingTank2D/system/fvSchemes | 1 + .../compressibleInterDyMFoam/laminar/sphereDrop/system/fvSchemes | 1 + 2 files changed, 2 insertions(+) diff --git a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSchemes b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSchemes index 663e6611e3..221aff6ff4 100644 --- a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSchemes +++ b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSchemes @@ -34,6 +34,7 @@ divSchemes div(rhoPhi,T) Gauss linear; div(rhoPhi,K) Gauss linear; div((phi+meshPhi),p) Gauss linear; + div(phi,p) Gauss linear; div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; diff --git a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/system/fvSchemes b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/system/fvSchemes index 30c93fd93b..a9b299b2af 100644 --- a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/system/fvSchemes +++ b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/system/fvSchemes @@ -38,6 +38,7 @@ divSchemes div(phi,thermo:rho.air) Gauss linear; div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear; div((phi+meshPhi),p) Gauss linear; + div(phi,p) Gauss linear; div((muEff*dev2(T(grad(U))))) Gauss linear; }