Bugfix: single precision compilation fix
[foam-extend-3.2.git] / tutorials / mesh / cfMesh / tetMesh / socketOctree / system / fvSolution
blob21f261c957b1733727b26d45c8b95cc429175e36
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                |
3 | \\      /  F ield         | cfMesh: A library for mesh generation          |
4 |  \\    /   O peration     |                                                |
5 |   \\  /    A nd           | Author: Franjo Juretic                         |
6 |    \\/     M anipulation  | E-mail: franjo.juretic@c-fields.com            |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version     2.0;
12     format      ascii;
13     class       dictionary;
14     object      fvSolution;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 solvers
20     p
21     {
22         solver           PCG;
23         preconditioner   DIC;
24         tolerance        1e-06;
25         relTol           0;
26     };
28     U
29     {
30         solver           PBiCG;
31         preconditioner   DILU;
32         tolerance        1e-05;
33         relTol           0;
34     };
37 PISO
39     nCorrectors     2;
40     nNonOrthogonalCorrectors 0;
41     pRefCell        0;
42     pRefValue       0;
45 // ************************************************************************* //