ThirdParty: add Zoltan 3.5 to the list of packages, but don't activate the compilatio...
[OpenFOAM-1.6-ext.git] / tutorials / multiphase / twoPhaseEulerFoam / bed2 / 0 / Ua
blobb79d5fb16ee3b229cbd647dbc8ae4f0d6d2144af
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      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 // ************************************************************************* //