/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2012                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solvers
{
    A
    {
        solver          PBiCGStab;
        preconditioner  DILU;
        tolerance       1e-16;
        relTol          0;
    }
	

	
		gg
    {
                solver          PBiCGStab;
        preconditioner  DILU;
        tolerance       1e-16;
        relTol          0;
    }
	
fi
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-16;
        relTol          0;
		//minIter         1000;
    }
	
	 fi2
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-16;
        relTol          0;
		//minIter         1000;
    }
	
		 qq
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-16;
        relTol          0;
		//minIter         1000;
    }
	
		 qq1
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-16;
        relTol          0;
		//minIter         1000;
    }
    psi1
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-16;
        relTol          0;
		//minIter         1000;
    }
	
	psi2
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-16;
        relTol          0;
		//minIter         1000;
    }
	
    qq_psi_2
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-16;
        relTol          0;
		//minIter         1000;
    }
	
	qq_psi_1
    {
        solver          PCG;
        preconditioner  DIC;
        tolerance       1e-16;
        relTol          0;
		//minIter         1000;
    }
	
}

SIMPLE
{
    nNonOrthogonalCorrectors 0;
}


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