fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / discreteMethods / dsmcFoam / wedge15Ma5 / 0 / iDof
blob4626c877054443e3f2b376b4ee3b4a51c467d915
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      iDof;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 -3 0 0 0 0 0];
19 internalField   uniform 0;
21 boundaryField
23     flow
24     {
25         type            zeroGradient;
26     }
28     obstacle
29     {
30         type            calculated;
31         value           uniform 0;
32     }
34     periodic
35     {
36         type            cyclic;
37     }
40 // ************************************************************************* //