Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.git] / tutorials / electromagnetics / electrostaticFoam / chargedWire / system / fvSolution
blob5bfe4c6c5a4ab3beb991b13c7dd4924cc821f72c
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://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     phi PCG
20     {
21         preconditioner   DIC;
22         tolerance        1e-08;
23         relTol           0.2;
24     };
25     rho PBiCG
26     {
27         preconditioner   DILU;
28         tolerance        1e-08;
29         relTol           0.2;
30     };
33 // ************************************************************************* //