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 / T1POD15
blob00d72e49c7c3c1fb7f693f3fd8948bc8932244b3
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      T1POD15;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 -0.152796
23 0.100174
24 -0.00531763
25 0.0465534
26 0.0506431
27 -0.0743569
28 0.154127
29 -0.119895
30 0.0982631
31 0.00667351
32 -0.161504
33 -0.0500499
34 0.140695
35 -0.112688
36 0.0816827
37 0.11974
38 -0.0536663
39 -0.243523
40 0.113222
41 0.101773
42 -0.0578887
43 0.121246
44 -0.132417
45 0.124643
46 -0.0170393
47 -0.298581
48 0.0880966
49 0.0914099
50 0.176391
51 0.0986353
52 -0.287509
53 0.169681
54 -0.161901
55 -0.246327
56 0.442893
57 -0.285345
58 0.162611
59 -0.0180055
60 0.020453
61 -0.0471241
62 0.00688094
63 0.0973449
64 -0.0208828
65 -0.0141272
66 -0.136691
67 0.0610585
68 0.0135541
69 -0.0543101
70 0.0162512
71 0.0472524
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform 0.144735;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform 0.0472524;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //