From 739e8d84c9f1e9e3107f6a4b34ac0086e3e93834 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Fri, 18 Oct 2013 10:19:31 +0100
Subject: [PATCH] twoPhaseEulerFoam: Removed unused gh

---
 .../solvers/multiphase/twoPhaseEulerFoam/createFields.H       | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/createFields.H b/applications/solvers/multiphase/twoPhaseEulerFoam/createFields.H
index c3da8d972a2..a382b769b53 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/createFields.H
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/createFields.H
@@ -78,10 +78,6 @@
       - fvc::div(phi2)*U2
     );
 
-
-    Info<< "Calculating field g.h\n" << endl;
-    volScalarField gh("gh", g & mesh.C());
-
     volScalarField rAU1
     (
         IOobject
-- 
GitLab