initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / combustion / XiFoam / les / pitzDaily3D / constant / LESProperties
blobdf108c2a8cb9cc3740129ba9a029faf26f0f3420
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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           vanDriest;
22 turbulence      on;
24 printCoeffs     on;
26 cubeRootVolCoeffs
28     deltaCoeff      1;
31 PrandtlCoeffs
33     delta           cubeRootVol;
34     cubeRootVolCoeffs
35     {
36         deltaCoeff      1;
37     }
39     smoothCoeffs
40     {
41         delta           cubeRootVol;
42         cubeRootVolCoeffs
43         {
44             deltaCoeff      1;
45         }
47         maxDeltaRatio   1.1;
48     }
50     Cdelta          0.158;
53 vanDriestCoeffs
55     delta           cubeRootVol;
56     cubeRootVolCoeffs
57     {
58         deltaCoeff      1;
59     }
61     smoothCoeffs
62     {
63         delta           cubeRootVol;
64         cubeRootVolCoeffs
65         {
66             deltaCoeff      1;
67         }
69         maxDeltaRatio   1.1;
70     }
72     Aplus           26;
73     Cdelta          0.158;
76 smoothCoeffs
78     delta           cubeRootVol;
79     cubeRootVolCoeffs
80     {
81         deltaCoeff      1;
82     }
84     maxDeltaRatio   1.1;
88 // ************************************************************************* //