STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / boundaryFoam / boundaryTwoWallsFlowSolution / 0 / epsilon
bloba893c46bc1ebd81ef83955a6ba0b8e1f6861869f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      epsilon;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -3 0 0 0 0];
20 internalField   uniform 14.855;
22 boundaryField
24     lowerWall
25     {
26         type            epsilonWallFunction;
27         refValue        uniform 0;
28         value           uniform 14.855;
29         Cmu             0.09;
30         kappa           0.41;
31         E               9.8;
32     }
33     upperWall
34     {
35         type            epsilonWallFunction;
36         refValue        uniform 2.37003e-310;
37         value           uniform 14.855;
38         Cmu             0.09;
39         kappa           0.41;
40         E               9.8;
41     }
42     flow
43     {
44         type            cyclic;
45         value           uniform 14.855;
46     }
47     defaultFaces
48     {
49         type            empty;
50     }
53 // ************************************************************************* //