Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / overturningTestTopo / 0 / U
blob4d70294b32121f8427428623324b9b22ee390eb0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4.1-dev                             |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version 2.0;
12     format ascii;
13     class volVectorField;
14     object U;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions      [0 1 -1 0 0 0 0];
21 internalField   uniform (0 0 0);
23 boundaryField
25     barge
26     {
27         type            movingWallVelocity;
28         value           uniform (0 0 0);
29     }
31     bargeSlider
32     {
33         type            uniformFixedValue;
34         uniformValue    (0 0 0);
35     }
37     boxSlider
38     {
39         type            uniformFixedValue;
40         uniformValue    (0 0 0);
41     }
43     left
44     {
45         type            fixedValue;
46         value           uniform (0 0 0);
47     }
49     right
50     {
51         type            fixedValue;
52         value           uniform (0 0 0);
53     }
55     bottom
56     {
57         type            slip;
58     }
60     top
61     {
62         type            pressureInletOutletVelocity;
63         phi             phi;
64         rho             rho;
65         value           uniform (0 0 0);
66     }
68     frontAndBack
69     {
70         type            empty;
71     }
75 // ************************************************************************* //