Upgrade case file headers
[foam-extend-3.2.git] / tutorials / heatTransfer / buoyantSimpleRadiationFoam / hotRadiationRoomFvDOM / 0 / G
blob4b9c92c0c79a5cd2e8e4b64cdcdd94dc90e19606
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     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 // ************************************************************************* //