From 5a5c286a8b6aa3b220f28abca2a048362ef4177e Mon Sep 17 00:00:00 2001
From: sergio <sergio>
Date: Fri, 22 Dec 2017 11:06:08 -0800
Subject: [PATCH] ENH: Correcting fvSchemes/fvSolution for sloshingTank2D

---
 .../laminar/sloshingTank2D/system/fvSchemes                    | 3 +++
 .../laminar/sloshingTank2D/system/fvSolution                   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSchemes b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSchemes
index ce5974de66c..7efa34a5ac4 100644
--- a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSchemes
+++ b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSchemes
@@ -36,6 +36,9 @@ divSchemes
     div((phi+meshPhi),p)  Gauss linear;
 
     div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
+
+    div(phi,thermo:rho.water)    Gauss linear;
+    div(phi,thermo:rho.air)      Gauss linear;
 }
 
 laplacianSchemes
diff --git a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSolution b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSolution
index 3595a8a5fe8..7533cf392cf 100644
--- a/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSolution
+++ b/tutorials/multiphase/compressibleInterDyMFoam/laminar/sloshingTank2D/system/fvSolution
@@ -21,7 +21,7 @@ solvers
     {
         nAlphaCorr      1;
         nAlphaSubCycles 3;
-        cAlpha          1.5;
+        cAlpha          1;
     }
 
     ".*(rho|rhoFinal)"
-- 
GitLab