STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / equationReader / equationReaderDemo / pitzDaily / 0 / epsilon
blobe78e8ef80a621df3271a900fdd158fd37b851057
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     inlet
25     {
26         type            fixedValue;
27         value           uniform 14.855;
28     }
29     outlet
30     {
31         type            zeroGradient;
32     }
33     upperWall
34     {
35         type            epsilonWallFunction;
36         Cmu             0.09;
37         kappa           0.41;
38         E               9.8;
39         value           uniform 14.855;
40     }
41     lowerWall
42     {
43         type            epsilonWallFunction;
44         Cmu             0.09;
45         kappa           0.41;
46         E               9.8;
47         value           uniform 14.855;
48     }
49     frontAndBack
50     {
51         type            empty;
52     }
55 // ************************************************************************* //