initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / porousExplicitSourceReactingParcelFoam / filter / 0.org / H2O
blob11ad4763bec0b7394128f3e2ab466bc661c7d5df
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      H2O;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     walls
25     {
26         type            zeroGradient;
27     }
28     inlet
29     {
30         type            fixedValue;
31         value           uniform 0;
32     }
33     outlet
34     {
35         type            zeroGradient;
36     }
37     cycLeft
38     {
39         type            cyclic;
40         value           uniform 0;
41     }
42     cycRight
43     {
44         type            cyclic;
45         value           uniform 0;
46     }
47     frontAndBack
48     {
49         type            empty;
50     }
54 // ************************************************************************* //