Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / twoBoats / 0 / alpha1.org
blobe70587d4b2bdfff67dffeb09d61223c6ddaf7975
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     frontBoat
26     {
27         type            zeroGradient;
28     }
30     backBoat
31     {
32         type            zeroGradient;
33     }
35     in
36     {
37         type            fixedValue;
38         value           uniform 1;
39     }
41     out
42     {
43         type            zeroGradient;
44     }
46     bottom
47     {
48         type            zeroGradient;
49     }
51     top
52     {
53         type            inletOutlet;
54         inletValue      uniform 0;
55         value           uniform 0;
56     }
58     back
59     {
60         type            zeroGradient;
61     }
63     front
64     {
65         type            zeroGradient;
66     }
70 // ************************************************************************* //