mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: simplify basic/overPotentialFoam/cylinder
BAKW: ensures bitwise backward compatibility
This commit is contained in:
@ -49,7 +49,7 @@ snGradSchemes
|
||||
|
||||
oversetInterpolation
|
||||
{
|
||||
method leastSquares;//inverseDistanc;
|
||||
method leastSquares;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user