Added missing files filtered by gitignore.
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interDyMFoam / ras / floatingObject / 0.org / alpha1
blob8b3768458dcd903da0e526c0c8a44df4f5ab6329
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      alpha1;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     stationaryWalls
25     {
26         type            zeroGradient;
27     }
28     atmosphere
29     {
30         type            inletOutlet;
31         inletValue      uniform 0;
32         value           uniform 0;
33     }
34     floatingObject
35     {
36         type            zeroGradient;
37     }
41 // ************************************************************************* //