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 / T1POD18
blob46bd591a4048d87beda0848a38768460c26d8dd7
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      T1POD18;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 -0.162805
23 0.0965194
24 0.0627659
25 0.0462049
26 -0.0724729
27 -0.0150405
28 0.0215547
29 0.193094
30 -0.0291308
31 -0.153873
32 0.0180999
33 -0.181891
34 0.141104
35 0.142853
36 0.120744
37 -0.408586
38 0.0584025
39 0.10692
40 -0.0540826
41 0.145797
42 0.0142847
43 -0.0266714
44 -0.0688054
45 -0.0654781
46 0.00745865
47 -0.0260691
48 0.232749
49 -0.102543
50 -0.029036
51 -0.0384399
52 0.0971187
53 -0.176101
54 0.0335935
55 0.0220285
56 0.205367
57 -0.146429
58 0.0185647
59 0.00992871
60 -0.120261
61 -0.167508
62 0.44454
63 -0.231199
64 0.168697
65 -0.105241
66 -0.00661507
67 -0.0504794
68 -0.12639
69 0.139429
70 0.151834
71 -0.134506
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform 0.0142684;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform -0.134506;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //