Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / twoDBoat6DOFGGI / 0 / U
blobd9b4fc03a7ca63f50d2acc74b69b66a466726dc9
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.2 0 0);
23 boundaryField
25     bow
26     {
27         type            movingWallVelocity;
28         value           uniform (0 0 0);
29     }
31     stern
32     {
33         type            movingWallVelocity;
34         value           uniform (0 0 0);
35     }
37     hull
38     {
39         type            movingWallVelocity;
40         value           uniform (0 0 0);
41     }
43     bargeSlider
44     {
45         type            ggi;
46         value           uniform (0 0 0);
47     }
49     boxSlider
50     {
51         type            ggi;
52         value           uniform (0 0 0);
53     }
55     left
56     {
57         type            fixedValue;
58         value           uniform (0.2 0 0);
59     }
61     right
62     {
63         type            inletOutlet;
64         inletValue      uniform (0 0 0);
65         value           uniform (0.2 0 0);
66     }
68     bottom
69     {
70         type            slip;
71     }
73     top
74     {
75         type            slip;
76     }
78     frontAndBack
79     {
80         type            empty;
81     }
85 // ************************************************************************* //