/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2506 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solvers { "alpha.water.*" { isoFaceTol 1e-6; surfCellTol 1e-6; nAlphaBounds 3; snapTol 1e-12; clip true; reconstructionScheme isoAlpha; nAlphaSubCycles 1; cAlpha 1; // Read by interIsoFoam but not used } pcorr { solver PCG; preconditioner DIC; tolerance 1e-7; relTol 0; } pcorrFinal { solver PCG; preconditioner DIC; tolerance 1e-7; relTol 0; } p_rgh { solver PCG; preconditioner DIC; tolerance 1e-7; relTol 0.0; } p_rghFinal { $p_rgh; tolerance 1e-8; relTol 0; } U { solver PBiCG; preconditioner DILU; tolerance 1e-06; relTol 0; } UFinal { solver PBiCG; preconditioner DILU; tolerance 1e-06; relTol 0; } } PIMPLE { momentumPredictor no; nOuterCorrectors 1; nCorrectors 3; nNonOrthogonalCorrectors 0; } relaxationFactors { fields { } equations { ".*" 1; } } // ************************************************************************* //