Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / overturningTestTopo / 0 / pd
blob10921ff99c8ee61119ca260944b7dbb0725a69d2
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     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            totalPressure;
58         U               U;
59         phi             phi;
60         rho             rho;
61         psi             none;
62         gamma           0;
63         p0              uniform 0;
64         value           uniform 0;
65     }
67     frontAndBack
68     {
69         type            empty;
70     }
74 // ************************************************************************* //