STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / pisoFoam / les / pitzDailyDirectMapped / 0 / B
blob0efbcea6e760f49643cced9d8df35835265e6c72
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://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 // ************************************************************************* //