From f891ac738e4c6d3fae5c269d92f1d2f5ce3c3352 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Thu, 15 Aug 2013 17:29:13 +0100 Subject: [PATCH] Added comment --- applications/solvers/multiphase/twoPhaseEulerFoam/alphaEqn.H | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/alphaEqn.H b/applications/solvers/multiphase/twoPhaseEulerFoam/alphaEqn.H index f4b97ccd9c5..8ce175b85c4 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/alphaEqn.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/alphaEqn.H @@ -92,6 +92,7 @@ ) ); + // Ensure that the flux at inflow BCs is preserved alphaPhic1.boundaryField() = min ( phi1.boundaryField()*alpha1.boundaryField(), -- GitLab