Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / reactingParcelFilmFoam / cylinder / 0.org / O2
blobd6aa513625a52882874d40be5c7e1eb408696803
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      O2;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions      [0 0 0 0 0 0 0];
21 internalField   uniform 0.21;
23 boundaryField
25     "(sides|frontAndBack)"
26     {
27         type            zeroGradient;
28     }
29     region0_to_wallFilmRegion_wallFilmFaces
30     {
31         type            zeroGradient;
32     }
36 // ************************************************************************* //