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 / k
blob4261fd3ee7cfbdb8af2a4a3781336f9123e37069
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      ascii;
12     class       volScalarField;
13     object      k;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions          [ 0 2 -2 0 0 0 0 ];
19 internalField       uniform 1.0;
21 referenceLevel      0;
23 boundaryField
25     walls
26     {
27         type               zeroGradient;
28     }
29     outlet
30     {
31         type               inletOutlet;
32         phi                phia;
33         inletValue         uniform 1.0;
34         value              uniform 1.0;
35     }
36     inlet
37     {
38         type               fixedValue;
39         value              uniform 1.0;
40     }
41     frontAndBackPlanes
42     {
43         type               empty;
44     }
47 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //