From ff2f3205afe1d71f472f12d1dd725fc763076685 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Wed, 8 Apr 2015 16:42:06 +0100 Subject: [PATCH] twoPhaseEulerFoam: formalize the use of partial-elimination for phase velocity and flux correction --- .../multiphase/twoPhaseEulerFoam/{pEqnElim.H => pEqn.H} | 0 .../solvers/multiphase/twoPhaseEulerFoam/twoPhaseEulerFoam.C | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename applications/solvers/multiphase/twoPhaseEulerFoam/{pEqnElim.H => pEqn.H} (100%) diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/pEqnElim.H b/applications/solvers/multiphase/twoPhaseEulerFoam/pEqn.H similarity index 100% rename from applications/solvers/multiphase/twoPhaseEulerFoam/pEqnElim.H rename to applications/solvers/multiphase/twoPhaseEulerFoam/pEqn.H diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseEulerFoam.C b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseEulerFoam.C index 766536952a9..dd3a8fb710f 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseEulerFoam.C +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseEulerFoam.C @@ -92,8 +92,7 @@ int main(int argc, char *argv[]) #include "UEqns.H" #include "EEqns.H" - //#include "pEqn.H" - #include "pEqnElim.H" + #include "pEqn.H" #include "DDtU.H" if (pimple.turbCorr()) -- GitLab