initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / coalChemistryFoam / simplifiedSiwek / 0 / G
blob0b786ba7e961b2cc21c7551b61e88dbfe2f6fe0d
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     top
25     {
26         type            MarshakRadiation;
27         T               T;
28         emissivity      1.0;
29         value           uniform 0;
30     }
31     bottom
32     {
33         type            MarshakRadiation;
34         T               T;
35         emissivity      1.0;
36         value           uniform 0;
37     }
38     walls
39     {
40         type            MarshakRadiation;
41         T               T;
42         emissivity      1.0;
43         value           uniform 0;
44     }
45     symmetry
46     {
47         type            symmetryPlane;
48     }
49     frontAndBack
50     {
51         type            empty;
52     }
56 // ************************************************************************* //