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

kelecyPletcher
{
    maxPseudoIters      8001;

    rhoTol              0.0000001;
    rhoUTol             0.0000001;
    pTol                0.0000001;
      
    nRungeKuttaSteps    3;
        
    beta                1100.0;

    deltaTauCoNum       0.48;
    deltaTCoNum         0.48;

    deltaTau            0.00001;
    deltaT              0.01;

    transient           no;
    specialGradp        yes;
}

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