Upgrade case file headers
[foam-extend-3.2.git] / tutorials / basic / PODSolver / 1DPODsin / constant / T2POD8
blob0e9015beae2c3450f003120faa8d606fba02c08b
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      T2POD8;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 -0.0216992
23 -0.021686
24 -0.0213184
25 -0.0150989
26 0.0219625
27 0.0563474
28 0.0746923
29 0.0797522
30 0.0468989
31 -0.040812
32 -0.110384
33 -0.153926
34 -0.166843
35 -0.0855145
36 0.0538553
37 0.164986
38 0.239316
39 0.258187
40 0.127982
41 -0.042645
42 -0.183255
43 -0.28157
44 -0.302137
45 -0.163988
46 -0.00662851
47 0.128597
48 0.227058
49 0.251751
50 0.173121
51 0.0821984
52 -0.000129254
53 -0.0651545
54 -0.107212
55 -0.127927
56 -0.137566
57 -0.140088
58 -0.1322
59 -0.0718194
60 0.0267625
61 0.116739
62 0.190843
63 0.234754
64 0.185727
65 0.0871719
66 -0.00937633
67 -0.0960749
68 -0.157298
69 -0.157809
70 -0.157416
71 -0.10653
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform -0.0216992;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform -0.10653;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //