Initial release of the new fireFoam solver and ancillary libraries.
[OpenFOAM-1.6.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire2D / constant / LESProperties
blob17f30efd1fb7fd5e67a17052137394e3de003448
1 /*---------------------------------------------------------------------------*\
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 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version     2.0;
12     format      binary;
13     class       dictionary;
14     location    "constant";
15     object      LESProperties;
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 LESModel       oneEqEddy;
22 delta          cubeRootVol;
24 turbulence      on;
26 printCoeffs     on;
29 cubeRootVolCoeffs
31     deltaCoeff      1;
34 PrandtlCoeffs
36     delta           cubeRootVol;
37     cubeRootVolCoeffs
38     {
39         deltaCoeff      1;
40     }
41     smoothCoeffs
42     {
43         delta           cubeRootVol;
44         cubeRootVolCoeffs
45         {
46             deltaCoeff      1;
47         }
48         maxDeltaRatio   1.1;
49     }
50     Cdelta           0.158;
53 vanDriestCoeffs
55     delta           cubeRootVol;
56     cubeRootVolCoeffs
57     {
58         deltaCoeff      1;
59     }
60     smoothCoeffs
61     {
62         delta           cubeRootVol;
63         cubeRootVolCoeffs
64         {
65             deltaCoeff      1;
66         }
67         maxDeltaRatio   1.1;
68     }
69     Aplus            26;
70     Cdelta           0.158;
73 smoothCoeffs
75     delta           cubeRootVol;
76     cubeRootVolCoeffs
77     {
78         deltaCoeff      1;
79     }
80     maxDeltaRatio   1.1;
84 // ************************************************************************* //