ThirdParty: add Zoltan 3.5 to the list of packages, but don't activate the compilatio...
[OpenFOAM-1.6-ext.git] / tutorials / multiphase / twoPhaseEulerFoam / bed2 / system / fvSolution
blob8a118e7132d1ff86766355304ed086d4c105bf4a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      fvSolution;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 solvers
19     p GAMG
20     {
21         tolerance        1e-8;
22         relTol           0;
24         smoother         DIC;
25         nPreSweeps       0;
26         nPostSweeps      2;
27         nFinestSweeps    2;
29         cacheAgglomeration true;
30         nCellsInCoarsestLevel 10;
31         agglomerator     faceAreaPair;
32         mergeLevels      1;
33     };
34     Ua PBiCG
35     {
36         preconditioner   DILU;
37         tolerance        1e-05;
38         relTol           0;
39     };
40     Ub PBiCG
41     {
42         preconditioner   DILU;
43         tolerance        1e-05;
44         relTol           0;
45     };
46     alpha PBiCG
47     {
48         preconditioner   DILU;
49         tolerance        1e-10;
50         relTol           0;
51     };
52     beta PBiCG
53     {
54         preconditioner   DILU;
55         tolerance        1e-10;
56         relTol           0;
57     };
58     Theta PBiCG
59     {
60         preconditioner   DILU;
61         tolerance        1e-05;
62         relTol           0;
63     };
64     k PBiCG
65     {
66         preconditioner   DILU;
67         tolerance        1e-05;
68         relTol           0;
69     };
70     epsilon PBiCG
71     {
72         preconditioner   DILU;
73         tolerance        1e-05;
74         relTol           0;
75     };
78 PISO
80     nCorrectors     2;
81     nNonOrthogonalCorrectors 0;
82     nAlphaCorr      2;
83     correctAlpha    yes;
84     pRefCell        0;
85     pRefValue       0;
88 relaxationFactors
90     Ua              1;
91     Ub              1;
92     alpha           1;
93     beta            1;
94     Theta           1;
95     k               1;
96     epsilon         1;
99 // ************************************************************************* //