fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / heatTransfer / buoyantSimpleRadiationFoam / hotRadiationRoom / 0 / G
blob0c98231c13c53746fb16e7968173b9620cf02b58
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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 // ************************************************************************* //