Upgrade case file headers
[foam-extend-3.2.git] / tutorials / lagrangian / reactingParcelFoam / evaporationTest / 0 / G
blob60caa642bcfbb757b529f600938b1055ca7eed3b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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 // ************************************************************************* //