STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / coupled / blockCoupledScalarTransportFoam / blockCoupledSwirlTest / system / fvSolution
blob14a8b3a7a6f5fff33a2e59cb0dc530a761654d0c
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      fvSolution;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 solvers
19     blockT
20     {
21         solver           BiCGStab;
22         preconditioner   Cholesky;
24         tolerance        1e-09;
25         relTol           0.01;
27         minIter          1;
28         maxIter          1000;
29     }
32 SIMPLE
34     nNonOrthogonalCorrectors 0;
37 relaxationFactors
39     T    0.9;
40     Ts   0.9;
43 // ************************************************************************* //