BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / system / panelRegion / fvSolution
blobdce25dd7f7e51cb22ebff4eac3ddcb9e5cbed3a7
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      fvSolution;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 solvers
19     T
20     {
21         solver          PCG;
22         preconditioner  DIC;
23         tolerance       1e-6;
24         relTol          0;
25     }
27     "Yi"
28     {
29         solver          PBiCG;
30         preconditioner  DILU;
31         tolerance       1e-06;
32         relTol          0;
33     }
35     "rho|rhot"
36     {
37         solver          PCG;
38         preconditioner  DIC;
39         tolerance       0;
40         relTol          0;
41     };
45 SIMPLE
47     nNonOrthCorr    0;
50 relaxationFactors
52     T               1;
55 // ************************************************************************* //