Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / twoDBoat6DOFGGI / 0 / alpha1.org
blob4f63f6597c7a9ca7afe0c454e2b5cfa07adcedee
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4.1-dev                             |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version 2.0;
12     format ascii;
13     class volScalarField;
14     object gamma;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions      [0 0 0 0 0 0 0];
21 internalField   uniform 0;
23 boundaryField
25     bow
26     {
27         type            zeroGradient;
28     }
29     stern
30     {
31         type            zeroGradient;
32     }
33     hull
34     {
35         type            zeroGradient;
36     }
38     bargeSlider
39     {
40         type            ggi;
41     }
43     boxSlider
44     {
45         type            ggi;
46     }
48     left
49     {
50         type            fixedValue;
51         value           uniform 0;
52     }
54     right
55     {
56         type            zeroGradient;
57     }
59     bottom
60     {
61         type            zeroGradient;
62     }
64     top
65     {
66         type            zeroGradient;
67     }
69     frontAndBack
70     {
71         type            empty;
72     }
76 // ************************************************************************* //