Upgrade case file headers
[foam-extend-3.2.git] / tutorials / basic / PODSolver / 1DPODsin / constant / T2POD0
blobcc05123f3ef2b8d2976132c0bdaa5c9245ea458c
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      T2POD0;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 0.195411
23 0.19541
24 0.195395
25 0.195146
26 0.193662
27 0.192284
28 0.191531
29 0.191106
30 0.189902
31 0.187197
32 0.185082
33 0.183715
34 0.182697
35 0.180133
36 0.176564
37 0.173821
38 0.171913
39 0.170184
40 0.166246
41 0.162028
42 0.158746
43 0.15634
44 0.153752
45 0.148663
46 0.143932
47 0.140186
48 0.137316
49 0.133733
50 0.12786
51 0.122678
52 0.118546
53 0.115243
54 0.110668
55 0.104257
56 0.0987343
57 0.0942996
58 0.0905942
59 0.085118
60 0.0783762
61 0.0726324
62 0.0679807
63 0.0639042
64 0.0576887
65 0.0507922
66 0.0449691
67 0.040122
68 0.0359784
69 0.0281443
70 0.0237372
71 0.014245
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform 0.195411;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform 0.014245;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //