From 7428b36de8a2c8d13e193fac143793eb82810459 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Wed, 29 Sep 2010 10:50:03 +0100
Subject: [PATCH] incompressibleThreePhaseMixture: Corrected the construction
 of the third-phase properties

---
 .../incompressibleThreePhaseMixture/threePhaseMixture.C       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.C b/applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.C
index f25716d0e8d..c38ad7e256e 100644
--- a/applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.C
+++ b/applications/solvers/multiphase/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.C
@@ -1,4 +1,4 @@
-/*---------------------------------------------------------------------------*\
+u/*---------------------------------------------------------------------------*\
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
@@ -80,7 +80,7 @@ Foam::threePhaseMixture::threePhaseMixture
         viscosityModel::New
         (
             "nu3",
-            subDict(phase2Name_),
+            subDict(phase3Name_),
             U,
             phi
         )
-- 
GitLab