From 0a50fdabe0313abc475f792cddccfc63b4b4d09b Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Thu, 15 Mar 2012 15:11:05 +0000 Subject: [PATCH] MRFtwoPhaseEulerFoam: update MRF handling of U --- .../twoPhaseEulerFoam/MRFtwoPhaseEulerFoam/createMRFZones.H | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/MRFtwoPhaseEulerFoam/createMRFZones.H b/applications/solvers/multiphase/twoPhaseEulerFoam/MRFtwoPhaseEulerFoam/createMRFZones.H index 2fc0eff9eba..4d5c2bab723 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/MRFtwoPhaseEulerFoam/createMRFZones.H +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/MRFtwoPhaseEulerFoam/createMRFZones.H @@ -1,3 +1,4 @@ MRFZones mrfZones(mesh); mrfZones.correctBoundaryVelocity(U1); mrfZones.correctBoundaryVelocity(U2); + mrfZones.correctBoundaryVelocity(U); -- GitLab