From 402bc0fef01fb97e73bb73c5e5d3dfbaff66d558 Mon Sep 17 00:00:00 2001 From: sergio Date: Thu, 9 Dec 2021 11:31:37 +0000 Subject: [PATCH] ENH: multiphaseSystem: add alpha1 boundary manipulation --- .../phasesSystem/multiphaseSystem/multiphaseSystem.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/phaseSystemModels/multiphaseInter/phasesSystem/multiphaseSystem/multiphaseSystem.C b/src/phaseSystemModels/multiphaseInter/phasesSystem/multiphaseSystem/multiphaseSystem.C index 36066ac389..346e4aa664 100644 --- a/src/phaseSystemModels/multiphaseInter/phasesSystem/multiphaseSystem/multiphaseSystem.C +++ b/src/phaseSystemModels/multiphaseInter/phasesSystem/multiphaseSystem/multiphaseSystem.C @@ -358,6 +358,8 @@ void Foam::multiphaseSystem::solveAlphas() Su + fvm::Sp(Sp, alpha1) ); + alpha1Eqn.boundaryManipulate(alpha1.boundaryFieldRef()); + alpha1Eqn.solve(); phiAlpha += alpha1Eqn.flux();