Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / twoDBoat6DOFGGI / 0 / pd
blob682250cdcae269de1ddf7d9148ca39c02ced73a9
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            fixedValue;
55         value           uniform 0;
56     }
58     bottom
59     {
60         type            zeroGradient;
61     }
63     top
64     {
65         type            zeroGradient;
66     }
68     frontAndBack
69     {
70         type            empty;
71     }
75 // ************************************************************************* //