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 / T1POD8
bloba28aab802cad2c7dab60ed7402a36454b372700d
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      T1POD8;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 -0.00179323
23 -0.0605196
24 -0.0568471
25 -0.00883576
26 0.0531346
27 0.0936188
28 0.110319
29 0.0846146
30 0.0298509
31 -0.0644753
32 -0.168801
33 -0.190904
34 -0.127157
35 -0.0227347
36 0.082623
37 0.165043
38 0.202602
39 0.167026
40 0.0923526
41 -0.00523769
42 -0.103161
43 -0.175011
44 -0.204785
45 -0.183325
46 -0.126356
47 -0.0314279
48 0.0638382
49 0.14997
50 0.20396
51 0.216405
52 0.179796
53 0.115454
54 0.0230764
55 -0.0722871
56 -0.1543
57 -0.209921
58 -0.224159
59 -0.197448
60 -0.13475
61 -0.0429652
62 0.0575703
63 0.146846
64 0.209153
65 0.234217
66 0.210085
67 0.140646
68 0.0374547
69 -0.0792449
70 -0.181358
71 -0.242082
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform 0.0660584;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform -0.242082;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //