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 / T1POD0
blobe0892e66c5514532e3a979ef0d3960a4e8b0087c
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      T1POD0;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 1 0 0 0];
20 internalField   nonuniform List<scalar>
23 0.189926
24 0.189745
25 0.18939
26 0.188865
27 0.188162
28 0.187279
29 0.186224
30 0.185012
31 0.183671
32 0.182237
33 0.180724
34 0.179035
35 0.177183
36 0.175195
37 0.173084
38 0.170852
39 0.168497
40 0.166017
41 0.163413
42 0.160688
43 0.157846
44 0.154889
45 0.151819
46 0.14864
47 0.145354
48 0.141963
49 0.138471
50 0.134879
51 0.131192
52 0.127412
53 0.123542
54 0.119586
55 0.115547
56 0.111428
57 0.107234
58 0.102969
59 0.0986365
60 0.0942433
61 0.089795
62 0.0852987
63 0.0807631
64 0.0761983
65 0.0716162
66 0.0670309
67 0.0624584
68 0.0579174
69 0.0534284
70 0.0490138
71 0.0446977
72 0.0405049
76 boundaryField
78     left
79     {
80         type            calculated;
81         value           uniform 0.189949;
82     }
83     right
84     {
85         type            calculated;
86         value           uniform 0.0405049;
87     }
88     frontAndBack
89     {
90         type            empty;
91     }
94 // ************************************************************************* //