fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / basic / PODSolver / 1DPODsin / 0 / T1POD7
blob9f1846c60d95da686d0b49903d4f7f261625334b
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      T1POD7;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 0.0564171
23 -0.0476301
24 -0.0732251
25 -0.0441616
26 0.0117139
27 0.0687488
28 0.105047
29 0.107098
30 0.0655284
31 -0.0233385
32 -0.143715
33 -0.194461
34 -0.170949
35 -0.0951764
36 0.00466775
37 0.101908
38 0.172641
39 0.20362
40 0.189567
41 0.137021
42 0.0563672
43 -0.0338577
44 -0.117783
45 -0.180455
46 -0.211816
47 -0.208524
48 -0.172167
49 -0.109636
50 -0.0311712
51 0.051184
52 0.126064
53 0.182645
54 0.214484
55 0.217586
56 0.192348
57 0.142568
58 0.074486
59 -0.00308763
60 -0.0802373
61 -0.148004
62 -0.197392
63 -0.221988
64 -0.218066
65 -0.185371
66 -0.126489
67 -0.0479176
68 0.0407719
69 0.127593
70 0.198775
71 0.240423
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform 0.137954;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform 0.240423;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //