initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interFoam / ras / damBreak / 0 / R
blobc5dbfb2ad24eb534495ad39949a376e7f8cc9ead
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       volSymmTensorField;
13     location    "0";
14     object      R;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [ 0 2 -2 0 0 0 0 ];
20 internalField   uniform ( 0 0 0 0 0 0 );
22 boundaryField
24     leftWall
25     {
26         type            kqRWallFunction;
27         value           uniform ( 0 0 0 0 0 0 );
28     }
30     rightWall
31     {
32         type            kqRWallFunction;
33         value           uniform ( 0 0 0 0 0 0 );
34     }
36     lowerWall
37     {
38         type            kqRWallFunction;
39         value           uniform ( 0 0 0 0 0 0 );
40     }
42     atmosphere
43     {
44         type            inletOutlet;
45         inletValue      uniform ( 0 0 0 0 0 0 );
46         value           uniform ( 0 0 0 0 0 0 );
47     }
49     defaultFaces
50     {
51         type            empty;
52     }
56 // ************************************************************************* //