initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / reactingParcelFoam / evaporationTest / 0 / N2
blob68bebb61516bd1143bf2fdee2df4f7c824cf84ca
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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      N2;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions      [0 0 0 0 0 0 0];
21 internalField   uniform 0.79;
23 boundaryField
25     walls
26     {
27         type            zeroGradient;
28     }
29     frontAndBack
30     {
31         type            empty;
32     }
36 // ************************************************************************* //