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 263864984e
commit 0315d654d9
5 changed files with 36 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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