Further rationalisation of the handling of "Final" solver settings

The selection of the "Final" solver settings is now handled automatically within
the "<equation>.solve()" call and there is no longer any need no provide a bool
argument for specific cases.  This simplifies the solution algorithm loop
structures and ensures consistency in behaviour across all solvers.

All tutorials have been updated to correspond to the now consistent rules.
This commit is contained in:
Henry Weller
2018-11-20 11:28:02 +00:00
parent ee443e201f
commit bcf4e68901
63 changed files with 197 additions and 206 deletions

View File

@ -17,7 +17,7 @@ FoamFile
solvers
{
p
"p.*"
{
solver PCG;
preconditioner DIC;

View File

@ -44,7 +44,7 @@ solvers
relTol 0;
}
"(U|B)"
"(U|B).*"
{
solver smoothSolver;
smoother symGaussSeidel;