initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / porousExplicitSourceReactingParcelFoam / filter / 0 / G
blob8fa245026686b323fd69e94e2cbf5cf1cbf49f18
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     location    "0";
14     object      G;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 0 -3 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     walls
25     {
26         type            MarshakRadiation;
27         T               T;
28         emissivity      1;
29         value           uniform 0;
30     }
31     inlet
32     {
33         type            MarshakRadiation;
34         T               T;
35         emissivity      1;
36         value           uniform 0;
37     }
38     outlet
39     {
40         type            zeroGradient;
41     }
42     cycLeft
43     {
44         type            cyclic;
45         value           uniform 0;
46     }
47     cycRight
48     {
49         type            cyclic;
50         value           uniform 0;
51     }
52     frontAndBack
53     {
54         type            empty;
55     }
59 // ************************************************************************* //