/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.1 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
p_rgh
solver PCG;
preconditioner DIC;
minIter 0;
maxIter 1000;
tolerance 1e-25;
relTol 0.01;
};
p_rghFinal
relTol 0;
U
solver PBiCG;
preconditioner DILU;
minIter 1;
T+T
solver BiCG;
preconditioner Cholesky;
relTol 0.1;
G
epsilon
maxIter 100;
k
PISO
nCorrectors 2;
nNonOrthogonalCorrectors 0;
p_rghRefCell 0;
p_rghRefValue 0;
relaxationFactors
// ************************************************************************* //