From ac43185300a8d1f5d58f82e0ee8c8d91585320af Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 5 Jul 2013 11:32:12 +0100 Subject: [PATCH] threePhaseMixture: Add access function for phi to avoid warning from clang-3.3 --- .../incompressibleThreePhaseMixture/threePhaseMixture.H | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications/solvers/multiphase/interFoam/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.H b/applications/solvers/multiphase/interFoam/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.H index 67743ad2e0..4c48304934 100644 --- a/applications/solvers/multiphase/interFoam/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.H +++ b/applications/solvers/multiphase/interFoam/interMixingFoam/incompressibleThreePhaseMixture/threePhaseMixture.H @@ -158,6 +158,12 @@ public: return U_; } + //- Return the flux + const surfaceScalarField& phi() const + { + return phi_; + } + //- Return the dynamic laminar viscosity tmp mu() const;