fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / lagrangian / rhoPisoTwinParcelFoam / simplifiedSiwek / 0 / G
blob645a62d3de62ef713f583c5f0ea1547458a56d40
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     top
24     {
25         type            MarshakRadiation;
26         T               T;
27         emissivity      1.0;
28         value           uniform 0;
29     }
30     bottom
31     {
32         type            MarshakRadiation;
33         T               T;
34         emissivity      1.0;
35         value           uniform 0;
36     }
37     walls
38     {
39         type            MarshakRadiation;
40         T               T;
41         emissivity      1.0;
42         value           uniform 0;
43     }
44     symmetry
45     {
46         type            symmetryPlane;
47     }
48     frontAndBack
49     {
50         type            empty;
51     }
54 // ************************************************************************* //