fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / basic / PODSolver / 1DPODsin / constant / T2POD3
blobc8c26e16d242f67bd2fd9710da41ba9d21bf53d1
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      T2POD3;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 0.19659
23 0.196563
24 0.195825
25 0.183342
26 0.108953
27 0.0398907
28 0.0024052
29 -0.016176
30 -0.04567
31 -0.105141
32 -0.151005
33 -0.179978
34 -0.195181
35 -0.196665
36 -0.190279
37 -0.183893
38 -0.178431
39 -0.167661
40 -0.123401
41 -0.0724744
42 -0.0319132
43 -0.0021583
44 0.0259631
45 0.0728768
46 0.115094
47 0.147803
48 0.17089
49 0.183525
50 0.185464
51 0.183765
52 0.18062
53 0.175431
54 0.153234
55 0.111337
56 0.072963
57 0.0409934
58 0.0140547
59 -0.023144
60 -0.0674168
61 -0.104709
62 -0.13428
63 -0.156132
64 -0.169681
65 -0.177248
66 -0.181305
67 -0.182586
68 -0.179227
69 -0.147451
70 -0.129293
71 -0.0799001
75 boundaryField
77     left
78     {
79         type            calculated;
80         value           uniform 0.19659;
81     }
82     right
83     {
84         type            calculated;
85         value           uniform -0.0799001;
86     }
87     frontAndBack
88     {
89         type            empty;
90     }
93 // ************************************************************************* //