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 / T1POD10
blob554f41b12fbfcd7feeab8f938900e353cc26a597
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      T1POD10;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 0.0996746
23 -0.0411048
24 0.164592
25 -0.0031535
26 -0.227545
27 -0.180165
28 0.102604
29 -0.145583
30 0.000736463
31 0.396077
32 -0.049619
33 -0.131223
34 -0.00687746
35 0.111861
36 -0.103828
37 -0.0531136
38 0.0587144
39 0.0814831
40 -0.027378
41 -0.15846
42 0.0801012
43 0.224845
44 -0.133707
45 -0.0778425
46 -0.0757692
47 0.0478153
48 -0.162861
49 0.16131
50 0.285321
51 -0.124156
52 -0.101198
53 -0.124416
54 0.13571
55 -0.0900826
56 0.0391332
57 0.0688556
58 0.113675
59 -0.2676
60 0.18358
61 -0.0843985
62 0.030248
63 -0.216542
64 0.0989367
65 0.226094
66 0.0999694
67 -0.198444
68 -0.141687
69 0.0644115
70 0.00483271
71 0.046172
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform 0.179708;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform 0.046172;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //