From 6995a3d7dcb99697c1f27c6feac86dee05ce6ecd Mon Sep 17 00:00:00 2001 From: danielque Date: Thu, 23 Dec 2021 16:16:24 +0100 Subject: [PATCH] add pressure control values to fvSolution files [ci skip] updated cfdemSolverRhoPimple requires pMin/pMax or pMinFactor/pMaxFactor for pressure control (OF >= 5) instead of rhoMin/rhoMax (OF 4) for density control --- .../cfdemSolverRhoPimple/ErgunTestMPI/CFD/system/fvSolution | 2 ++ .../cfdemSolverRhoPimple/FinesColumn/CFD/system/fvSolution | 2 ++ 2 files changed, 4 insertions(+) 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