/*----------------------------------------------------------------------------------*\ | | | ANSA_VERSION: 17.0.2 | | | | file created by A N S A Thu Feb 9 07:52:30 2017 | | | | Output from: /home/vwefyb6/work_ml/test/ansa/short_pipe_neu_50_r.inc2.ansa | | | \*----------------------------------------------------------------------------------*/ FoamFile { version 2.0; format binary; class dictionary; location ""; object fvSolution; } /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/ // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solvers { p { solver PCG; preconditioner DIC; tolerance 1e-06; relTol 0.01; } pFinal { $p; relTol 0; } "rho.*" { $p; tolerance 1e-05; relTol 0; } "(U|h|R|k|epsilon|omega)" { solver smoothSolver; smoother symGaussSeidel; tolerance 1e-05; relTol 0.1; } "(U|h|R|k|epsilon|omega)Final" { $U; relTol 0; } } PIMPLE { momentumPredictor yes; nOuterCorrectors 1; nCorrectors 2; nNonOrthogonalCorrectors 0; rhoMin 0.5; rhoMax 2.0; } // ************************************************************************* //