Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / dsmcFoam / wedge15Ma5 / 0 / q
blobb4801705359a10b885cbbdb9ca4946555d6f8405
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      q;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [1 0 -3 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     frontAndBack
35     {
36         type            empty;
37     }
40 // ************************************************************************* //