From 6a51cc3cbb51774923efe06637c736f742bf6614 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Thu, 17 Jul 2014 11:34:39 +0100
Subject: [PATCH] tutorials: use PIMPLE rather than PISO for rotating mesh
 problems to ensure updated fluxes are used for momentum transport

---
 .../rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution  | 6 +++---
 .../interDyMFoam/ras/mixerVesselAMI/system/fvSolution       | 4 ++--
 .../laminar/mixerVesselAMI2D/system/fvSolution              | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution b/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution
index e7cab57365b..f7bfcbe0595 100644
--- a/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution
+++ b/tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  2.3.0                                 |
+|  \\    /   O peration     | Version:  2.3.x                                 |
 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
@@ -64,8 +64,8 @@ PIMPLE
 {
     momentumPredictor   yes;
     transonic           no;
-    nOuterCorrectors    1;
-    nCorrectors         3;
+    nOuterCorrectors    3;
+    nCorrectors         1;
     nNonOrthogonalCorrectors 0;
     rhoMin          rhoMin [ 1 -3 0 0 0 ] 0.5;
     rhoMax          rhoMax [ 1 -3 0 0 0 ] 2.0;
diff --git a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/system/fvSolution b/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/system/fvSolution
index fefc705b334..d09e6aac106 100644
--- a/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/system/fvSolution
+++ b/tutorials/multiphase/interDyMFoam/ras/mixerVesselAMI/system/fvSolution
@@ -71,8 +71,8 @@ PIMPLE
     momentumPredictor   yes;
     correctPhi          yes;
     transSonic          no;
-    nOuterCorrectors    1;
-    nCorrectors         3;
+    nOuterCorrectors    2;
+    nCorrectors         1;
     nNonOrthogonalCorrectors 0;
     nAlphaCorr          1;
     nAlphaSubCycles     2;
diff --git a/tutorials/multiphase/multiphaseInterDyMFoam/laminar/mixerVesselAMI2D/system/fvSolution b/tutorials/multiphase/multiphaseInterDyMFoam/laminar/mixerVesselAMI2D/system/fvSolution
index 454667421f2..c2011a57427 100644
--- a/tutorials/multiphase/multiphaseInterDyMFoam/laminar/mixerVesselAMI2D/system/fvSolution
+++ b/tutorials/multiphase/multiphaseInterDyMFoam/laminar/mixerVesselAMI2D/system/fvSolution
@@ -60,8 +60,8 @@ PIMPLE
 {
     correctPhi          yes;
     momentumPredictor   no;
-    nOuterCorrectors    1;
-    nCorrectors     4;
+    nOuterCorrectors    2;
+    nCorrectors         1;
     nNonOrthogonalCorrectors 0;
 
     pRefCell        0;
-- 
GitLab