1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 // Solver for the U equation
21 // Solver for the k equation
23 // Solver for the epsilon equation
24 epsilon BICCG 1e-06 0;
25 // Solver for the R equation
27 // Solver for the nuTilda equation
28 nuTilda BICCG 1e-06 0;
33 // Number of PISO correctors
35 // Number of non-orthogonal correctors
36 nNonOrthogonalCorrectors 0;
38 momentumPredictor yes;
57 // ************************************************************************* //