Fix tutorials: surfaceTracking/surfactantFoam/sphereTransport: fix system/faSolution
[OpenFOAM-1.6-ext.git] / tutorials / surfaceTracking / surfactantFoam / sphereTransport / system / faSolution
blobea88deee24821fd33c5fa15a07e90b39b91fb9fd
1 /*--------------------------------*- C++ -*----------------------------------*\
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          faSolution;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 solvers
27     Cs PBiCG
28     {
29         preconditioner   DILU;
30         minIter          0;
31         maxIter          2000;
32         tolerance        1e-06;
33         relTol           0;
34     };
37 PISO
39     nCorrectors                2;
40     nNonOrthogonalCorrectors   0;
43 SIMPLE
45     nTimeCorrectors             6;
46     nNonOrthogonalCorrectors    1;
49 relaxationFactors
51     p               0.7;
52     U               0.7;
53     k               0.7;
54     epsilon         0.7;
55     R               0.7;
58 // ************************************************************************* //