diff --git a/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/system/fvSolution b/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/system/fvSolution index 11f4cd65..88473fb8 100644 --- a/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/system/fvSolution +++ b/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/system/fvSolution @@ -70,6 +70,8 @@ PIMPLE nNonOrthogonalCorrectors 0; rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; + pMinFactor 0.95; // OF 6 + pMaxFactor 1.05; // OF 6 } relaxationFactors diff --git a/tutorials/cfdemSolverRhoPimple/FinesColumn/CFD/system/fvSolution b/tutorials/cfdemSolverRhoPimple/FinesColumn/CFD/system/fvSolution index cc951384..a370d31c 100644 --- a/tutorials/cfdemSolverRhoPimple/FinesColumn/CFD/system/fvSolution +++ b/tutorials/cfdemSolverRhoPimple/FinesColumn/CFD/system/fvSolution @@ -90,6 +90,8 @@ PIMPLE nNonOrthogonalCorrectors 0; rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5; rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0; + pMinFactor 0.5; // OF 6 + pMaxFactor 2.0; // OF 6 } PISO