initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / chtMultiRegionFoam / multiRegionHeater / system / heater / fvSolution
blob648c2282b5a8eaee1cce9c2113e75bb6122bd789
1 /*---------------------------------------------------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
14     root            "";
15     case            "";
16     instance        "";
17     local           "";
19     class           dictionary;
20     object          fvSolution;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 solvers
27     T PCG
28     {
29         preconditioner   DIC;
30         tolerance        1E-06;
31         relTol           0;
32     };
35 PISO
37     nNonOrthogonalCorrectors 1;
41 // ************************************************************************* //