change object name p to pd
[openfoam-extend-OpenFOAM-1.6-ext.git] / tutorials / multiphase / interDyMFoam / damBreakWithObstacle / 0 / gamma
blob9c8a2d459be2adfa5c6a280555c1184a798e3dcd
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5-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     location    "0";
14     object      gamma;
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 // ************************************************************************* //