mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
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
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user