FoamFile
{
    version         2.0;
    format          ascii;
    class           dictionary;
    object          fvSolution;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solvers
{
    T
    {
	solver		 PBiCGStab;
	smoother	 GaussSeidel;
        preconditioner   DILU;

        tolerance        1e-8;
        relTol           0;
    }
    TFinal
    {
	$T;
	tolerance	1e-8;
    }
}

PIMPLE
{
    nCorrectors     2;
    nNonOrthogonalCorrectors 4;
}


// ************************************************************************* //
