Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / overturningTestTopo / 0 / p
blobb8805272474137a5cd40609e494a0253765df772
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;
14     root "..";
15     case "waves";
16     instance "0.05";
17     local "";
19     class volScalarField;
20     object p;
23 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
25 dimensions      [1 -1 -2 0 0 0 0];
27 internalField   uniform 0;
29 boundaryField
31     barge
32     {
33         type            zeroGradient;
34     }
36     bargeSlider
37     {
38         type            zeroGradient;
39     }
41     boxSlider
42     {
43         type            zeroGradient;
44     }
46     left
47     {
48         type            zeroGradient;
49     }
51     right
52     {
53         type            zeroGradient;
54     }
56     bottom
57     {
58         type            zeroGradient;
59     }
61     top
62     {
63         type            fixedValue;
64         value           uniform 0;
65     }
67     frontAndBack
68     {
69         type            empty;
70     }
74 // ************************************************************************* //