Build instructions update: Cesare Guardino
[foam-extend-3.2.git] / tutorials / incompressible / simpleSRFFoam / axialTurbine / 0_orig / epsilon
blobf3f794f6c39f0934f991320b2a0d549f4524e075
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
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     RUINLET
25     {
26         type            fixedValue;
27         value           uniform 14.855;
28     }
29     RUOUTLET
30     {
31         type            zeroGradient;
32     }
33     RUCYCLIC1
34     {
35         type            cyclicGgi;
36         value           uniform 14.855;
37     }
38     RUCYCLIC2
39     {
40         type            cyclicGgi;
41         value           uniform 14.855;
42     }
43     RUBLADE
44     {
45         type            epsilonWallFunction;
46         U               Urel;
47         refValue        uniform 0;
48         value           uniform 14.855;
49         Cmu             0.09;
50         kappa           0.41;
51         E               9.8;
52     }
53     RUHUB
54     {
55         type            epsilonWallFunction;
56         U               Urel;
57         refValue        uniform 0;
58         value           uniform 14.855;
59         Cmu             0.09;
60         kappa           0.41;
61         E               9.8;
62     }
63     RUSHROUD
64     {
65         type            epsilonWallFunction;
66         U               Urel;
67         refValue        uniform 0;
68         value           uniform 14.855;
69         Cmu             0.09;
70         kappa           0.41;
71         E               9.8;
72     }
75 // ************************************************************************* //