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 / TPODreconstruct
blobeb4150a78ef671892bce1022a4f09ff7488be999
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     location    "0";
14     object      TPODreconstruct;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 1 0 0 0];
20 internalField   nonuniform List<scalar>
23 0.992504
24 0.944533
25 0.853256
26 0.727515
27 0.579456
28 0.423431
29 0.2746
30 0.1475
31 0.0546224
32 0.00517136
33 -0.00198536
34 -0.00237992
35 -0.00205154
36 -0.00111417
37 0.000157492
38 0.00140635
39 0.00230007
40 0.00262272
41 0.00232174
42 0.00150309
43 0.00038384
44 -0.00077425
45 -0.00173051
46 -0.0023142
47 -0.00244809
48 -0.00214808
49 -0.00150467
50 -0.000654374
51 0.00025074
52 0.00106978
53 0.00169181
54 0.00204682
55 0.00210844
56 0.00189096
57 0.00144154
58 0.000830424
59 0.000140289
60 -0.000544348
61 -0.00114604
62 -0.00160131
63 -0.00186524
64 -0.00191392
65 -0.00174423
66 -0.00137206
67 -0.000828879
68 -0.000157345
69 0.000593307
70 0.00137217
71 0.00213069
72 0.00282619
76 boundaryField
78     left
79     {
80         type            calculated;
81         value           uniform 0.998613;
82     }
83     right
84     {
85         type            calculated;
86         value           uniform 0.00282619;
87     }
88     frontAndBack
89     {
90         type            empty;
91     }
94 // ************************************************************************* //