Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / floatingBox6DOF / 0 / pd
blob28a3990febe9b995098e606fc78d1324de8caacc
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 pd;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions      [1 -1 -2 0 0 0 0];
21 internalField   uniform 0;
23 boundaryField
25     barge
26     {
27         type            zeroGradient;
28     }
30     left
31     {
32         type            zeroGradient;
33     }
35     right
36     {
37         type            zeroGradient;
38     }
40     bottom
41     {
42         type            zeroGradient;
43     }
45     top
46     {
47         type            totalPressure;
48         U               U;
49         phi             phi;
50         rho             rho;
51         psi             none;
52         gamma           0;
53         p0              uniform 0;
54         value           uniform 0;
55     }
57     frontAndBack
58     {
59         type            empty;
60     }
64 // ************************************************************************* //