From 5fe6a033375e346a3b77632b9eecfc612e40efd2 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Mon, 19 Mar 2012 11:56:38 +0000
Subject: [PATCH] twoPhaseEulerFoam: Add MRF support

---
 .../solvers/multiphase/twoPhaseEulerFoam/createMRFZones.H     | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 applications/solvers/multiphase/twoPhaseEulerFoam/createMRFZones.H

diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/createMRFZones.H b/applications/solvers/multiphase/twoPhaseEulerFoam/createMRFZones.H
new file mode 100644
index 00000000000..4d5c2bab723
--- /dev/null
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/createMRFZones.H
@@ -0,0 +1,4 @@
+    MRFZones mrfZones(mesh);
+    mrfZones.correctBoundaryVelocity(U1);
+    mrfZones.correctBoundaryVelocity(U2);
+    mrfZones.correctBoundaryVelocity(U);
-- 
GitLab