ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire3D / 0 / O2
blob1ff619fc3213cf0c80394fad223ac916fb3c8d64
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.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      O2;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 0 0 0 0];
20 internalField   uniform 0.23301;
22 boundaryField
24     outlet
25     {
26         type            inletOutlet;
27         inletValue      $internalField;
28         value           $internalField;
29     }
30     sides
31     {
32         type            inletOutlet;
33         inletValue      $internalField;
34         value           $internalField;
35     }
36     base
37     {
38         type            zeroGradient;
39     }
40     inlet
41     {
42         type            fixedValue;
43         value           uniform 0;
44     }
45     frontBack
46     {
47         type            empty;
48     }
52 // ************************************************************************* //