BUG: overset: support GAMG. Fixes #2559

Note that there is no support for using GAMG with mass-correction.
This commit is contained in:
mattijs
2022-08-11 12:24:32 +01:00
committed by Kutalmis Bercin
parent b48fd4f38a
commit ab6615c060
3 changed files with 70 additions and 4 deletions

View File

@ -18,10 +18,18 @@ solvers
{
T
{
solver PBiCGStab;
preconditioner DILU;
tolerance 1e-10;
relTol 0;
solver PBiCGStab;
preconditioner DILU;
//// Note: GAMG not supported with massCorrection switched on
//solver GAMG;
//smoother GaussSeidel;
//nCellsInCoarsestLevel 1;
//// Important: overset adds faces so use matrix-based agglomerator
//agglomerator algebraicPair;
}
cellDisplacement