fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / icoDyMFoam / movingConeMotion / system / tetFemSolution
blobbd51235280f85373fc3d7fa1f033d89d5f3b05d2
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      tetFemSolution;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 solvers
19     motionU
20     {
21         solver           PCG;
22         preconditioner   DIC;
24         minIter          0;
25         maxIter          1000;
26         tolerance        1e-6;
27         relTol           0.01;
28     };
29 //     motionU
30 //     {
31 //         solver          amgSolver;
32 //         cycle           W-cycle;
33 //         policy          AAMG;
34 //         nPreSweeps      0;
35 //         nPostSweeps     2;
36 //         groupSize       4;
37 //         minCoarseEqns   30;
38 //         nMaxLevels      100;
39 //         scale           on;
40 //         smoother        GaussSeidel;
42 //         minIter         0;
43 //         maxIter         500;
44 //         tolerance       1e-8;
45 //         relTol          0.0;
46 //     };
49 // ************************************************************************* //