/*--------------------------------*- 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 binary;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solvers
pcorr
solver PCG;
preconditioner DIC;
tolerance 0.01;
relTol 0;
p
tolerance 1e-06;
relTol 0.05;
pFinal
U
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
cellMotionUx
tolerance 1e-08;
PIMPLE
nOuterCorrectors 2;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
// ************************************************************************* //