tutorials/incompressible/nonNewtonianIcoFoam: Added pFinal
This commit is contained in:
parent
0ac1fb8028
commit
fd6aed1b6c
1 changed files with 9 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ solvers
|
|||
p
|
||||
{
|
||||
solver GAMG;
|
||||
tolerance 0;
|
||||
tolerance 1e-6;
|
||||
relTol 0.1;
|
||||
smoother GaussSeidel;
|
||||
nPreSweeps 0;
|
||||
|
|
@ -31,6 +31,12 @@ solvers
|
|||
mergeLevels 1;
|
||||
}
|
||||
|
||||
pFinal
|
||||
{
|
||||
$p;
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
U
|
||||
{
|
||||
solver smoothSolver;
|
||||
|
|
@ -42,8 +48,8 @@ solvers
|
|||
|
||||
PISO
|
||||
{
|
||||
nCorrectors 4;
|
||||
nNonOrthogonalCorrectors 2;
|
||||
nCorrectors 5;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue