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 / T1POD3
blob133843d15091c33822e73276de5944965c3d6185
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      T1POD3;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 1 0 0 0];
20 internalField   nonuniform List<scalar>
23 0.255082
24 0.237294
25 0.203215
26 0.15537
27 0.0970329
28 0.0325276
29 -0.0330933
30 -0.0941847
31 -0.144927
32 -0.179897
33 -0.196942
34 -0.206472
35 -0.208476
36 -0.201673
37 -0.185968
38 -0.162298
39 -0.132253
40 -0.0976864
41 -0.0604426
42 -0.0222249
43 0.0154376
44 0.0511886
45 0.0838422
46 0.112392
47 0.136031
48 0.15417
49 0.166442
50 0.1727
51 0.173007
52 0.167613
53 0.156932
54 0.141515
55 0.122025
56 0.0992061
57 0.0738574
58 0.0468046
59 0.0188725
60 -0.00913784
61 -0.0364727
62 -0.0624441
63 -0.0864456
64 -0.107967
65 -0.126604
66 -0.142059
67 -0.154151
68 -0.162811
69 -0.168075
70 -0.170079
71 -0.169048
72 -0.165277
76 boundaryField
78     left
79     {
80         type            calculated;
81         value           uniform 0.257345;
82     }
83     right
84     {
85         type            calculated;
86         value           uniform -0.165277;
87     }
88     frontAndBack
89     {
90         type            empty;
91     }
94 // ************************************************************************* //