Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / hullSlammingGraphMotion2D / system / tetFemSolution
bloba0271bba7f37e2518cb425a9d8bc32b67d2757b1
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;
13     class           dictionary;
14     object          tetFemSolution;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 solvers
21     motionU CG
22     {
23         preconditioner      Cholesky;
25         minIter          0;
26         maxIter          500;
27         tolerance        1e-7;
28         relTol           0.01;
29     };
33 // ************************************************************************* //