mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: overset: support GAMG. Fixes #2559
Note that there is no support for using GAMG with mass-correction.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user