Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / tankSloshing2D / 0 / k.old
blob3beca3e24376dcf7fbbfe3de1abbb75178f41ff8
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           volScalarField;
14     object          k;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 dimensions      [0 2 -2 0 0 0 0];
22 internalField   uniform 0.001;
24 boundaryField
26     top
27     {
28         type            zeroGradient;
29     }
30     bottom
31     {
32         type            zeroGradient;
33     }
34     left
35     {
36         type            zeroGradient;
37     }
38     right
39     {
40         type            zeroGradient;
41     }
42     frontAndBack
43     {
44         type            empty;
45     }
48 // ************************************************************************* //