initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / buoyantSimpleRadiationFoam / hotRadiationRoom / 0 / G
blob6139ef5da8ac0923e8705812e26b03323c200739
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      G;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [1 0 -3 0 0 0 0];
19 internalField   uniform 0;
21 boundaryField
23     floor
24     {
25         type            MarshakRadiation;
26         T               T;
27         emissivity      1;
28         value           uniform 0;
29     }
31     fixedWalls
32     {
33         type            MarshakRadiation;
34         T               T;
35         emissivity      1;
36         value           uniform 0;
37     }
39     ceiling
40     {
41         type            MarshakRadiation;
42         T               T;
43         emissivity      1;
44         value           uniform 0;
45     }
47     box
48     {
49         type            MarshakRadiation;
50         T               T;
51         emissivity      1;
52         value           uniform 0;
53     }
56 // ************************************************************************* //