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 / T1POD4
blob8f7f27e5a05f5265bf51177c9892d683347730d8
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      T1POD4;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 1 0 0 0];
20 internalField   nonuniform List<scalar>
23 -0.242255
24 -0.212539
25 -0.156298
26 -0.0799812
27 0.00719589
28 0.0945329
29 0.170855
30 0.225746
31 0.250668
32 0.239909
33 0.195115
34 0.140275
35 0.08172
36 0.0224457
37 -0.034398
38 -0.0857447
39 -0.128803
40 -0.161285
41 -0.181632
42 -0.189187
43 -0.184228
44 -0.167862
45 -0.14184
46 -0.10834
47 -0.0697657
48 -0.0285778
49 0.0128325
50 0.0522563
51 0.0877512
52 0.117709
53 0.140903
54 0.156516
55 0.164139
56 0.16376
57 0.155729
58 0.140707
59 0.119613
60 0.0935643
61 0.0638042
62 0.0316452
63 -0.00159507
64 -0.034651
65 -0.0663573
66 -0.0956899
67 -0.121798
68 -0.144026
69 -0.161924
70 -0.17525
71 -0.18396
72 -0.188192
76 boundaryField
78     left
79     {
80         type            calculated;
81         value           uniform -0.246041;
82     }
83     right
84     {
85         type            calculated;
86         value           uniform -0.188192;
87     }
88     frontAndBack
89     {
90         type            empty;
91     }
94 // ************************************************************************* //