fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / basic / PODSolver / 1DPODsin / 0 / T1POD19
blob68d475f84cce87b4831e7416b83dbcab62427a43
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      T1POD19;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 0.00586543
23 0.14187
24 -0.191589
25 0.134749
26 -0.210786
27 0.0575168
28 0.0914135
29 -0.0756858
30 0.173663
31 -0.0185799
32 -0.123215
33 -0.115486
34 -0.151861
35 0.231524
36 0.0984009
37 0.0871144
38 0.108707
39 -0.184864
40 -0.0593154
41 0.0991754
42 -0.321362
43 0.197451
44 -0.0256879
45 -0.174533
46 0.0417568
47 0.310121
48 0.121233
49 0.0233216
50 -0.24537
51 -0.0286147
52 -0.0166216
53 -0.0572853
54 -0.0344508
55 -0.129337
56 0.104485
57 0.173235
58 0.0132038
59 0.192988
60 -0.0630624
61 -0.0133891
62 -0.143264
63 -0.222056
64 -0.0780332
65 0.162903
66 0.052491
67 0.266623
68 -0.111954
69 -0.0128964
70 -0.0996618
71 0.0191501
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform -0.0115176;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform 0.0191501;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //