initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interDyMFoam / ras / damBreakWithObstacle / 0 / alpha1
blob1b460494c064b03b48ab801dc4d12cf55d471afa
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   nonuniform List<scalar> 
21 32768
32794 boundaryField
32796     atmosphere
32797     {
32798         type            inletOutlet;
32799         inletValue      uniform 0;
32800         value           uniform 0;
32801     }
32802     walls
32803     {
32804         type            zeroGradient;
32805     }
32809 // ************************************************************************* //