Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / tankSloshing2D / 0 / U
blob43f7b3d73a8f929cb3e4b32728e68c80c450e0a1
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     top
26     {
27         type            movingWallVelocity;
28         value           uniform (0 0 0);
29     }
30     bottom
31     {
32         type            movingWallVelocity;
33         value           uniform (0 0 0);
34     }
35     left
36     {
37         type            movingWallVelocity;
38         value           uniform (0 0 0);
39     }
40     right
41     {
42         type            movingWallVelocity;
43         value           uniform (0 0 0);
44     }
45     frontAndBack
46     {
47         type            empty;
48     }
52 // ************************************************************************* //