Initial release of the new fireFoam solver and ancillary libraries.
[OpenFOAM-1.6.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire2D / 0 / alphaSgs
blobc840a07a08e78775f21a5ff3ea0cc2cc6b821f97
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      alphaSgs;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 -1 -1 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     outlet
25     {
26         type            zeroGradient;
27     }
28     sides
29     {
30         type            zeroGradient;
31     }
32     base
33     {
34         type            zeroGradient;
35     }
36     inlet
37     {
38         type            zeroGradient;
39     }
40     frontBack
41     {
42         type            empty;
43     }
47 // ************************************************************************* //