ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire2D / constant / LESProperties
blob79f31d822bce95ace3408ed5d0a93fe9c80ada8d
1 /*---------------------------------------------------------------------------*\
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       dictionary;
13     location    "constant";
14     object      LESProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 LESModel       oneEqEddy;
20 delta          cubeRootVol;
22 turbulence      on;
24 printCoeffs     on;
27 cubeRootVolCoeffs
29     deltaCoeff      1;
32 PrandtlCoeffs
34     delta           cubeRootVol;
35     cubeRootVolCoeffs
36     {
37         deltaCoeff      1;
38     }
39     smoothCoeffs
40     {
41         delta           cubeRootVol;
42         cubeRootVolCoeffs
43         {
44             deltaCoeff      1;
45         }
46         maxDeltaRatio   1.1;
47     }
48     Cdelta           0.158;
51 vanDriestCoeffs
53     delta           cubeRootVol;
54     cubeRootVolCoeffs
55     {
56         deltaCoeff      1;
57     }
58     smoothCoeffs
59     {
60         delta           cubeRootVol;
61         cubeRootVolCoeffs
62         {
63             deltaCoeff      1;
64         }
65         maxDeltaRatio   1.1;
66     }
67     Aplus            26;
68     Cdelta           0.158;
71 smoothCoeffs
73     delta           cubeRootVol;
74     cubeRootVolCoeffs
75     {
76         deltaCoeff      1;
77     }
78     maxDeltaRatio   1.1;
82 // ************************************************************************* //