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 / Theta
blobff054b1bad9dcdc2617d17f07c2c3125bd6da932
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      Theta;
15 // ************************************************************************* //
17 dimensions          [ 0 2 -2 0 0 0 0 ];
19 internalField       uniform 1.0e-4;
21 referenceLevel      0;
23 boundaryField
25     walls
26     {
27         type               zeroGradient;
28     }
29     outlet
30     {
31         type               zeroGradient;
32     }
33     inlet
34     {
35         type               fixedValue;
36         value              uniform 1.0e-4;
37     }
38     frontAndBackPlanes
39     {
40         type               empty;
41     }
44 // ************************************************************************* //