Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / reactingParcelFilmFoam / rivuletPanel / 0.org / wallFilmRegion / Tf
blobffea809dbf2c8ce0827cd4d0073ec99f7942a9b0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0/wallFilmRegion";
14     object      Tf;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 1 0 0 0];
20 internalField   uniform  300;
22 boundaryField
24     wallFilmFaces_top
25     {
26         type            zeroGradient;
27     }
29     region0_to_wallFilmRegion_wallFilmFaces
30     {
31         type            zeroGradient;
32     }
34     inlet
35     {
36         type            fixedValue;
37         value           uniform 300;
38     }
40     outlet
41     {
42         type            zeroGradient;
43     }
45     sides
46     {
47         type            zeroGradient;
48     }
52 // ************************************************************************* //