Correction to the compilation of mesquite-2.1.2. Bug fix contributed by Philippose...
[OpenFOAM-1.6-ext.git] / tutorials / surfaceTracking / bubbleInterTrackFoam / bubble2D_r0.75mm / 0 / p
blob1c1e83dddface4987d4830f207276979cc37f934
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      p;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 -1 -2 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     space
25     {
26         type            zeroGradient;
27     }
28     freeSurfaceShadow
29     {
30         type            fixedGradient;
31         gradient        uniform 0;
32             value           uniform 0;
33     }
34     freeSurface
35     {
36         type            fixedValue;
37         value           uniform 0;
38     }
39     frontAndBackPlanes
40     {
41         type            empty;
42     }
45 // ************************************************************************* //