Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / overturningTestTopo / 0 / alpha1.org
blob6f0fa724d67e71a469e4cd9c830c6b5234eb9a08
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     barge
26     {
27         type            zeroGradient;
28     }
30     bargeSlider
31     {
32         type            zeroGradient;
33     }
35     boxSlider
36     {
37         type            zeroGradient;
38     }
40     left
41     {
42         type            zeroGradient;
43     }
45     right
46     {
47         type            zeroGradient;
48     }
50     bottom
51     {
52         type            zeroGradient;
53     }
55     top
56     {
57         type            inletOutlet;
58         inletValue      uniform 0;
59         value           uniform 0;
60     }
62     frontAndBack
63     {
64         type            empty;
65     }
69 // ************************************************************************* //