Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / twoDBoat6DOFGGI / 0 / p
blob1029c59c4b411f9561dd97a65d9e6efd0d787723
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4.1                                 |
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 p;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions      [1 -1 -2 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     }
37     bargeSlider
38     {
39         type            ggi;
40     }
42     boxSlider
43     {
44         type            ggi;
45     }
47     left
48     {
49         type            zeroGradient;
50     }
52     right
53     {
54         type            zeroGradient;
55     }
57     bottom
58     {
59         type            zeroGradient;
60     }
62     top
63     {
64         type            fixedValue;
65         value           uniform 0;
66     }
68     frontAndBack
69     {
70         type            empty;
71     }
75 // ************************************************************************* //