ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire3D / constant / LESProperties
blobb6a0e5bd37fde7920fb0fac9cb9531473d233a53
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 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version     2.0;
12     format      ascii;
13     class       dictionary;
14     location    "constant";
15     object      LESProperties;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 LESModel       oneEqEddy;
21 delta          cubeRootVol;
23 turbulence      on;
25 printCoeffs     on;
28 oneEqEddyCoeffs
30     ck      0.07;
33 cubeRootVolCoeffs
35     deltaCoeff      1;
38 PrandtlCoeffs
40     delta           cubeRootVol;
41     cubeRootVolCoeffs
42     {
43         deltaCoeff      1;
44     }
45     smoothCoeffs
46     {
47         delta           cubeRootVol;
48         cubeRootVolCoeffs
49         {
50             deltaCoeff      1;
51         }
52         maxDeltaRatio   1.1;
53     }
54     Cdelta           0.158;
57 vanDriestCoeffs
59     delta           cubeRootVol;
60     cubeRootVolCoeffs
61     {
62         deltaCoeff      1;
63     }
64     smoothCoeffs
65     {
66         delta           cubeRootVol;
67         cubeRootVolCoeffs
68         {
69             deltaCoeff      1;
70         }
71         maxDeltaRatio   1.1;
72     }
73     Aplus            26;
74     Cdelta           0.158;
77 smoothCoeffs
79     delta           cubeRootVol;
80     cubeRootVolCoeffs
81     {
82         deltaCoeff      1;
83     }
84     maxDeltaRatio   1.1;
88 // ************************************************************************* //