ThirdParty: add Zoltan 3.5 to the list of packages, but don't activate the compilatio...
[OpenFOAM-1.6-ext.git] / tutorials / multiphase / twoPhaseEulerFoam / bed2 / 0 / p
blobf230e09a86b8d6782937e20ccea0c03752de530b
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     object      p;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions          [ 1 -1 -2 0 0 0 0 ];
19 internalField       uniform 0;
21 referenceLevel      0;
23 boundaryField
25     walls
26     {
27         type               zeroGradient;
28     }
29     outlet
30     {
31         type               fixedValue;
32         value              uniform 0;
33     }
34     inlet
35     {
36         type               zeroGradient;
37     }
38     frontAndBackPlanes
39     {
40         type               empty;
41     }
44 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //