fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / pisoFoam / les / pitzDailyDirectMapped / 0 / B
blob15519432003d3279d3eedf5aca29b5be8914aa3a
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       volTensorField;
13     object      B;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 2 -2 0 0 0 0];
19 internalField   uniform (0 0 0 0 0 0 0 0 0);
21 boundaryField
23     inlet
24     {
25         type            directMapped;
26         value           uniform (0 0 0 0 0 0 0 0 0);
27         setAverage      false;
28         average         (0 0 0 0 0 0 0 0 0);
29     }
31     outlet
32     {
33         type            inletOutlet;
34         inletValue      uniform (0 0 0 0 0 0 0 0 0);
35         value           uniform (0 0 0 0 0 0 0 0 0);
36     }
38     upperWall
39     {
40         type            zeroGradient;
41     }
43     lowerWall
44     {
45         type            zeroGradient;
46     }
48     frontAndBack
49     {
50         type            empty;
51     }
54 // ************************************************************************* //