Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / overturningTestTopo / 0 / motionU
blob7d01ca59243d322aae8043950cc79660df5acb48
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     barge
27     {
28         type            fixedValue;
29         value           uniform (0 0 0);
30     }
32     bargeSlider
33     {
34         type            fixedValue;
35         value           uniform (0 0 0);
36     }
38     boxSlider
39     {
40         type            fixedValue;
41         value           uniform (0 0 0);
42     }
44     left
45     {
46         type            slip;
47     }
49     right
50     {
51         type            slip;
52     }
54     bottom
55     {
56         type            slip;
57     }
59     top
60     {
61         type            slip;
62     }
64     frontAndBack
65     {
66         type            empty;
67     }
70 // ************************************************************************* //