Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / stressAnalysis / solidEquilibriumDisplacementFoam / beamEndLoad / system / fvSolution
blob1fc273529ae2cc3e698df8ae631b8e73eae0f382
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      fvSolution;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 solvers
20     "(D|Dcorr)"
21     {
22         solver          GAMG;
23         tolerance       1e-06;
24         relTol          0.99;
25         smoother        GaussSeidel;
26         cacheAgglomeration  true;
27         nCellsInCoarsestLevel 6;
28         agglomerator    faceAreaPair;
29         mergeLevels     1;
30     }
33 stressAnalysis
35     nCorrectors     1;
36     D               1e-10;
37     accelerationFactor 2;
41 // ************************************************************************* //