Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / incompressible / SRFPimpleFoam / rotor2D / 0 / epsilon
blob848f8c87d7dfe0df90eb26ab8cea29db3b87d173
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.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 3.75e-4;
22 boundaryField
24     rotor
25     {
26         type            epsilonWallFunction;
27         U               Urel;
28         value           uniform 3.75e-4;
29     }
31     freestream
32     {
33         type            inletOutlet;
34         inletValue      uniform 3.75e-4;
35     }
37     front
38     {
39         type            empty;
40     }
42     back
43     {
44         type            empty;
45     }
49 // ************************************************************************* //