ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / incompressible / simpleFoam / pitzDailyExptInlet / 0 / k
blob5099fea824d723f5b2e69b691850801392b8ff1f
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      k;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -2 0 0 0 0];
20 internalField   uniform 0.375;
22 boundaryField
24     inlet
25     {
26         type            timeVaryingMappedFixedValue;
27         setAverage      0;
28         value           nonuniform List<scalar>
31 2.95219
32 2.54219
33 0.725449
34 0.486465
35 0.353566
36 0.240375
37 0.172984
38 0.147052
39 0.146827
40 0.135658
41 0.12147
42 0.0942189
43 0.0833465
44 0.0828453
45 0.0955983
46 0.0920838
47 0.0967682
48 0.0990811
49 0.100866
50 0.101556
51 0.0967155
52 0.0841739
53 0.0904567
54 0.130411
55 0.194046
56 0.219327
57 0.975528
58 2.22578
59 3.12421
60 2.28104
63     }
64     outlet
65     {
66         type            zeroGradient;
67     }
68     upperWall
69     {
70         type            kqRWallFunction;
71         value           uniform 0.375;
72     }
73     lowerWall
74     {
75         type            kqRWallFunction;
76         value           uniform 0.375;
77     }
78     frontAndBack
79     {
80         type            empty;
81     }
85 // ************************************************************************* //