Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / reactingFoam / ras / counterFlowFlame2D / 0 / p
blob24e574b18bbbe75ac855ea9f7140f8f8c33a8382
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      p;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions      [1 -1 -2 0 0 0 0];
21 internalField   uniform 1e5;
23 boundaryField
25     fuel
26     {
27         type            zeroGradient;
28     }
29     air
30     {
31         type            zeroGradient;
32     }
33     inlet2
34     {
35         type            zeroGradient;
36     }
37     outlet
38     {
39         type            fixedValue;
40         value           uniform 1e5;
41     }
42     frontAndBack
43     {
44         type            empty;
45     }
49 // ************************************************************************* //