/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
p
solver GAMG;
tolerance 1e-7;
relTol 0.1;
smoother GaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
cacheAgglomeration on;
agglomerator faceAreaPair;
nCellsInCoarsestLevel 10;
mergeLevels 1;
U
solver smoothSolver;
tolerance 1e-8;
nSweeps 1;
k
omega
SIMPLE
nNonOrthogonalCorrectors 0;
relaxationFactors
p 0.3;
U 0.7;
k 0.7;
omega 0.7;
cache
// grad(U);
// grad(p);
// grad(k);
// grad(omega);
// ************************************************************************* //