initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / twoPhaseEulerFoam / bed2 / 0 / Ua
blob1826401e4e088b2df1d831252be246e4d668606a
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      binary;
12     class       volVectorField;
13     object      Ua;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 1 -1 0 0 0 0];
19 internalField   uniform (0 0 0);
21 referenceLevel      (0 0 0);
23 boundaryField
25     walls
26     {
27         type               fixedValue;
28         value              uniform (0 0 0);
29     }
30     outlet
31     {
32         type               zeroGradient;
33     }
34     inlet
35     {
36         type               fixedValue;
37         value              uniform (0 0 0);
38     }
39     frontAndBackPlanes
40     {
41         type               empty;
42     }
45 // ************************************************************************* //