/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
  \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  v2412
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile { version 2.0; format ascii; class dictionary; object fvSolution; }
solvers
{
    p { solver PCG; preconditioner DIC; tolerance 1e-06; relTol 0.01; }
    pFinal { $p; relTol 0; }
    U { solver PBiCGStab; preconditioner DILU; tolerance 1e-05; relTol 0.1; }
    UFinal { $U; relTol 0; }
    Phi { $p; }
    "(k|epsilon|omega|_.*)" { solver PBiCGStab; preconditioner DILU; tolerance 1e-05; relTol 0.1; }
    "(kFinal|epsilonFinal|omegaFinal)" { $k; relTol 0; }
}
potentialFlow { nNonOrthogonalCorrectors 3; pRefCell 0; pRefValue 0; PhiRefCell 0; PhiRefValue 0; }
PISO { nCorrectors 2; nNonOrthogonalCorrectors 0; pRefCell 0; pRefValue 0; }
PIMPLE { nOuterCorrectors 1; nCorrectors 2; nNonOrthogonalCorrectors 0; pRefCell 0; pRefValue 0; }
SIMPLE { nNonOrthogonalCorrectors 0; pRefCell 0; pRefValue 0; }
relaxationFactors { equations { U 0.7; k 0.7; epsilon 0.7; omega 0.7; } fields { p 0.3; } }
