/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.3.1                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

solvers
{


 ElPot
     {
         solver          PCG;
         preconditioner  
        {
        preconditioner  GAMG;
        tolerance       1e-08;
        relTol          0.05;
        smoother        DICGaussSeidel;
	nVcycles        2;
	nPreSweeps      0;
        nPostSweeps     2;
        nFinestSweeps   2;
        cacheAgglomeration true;
        nCellsInCoarsestLevel 10;
        agglomerator    faceAreaPair;
        mergeLevels     1;
        }
        tolerance       1e-08;
        relTol          0;
     }

    ElPotFinal
    {
         solver          PCG;
         preconditioner  
        {
        preconditioner  GAMG;
        tolerance       1e-08;
        relTol          0.05;
        smoother        DICGaussSeidel;
	nVcycles        2;
	nPreSweeps      0;
        nPostSweeps     2;
        nFinestSweeps   2;
        cacheAgglomeration true;
        nCellsInCoarsestLevel 10;
        agglomerator    faceAreaPair;
        mergeLevels     1;
        }
        tolerance       1e-08;
        relTol          0;
    }
  T
     {
         solver          PCG;
         preconditioner  
        {
        preconditioner		GAMG;
        tolerance       1e-10;
        relTol          0.05;
        smoother        DICGaussSeidel;
	nVcycles        2;
	nPreSweeps      0;
        nPostSweeps     2;
        nFinestSweeps   2;
        cacheAgglomeration true;
        nCellsInCoarsestLevel 10;
        agglomerator    faceAreaPair;
        mergeLevels     1;
        }
        tolerance       1e-10;
        relTol          0;
}


 /*  T
    {
        solver          PBiCG;
        preconditioner        DILU;
        tolerance        1e-10;
        relTol           0;
    }*/

     p
     {
         solver          PCG;
         preconditioner  
        {
        preconditioner  GAMG;
        tolerance       1e-08;
        relTol          0.001;
        smoother        DICGaussSeidel;
	nVcycles        2;
	nPreSweeps      0;
        nPostSweeps     2;
        nFinestSweeps   2;
        cacheAgglomeration true;
        nCellsInCoarsestLevel 10;
        agglomerator    faceAreaPair;
        mergeLevels     1;
        }
        tolerance       1e-08;
        relTol          0;
     }

     pFinal
     {
         solver          PCG;
         preconditioner  
        {
        preconditioner  GAMG;
        tolerance       1e-08;
        relTol          0.05;
        smoother        DICGaussSeidel;
	nVcycles        2;
	nPreSweeps      0;
        nPostSweeps     2;
        nFinestSweeps   2;
        cacheAgglomeration true;
        nCellsInCoarsestLevel 10;
        agglomerator    faceAreaPair;
        mergeLevels     1;
        }
        tolerance       1e-08;
        relTol          0;
     }


   U
    {
        solver          PBiCG;
        preconditioner        DILU;
        tolerance        1e-8;
        relTol           0;
    }

    "(h|k|epsilon|R)"
    {
        solver          BiCGStab;
        preconditioner        DILU;
        tolerance        1e-7;
        relTol           0;
    }

    "(h|k|epsilon|R)Final"
    {
        $h;
        tolerance        1e-7;
        relTol           0;
    }
}
PROJECTION
{
    nCorrectors     4;
    nNonOrthogonalCorrectors 0;
    pRefCell        0;
    pRefValue       0;
    ElPotRefCell    0;
    ElPotRefValue   0;
residualControl
    {
        p               1e-8;
        U               1e-8;
        ElPot           1e-8;
        T               1e-10;
    }
}

PIMPLE
{
    momentumPredictor   on;
    nCorrectors         2;
    nNonOrthogonalCorrectors 0;
    nOuterCorrectors    10;
    pRefCell        0;
    pRefValue       0;
}
PISO
{
   momentumPredictor no;
    nOuterCorrectors 1;
    nCorrectors     2;
    nNonOrthogonalCorrectors 0;
    pRefCell        0;
    pRefValue       0;
}

relaxationFactors
{
    fields
    {
    }
    equations
    {
    }
}

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