Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / twoPhaseEulerFoam / bed2 / 0 / epsilon
blob8c1f014db1055a9168ea37d2d6f6d08de6a08a09
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      epsilon;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions          [ 0 2 -3 0 0 0 0 ];
19 internalField       uniform 10.0;
21 boundaryField
23     walls
24     {
25         type               zeroGradient;
26     }
27     outlet
28     {
29         type               inletOutlet;
30         inletValue         uniform 10.0;
31         value              uniform 10.0;
32     }
33     inlet
34     {
35         type               fixedValue;
36         value              uniform 10.0;
37     }
38     frontAndBackPlanes
39     {
40         type               empty;
41     }
44 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //