ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git] / tutorials / lagrangian / reactingParcelFoam / evaporationTest / system / fvSolution
blob66f5809e8c7d0948b4313f2ead9c64cff045d831
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.7.1                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      fvSolution;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 solvers
20     rho
21     {
22         solver          PCG;
23         preconditioner  DIC;
24         tolerance       1e-05;
25         relTol          0;
26     }
27     U
28     {
29         solver          PBiCG;
30         preconditioner  DILU;
31         tolerance       1e-05;
32         relTol          0;
33     }
34     p
35     {
36         solver          PCG;
37         preconditioner  DIC;
38         tolerance       1e-06;
39         relTol          0;
40     }
41     G
42     {
43         solver          PCG;
44         preconditioner  DIC;
45         tolerance       1e-05;
46         relTol          0;
47     }
48     Yi
49     {
50         solver          PBiCG;
51         preconditioner  DILU;
52         tolerance       1e-06;
53         relTol          0;
54     }
55     O2
56     {
57         solver          PBiCG;
58         preconditioner  DILU;
59         tolerance       1e-06;
60         relTol          0;
61     }
62     N2
63     {
64         solver          PBiCG;
65         preconditioner  DILU;
66         tolerance       1e-06;
67         relTol          0;
68     }
69     H2O
70     {
71         solver          PBiCG;
72         preconditioner  DILU;
73         tolerance       1e-06;
74         relTol          0;
75     }
76     hs
77     {
78         solver          PBiCG;
79         preconditioner  DILU;
80         tolerance       1e-05;
81         relTol          0;
82     }
83     k
84     {
85         solver          PBiCG;
86         preconditioner  DILU;
87         tolerance       1e-05;
88         relTol          0;
89     }
90     epsilon
91     {
92         solver          PBiCG;
93         preconditioner  DILU;
94         tolerance       1e-05;
95         relTol          0;
96     }
99 PISO
101     transonic       no;
102     nCorrectors     2;
103     nNonOrthogonalCorrectors 0;
104     momentumPredictor yes;
108 // ************************************************************************* //