tutorials: Add pFinal to PISO settings in icoFoam and mhdFoam tutorials

This commit is contained in:
Henry Weller
2016-02-12 15:48:10 +00:00
parent 9f277401de
commit 6e80a6fc82
5 changed files with 36 additions and 0 deletions

View File

@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
@ -32,6 +38,12 @@ solvers
relTol 0;
}
pBFinal
{
$pB;
relTol 0;
}
"(U|B)"
{
solver smoothSolver;

View File

@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}

View File

@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}

View File

@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}

View File

@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}