initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / reactingParcelFoam / evaporationTest / 0 / G
blob1811ac3aa3925505d9618f4e5fd841d59432ae64
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      G;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 0 -3 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     walls
25     {
26         type            MarshakRadiation;
27         T               T;
28         emissivity      1.0;
29         value           uniform 0;
30     }
31     frontAndBack
32     {
33         type            empty;
34     }
37 // ************************************************************************* //