Initial release of the new fireFoam solver and ancillary libraries.
[OpenFOAM-1.6.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire2D / 0 / k
blob80db42f64f8d054dd7a85b2de03ce68589e01a0f
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      k;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -2 0 0 0 0];
20 internalField   uniform 1e-4;
22 boundaryField
24     outlet
25     {
26         type            inletOutlet;
27         inletValue      uniform 1e-4;
28         value           uniform 1e-4;
29     }
30     sides
31     {
32         type            inletOutlet;
33         inletValue      uniform 1e-4;
34         value           uniform 1e-4;
35     }
36     base
37     {
38         type            fixedValue;
39         value           uniform 1e-4;
40     }
41     inlet
42     {
43         type            fixedValue;
44         value           uniform 1e-4;
45     }
46     frontBack
47     {
48         type            empty;
49     }
53 // ************************************************************************* //