Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / basic / PODSolver / 1DPODsin / 0 / T1POD14
blob0e308b1a3955193aa11866f741bb0e25b56b5f1e
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      T1POD14;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 -0.014602
23 -0.0790665
24 0.155585
25 -0.103913
26 0.124262
27 -0.114551
28 -0.0231332
29 0.0936764
30 0.0317547
31 -0.106406
32 -0.0172967
33 0.0393866
34 0.130621
35 -0.044971
36 -0.148918
37 0.0709638
38 0.0222895
39 -0.15067
40 -0.0148298
41 0.277962
42 0.0230624
43 -0.156266
44 0.00258684
45 0.0738403
46 -0.140897
47 0.107031
48 -0.211171
49 0.168668
50 0.0812669
51 -0.099325
52 -0.0893349
53 0.147794
54 0.270877
55 -0.298707
56 -0.0665545
57 0.0671417
58 -0.355408
59 0.360908
60 0.137057
61 -0.152987
62 0.0670903
63 -0.12101
64 0.103207
65 -0.0252606
66 -0.000428608
67 0.0699579
68 -0.238574
69 0.114655
70 -0.017023
71 0.0496575
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform -0.141001;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform 0.0496575;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //