From 99d47d85a80fb20817e58049728293bb554dbcc1 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Fri, 16 May 2014 13:15:11 +0100
Subject: [PATCH] twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE: Correct
 coefficient on dilatation term Resolves bug-report
 http://www.openfoam.org/mantisbt/view.php?id=1291

---
 .../twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE/IATE.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE/IATE.C b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE/IATE.C
index 93c9765500b..8cedcc1e4f1 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE/IATE.C
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/diameterModels/IATE/IATE.C
@@ -139,7 +139,7 @@ void Foam::diameterModels::IATE::correct()
     volScalarField R
     (
         (
-            (2.0/3.0)
+            (1.0/3.0)
            /max
             (
                 fvc::average(phase_ + phase_.oldTime()),
-- 
GitLab