fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / basic / PODSolver / 1DPODsin / 0 / T
blob5806d1223b26e49796303ff84e4982957dd16c8b
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      T;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 1 0 0 0];
19 internalField   nonuniform List<scalar>
22 0.993844
23 0.945503
24 0.853553
25 0.726995
26 0.578217
27 0.421783
28 0.273005
29 0.146447
30 0.0544967
31 0.00615583
75 boundaryField
77     left
78     {
79         type            fixedValue;
80         value           uniform 1;
81     }
82     right
83     {
84         type            zeroGradient;
85     }
86     frontAndBack
87     {
88         type            empty;
89     }
92 // ************************************************************************* //