--> FOAM Warning :
Using 'preservePatches' constraint specification.
This constraint keyword is deemed to be 54 months old.
--> FOAM FATAL IO ERROR:
Entry 'preservePatches' has 4 excess tokens in stream
8(( LEFT RIGHT ) ( TOP DOWN ))
Kornev N, Shchukin E, Taranov E, et al. Development and implementation of inflow generator
for LES and DNS applications in OpenFOAM. Proceedings of the Open Source CFD International
Conference; 2009 Nov 12–13; Barcelona, Spain; 2009
GAMG generalised geometric-algebraic multi-grid.
{
solver GAMG;
tolerance 1e-07;
relTol 0;
cacheAgglomeration true; switch specifying caching of the agglomeration strategy (default true).
nCellsInCoarsestLevel 2; approximate mesh size at the most coarse level in terms of the number of cells (default 10).
directSolveCoarset false use a direct solver at the coarsest level (default false).
agglomerator faceAreaPair;
mergeLevels 2; keyword controls the speed at which coarsening or refinement is performed. simple mesh use 2
preSweepsLevelMultiplier multiplier for the the number of sweeps between each coarsening level (default 1).
maxPreSweeps maximum number of sweeps as the algorithm is coarsening (default 4).
nPostSweeps number of sweeps as the algorithm is refining (default 2).
postSweepsLevelMultiplier multiplier for the the number of sweeps between each refinement level (default 1).
maxPostSweeps maximum number of sweeps as the algorithm is refining (default 4).
nFinestSweeps number of sweeps at finest level (default 2).
smoother DILUGaussSeidel;
nPreSweeps 0; number of sweeps as the algorithm is coarsening (default 0).
nPostSweeps 2;
minIter 1;
}