initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / interDyMFoam / damBreakWithObstacle / 0 / gamma
blobf933566bb4830a8d9a3feb50b92a98c0840a81a0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  dev                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      gamma;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 0 0 0 0];
19 internalField   nonuniform List<scalar> 
20 32768
32793 boundaryField
32795     atmosphere
32796     {
32797         type            inletOutlet;
32798         inletValue      uniform 0;
32799         value           uniform 0;
32800     }
32801     walls
32802     {
32803         type            zeroGradient;
32804     }
32807 // ************************************************************************* //