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; }