Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / twoDBoat6DOFGGI / 0 / motionU
blobfdf3b05149665efb58484ed0c6e84db5971be75f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
13     class           tetPointVectorField;
14     object          motionU;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 dimensions      [0 1 -1 0 0 0 0];
22 internalField   uniform (0 0 0);
24 boundaryField
26     bow
27     {
28         type            fixedValue;
29         value           uniform (0 0 0);
30     }
31     stern
32     {
33         type            fixedValue;
34         value           uniform (0 0 0);
35     }
36     hull
37     {
38         type            fixedValue;
39         value           uniform (0 0 0);
40     }
42     bargeSlider
43     {
44         type            fixedValue;
45         value           uniform (0 0 0);
46     }
48     boxSlider
49     {
50         type            fixedValue;
51         value           uniform (0 0 0);
52     }
54     left
55     {
56         type            fixedValue;
57         value           uniform (0 0 0);
58     }
60     right
61     {
62         type            slip;
63     }
65     bottom
66     {
67         type            slip;
68     }
70     top
71     {
72         type            slip;
73     }
75     frontAndBack
76     {
77         type            empty;
78     }
81 // ************************************************************************* //