Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / compressible / sonicFoam / ras / nacaAirfoil / 0 / epsilon
blob92dec064d92ae2f660d6a26d212295df74d80d79
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     object      epsilon;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 2 -3 0 0 0 0];
19 internalField   uniform 25000;
21 boundaryField
23     INLE1
24     {
25         type            inletOutlet;
26         inletValue      uniform 25000;
27         value           uniform 25000;
28     }
30     OUTL2
31     {
32         type            inletOutlet;
33         inletValue      uniform 25000;
34         value           uniform 25000;
35     }
37     SYMP3
38     {
39         type            empty;
40     }
42     WALL10
43     {
44         type            zeroGradient;
45     }
48 // ************************************************************************* //