TUT: simplify basic/overPotentialFoam/cylinder

BAKW: ensures bitwise backward compatibility
This commit is contained in:
Kutalmis Bercin
2020-01-09 17:34:44 +00:00
parent b81106f837
commit a68333d695
9 changed files with 6 additions and 140 deletions

View File

@ -49,7 +49,7 @@ snGradSchemes
oversetInterpolation
{
method leastSquares;//inverseDistanc;
method leastSquares;
}

View File

@ -21,7 +21,6 @@ solvers
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0;
maxIter 100;
@ -31,7 +30,7 @@ solvers
{
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-6;
tolerance 1e-06;
relTol 0.01;
}
@ -39,7 +38,6 @@ solvers
{
$Phi;
}
}
@ -50,5 +48,4 @@ potentialFlow
}
// ************************************************************************* //