/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
cellDisplacement
solver GAMG;
tolerance 1e-5;
relTol 0;
smoother GaussSeidel;
cacheAgglomeration true;
nCellsInCoarsestLevel 10;
agglomerator faceAreaPair;
mergeLevels 1;
pcorr
solver PCG;
preconditioner
preconditioner GAMG;
smoother DICGaussSeidel;
nPreSweeps 0;
nPostSweeps 2;
nBottomSweeps 2;
cacheAgglomeration false;
tolerance 1e-05;
maxIter 100;
pd
tolerance 1e-8;
relTol 0.01;
smoother DIC;
nFinestSweeps 2;
pdFinal
nVcycles 2;
nPreSweeps 2;
maxIter 20;
U
solver smoothSolver;
tolerance 1e-6;
nSweeps 1;
"(k|epsilon|omega|R|nuTilda)"
solver PBiCG;
preconditioner DILU;
PISO
cAlpha 1;
PIMPLE
momentumPredictor yes;
nOuterCorrectors 1;
nCorrectors 4;
nNonOrthogonalCorrectors 0;
nAlphaCorr 1;
nAlphaSubCycles 3;
correctPhi yes;
relaxationFactors
"(U|k|epsilon|omega|R|nuTilda)" 1;
// ************************************************************************* //