Added missing files filtered by gitignore.
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interDyMFoam / ras / floatingObject / 0.org / k
blob84563be30c3703daa0ebae0b1e307bbeab826a75
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      k;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -2 0 0 0 0];
20 internalField   uniform 0.1;
22 boundaryField
24     stationaryWalls
25     {
26         type            kqRWallFunction;
27         value           uniform 0.1;
28     }
29     atmosphere
30     {
31         type            inletOutlet;
32         inletValue      uniform 0.1;
33         value           uniform 0.1;
34     }
35     floatingObject
36     {
37         type            kqRWallFunction;
38         value           uniform 0.1;
39     }
43 // ************************************************************************* //