Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / lagrangian / coalChemistryFoam / simplifiedSiwek / 0 / G
blob304149b36f4504e126482a1cbede713a285dc1ae
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     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     }
55 // ************************************************************************* //