Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / twoBoats / 0 / p
blobf8cc9ddc536b3fb4185b34b48a86d028a76181ee
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     frontBoat
26     {
27         type            zeroGradient;
28     }
30     backBoat
31     {
32         type            zeroGradient;
33     }
35     in
36     {
37         type            zeroGradient;
38     }
40     out
41     {
42         type            zeroGradient;
43     }
45     bottom
46     {
47         type            zeroGradient;
48     }
50     top
51     {
52         type            zeroGradient;
53     }
55     back
56     {
57         type            zeroGradient;
58     }
60     front
61     {
62         type            zeroGradient;
63     }
67 // ************************************************************************* //