BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / reactingParcelFilmFoam / rivuletPanel / 0.org / wallFilmRegion / Uf
blob6d811e90257e40428bbb8972e6f2c0274b15df3f
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       volVectorField;
13     location    "0/wallFilmRegion";
14     object      Uf;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 1 -1 0 0 0 0];
20 internalField   uniform (0 0 0);
22 boundaryField
24     wallFilmFaces_top
25     {
26         type            slip;
27     }
29     region0_to_wallFilmRegion_wallFilmFaces
30     {
31         type            fixedValue;
32         value           uniform (0 0 0);
33     }
35     inlet
36     {
37         type            fixedValue;
38         value           uniform (0 -0.075 0);
39     }
41     outlet
42     {
43         type            zeroGradient;
44     }
46     sides
47     {
48         type            fixedValue;
49         value           uniform (0 0 0);
50     }
54 // ************************************************************************* //